/* font */
@font-face {
    font-family: 'NanumGothicL';
    src: url(../font/NanumGothic/NanumGothicLight.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumGothic';
    src: url(../font/NanumGothic/NanumGothic.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumGothicB';
    src: url(../font/NanumGothic/NanumGothicBold.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumGothicEB';
    src: url(../font/NanumGothic/NanumGothicExtraBold.ttf) format('truetype');
}

@font-face {
    font-family: 'JungGothic160';
    src: url(../font/JungGothic/JungGothic160.ttf) format('truetype');
}

@font-face {
    font-family: 'JungGothic170';
    src: url(../font/JungGothic/JungGothic170.ttf) format('truetype');
}
@font-face {
    font-family: "welcome";
    src: local("welcome"),
        url('../font/welcome/welcomRegular.ttf') format('truetype'),
        url('../font/welcome/welcomeBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "LGsmart";
    src: local("LGsmart"),
        url('../font/LGSmart/LGSmHaR.ttf') format('truetype'),
        url('../font/LGSmart/LGSmHaL.ttf') format('truetype'),
        url('../font/LGSmart/LGSmHaB.ttf') format('truetype'),
        url('../font/LGSmart/LGSmHaSB.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'pay';
    src: url('../font/paybook/payboocM.ttf'),
        url('../font/paybook/payboocL.ttf'),
        url('../font/paybook/payboocB.ttf'),
        url('../font/paybook/payboocSB.ttf');
        font-style: normal;
    font-weight: 400;
}



/* reset */
.clearfix::before,
.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'NanumGothic'; */
    font-family: 'welcome';
    color: #222;
}

a {
    color: #333;
    text-decoration: none;
}

li {
    list-style: none;
}

table {
    border-spacing: 0;
}

.lts_button {
    display: block;
    border: 1px solid #cccccc;
    width: 100px;
    margin: 0 auto;
    padding: 4px 0;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(top, #ffffff, #f2f2f2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.lts_button:hover {
    background-color: #ececec;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#f7f7f7));
    background-image: -webkit-linear-gradient(top, #ececec, #f7f7f7);
    background-image: -moz-linear-gradient(top, #ececec, #f7f7f7);
    background-image: -ms-linear-gradient(top, #ececec, #f7f7f7);
    background-image: linear-gradient(top, #ececec, #f7f7f7);
}

.lts_button:active {
    background-color: #d8d8d8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #d8d8d8, #f5f5f5);
    background-image: -moz-linear-gradient(top, #d8d8d8, #f5f5f5);
    background-image: -ms-linear-gradient(top, #d8d8d8, #f5f5f5);
    background-image: linear-gradient(top, #d8d8d8, #f5f5f5);
}

/* 배경 흐림 효과 */
#background {
    position: absolute;
    z-index: 500;
    background: #000;
    display: none;
    left: 0;
    top: 0;
}

/* header */
#lts_header {}

#lts_header .navigation {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 70px;
    transition: all 0.4s;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    top: 0;
}

#lts_header .navigation .logo {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    cursor: pointer;
}

#lts_header .navigation .logo img {
    width: 160px;
    height: 50px;
}

#lts_header .navigation .logo h1 {
    font-size: 1em;
    font-weight: 400;
    color: #ffffff;
}

#lts_header .navigation .menu {
    flex-grow: 9;
    display: flex;
    justify-content: space-evenly;
    opacity: 0;
}

#lts_header .navigation .menu>li {
    width: 180px;
    text-align: center;
    position: relative;
}

#lts_header .navigation .menu>li>a {
    display: block;
    padding: 24.5px 0;
    font-size: 1em;
    color: #ffffff;
    font-weight: 600;
}

#lts_header .navigation .menu>li>.subMenu {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 10px 10px;
    display: none;
    /* 220510 추가 */
    top: 70px;
}

#lts_header .navigation .menu>li>.subMenu>li>a {
    display: block;
    padding: 10px 0;
    font-size: 1em;
    color: #ffffff;
}

/* index */
#index {}

#index .content1 {
    position: relative;
}

#index .content1 .slideList {
    position: relative;
}

