html { margin: auto; max-width: 1920px; }
/* Wrap - Container */
#sub-wrap { padding: 110px 0 0; }
.container {
    margin: auto;
    max-width: 1100px;
}
.container-large {
    margin: auto;
    max-width: 1160px;
}
.store-wrap { padding: 80px 0; }

.sub-contents { padding: 70px 0 150px; }

.pt-none { padding-top: 0 !important; }
.pb-none { padding-bottom: 0 !important; }

@media (max-width: 1024px){
    #wrap { padding: 50px 0 0; }
    #sub-wrap { padding: 50px 0 50px; }
    .container { padding-left: 15px; padding-right: 15px; }
    .store-wrap { padding: 120px 0 40px; }

    .sub-contents { padding: 35px 0 0; }
}


.__sub-title-center h2 { margin-bottom: -15px; padding-bottom: 0; text-align: center; border-bottom: none; }




/* 회사연혁 */
.history-table-scroll { overflow: hidden; position: relative; margin: auto; max-width: 1100px; }
.table-inner { overflow: auto; width: 100%; }
.clone { z-index: 2; position: absolute; top: 0; left: 0; pointer-events: none; }
.clone th, .clone td { visibility: hidden; }
.clone .fixed-side { background: #fff; visibility: visible; }
.history-table { width: 100%; border-bottom: 2px solid #999999; }
.history-table thead tr th { padding: 0 15px; }
.history-table thead tr th span{
    display: block; padding-bottom: 35px; line-height: 33px;
    text-align: center; font-size: 35px; font-weight: 200;
    border-bottom-width: 3px; border-bottom-style: solid;
}
.history-table thead tr th span.color-point { border-bottom-color: #20509f; }
.history-table thead tr th span.color-green { border-bottom-color: #5cc25e; }
.history-table tbody tr { border-bottom: 1px dashed #e5e5e5; }
.history-table tbody tr:first-child th,
.history-table tbody tr:first-child td { padding-top: 30px; }
.history-table tbody tr th { width: 250px; line-height: 33px; text-align: left; font-size: 35px; color: #555555; font-weight: 800; }
.history-table tbody tr th,
.history-table tbody tr td { vertical-align: top; padding: 50px 15px; }
.history-table tbody tr th p { margin-top: 30px; line-height: 22px; text-align: left; font-size: 16px; font-weight: 500; }
.history-table ul { margin: -8px 0; }
.history-table ul li { margin: 8px 0 8px 10px; line-height: 24px; font-size: 16px; color: #777777; font-weight: 200; }
/* @media (min-width: 1025px){
    .history-table ul li { line-height: 24px; }
} */
@media (max-width: 1024px){
    .history-table tbody tr:first-child th,
    .history-table tbody tr:first-child td { padding-top: 20px; }
    .history-table thead tr th { padding: 0 5px; }
    .history-table thead tr th span { padding-bottom: 20px; line-height: 20px; font-size: 20px; }
    .history-table tbody tr th { width: 130px; line-height: 18px; font-size: 18px; }
    .history-table tbody tr th,
    .history-table tbody tr td { vertical-align: top; padding: 25px 5px; }
    .history-table tbody tr th { padding-left: 0; }
    .history-table tbody tr th p { margin-top: 20px; line-height: 20px; font-size: 13px; }
    .history-table ul li { font-size: 13px; }
}
@media (max-width: 550px){
    .history-table { width: calc(300% - 365px); }
}




/* 이력서 등록 */
.resume-area { }

.resume-head { margin-bottom: 20px; text-align: right; font-size: 0; }
.resume-head table { display: inline-table; }
.resume-head table tr th { vertical-align: middle; padding: 5px 10px 5px 30px; width: 125px; }
.resume-head table tr td { vertical-align: middle; }
.resume-head input { width: 200px; }

.rt-l { display: inline-block; vertical-align: top; padding-right: 30px; width: 180px; }
.rt-r { display: inline-block; vertical-align: top; width: calc(100% - 180px); }

.resume-photo .thumbnail { overflow: hidden; position: relative; padding: 18px 14px; width: 150px; height: 200px; border: 1px solid #e1e1e1; }
.resume-photo .thumbnail-inner { position: relative; width: 100%; height: 100%; }
.resume-photo .thumbnail .thumbnail-inner img{
    position: absolute; top: 50%; left: 50%;
    width: 100%; height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.photo-up { display: block; margin: 15px 0 10px; height: 45px; line-height: 45px; text-align: center; font-size: 15px; color: #fff; font-weight: 200; background: #444444; }
.photo-up input[type="file"] { position: absolute; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; }

.resume-area h4 { margin: 45px 0 15px; }
.resume-area input[type="text"],
.resume-area input[type="email"],
.resume-area input[type="number"],
.resume-area input[type="tel"],
.resume-area select { height: 35px; line-height: 35px; font-size: 15px; color: #777777; font-weight: 300; }
.resume-area textarea { width: 100%; height: 150px; font-size: 15px; color: #777777; font-weight: 300; }
.w45, .resume-area input.w45, .resume-area select.w45 { width: 45px; }
.w80, .resume-area input.w80, .resume-area select.w80 { width: 80px; }
.w250 { max-width: 250px; width: 100%; }
.resume-area .radio span { font-size: 15px; font-weight: 300; }
.resume-area .radio .input-text { margin-left: 10px; }
.resume-area .input-text { display: inline-block; vertical-align: middle; white-space: nowrap; }
.resume-area .input-text input[type="text"],
.resume-area .input-text input[type="email"],
.resume-area .input-text input[type="number"],
.resume-area .input-text input[type="tel"],
.resume-area .input-text select { width: 100px; vertical-align: middle; }
.resume-area .input-text span { display: inline-block; vertical-align: middle; padding: 0 5px; font-size: 13px; color: #999999; font-weight: 300; }
.resume-area .label-wrap { margin: -10px 0; max-width: 780px; width: 100%; }
.resume-area .label-wrap li { display: inline-block; vertical-align: middle; margin: 10px 0; padding-right: 40px; min-width: 140px; }
.resume-area .label-wrap li:last-child { padding-right: 0; }
.resume-area .middle-button,
.resume-area .bottom-button { margin-top: 70px; text-align: center; }
.resume-area .middle-button .button,
.resume-area .bottom-button .button { width: 280px; }
.resume-area .bottom-sign { margin-top: 45px; text-align: center; }
.resume-area .bottom-sign .sign { margin: 35px 0; text-align: right; }
.resume-area .bottom-sign .sign input { margin: 0 5px; width: 170px; }

.input-p { white-space: nowrap; }
.input-p input { margin-right: 8px; }
.input-p p { display: inline-block; vertical-align: middle; margin-right: 8px; }
.input-p p:last-child { margin-right: 0; }

.resume-table { width: 100%; border-top: 2px solid #333; }
.resume-table tr { border-bottom: 1px solid #dddddd; }
.resume-table tr th { padding: 20px 5px; text-align: center; font-size: 16px; color: #333333; font-weight: 500; background: #f9f9f9; }
.resume-table tr td { padding: 10px 15px; text-align: left; font-size: 15px; color: #777; font-weight: 300; }
.resume-table tr.tr-disabled,
.resume-table tr.tr-disabled th { background: #eee; }
.resume-table select { width: 150px; }
.resume-table .button { height: 35px; line-height: 35px; }
.resume-table .button span { font-size: 13px; font-weight: 700; }

.input-box-address input[type="text"] { width: 100% !important; }
.__resume-table-horizontal tr th { width: 180px; }
.__resume-table-horizontal tr td { padding: 10px 20px; }
.resume-area .__resume-table-horizontal input[type="text"],
.resume-area .__resume-table-horizontal input[type="email"],
.resume-area .__resume-table-horizontal input[type="tel"],
.resume-area .__resume-table-horizontal select { width: 230px; }

.sp-txt { display: none; }
.__rt1 input,
.__rt2 input { max-width: 150px; }
@media (max-width:1024px){
    body:not(.print) .rt-l { display: block; padding-right: 0; width: 100%; }
    body:not(.print) .rt-r { display: block; padding-top: 30px; width: 100%; }
    body:not(.print) .resume-photo { width: 150px; }
    body:not(.print) .photo-up { height: 35px; line-height: 35px; font-size: 14px; }
    body:not(.print) .resume-head { text-align: left; }
    body:not(.print) .resume-head table tr th:first-child { padding-left: 0; width: 85px; }

    body:not(.print) .input-p { white-space: normal; }
    body:not(.print) .input-p input { margin-right: 0; margin-top: 2px; margin-bottom: 2px; width: calc(100% - 70px) !important; }
    body:not(.print) .input-p p { margin-right: 0; padding-left: 15px; width: 70px; }

    body:not(.print) .resume-area .middle-button,
    body:not(.print) .resume-area .bottom-button { margin-top: 50px; }
    body:not(.print) .resume-area .bottom-sign { margin-top: 30px; text-align: center; }
    body:not(.print) .resume-area .bottom-sign .sign { margin: 30px 0; text-align: right; }
    body:not(.print) .resume-area .bottom-sign .sign input { width: 130px; }

    body:not(.print) .resume-area input[type="text"],
    body:not(.print) .resume-area input[type="email"],
    body:not(.print) .resume-area input[type="number"],
    body:not(.print) .resume-area input[type="tel"],
    body:not(.print) .resume-area select,
    body:not(.print) .resume-area select option { width: calc(100% - 2px); font-size: 13px; }
    body:not(.print) .resume-area textarea { font-size: 13px; }

    body:not(.print) .resume-table,
    body:not(.print) .resume-table tbody,
    body:not(.print) .resume-table tr { display: block; font-size: 0; }
    body:not(.print) .resume-table thead { display: none; }
    body:not(.print) .resume-table tr th { display: block; padding-right: 0; padding-left: 0; font-size: 13px; }
    body:not(.print) .resume-table tr td { display: block; padding-right: 0; padding-left: 0; font-size: 13px; }
    body:not(.print) .__resume-table-horizontal tr th { padding: 15px 0 5px; width: 100%; text-align: left; font-size: 13px; background: #fff; }
    body:not(.print) .__resume-table-horizontal tr td { padding: 5px 0 15px; }

    body:not(.print) .resume-area textarea { height: 100px; }
    body:not(.print) .w45, .resume-area input.w45, .resume-area select.w45,
    body:not(.print) .w80, .resume-area input.w80, .resume-area select.w80,
    body:not(.print) .w250 { max-width: none; width: 100%; }

    body:not(.print) .resume-area .__resume-table-horizontal input[type="text"],
    body:not(.print) .resume-area .__resume-table-horizontal input[type="email"],
    body:not(.print) .resume-area .__resume-table-horizontal input[type="tel"],
    body:not(.print) .resume-area .__resume-table-horizontal select { width: 100%; }

    body:not(.print) .sp-txt { display: block; padding-bottom: 5px; }

    body:not(.print) .__rt1 input,
    body:not(.print) .__rt2 input { max-width: none; }
    body:not(.print) .__rt1 tr td:first-child,
    body:not(.print) .__rt1 tr td:nth-child(2) { padding-top: 45px; }
    body:not(.print) .__rt1 tr td:last-child { padding-bottom: 45px; }
    body:not(.print) .__rt1 tr td:first-child,
    body:not(.print) .__rt1 tr td:nth-child(2),
    body:not(.print) .__rt1 tr td:nth-child(4),
    body:not(.print) .__rt1 tr td:nth-child(5) { display: inline-block; vertical-align: top; width: 50%; }

    body:not(.print) .__rt2 tr td:first-child,
    body:not(.print) .__rt2 tr td:nth-child(2) { padding-top: 45px; }
    body:not(.print) .__rt2 tr td:last-child { padding-bottom: 45px; }
    body:not(.print) .__rt2 tr td:first-child,
    body:not(.print) .__rt2 tr td:nth-child(2),
    body:not(.print) .__rt2 tr td:nth-child(4),
    body:not(.print) .__rt2 tr td:nth-child(5) { display: inline-block; vertical-align: top; width: 50%; }
    body:not(.print) .__rt2 .input-p input { width: calc(50% - 70px) !important; }

    body:not(.print) .__rt3 tr td { text-align: left !important; }
    body:not(.print) .__rt3 tr td:first-child,
    body:not(.print) .__rt3 tr td:nth-child(2) { padding-top: 45px; }
    body:not(.print) .__rt3 tr td:last-child { padding-bottom: 45px; }
    body:not(.print) .__rt3 tr td:first-child,
    body:not(.print) .__rt3 tr td:nth-child(2) { display: inline-block; vertical-align: top; width: 50%; }

    body:not(.print) .__rt4 tr td { display: inline-block; vertical-align: top; width: 50%; text-align: left !important; }
    body:not(.print) .__rt4 tr td:first-child,
    body:not(.print) .__rt4 tr td:nth-child(2) { padding-top: 45px; }
    body:not(.print) .__rt4 tr td:nth-child(3),
    body:not(.print) .__rt4 tr td:last-child { padding-bottom: 45px; }
}
@media (max-width:768px){
    body:not(.print) .resume-head table,
    body:not(.print) .resume-head table tbody,
    body:not(.print) .resume-head table tr { display: block; }
    body:not(.print) .resume-head table tr th { display: block; padding: 15px 0px 10px; width: 100%; }
    body:not(.print) .resume-head table tr td { display: block; width: 100%; }
    body:not(.print) .resume-head table tr th:first-child { padding-top: 0; width: 100%; }
    body:not(.print) .resume-head input { width: 100%; }
}
/* @media print {
    html, body { width: 210mm; height: 297mm; }
    .page{
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
} */
@media print {
    .resume-table tr th { padding: 13px 5px; font-size: 14px; }
    .resume-table tr td { font-size: 14px; }
    .sign span { padding-left: 10px; }
    .sign span:first-child { padding-right: 10px; }
}



/* 마이페이지 */
.my-contents { padding-top: 30px; }
.my:after { content: ''; display: block; clear: both; }
.my-l { float: left; width: 23.8%; padding-right: 60px; }
.my-r { float: left; width: 76.2%; }
.my-l .my-ul { margin-top: 15px; }
.my-ul li a { display: block; padding: 0 10px; height: 40px; line-height: 40px; font-size: 15px; color: #666666; }
.my-ul li.on a,
.my-ul li a:hover { color: #4960a2; font-weight: 500; background: url('/child/img/icon/my-on.png') no-repeat right 15px center; }

.head_title { padding: 12px 12px 12px 40px; text-align: left;background: url('/child/img/icon/icon_title.png') no-repeat center left / 22px; background-position-x: 8px; }
.head_title h3 { margin-bottom: 0; font-size: 18px; line-height: 23px; color: #333333; font-weight: 500; }

.sub_head_title { padding-bottom: 19px; line-height: 28px; border-bottom: 1px solid #bbbbbb; }
.sub_head_title .fRight { display: none; }
.sub_head_title h1 { font-size: 33px; }
.sub_head_title .list { margin-top: 10px; }
.sub_head_title .list a { padding-right: 20px; background: url('/child/img/icon/icon_sub_arrow.png') no-repeat center right 5px; }
.sub_head_title .list a span { font-size: 14px; color: #666666; }
.sub_head_title .list a:first-child span { margin-top: 3.5px; display: inline-block; vertical-align: ㅡㅑㅇ읻; width: 16px; height: 13px; font-weight: 400; /*background: url('/child/img/icon/icon_sub_nav.png') no-repeat center;*/ }
.sub_head_title .list a:last-child { padding-right: 0; background: none; }

@media (max-width: 1024px){
    .sub_head_title .fRight { display: none; }

    .head_title { background-size: auto 20px; }
    .head_title h3 { font-size: 16px; }
    .sub_head_title { margin-top: 30px; padding-bottom: 3px; line-height: 24px; }
    .sub_head_title h1 { font-size: 18px; }
    .sub_head_title .fRight { display: none; }
    .join_input_tit_wrap h3 { font-size: 16px; }


    .my-l { display: none; }
    .my-r { width: 100%; padding-left: 0; }
    .s-top-text h4 { line-height: 29px; font-size: 22px; }
    .s-top-text p { font-size: 14px; }
    .s-top-text a { font-size: 14px; }
}






/* ========== COMMON ========== */
.blind{ overflow: hidden; position: absolute; width: 1px; height: 1px; clip:rect(1px, 1px, 1px, 1px); }
.quickmenu_container { margin: auto; max-width: 1500px; width: 100%; }


.mo_br, .mo-br { display: none; }

.sp { display: none; }
.mo { display: none; }
@media (max-width:1024px) {
    .sp { display: block; }
    .pc { display: none; }
}
@media (max-width:768px) {
    .mo { display: block; }
}


.bg-light { background-color: #f3f6f8; }
.bg-light2 { background-color: #fafafa; }
.bg-blue { background-color: #33abe6; }



/* COMMON */
.b { font-weight: bold; }

.align-left { text-align: left !important; }
.align-right { text-align: right !important; }
.align-center { text-align: center !important; }


.weight-1, .weight-thin { font-weight: 100; }
.weight-2, .weight-light { font-weight: 200; }
.weight-3 { font-weight: 300; }
.weight-4, .weight-regular { font-weight: normal; }
.weight-5, .weight-medium { font-weight: 500; }
.weight-6 { font-weight: 600; }
.weight-7, .b { font-weight: 700; }
.weight-8 { font-weight: 800; }

.weight-thin { font-weight: 100; }
.weight-light { font-weight: 200; }
.weight-medium { font-weight: 500; }
.weight-regular { font-weight: normal; }
.weight-300 { font-weight: 300; }

.style-normal { font-style: normal; }

.point_color,
.color-point { color: #275bb3 !important; }
.color-green { color: #5cc25e !important; }
.color-aqua { color: #0eb4ca !important; }
.color-sky { color: #00a0e9 !important; }
.color-blue { color: #044ab3 !important; }
.color-white { color: #fff !important; }
.color-lemon { color: #f9f7c3 !important; }
.color-dark { color: #000 !important; }
.color-dark1 { color: #111 !important; }
.color-dark2 { color: #222 !important; }
.color-dark3 { color: #333 !important; }
.color-dark4 { color: #444 !important; }
.color-grey5 { color: #555 !important; }
.color-grey6 { color: #666 !important; }
.color-grey7 { color: #777 !important; }
.color-grey8 { color: #888 !important; }
.color-grey9 { color: #999 !important; }
.color-o20 { color: rgba(255,255,255,.2) !important; }
.color-o30 { color: rgba(255,255,255,.3) !important; }
.color-o40 { color: rgba(255,255,255,.4) !important; }
.color-o50 { color: rgba(255,255,255,.5) !important; }
.color-o60 { color: rgba(255,255,255,.6) !important; }
.color-o70 { color: rgba(255,255,255,.7) !important; }
.color-o80 { color: rgba(255,255,255,.8) !important; }
.color-o90 { color: rgba(255,255,255,.9) !important; }


.title-xsmall1 { font-size: 11px; }
.title-xsmall2 { font-size: 12px; }
.title-xsmall3 { font-size: 13px; }
.title-xsmall4 { font-size: 14px; }
.title-xsmall5 { font-size: 15px; }
.title-xsmall6 { font-size: 16px; }
.title-xsmall7 { font-size: 17px; }
.title-xsmall8 { font-size: 18px; }
.title-xsmall9 { font-size: 19px; }
.title-small { font-size: 20px; }
.title-small1 { font-size: 21px; }
.title-small2 { font-size: 22px; }
.title-small3 { font-size: 23px; }
.title-small4 { font-size: 24px; }
.title-small5 { font-size: 25px; }
.title-small6 { font-size: 26px; }
.title-small7 { font-size: 27px; }
.title-small8 { font-size: 28px; }
.title-small9 { font-size: 29px; }
.title-regular { font-size: 30px; }
.title-regular1 { font-size: 31px; }
.title-regular2 { font-size: 32px; }
.title-regular3 { font-size: 33px; }
.title-regular4 { font-size: 34px; }
.title-regular5 { font-size: 35px; }
.title-regular6 { font-size: 36px; }
.title-regular7 { font-size: 37px; }
.title-regular8 { font-size: 38px; }
.title-regular9 { font-size: 39px; }
.title-medium { font-size: 40px; }
.title-medium1 { font-size: 41px; }
.title-medium2 { font-size: 42px; }
.title-medium3 { font-size: 43px; }
.title-medium4 { font-size: 44px; }
.title-medium5 { font-size: 45px; }
.title-medium6 { font-size: 46px; }
.title-medium7 { font-size: 47px; }
.title-medium8 { font-size: 48px; }
.title-medium9 { font-size: 49px; }
.title-large { font-size: 50px; }
.title-large1 { font-size: 51px; }
.title-large2 { font-size: 52px; }
.title-large3 { font-size: 53px; }
.title-large4 { font-size: 54px; }
.title-large5 { font-size: 55px; }
.title-large6 { font-size: 56px; }
.title-large7 { font-size: 57px; }
.title-large8 { font-size: 58px; }
.title-large9 { font-size: 59px; }
.title-xlarge { font-size: 60px; }
.title-xlarge1 { font-size: 61px; }
.title-xlarge2 { font-size: 62px; }
.title-xlarge3 { font-size: 63px; }
.title-xlarge4 { font-size: 64px; }
.title-xlarge5 { font-size: 65px; }
.title-xlarge6 { font-size: 66px; }
.title-xlarge7 { font-size: 67px; }
.title-xlarge8 { font-size: 68px; }
.title-xlarge9 { font-size: 69px; }

@media (max-width: 1024px){
    .title-xsmall1 { font-size: 10px; }
    .title-xsmall2 { font-size: 11px; }
    .title-xsmall3 { font-size: 12px; }
    .title-xsmall4 { font-size: 13px; }
    .title-xsmall5 { font-size: 14px; }
    .title-xsmall6 { font-size: 15px; }
    .title-xsmall7 { font-size: 16px; }
    .title-xsmall8 { font-size: 17px; }
    .title-xsmall9 { font-size: 17px; }
    .title-small { font-size: 18px; }
    .title-small1 { font-size: 18px; }
    .title-small2 { font-size: 18px; }
    .title-small3 { font-size: 18px; }
    .title-small4 { font-size: 18px; }
    .title-small5 { font-size: 18px; }
    .title-small6 { font-size: 18px; }
    .title-small7 { font-size: 18px; }
    .title-small8 { font-size: 18px; }
    .title-small9 { font-size: 18px; }
    .title-regular { font-size: 20px; }
    .title-regular1 { font-size: 21px; }
    .title-regular2 { font-size: 22px; }
    .title-regular3 { font-size: 23px; }
    .title-regular4 { font-size: 24px; }
    .title-regular5 { font-size: 25px; }
    .title-regular6 { font-size: 26px; }
    .title-regular7 { font-size: 27px; }
    .title-regular8 { font-size: 28px; }
    .title-regular9 { font-size: 29px; }
    .title-medium { font-size: 30px; }
    .title-medium1 { font-size: 31px; }
    .title-medium2 { font-size: 32px; }
    .title-medium3 { font-size: 33px; }
    .title-medium4 { font-size: 34px; }
    .title-medium5 { font-size: 35px; }
    .title-medium6 { font-size: 36px; }
    .title-medium7 { font-size: 37px; }
    .title-medium8 { font-size: 38px; }
    .title-medium9 { font-size: 39px; }
    .title-large { font-size: 40px; }
    .title-large1 { font-size: 41px; }
    .title-large2 { font-size: 42px; }
    .title-large3 { font-size: 43px; }
    .title-large4 { font-size: 44px; }
    .title-large5 { font-size: 45px; }
    .title-large6 { font-size: 46px; }
    .title-large7 { font-size: 47px; }
    .title-large8 { font-size: 48px; }
    .title-large9 { font-size: 49px; }
    .title-xlarge { font-size: 50px; }
    .title-xlarge1 { font-size: 41px; }
    .title-xlarge2 { font-size: 42px; }
    .title-xlarge3 { font-size: 43px; }
    .title-xlarge4 { font-size: 44px; }
    .title-xlarge5 { font-size: 45px; }
    .title-xlarge6 { font-size: 46px; }
    .title-xlarge7 { font-size: 47px; }
    .title-xlarge8 { font-size: 48px; }
    .title-xlarge9 { font-size: 49px; }
}
@media (max-width: 768px){
    .title-xsmall5 { font-size: 13px; }
    .title-xsmall6 { font-size: 13px; }
    .title-xsmall7 { font-size: 13px; }
    .title-xsmall8 { font-size: 13px; }
    .title-xsmall9 { font-size: 13px; }
    .title-small { font-size: 14px; }
    .title-small2 { font-size: 15px; }
    .title-small3 { font-size: 15px; }
    .title-small4 { font-size: 15px; }
    .title-small5 { font-size: 16px; }
    .title-small6 { font-size: 16px; }
    .title-small7 { font-size: 17px; }
    .title-small8 { font-size: 17px; }
    .title-small9 { font-size: 17px; }
    .title-regular { font-size: 18px; }
    .title-regular2 { font-size: 18px; }
    .title-regular3 { font-size: 18px; }
    .title-regular4 { font-size: 18px; }
    .title-regular5 { font-size: 18px; }
    .title-regular6 { font-size: 18px; }
    .title-regular7 { font-size: 18px; }
    .title-regular8 { font-size: 18px; }
    .title-regular9 { font-size: 18px; }
    .title-medium { font-size: 20px; }
    .title-medium1 { font-size: 21px; }
    .title-medium2 { font-size: 22px; }
    .title-medium3 { font-size: 23px; }
    .title-medium4 { font-size: 24px; }
    .title-medium5 { font-size: 25px; }
    .title-medium6 { font-size: 26px; }
    .title-medium7 { font-size: 27px; }
    .title-medium8 { font-size: 28px; }
    .title-medium9 { font-size: 29px; }
    .title-large { font-size: 20px; }
    .title-large1 { font-size: 21px; }
    .title-large2 { font-size: 22px; }
    .title-large3 { font-size: 23px; }
    .title-large4 { font-size: 24px; }
    .title-large5 { font-size: 25px; }
    .title-large6 { font-size: 26px; }
    .title-large7 { font-size: 27px; }
    .title-large8 { font-size: 28px; }
    .title-large9 { font-size: 29px; }
    .title-xlarge { font-size: 30px; }
    .title-xlarge1 { font-size: 21px; }
    .title-xlarge2 { font-size: 22px; }
    .title-xlarge3 { font-size: 23px; }
    .title-xlarge4 { font-size: 24px; }
    .title-xlarge5 { font-size: 25px; }
    .title-xlarge6 { font-size: 26px; }
    .title-xlarge7 { font-size: 27px; }
    .title-xlarge8 { font-size: 28px; }
    .title-xlarge9 { font-size: 29px; }
}

.pr-xsmall { font-size: 14px; }
.pr-small { font-size: 15px; color: #555555; }
.pr { line-height: 24px; font-size: 16px; color: #555555; }
.pr-large { line-height: 26px; font-size: 17px; color: #555555; }
.pr-large2 { line-height: 32px; font-size: 18px; color: #555555; }
.pr-large3 { line-height: 26px; font-size: 19px; color: #555555; }
.pr-large4 { line-height: 28px; font-size: 20px; color: #555555; }
@media (max-width: 1024px){
    .pr-xsmall { font-size: 13px; }
    .pr-small { line-height: 24px; font-size: 14px; }
    .pr { line-height: 24px; font-size: 15px; }
    .pr-large { line-height: 24px; font-size: 16px; }
    .pr-large2 { line-height: 26px; font-size: 17px; }
    .pr-large3 { line-height: 28px; font-size: 18px; }
    .pr-large4 { line-height: 28px; font-size: 19px; }
}
@media (max-width: 768px){
    .pr-small { line-height: 24px; font-size: 13px; }
    .pr { line-height: 24px; font-size: 14px; }
    .pr-large { line-height: 24px; font-size: 15px; }
    .pr-large2 { line-height: 26px; font-size: 16px; }
    .pr-large3 { line-height: 28px; font-size: 16px; }
    .pr-large4 { line-height: 28px; font-size: 16px; }
}


.sub-title,
.sub-title-bor { line-height: 34px; font-size: 35px; color: #333333; }
.sub-title-bor { padding-bottom: 20px; border-bottom: 1px solid #ccc; }
.circle-title { padding-left: 34px; font-weight: 24; line-height: 40px; font-weight: 500; background: url('/child/img/icon/circle-title.png') no-repeat left center; }

@media (max-width: 1024px){

}
@media (max-width: 768px){

}





/* Member */
.my-title { padding-bottom: 24px; line-height: 23px; font-size: 23px; color: #666666; font-weight: 500; border-bottom: 1px solid #cccccc; }
.form-title { padding-bottom: 10px; line-height: 20px; font-size: 20px; color: #333333; font-weight: 500; border-bottom: 1px solid #aaaaaa; }
.agree-title { border-bottom: none; }
.agree-title .check { font-size: 16px; color: #926d49; font-weight: 500; }
.form-title .check { float: right; }





/* Main */
.title { position: relative; text-align: center; line-height: 38px; font-size: 42px; font-weight: 200; }
.title + p { margin-top: 15px; text-align: center; font-size: 17px; }
.title-light { color: #fff !important; }
.title-light + p { color: rgba(255,255,255,.7) !important; }
.main-board-title { margin-bottom: 10px; line-height: 30px; font-size: 25px; }
.main-board-title a { display: block; background: url('/child/img/icon/main-board-title.png') no-repeat right 1px center; }

@media (max-width: 1024px){
    .title { line-height: 18px; font-size: 23px; }
    .title + p { line-height: 16px; font-size: 15px; }
    .main-board-title { font-size: 20px; background-size: auto 30px; }
}
@media (max-width: 768px){
    .title { line-height: 15px; font-size: 20px; }
    .main-board-title { font-size: 18px; background-size: auto 25px; }
}



.button { display: inline-block; text-align: center; }
.button-35 { height: 35px; line-height: 35px; } .button-35.button-round { border-radius: 18px; }
.button-40 { height: 40px; line-height: 40px; } .button-40.button-round { border-radius: 20px; }
.button-45 { height: 45px; line-height: 45px; } .button-45.button-round { border-radius: 23px; }
.button-50 { height: 50px; line-height: 50px; } .button-50.button-round { border-radius: 25px; }
.button-55 { height: 55px; line-height: 55px; } .button-55.button-round { border-radius: 28px; }
.button-60 { height: 60px; line-height: 60px; } .button-60.button-round { border-radius: 25px; }
.button-65 { height: 65px; line-height: 65px; } .button-65.button-round { border-radius: 33px; }
.button-70 { height: 70px; line-height: 70px; } .button-70.button-round { border-radius: 25px; }
.button-point { color: #fff !important; background: #275bb3; }
.button-blue { color: #fff !important; background: #2a8ddc; }
.button-green { color: #fff !important; background: #5cc25e; }
.button-grey { color: #fff !important; background: #555555; }
.button-white { color: #333333 !important; background: #fff; }
.button-border { border: 1px solid #eee; }
.button-mouse { color: #fff !important; background: #8b8d9b; }
.button-mouse-dark { color: #fff !important; background: #494d56; }

@media(min-width:1025px){
    .button-point:hover { background: #3b6ec3; }
    .button-green:hover { background: #75ca77; }
}
@media (max-width: 1024px){ .button-45 { height: 40px; line-height: 40px; }.button-50 { height: 45px; line-height: 45px; }.button-55 { height: 50px; line-height: 50px; }.button-60 { height: 50px; line-height: 50px; }.button-65 { height: 60px; line-height: 60px; }.button-70 { height: 60px; line-height: 60px; } }
@media (max-width: 768px){ .button-50 { height: 40px; line-height: 40px; }.button-55 { height: 40px; line-height: 40px; }.button-60 { height: 45px; line-height: 45px; }.button-65 { height: 45px; line-height: 45px; }.button-70 { height: 50px; line-height: 50px; } }



.m-scroll { display: none; margin: auto; max-width: 360px; width: 100%; }
[data-scroll="false"] { overflow-y: hidden; }

.clearfix:after { content: ''; display: block; clear: both; }
ul.list:after { content: ''; display: block; clear: both; }
ul.list > li { float: left; }
.fLeft { float: left; }
.fRight { float: right; }
.aRight { text-align: right; }

/* ------- Grid ------- */
.grid { font-size: 0; }
.grid:after { content: ''; display: block; clear: both; }
.grid > div,
.grid > li { display: inline-block; vertical-align: top; padding: 10px; font-size: initial; }
.grid > div > ._g,
.grid > li > ._g { height: 100%; }
/* 1 col */
.grid-24 { width: 100%; }
/* 2 col */
.grid-12 { width: 50%; }
/* 3 col */
.grid-8 { width: 33.333333%; }
/* 4 col */
.grid-6 { width: 25%; }
/* 5 col */
.grid-5 { width: 20%; }
/* 6 col */
.grid-4 { width: 16.66666%; }
@media (max-width: 1024px){
    .grid-4 { width: 33.33333%; }
}
@media (max-width: 768px){
    .grid-6 { width: 50%; }
    .grid-5 { width: 33.33333%; }
}
@media (max-width: 600px){
    .grid-8 { width: 100%; }
    .grid-5 { width: 100%; }
    .grid-4 { width: 50%; }
}




.img { position: relative; }
.img:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; }


.imgz { display: none; text-align: center; font-size: 13px; }
.imgz:before { content: ''; display: inline-block; vertical-align: -12px; margin-right: 2px; width: 35px; height: 35px; background: url('g/icon/zoom.png') no-repeat center / 35px auto; }
.imgz:after { content: '이미지를 클릭하시면 크게 볼 수 있습니다.'; }
.imgv { position: relative; }
.imgv:before{
    content: none; z-index: 2; position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,.55);
}
.vtxt{
    position: absolute; z-index: 3; top: 50%; left: 0; width: 100%;
    text-align: center; font-size: 13px; color: #fff; font-weight: 500;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width:768px) {
    .imgz { display: block; }
    .imgv:before { content: ''; }
}



.m-scroll-area {
    position: relative;
}
.m-scroll-area:before{
    content: none;
}
.scroll { overflow-x: auto; z-index: 2; }
@media (max-width:1200px) {
    .m-scroll-area ::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .m-scroll-area ::-webkit-scrollbar:vertical {
        width: 10px;
    }
    .m-scroll-area ::-webkit-scrollbar:horizontal {
        height: 10px;
    }
    .m-scroll-area ::-webkit-scrollbar-thumb {
        background-color: #bbb;
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
    .m-scroll-area ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    .scroll-b:before{
        content: ''; z-index: 3; position: absolute; top: 0; right: 0;
        width: 15px; height: 100%;
        /* background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 ); */
    }
    .scroll-b .scroll .inner { min-width: 1100px; }
}
@media (max-width:1024px) {
    .scroll-t:before{
        content: ''; z-index: 3; position: absolute; top: 0; right: 0;
        width: 15px; height: 100%;
        /* background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 ); */
    }
    .scroll-t .scroll .inner { min-width: 900px; }
}

@media (max-width:600px) {
    .scroll-m:before{
        content: ''; z-index: 3; position: absolute; top: 0; right: 0;
        width: 15px; height: 100%;
        /* background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 ); */
    }
    .scroll-m .scroll .inner { min-width: 550px; }
}

@media (max-width:425px) {
    .scroll-s:before{
        content: ''; z-index: 3; position: absolute; top: 0; right: 0;
        width: 15px; height: 100%;
        /* background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 ); */
    }
    .scroll-s .scroll .inner { min-width: 425px; }
}


.scroll-mo { position: relative; padding-top: 50px; }
.scroll-mo .stxt {
    z-index: 1000; position: absolute; top: 0; left: 0; right: 0; margin: auto; padding: 6px 0 6px 30px; width: 270px;
    text-align: center; font-size: 15px; color: #555; font-weight: 500;
    background: url('/child/img/icon/m-scroll.png') no-repeat left center / auto 28px;
}
@-webkit-keyframes scroll-mo-mask {
    0% { z-index: 9999; opacity: 1; }
    99% { z-index: 9999; opacity: 0; }
    100% { z-index: -1; opacity: 0; }
}
@keyframes scroll-mo-mask {
    0% { z-index: 9999; opacity: 1; }
    99% { z-index: 9999; opacity: 0; }
    100% { z-index: -1; opacity: 0; }
}
@media (max-width:768px){
}
@media (max-width:550px){
    .scroll-m55.__scroll-mo-top::before{
        z-index: 9999; content: ''; position: absolute; top: 50px; left: 0;
        width: 100%; height: calc(100% - 50px);
        background: rgba(0,0,0,.7);
        animation: scroll-mo-mask .35s ease-out 1.3s forwards;
    }
}


.slick-prev { overflow: hidden; text-indent: -99999px; z-index: 2; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; }
.slick-next { overflow: hidden; text-indent: -99999px; z-index: 2; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; }
.slick-slide:focus { outline: none; }
.slick-initialized .slick-slide { overflow: hidden; }
.slick-dots { position: absolute; left: 0; bottom: 50px; width: 100%; text-align: center; font-size: 0; }
.slick-dots li { overflow: hidden; text-indent: -999999px; display: inline-block; vertical-align: top; margin: 0 5px; cursor: pointer; }


.float:after { content: ''; display: block; clear: both; }
.f-left { float: left; }
.f-right { float: right; }


.centre { display: table; width: 100%; height: 100%; }
.centre .inner { display: table-cell; vertical-align: middle; width: 100%; height: 100%; }



/* List Style */
.ul-square { margin-left: 15px; list-style: square; }
.ul-square li { list-style: square; list-style-image: url('/child/img/icon/ul-square.png'); }




/* Tab Menu */
.tab-menu { }
.tab-menu:after { content: ''; display: block; clear: both; }
.tab-menu-2 > li { width: 50%;  }
.tab-menu > li { float: left; }
.tab-menu > li a,
.tab-menu > li button{
    display: block; position: relative;
    width: 100%; height: 55px;
    text-align: center; color: #aaaaaa; font-size: 15px; letter-spacing: -0.04em;
}
.tab-menu > li button:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #0096e0; }
.tab-menu > li button[aria-pressed="true"] { color: #fff; background: #0096e0; }
.tab-menu > li button[aria-pressed="true"] strong { color: #fffdb9; }
.tab-contents { position: relative; }
.tab-contents > li { display: none; }
.tab-contents > li.on {
    display: block;
    animation: content-on ease-out .65s forwards;
}
@-webkit-keyframes contents-on {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes contents-on {
    from { opacity: 0; }
    to { opacity: 1; }
}





/* Button Style */
.btn, a.btn { display: inline-block; vertical-align: middle; width: 100px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; }
input.btn { padding-left: 0; }
.btn_border { background-color: #fff; border: 1px solid #eee; }
.btn_dark_border { background-color: #fff; border: 1px solid #ddd; }
.btn_confirm, a.btn_confirm { background-color: #666; color: #fff; }
.btn_point, a.btn_point { background-color: #275bb3; color: #fff; }
.btn_point2, a.btn_point2 { background-color: #3e9b93; color: #fff; }
.btn_dark, a.btn_dark { background: #999; }




/* ======= Accordon Style ======= */
#menu-wrapper { overflow: hidden; max-width: 100%; }
#menu-wrapper #hamburger-menu { position: relative; width: 25px; height: 20px; margin: 15px; }
#menu-wrapper #hamburger-menu span { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; left: 0; display: block; width: 100%; border-radius: 10px; color: black; background-color: white; position: absolute;
    height: 2px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: ease-out .4s;
    transition: ease-out .4s; }
#menu-wrapper #hamburger-menu span:nth-child(1) { top: 0; }
#menu-wrapper #hamburger-menu span:nth-child(2) { top: 9px; }
#menu-wrapper #hamburger-menu span:nth-child(3) { top: 18px; }
#menu-wrapper #hamburger-menu.open span:nth-child(1) { top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; left: -60px; }
#menu-wrapper #hamburger-menu.open span:nth-child(3) { top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container { overflow-y: auto; height: 100%; }
#menu-container .menu-list { padding-left: 0; display: block; width: 100%; background: white; overflow-y: auto; overflow-x: hidden; }
#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 15px;
    text-transform: uppercase;
/*    border-top: 1px solid #dbdcd2;*/
}
#menu-container .menu-list li:first-of-type { border-top: 0; }
.accordion-toggle, .accordion-content { font-size: 16px; position: relative; letter-spacing: 1px; }
.accordion-content { display: none; }
.accordion-toggle a:before, .accordion-toggle a:after { content: ''; display: block; position: absolute; top: 50%; right: 30px; width: 13px; margin-top: -1px;
     background-color: #333; height: 1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s;
    transition: all .3s; }
.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1; z-index: 2; }
.accordion-toggle a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff !important; }
.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important; opacity: 0; }



/* Page Style */
#page_list_style { margin: 30px 0 50px; }
.Paging_Num { margin: auto; width: auto; border-bottom: none !important; }
.Paging_Num tr td { border-bottom: none !important; }

#pager td { padding: 0; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 14px; }
#pager td a { display: block; padding-top: 1px; width: 100%;  height: 100%; }
#pager td a:hover { padding-top: 0; background-color: #f8f8f8; border: 1px solid #cccccc; }
.current_page { color: #fff; background: #1e458f; border: 1px solid #1e458f; cursor: default; }
.page_backward { background: url('/child/img/pager/page_l_2.png') no-repeat center;  }
.page_back5 { background: url('/child/img/pager/page_l.png') no-repeat center; }
.page_5 { background: url('/child/img/pager/page_r.png') no-repeat center; }
.page_forward { background: url('/child/img/pager/page_r_2.png') no-repeat center; }


/* Table Responsive Cell */
.m_cell { display: none; }


/* BBS Write */
#bbs_write_style { border-top: 2px solid #1e458f; border-bottom: 2px solid #1e458f; }
#bbs_write_style tr th { padding: 10px; text-align: left; background-color: #fafafa; border-bottom: 1px solid #eee; }
#bbs_write_style tr td { padding: 10px; text-align: left; border-bottom: 1px solid #eee; }
#bbs_write_style tr td input[type=text],
#bbs_write_style tr td input[type=password] { max-width: 300px; width: 100%; height: 35px; }
#bbs_write_style tr td input[type=file] { max-width: 200px; width: 100%; }
#bbs_write_style tr td img { display: inline-block; }
.AWbbs_input_table tr td img { display: inline-block; }





/* Form mail Style */
.formmail-table { display: table; margin-bottom: 50px; width: 100%; border-collapse: collapse; }
.formmail-table .row { display: table-row; border-bottom: 1px solid #e5e5e5; }
.formmail-table .th { display: table-cell; vertical-align: middle; padding: 28px 30px 30px; width: 250px; font-size: 15px; color: #555555; font-weight: 500; word-break: keep-all; }
.formmail-table .td { display: table-cell; vertical-align: middle; padding: 10px 0; font-size: 15px; color: #555555; }
.formmail-table .td textarea { padding: 20px; width: 100%; font-size: 15px; color: #555555; background: #fff; }
.formmail-table .td input[type="text"],
.formmail-table .td select { max-width: 330px; width: 100%; height: 50px; font-size: 15px; background: #fff; border: 1px solid #e5e5e5; }
.formmail-table .td p { margin-top: 5px; color: #999999; }
.formmail-table .td b { padding-left: 10px; font-weight: 500; }

.formmail-table .birth-box-wrap { font-size: 0; }
.formmail-table .birth-box-wrap > select { margin-right: 15px; width: 100px; }

._w { max-width: 319px; }
.txt1 { height: 130px; }
.txt2 { height: 275px; }
.radio { display: inline-block; vertical-align: top; position: relative; }
.radio:last-child { margin-right: 0; }
.radio input[type="radio"] { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }
.radio i { display: inline-block; vertical-align: middle; margin-right: 10px; width: 20px; height: 20px; background: url('/child/img/icon/radio.png') no-repeat center; }
.radio span { display: inline-block; vertical-align: middle; }
.radio-light i { background: url('/child/img/icon/radio-light.png'); }
.radio input:checked ~ i { background: url('/child/img/icon/radio-on.png') no-repeat center; }
.radio input[type="radio"]:disabled ~ i,
.radio input[type="radio"]:disabled ~ span { opacity: .5; }

.check { display: inline-block; vertical-align: top; position: relative; }
.check:last-child { margin-right: 0; }
.check input[type="checkbox"] { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }
.check i { display: inline-block; vertical-align: middle; margin-right: 5px; width: 25px; height: 21px; background: url('/child/img/icon/check.png') no-repeat left center; }
.check span { display: inline-block; vertical-align: middle; }
.check input:checked ~ i { background: url('/child/img/icon/check-on.png') no-repeat left center; }
.check input[type="checkbox"]:disabled ~ i,
.check input[type="checkbox"]:disabled ~ span { opacity: .5; }
.check-s i { margin-right: 8px; width: 20px; height: 20px; background: url('/child/img/icon/check-s.png') no-repeat left center; }
.check-s input:checked ~ i { background: url('/child/img/icon/check-s-on.png') no-repeat left center; }

.formmail-table .radio { margin-right: 50px; }
.formmail-table .check { margin-right: 50px; }

.formmail-table .td .input-file { position: relative; padding-right: 110px; }
.formmail-table .td .input-file [type="file"] { position: absolute; width: 1px; height: 1px;clip: rect(0, 0, 0, 0); border: 0 none; }
.formmail-table .td .input-file .file-label {
  display: inline-block; vertical-align: top;
  position: absolute; top: 0; right: 0; padding: 0 25px;
  width: 110px; height: 50px; line-height: 50px;
  color: #fff; text-align: center; font-size: 15px;
  background: #555555; border: 1px solid #222;
}
.formmail-table .td .input-file .file-name { max-width: 100%; width: 100%; height: 50px; line-height: 50px; text-indent: 5px; border: 1px solid #ddd; }
.formmail-table .td .file-focus { outline: 1px dotted #d2310e; }

.tel-box { display: inline-block; vertical-align: middle; width: 100px; }
.tel-box ~ span { display: inline-block; vertical-align: middle; padding: 0 5px; width: 15px; font-size: 16px; }
.email-box-wrap,
.tel-box-wrap { font-size: 0; }
.email-box { display: inline-block; vertical-align: middle; width: 32%; }
.email-box ~ span { display: inline-block; vertical-align: middle; padding: 0 5px; text-align: center; font-size: 16px; width: 4%; }
.email-box:last-child { padding-left: 5px; }

.addr-box { margin-top: 10px; }
.addr1 { position: relative; margin-top: 0; padding-right: 110px; max-width: 330px; }
.addr1 button { position: absolute; top: 0; right: 0; width: 110px; height: 50px; font-size: 16px; color: #fff; background: #777777; }
.center-form .addr-box input { max-width: 100%; }

.form-title { padding-bottom: 10px; line-height: 20px; font-size: 20px; color: #333333; font-weight: 500; border-bottom: 1px solid #aaaaaa; }
.agree-title { border-bottom: none; }
.agree-wrap .check { font-size: 16px; color: #ee741f; font-weight: 500; }
.form-title .check { float: right; }

.agree-wrap textarea,
.agree-wrap .textarea { overflow-y: auto; padding: 20px; width: 100%; height: 158px; font-size: 15px; background: #fff; border: 1px solid #dddddd; }

.agree-link-wrap { padding: 30px 15px; text-align: center; border: 5px solid #fceade; }
.agree-link-wrap span { font-weight: 500; }
.agree-link-wrap a { display: inline-block; margin-left: 20px; }
.agree-link-wrap a i { display: inline-block; vertical-align: 0; margin-left: 10px; width: 7px; height: 13px; background: url('/child/img/icon/agree-link-arrow.png'); }

.form-btn-wrap { margin-top: 30px; text-align: center; }
.form-btn { display: inline-block; vertical-align: top; padding: 5px; }
.form-btn .button { width: 150px; font-size: 15px; height: 50px; }

.form-caption { display: block; margin-top: 10px; }


@media (max-width: 1024px){
    .formmail-table .th { display: block; padding: 15px 0 5px; width: 100%; font-size: 14px; border-right: none !important; }
    .formmail-table .td { display: block; padding: 5px 0 15px; width: 100%; font-size: 14px; }
    .formmail-table .td input[type="text"],
    .formmail-table .td select { height: 40px; font-size: 14px; }
    .formmail-table .birth-box-wrap > select { margin-right: 5px; width: calc(33.33333% - 4px); }
    .formmail-table .birth-box-wrap > select:last-child { margin-right: 0; }

    .email-box ~ span { width: 10%; text-align: center; }
    .email-box,
    .tel-box { width: 30%; }
    .tel-box ~ span { width: 5%; text-align: center; }
    .email-box:last-child { padding-left: 5px; }
    .addr1 button { height: 40px; font-size: 14px; }
}
@media (max-width: 600px){
    /* Form Style */
    .form-btn { width: 50%; }
    .form-btn button,
    .form-btn a { width: 100%; }
    .form-btn-full .form-btn { width: 100%; }
}
@media (max-width: 550px){
    .email-box { width: 45%; }
    .email-box:last-child { padding: 5px 0 0; width: 100%; }
}




/* Scroll Top Button */
.scroll-top { z-index: 999; position: fixed; bottom: 30px; right: 30px; }
.scroll-top-btn { display: block; width: 60px; height: 60px; background: #275bb3 url('/child/img/icon/scroll-top.gif') no-repeat center / auto 70%; border-radius: 50%; box-shadow: 0px 2px 10px 0px rgba(0,0,0,.35); opacity: 0; visibility: hidden;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}
[data-state="true"] { opacity: 1; visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: ease-out .25s;
    -o-transition: ease-out .25s;
    transition: ease-out .25s;
}




/* Layer Popup */
[data-popup="open"] { padding-right: 17px; overflow-x: hidden; overflow-y: hidden; }
[data-popup="open"] header { padding-right: 16px; }

.popup{
    display: none;
    z-index: 99999; position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,.5);
}
.popup-on { display: block; }
.popup-wrap { overflow-x: hidden; overflow-y: scroll; padding: 50px; height: 100%; }

.popup-box{
    position: relative; top: 0; left: 0;
    margin: auto; max-width: 550px; width: 100%;
    background: #fff;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    animation: slide-up .35s ease-out forwards;
}

.pop{
    padding: 20px;
}
.pop .context { overflow-x: hidden; overflow-y: auto; margin-bottom: 15px; width: 100%; height: 150px; border: 1px solid #e5e5e5; }
.pop .bottom-button { margin-top: 30px; }
.pop .bottom-button .button { padding: 0 15px; min-width: 100px; }
@keyframes slide-up {
    form{
        -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
        transform: translateY(150px);
        opacity: 0;
    }
    to{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@media (max-width:1024px) {
    .popup-wrap { padding: 50px 5px; }
}




/* Fade */
.fade {
    -webkit-animation: fade 1s ease-out;
    animation: fade 1s ease-out;
}
@-webkit-keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}



@media (max-width: 1024px){
    /* Button Style */
    .btn, a.btn { line-height: 45px; height: 45px; font-size: 15px !important; }

}




@media (max-width: 768px){
    .m-scroll { display: block; }
    .mo_br, .mo-br { display: block; }

    /* Button Style */
    .btn, a.btn { line-height: 40px !important; height: 40px !important; font-size: 14px !important; }

    /* Scroll Top Button */
    .scroll-top { right: 15px; bottom: 15px; }
    .scroll-top-btn { width: 50px; height: 50px; }

}








/* 로그인 블록 */
.visual-contents { }
.login-block__contents { background: #fff; }
.login-contents { min-height: 600px; height: calc(100vh - 353px); background: url('/child/img/login/login-bg.png') no-repeat center; }
.main-login-area { float: right; z-index: 2; position: relative; margin-top: -250px; width: 480px; height: 260px; }
.sub-login-area { margin: auto; max-width: 540px; width: 100%; }
.sub-login-area h3 { margin-bottom: 45px; text-align: center; }
.sub-login-area .login-close { display: none; }
.login-block { position: relative; }

.login-close{
    display: none; position: absolute; top: -50px; right: -10px;
    width: 50px; height: 50px;
}
.login-close::before, .login-close::after{
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    margin: auto; width: 35px; height: 2px; background: #fff;
}
.login-close::before{
    -webkit-transform: rotate(45deg); transform: rotate(45deg);
}
.login-close::after{
    -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
}

.login-block__menu { overflow: hidden; position: relative; }
/* .login-block__menu::before{
    content: ''; z-index: 1; position: absolute; top: 0; width: 50%; height: 100%;
    background: #fff;
    -webkit-transition: all .25s ease; transition: all .25s ease;
} */
.login-block__menu::after { content: ''; display: block; clear: both; }
.login-block__menu[data-menu="1"]::before { left: 0%; }
.login-block__menu[data-menu="2"]::before { left: 50%; }

.login-block__menu > li { float: left; z-index: 2; position: relative; width: 50%; }
.login-block__menu > li .button{
    width: 100%; height: 60px; line-height: 60px;
    font-size: 20px; color: #999999; font-weight: bold;
    background: #ebebeb; border-top-right-radius: 15px; border-top-left-radius: 15px;
}
.login-block__menu > li .button[aria-pressed="true"]{
    color: #333; background: #fff;
}
.login-block__menu > li .button[aria-pressed="true"]:hover{
    cursor: default;
}
.login-block__menu > li .button span { z-index: 2; position: relative; }
.login-block__menu > li .button[aria-pressed="false"]:hover{
    background: #f1f1f1;
}
.login-block__menu--on > li .button--normal[aria-pressed="true"]{
    color: #fff;
}
.login-block__menu--on > li .button--pos[aria-pressed="true"]{
    color: #fff;
}
.login-block__menu--on[data-menu="1"]::before{
    background: #275bb3;
}
.login-block__menu--on[data-menu="2"]::before{
    background: #60bb46;
}

.login-block__contents > li { display: none; }
.login-block__contents > li.on { display: block; }

.form-area { padding: 20px 30px 30px; }
.form-inputs { display: flex; flex-wrap: wrap; position: relative; }
.form-inputs .button { display: flex; align-items: center; justify-content: center; position: absolute; top: 0; right: 0; height: 100%; font-size: 18px; font-weight: 400; line-height: 20px; border-radius: 5px; }
.form-inputs--button-1 { padding-right: 140px; }
.form-inputs--button-1 .button { width: 134px; }
.form-inputs--button-2 { padding-right: 200px; }
.form-inputs--button-2 .button { width: 95px; }
.form-inputs--button-2 .button.button1 { right: 99px; }
.form-inputs__input { width: 100%; height: 50px; border-radius: 5px; }
.form-inputs__input:first-child { margin-bottom: 4px; }

.form-menu { display: flex; align-items: center; margin-top: 20px; width: 100%; line-height: 20px; }
.form-menu > div { margin-right: 20px; padding-right: 20px; border-right: 1px solid #e1e1e1; }
.form-menu > div:last-child { margin-right: 0; padding-right: 0; border-right: none; }
.form-menu .check { display: inline-flex; height: 20px; line-height: 20px; }
.form-menu__popup { font-size: inherit; }
.form-menu .check-s i { border-radius: 3px; }


.login-after .button { font-size: 16px; color: #999999; border: 1px solid #dddddd; }
.login-after .button:hover{
    background: #f8f8f8;
}
.login-after-top { font-size: 0; }
.login-after-top .img { overflow: hidden; display: inline-block; vertical-align: middle; margin-right: 20px; width: 80px; height: 80px; border-radius: 50%; }
.login-after-top .img .thumbnail{
    width: 100%; height: 100%;
    background-repeat: no-repeat; background-position: center; background-size: cover;
}
.login-after-top .name { display: inline-block; vertical-align: middle; width: calc(100% - 100px - 95px); font-size: 22px; font-weight: bold; }
.login-after-top .name em { font-style: normal; }
.login-after-top .logout { display: inline-block; vertical-align: middle; width: 95px; }
.login-after-top .logout .button { width: 100%; height: 35px; line-height: 35px; }

.login-after-bottom { display: flex; margin-top: 30px; }
.login-after-bottom .button { margin-left: -1px; width: 100%; height: 45px; line-height: 45px; }
.login-after-bottom .button:first-child { margin-left: -1px; }


/* ID/PW 찾기 */
.popup-idpw .pop-close{
    position: absolute; top: -50px; right: -10px;
    width: 50px; height: 50px;
}
.popup-idpw .pop-close::before, .popup-idpw .pop-close::after{
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    margin: auto; width: 35px; height: 2px; background: #fff;
}
.popup-idpw .pop-close::before{
    -webkit-transform: rotate(45deg); transform: rotate(45deg);
}
.popup-idpw .pop-close::after{
    -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
}
.popup-idpw .pop-head { height: 70px; line-height: 70px; text-align: center; background: #275ab3; }
.popup-idpw .pop-body { padding: 30px 40px 50px; }
.pop-form__row { padding: 30px 0 35px; border-bottom: 1px solid #cccccc; }
.pop-form__row:first-child { padding-top: 0; }
.pop-form__row:last-child { padding-bottom: 0; border-bottom: none; }
.pop-form__row h4 { margin-bottom: 30px; line-height: 24px; text-align: center; }
.pop-input-box { position: relative; padding-right: 145px; font-size: 0; }
.pop-input-box .button { position: absolute; top: 0; right: 0; width: 135px; height: 100%; font-size: 16px; font-weight: bold; }
.inputs { }
.inputs__row { margin-bottom: 5px; font-size: 0; }
.inputs__row::before { margin-bottom: 0; }
.inputs__row:last-child { margin-bottom: 0; }
.inputs__row .th { display: inline-block; vertical-align: middle; width: 115px; font-size: 16px; color: #555; font-weight: bold; }
.inputs__row .td { display: inline-block; vertical-align: middle; width: calc(100% - 115px); font-size: 16px; color: #777; }
.inputs__row .td input { width: 100%; height: 45px; }
.rrn { display: flex; align-items: center; }
.rrn input { flex: 1 1; display: inline-block; vertical-align: middle; margin-right: 4px; padding: 0 3px; text-align: center; }
.rrn input:last-child { margin-right: 0; }
.rrn span { display: block; flex-basis: 90px; margin-right: 4px; text-align: center; font-size: 16px; color: #777; font-weight: 200; white-space: nowrap; }



@media (max-width:1024px) {
    .login-contents { height: auto; }

    .login-close { display: block; }
    .section-login{
        display: none; z-index: 9997; position: fixed; top: 50px; left: 0;
        padding: 50px 5px; width: 100%; height: calc(100% - 50px); background: rgba(0, 0, 0, 0.6);
    }
    .section-login .container-large { height: 100%; }
    .main-login-area { float: none; margin: 0 auto; max-width: 500px; width: 100%; height: auto; }


    .login-block__menu > li .button { height: 45px; line-height: 45px; font-size: 16px; }
    .form-inputs { display: block; }
    .form-inputs--button-1,
    .form-inputs--button-2 { padding: 0; }
    .form-inputs .button { position: static; margin-top: 4px; width: 100%; height: 45px; line-height: 45px; font-size: 16px; }
    .form-inputs__input { height: 40px; font-size: 13px; }
    .form-menu > div { margin-right: 10px; padding-right: 10px; font-size: 14px; }


    .popup-idpw .pop-head { height: 55px; line-height: 55px; }
    .popup-idpw .pop-body { padding: 25px 15px 35px; }
    .pop-input-box { padding: 0; }
    .pop-input-box .button { position: static; margin-top: 10px; width: 100%; height: 40px; font-size: 14px; }
    .inputs__row .th { width: 100px; }
    .inputs__row .th { font-size: 13px; }
    .inputs__row .td { width: calc(100% - 100px); }
    .inputs__row .td input { height: 35px; }
}
@media (max-width:768px) {
    .form-area { padding: 15px; }
    .rrn span { flex-basis: 70px; width: 70px; font-size: 13px; }
}
