/* ========== COMMON ========== */
.blind{ overflow: hidden; visibility: hidden; display: block; position: absolute; width: 0; height: 0; line-height: 0; font-size: 0; }
.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; }
}

.d-block{display: block;}


.bg-light { background-color: #f3f6f8; }
.bg-light2 { background-color: #fafafa; }
.bg-blue { background-color: #33abe6; }
.bg-gray { background-color: #f6f6f6; }

.button-bottom{
    margin-top: 60px;
}
.button { display: inline-block; text-align: center; }
.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-lg{
    min-width: 450px;
    padding:30px 20px;
}
.button-dark3 { color: #fff !important; background: #333; }
.button-point { color: #fff !important; background: #333; }
.button-blue { color: #fff !important; background: #333; }
.button-white { color: #333333 !important; background: #fff; }

@media (max-width: 1024px) {
    .button-bottom{
        margin-top: 50px;
    }
    .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; }
    .button-lg{
        min-width: 350px;
        padding:20px 15px;
    }
}
@media (max-width: 768px) {
    .button-bottom{
        margin-top: 40px;
    }
    .button-50 { height: 40px; line-height: 40px; }
    .button-55 { height: 40px; line-height: 40px; }
    .button-60 { height: 40px; line-height: 40px; }
    .button-65 { height: 40px; line-height: 40px; }
    .button-70 { height: 45px; line-height: 45px; }
    .button-lg{
        min-width: 250px;
        padding:15px 10px;
    }
}



.m-scroll { display: none; margin: auto; max-width: 360px; width: 100%; }
[data-scroll="false"] { overflow-y: hidden; }

.clearfix:after { content: ''; display: table; clear: both; }
ul.list:after { content: ''; display: table; 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%; }
}
.row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9{ position: relative; width: 100%; padding-right: 15px; padding-left: 15px}
.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}



/* List */
.icon-list >ul{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    margin:-20px -40px;
}
.icon-list >ul >li{
    position: relative;
    width: 33.3333%;
    padding:20px 40px;
}
.icon-list >ul >li::before{
    content: '';
    position: absolute;
    top:50%;
    left:0;
    transform: translate(0,-50%);
    display: block;
    width:1px;
    height:200px;
    background-color: #e5e5e5;
}
.icon-list >ul >li:nth-child(3n-2):before{display:none;}
.il-icon{
    width:100%;
    height:100px;
    background-repeat: no-repeat;
    background-position:center;
    background-size: auto;
}
.il-tit{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #67655d;
    margin-bottom: 10px;
}
.il-txt{
    font-size: 17px;
    color:#333;
    text-align: center;
}
@media(max-width:1024px){
    .icon-list >ul{
        margin:-15px -30px;
    }
    .icon-list >ul >li{
        padding:15px 30px;
    }
    .il-tit{
        font-size: 22px;
        margin-bottom:5px;
    }
    .il-txt{
        font-size: 16px;
    }
}
@media(max-width:992px){
}
@media(max-width:768px){
    .icon-list >ul{
        margin:-10px -20px;
    }
    .icon-list >ul >li{
        padding:10px 20px;
    }
    .il-tit{
        font-size: 18px;
    }
    .il-txt{
        font-size: 14px;
    }
}
@media(max-width:576px){
    .icon-list >ul >li{
        width:50%;
    }
    .icon-list >ul >li:before, .icon-list >ul >li:nth-child(3n-2):before{
        display:block;
    }
    .icon-list >ul >li:nth-child(2n-1):before{
        display:none;
    }
}


.list-style >ul >li{
    position: relative;
    font-size: 17px;
    letter-spacing: -.07em;
    color:#333;
    padding-left: 8px;
    margin-bottom: 5px;
}
.list-style >ul >li:last-child{
    margin-bottom:0;
}
.list-style >ul >li:before{
    content:'';
    position: absolute;
    top:11px;
    left:0;
    display:block;
    width:3px;
    height:3px;
    background-color: #67655d;
}
@media(max-width:1024px){
    .list-style >ul >li{
        font-size: 16px;
    }
    .list-style >ul >li:before{
        top:10px;
    }
}
@media(max-width:992px){
}
@media(max-width:768px){
    .list-style >ul >li{
        font-size: 14px;
        margin-bottom: 3px;
    }
    .list-style >ul >li:before{
        top:8px;
    }
}
@media(max-width:576px){
}


.row-line >ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -40px;
}
.row-line >ul >li{
    position: relative;
    display:inline-block;
    padding:0 40px;
}
.row-line >ul >li:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    transform: translate(0, -50%);
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #e5e5e5;
}
.row-line >ul >li:first-child:before{display:none;}
@media(max-width:1024px){
    .row-line >ul{
        margin:0 -20px;
    }
    .row-line >ul >li{
        padding:0 20px;
    }
}
@media(max-width:992px){
    .row-line >ul{
        margin:0 -15px;
    }
    .row-line >ul >li{
        padding:0 15px;
    }
}
@media(max-width:768px){
    .row-line >ul{
        margin:-10px;
    }
    .row-line >ul >li{
        width:100%;
        padding:10px;
    }
}
@media(max-width:576px){
}



.img-wrap{ text-align: center;}
.img-wrap img{max-width: 100%;}
.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('/child/img/icon/zoom.png') no-repeat center / 35px auto; }
.imgz:after { content: '이미지를 클릭하시면 크게 볼 수 있습니다.'; }
@media (max-width:768px) {
    .imgz { display: block; }
}





.m-scroll-area {
    position: relative;
}
.scroll { overflow-x: auto; z-index: 2; position: relative; }
@media (max-width:1200px) {
    .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.1) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 );
    }
    .scroll-b .scroll .inner { min-width: 1200px; }
}
@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.1) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 );
    }
    .scroll-t .scroll .inner { min-width: 900px; }
}