#index .content1 .slideList img {
    position: absolute;
    width: 100%;
}

#index .content1 .slideList img.active {
    z-index: 1;
}

#index .content1 .indexMenu {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 70px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
}

#index .content1 .indexMenu .menu {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

#index .content1 .indexMenu .menu>li {
    width: 180px;
    text-align: center;
    position: relative;
}

#index .content1 .indexMenu .menu>li>a {
    display: block;
    padding: 24px 0;
    font-size: 16px;
    font-weight: 600;
}

#index .content1 .indexMenu .menu>li>.subMenu {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px 10px 0 0;
    display: none;
    transition: all 0.3s;
    transform-origin: bottom;
}

#index .content1 .indexMenu .menu>li>.subMenu>li>a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
}

#index .content2 {
    position: relative;
    margin: 0 auto;
    width: 1300px;
    height: 210px;
    opacity: 0;
}

#index .content2 .slideList {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 1100px;
    overflow: hidden;
}

#index .content2 .slideList ul {
    display: flex;
    justify-content: space-between;
    width: 1770px;
}

#index .content2 .slideList ul li {}

#index .content2 .slideListButton {
    width: 100%;
}

#index .content2 .slideListButton {
    position: absolute;
}

#index .content2 .slideListButton div {
    position: absolute;
    top: 40px;
    opacity: 0.1;
    cursor: pointer;
}

#index .content2 .slideListButton div:nth-child(1) {}

#index .content2 .slideListButton div:nth-child(2) {
    right: 0;
}

#index .content3>div {
    width: 100%;
    text-align: center;
}


/* sub01_01 */
#sub01_01 {}

#sub01_01 .content1 {
    margin-bottom: 100px;
}

#sub01_01 .content1 .title {
    text-align: center;
    font-size: 24pt;
    margin-bottom: 40px;
    margin-top: 100px;
}

#sub01_01 .content1 .desc1 {
    text-align: center;
    /* font-size: 11pt; */
    line-height: 30px;
    margin-bottom: 50px;
    font-weight: 500;
}

#sub01_01 .content2 {
    margin-bottom: 100px;
}

#sub01_01 .content2 div table {
    width: 900px;
    margin: 0 auto;
    /* border-bottom: 1px solid #c8e2eb; */
    /* font-size: 11pt; */
    line-height: 30px;
}

#sub01_01 .content2 div:nth-child(1) table {
    margin-bottom: 50px;
}

#sub01_01 .content2 div:nth-child(2) table {
    margin-bottom: 50px;
}

#sub01_01 .content2 div table img {
    width: 120%;
    margin-left: -100px;
}

#sub01_01 .content2 div table tr:nth-child(2) {
    height: 160px;
}

#sub01_01 .content2 div table tr:nth-child(2) td {
    padding: 10px 10px 10px 10px;
}

#sub01_01 .content3 {
    margin: 0 auto;
    text-align: center;
    width: 900px;
    /* border-bottom: 1px solid #c8e2eb; */
}

#sub01_01 .content3 .title {
    text-align: center;
    font-size: 24pt;
    margin-bottom: 40px;
}

#sub01_01 .content3 .desc1 {
    /* font-size: 11pt; */
    text-align: center;
    line-height: 30px;
    margin-bottom: 50px;
    font-weight: 500;
}

#sub01_01 .content3 img {
    margin-bottom: 100px;
}

#sub01_01 .content4 {
    margin: 0 auto;
    text-align: center;
    width: 900px;
    /* border-bottom: 1px solid #c8e2eb; */
    margin-bottom: 100px;
}

#sub01_01 .content4 .title {
    text-align: center;
    font-size: 24pt;
    margin-bottom: 40px;
    margin-top: 100px;
}

#sub01_01 .content4 .cnt4-table {
    border: 2px solid #fbfbfb;
    border-collapse: collapse;
    margin: 0 auto;
    width: 800px;
    margin-top: 100px;
    margin-bottom: 100px;
}

#sub01_01 .content4 .cnt4-table td {
    border: 2px solid #fbfbfb;
    padding: 15px 0;
}

#sub01_01 .content4 .cnt4-table tr td:nth-child(2) {
    text-align: left;
}

#sub01_01 .content5 {
    margin: 0 auto;
    text-align: center;
    width: 900px;
    /* border-bottom: 1px solid #c8e2eb; */
    margin-bottom: 100px;
}

#sub01_01 .content5 .title {
    text-align: center;
    font-size: 24pt;
    margin-bottom: 40px;
    margin-top: 100px;
}

#sub01_01 .content5 table {
    margin: 0 auto;
    width: 890px;
    background-image: url("/img/history_bar.png");
    background-repeat: no-repeat;
    background-position: 50% 18px;
    text-align: center;
    margin-bottom: 100px;
}

#sub01_01 .content6 {
    margin: 0 auto;
    text-align: center;
    width: 900px;
    /* border-bottom: 1px solid #c8e2eb; */
    margin-bottom: 100px;
}

#sub01_01 .content6 .title {
    text-align: center;
    font-size: 24pt;
    margin-bottom: 40px;
    margin-top: 100px;
}

#sub01_01 .content7 {
    text-align: center;
    margin-bottom: 100px;
}

#sub01_01 .content7 button {
    background-color: #2d2d2d;
    height: 42px;
    font-size: 20px;
}

/* sub02_01 */
#sub02_01 {}

#sub02_01 .content1 {
    width: 1000px;
    margin: 0 auto;
}

/* sub02_02 */
#sub02_02 {}

#sub02_02 .content1 .inner {
    text-align: center;
}

#sub02_02 .content1 .inner table {
    width: 1000px;
    margin: 0 auto;
}

#sub02_02 .content1 .inner table tr td:nth-child(2) {
    text-align: left;
}

#sub02_02 .content2 .slideList {
    position: relative;
}

#sub02_02 .content2 .slideList img {
    position: absolute;
}

#sub02_02 .content2 .slideList img.active {
    z-index: 1;
}

/* sub04_02 */
#sub04_02 {
    text-align: center;
}

#sub04_02 table {
    margin: 0 auto;
}


/* sub04_05 */
#sub04_05 {
    padding: 0 20%;
}

#sub04_05 .content1 {
    margin-top: 100px;
    margin-bottom: 50px;
}

#sub04_05 .content1 .title {
    font-size: 24pt;
    text-align: center;
}

#sub04_05 .content2 {
    margin: 0 auto;
    height: 1000px;
}

#sub04_05 .content2 .desc1 {}

#sub04_05 .content2 .desc1 .jobList {
    width: 600px;
    margin: 0 auto;
}

#sub04_05 .content2 .desc1 .jobList li {
    border-bottom: 1px solid #f2f2f2;
    margin-left: 20px;
}

#sub04_05 .content2 .desc1 .jobList li a {
    position: relative;
    display: block;
    padding: 30px 0;
}

#sub04_05 .content2 .desc1 .jobList li a .title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

#sub04_05 .content2 .desc1 .jobList li a span {
    font-size: 1em;
    font-weight: 300;
}

#sub04_05 .content2 .desc1 .jobList li a .date {
    position: absolute;
    right: 17px;
    top: 32px;
    font-size: 1.1em;
}

/* sub04_05_01 */
#sub04_05_01 {
    padding: 0 20%;
}

#sub04_05_01 .content1 {
    position: relative;
    margin-top: 180px;
}

#sub04_05_01 .content1 div {
    position: absolute;
}