@media (max-width:550px) {
    .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.1) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 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.1) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 );
    }
    .scroll-s .scroll .inner { min-width: 425px; }
}



.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/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-style{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 95px;
}
.tab-style >li >button, .tab-style >li >a{
    height: auto;
    font-size: 24px;
    font-weight: 500;
    color: #b2b2b2;
    padding:10px 30px;
}
.tab-style > li button:before{
    background-color: #b2b2b2;
}
.tab-style >li.on >button, .tab-style >li.on >a{
    font-weight: 600;
    color: #333;
}
.tab-style > li.on button:before{
    height:2px;
    background-color: #333;
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s;
}

.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; }
}
@media(max-width:1024px){
    .tab-style >li >button, .tab-style >li >a{
        font-size: 20px;
        padding:10px 20px;
    }
}
@media(max-width:992px){
}
@media(max-width:768px){
    .tab-style >li >button, .tab-style >li >a{
        font-size: 16px;
        padding:8px 10px;
    }
}
@media(max-width:576px){
}





/* Tab Menu 2 Depth */
.tab_menu_2depth > ul > li { float: left; width: 50%; }
.tab_menu_2depth > ul > li > a { display: block; padding-left: 20px; height: 45px; line-height: 45px; color: #888888; text-align: left; font-size: 14px; font-weight: 400; background: url('/child/img/tabmenu/sub_tap.png') no-repeat right 15px center; border: 1px solid #e5e5e5; }
.tab_menu_2depth > ul > li:nth-child(2) > a { border-left: none; }
.tab_menu_2depth > ul > li:nth-child(3) > a { border-left: none; }
.tab_menu_2depth > ul > li:last-child > a { border-left: none; }
.tab_menu_2depth > ul > li.active > a { color: #fff; background: #1e458f url('/child/img/tabmenu/sub_tap_on.png') no-repeat right 15px center; border: none; }
.tab_contents_2depth > ul > li { display: none; text-align: left; }
.tab_contents_2depth > ul > li.active { display: block; }




/* 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: #333; 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: 15px; margin-top: -1px;
     background-color: #333; height: 1px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: ease-out 0.35s;
    transition: ease-out 0.35s; }
.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 */
.m_cell { display: none; }
.table-responsive{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-style{
    width:100%;
    border-top: 1px solid #ccc;
}
.table-style caption{
    font-size: 24px;
    font-weight: 600;
    color:#333;
    background-color: #f1f1f1;
    padding:20px 40px;
    border-top:1px solid #333;
}
.table-style tr th, .table-style tr td{
    color: #333;
    padding:12px 15px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.table-style tr th:first-child, .table-style tr td:first-child{
    border-left: 0;
}
.table-style tr th{
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    background-color: #f1f1f1;
}
.table-style tr td{
    font-size: 16px;
}
@media(max-width:1024px){
    .table-style caption{
        font-size:20px;
        padding: 15px 30px;
    }
    .table-style tr th, .table-style tr td{
        padding:10px 12px;
    }
    .table-style tr th{
        font-size: 15px;
    }
    .table-style tr td {
        font-size: 14px;
    }
}
@media(max-width:992px){
}
@media(max-width:768px){
    .table-style caption{
        font-size:17px;
        padding: 15px 30px;
    }
    .table-style tr th, .table-style tr td{
        font-size: 14px;
        padding:8px 10px;
    }
}
@media(max-width:576px){
}



/* 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; border-top:1px solid #333; }
.formmail-table .row { display: table-row; border-bottom: 1px solid #c9c9c9; }
.formmail-table .th, .formmail-table .td{
    display: table-cell; 
    vertical-align: middle;
    font-size: 15px;
    padding:15px 30px;
}
.formmail-table .th {
    width: 170px;
    color: #333;
    font-weight: 500;
    word-break: keep-all;
    text-align: center;
    background-color: #f1f1f1;
}
.formmail-table .td {
    color: #555;
    background-color: #fafafa;
}
.formmail-table .td textarea { padding: 20px; width: 100%; font-size: 15px; color: #555555; background: #fff; border-color:#c9c9c9;}
.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 #c9c9c9; }
.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-flex; vertical-align: top; position: relative; }
.radio:last-child { margin-right: 0; }
.radio input { 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-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:checked ~ span { color: #333; }

.check { display: inline-block; vertical-align: top; position: relative; }
.check:last-child { margin-right: 0; }
.check input { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }
.check i { display: inline-block; vertical-align: -4px; margin-right: 5px; width: 25px; height: 21px; background: url('/child/img/icon/check.png') no-repeat left center; }
.check-light i { background: url('/child/img/icon/check-light.png') no-repeat left center; }
.check input:checked ~ i { background: url('/child/img/icon/check-on.png') no-repeat left center; }
.check input:checked ~ span { color: #333; }

.formmail-table .radio, .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 #c9c9c9; }
.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: #333; 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; }
.agreement{
    min-height: 200px;
    max-height: 265px;
    font-size: 18px;
    padding: 30px;
    overflow-y: auto;
    background-color: #f1f1f1;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #d9d9d9;
}

.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/i_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,
.form-btn a { width: 150px; font-size: 15px; }

.form-caption { display: block; margin-top: 10px; }

.formmail-agreement { font-size:18px; margin-top: 35px; padding: 30px 15px; text-align: center; border: 5px solid #dfded8; background-color: #f9f9f9; }
.formmail-agreement .check { vertical-align: middle; }
.formmail-agreement .button { vertical-align: middle; margin-left: 10px; padding: 2px; font-size: 15px; color: #2a8ddc; font-weight: 500; cursor: pointer; }


@media (max-width: 1024px){
    .formmail-table .th { display: block; padding: 10px; width: 100%; font-size: 14px; border-right: none !important; }
    .formmail-table .td { display: block; padding: 10px; 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; }

    .agreement{
        font-size: 14px;
        padding:20px;
    }
    .formmail-agreement{
        font-size: 16px;
    }
}
@media (max-width: 600px){
    .formmail-table{
        margin-bottom: 30px;
    }
    .formmail-table .radio, .formmail-table .check{
        margin-top:2px;
        margin-bottom:2px;
    }
    /* Form Style */
    /* .form-btn { width: 50%; } */
    .form-btn-wrap { margin-top: 20px; }
    .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: #333 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;
}




/* 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; }

}





/* 아이디 중복확인 ----------------------*/
.id_check_tit{position:relative; height:38px; line-height:38px; font-size:16px; color:#fff; font-weight:500; letter-spacing:-0.05em; padding-left:15px; background:#aaa;}
.id_check_tit a.close{position:absolute; right:10px; top:50%; margin-top:-10px;}

.id_check_cont{text-align:center;}
.id_check_cont p{margin:30px 0 0; font-size:13px; color:#666;}
.id_check_cont .id_search{background:#f7f7f7; border:1px solid #ddd; padding:15px 0; margin:20px 25px;}
.id_check_cont .id_search input{width:150px; height:45px;  background:#fff; border:1px solid #ddd; padding:0 0 0 5px; color:#333; margin:0 3px 0 10px;}
.id_check_cont .id_search button{ width: 80px; height: 45px; background: #555; color: #fff; }
.id_check_cont .id_result{text-align:center; font-size:13px; color:#333; line-height:1.6;}
.id_check_cont .id_result b{font-weight:600; color:#ff1d1d;}