#sub04_05_01 .content1 div:nth-child(1) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#sub04_05_01 .content1 div:nth-child(2) {
    left: 50%;
    top: 100%;
    transform: translate(-50%, -700px);
    cursor: pointer;
}

#sub04_05_01 .content2 {
    text-align: center;
    margin-bottom: 100px;
}

#sub04_05_01 .content2 a {
    display: block;
    border: 1px solid #cccccc;
    width: 100px;
    margin: 0 auto;
    padding: 4px 0;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(top, #ffffff, #f2f2f2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#sub04_05_01 .content2 a:hover {
    background-color: #e2e2e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #e2e2e2, #f2f2f2);
    background-image: -moz-linear-gradient(top, #e2e2e2, #f2f2f2);
    background-image: -ms-linear-gradient(top, #e2e2e2, #f2f2f2);
    background-image: linear-gradient(top, #e2e2e2, #f2f2f2);
}

/* sub04_06 */
#sub04_06 {
    padding: 0 20%;
}

#sub04_06 .content1 {
    width: 600px;
    padding: 100px 20px;
    margin: 230px auto;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #f3f3f3;
    box-shadow: 20px 20px 4px 0px rgba(243, 243, 243, .5);
}

#sub04_06 .content1 .title {
    text-align: center;
}

#sub04_06 .content1 .desc1 table {
    margin: 20px auto;
}

#sub04_06 .content1 .desc1 table tr td {
    padding: 10px;
}

#sub04_06 .content1 .desc1 table tr td input {
    border: 1px solid #cccccc;
    border-radius: 5px;
}

#sub04_06 .popups .popup1 {
    display: none;
    position: fixed;
    z-index: 2200;
    width: 544px;
    height: 700px;
    background-image: url("/img/pass_bg2.png");
    background-size: cover;
    box-shadow: 20px 20px 6px 0px rgba(255, 255, 255, .2);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
}

#sub04_06 .popups .popup1 .desc1 {
    pointer-events: none;
    text-align: right;
    position: absolute;
    right: 40px;
    bottom: 74px;
}

#sub04_06 .popups .popup1 .desc1 h1 {
    pointer-events: none;
    color: #2d54c3;
    font-family: 'JungGothic160';
    line-height: 40px;
}

#sub04_06 .popups .popup1 .desc1 h1 .name {
    color: #5075df;
    font-family: 'JungGothic160';
}

#sub04_06 .popups .popup1 .desc1 h5 {
    pointer-events: none;
    line-height: 21px;
}

#sub04_06 .popups .popup2 {
    display: none;
    position: fixed;
    z-index: 2200;
    width: 544px;
    height: 700px;
    background-image: url("/img/fail_bg2.png");
    background-size: cover;
    box-shadow: 20px 20px 6px 0px rgba(255, 255, 255, .2);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
}

#sub04_06 .popups .popup2 .desc1 {
    pointer-events: none;
    position: absolute;
    right: 40px;
    bottom: 74px;
}

\
#sub04_06 .popups .popup2 .desc1 h2 {
    pointer-events: none;
    margin-bottom: 4px;
}

#sub04_06 .popups .popup2 .desc1 h2 .name {
    color: #a94c2f;
    font-family: 'JungGothic160';
    line-height: 40px;
}

#sub04_06 .popups .popup2 .desc1 h5 {
    pointer-events: none;
    line-height: 24px;
}


/* footer */
#footer {
    position: relative;
    padding: 29px 0;
    border-top: 1px solid #ebebeb;
    background: #2d2d2d;
}

#footer p {
    text-align: center;
    font-size: 0.75em;
    color: #9b9b9b;
}

#footer p a {
    text-decoration: none;
    color: #9b9b9b;
}

#footer .admin {
    color: black;
}

#footer .admin:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    margin: 0 9px;
    background-color: #b2b2b2;
    vertical-align: middle;
}