#wrap {
    position: relative;
    overflow: hidden;
}
#container {
    min-height: calc(100vh - 277px);
    box-sizing: border-box;
}
body.stop {
    overflow: hidden;
}
.inner {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - 30px);
}
.clearfix::after,
.inner::after,
ul::after {
    display: block;
    clear: both;
    content: '';
}
.slick-slide {
    outline: 0;
}

.only_web {
    display: block !important;
}
.only_mo {
    display: none !important;
}

/* check_item 여기에 여백 추가 하지마세요. */
.check_item input {
    display: none !important;
}
.check_item input + label {
    display: block;
    min-height: 16px;
    padding-left: 26px;
    font-size: 16px;
    font-weight: 350;
    color: #757575;
    line-height: 1.5;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/ico/ico_checkbox_off.png);
}
.check_item input:checked + label {
    background-image: url(../img/ico/ico_checkbox_on.png);
}
/* radio_item 여기에 여백 추가 하지마세요. */
.radio_item input {
    display: none !important;
}
.radio_item input + label {
    display: block;
    min-height: 16px;
    padding-left: 21px;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    line-height: 1.5;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/ico/ico_radio_off.png);
}
.radio_item input:checked + label {
    background-image: url(../img/ico/ico_radio_on.png);
}


/* header */
#header {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    z-index: 10000;
}
#header .logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
}
#header .logo a,
#header .logo img {
    display: block;
}
#header .gnb {
    text-align: center;
}
#header .gnb > ul {
    display: inline-block;
}
#header .gnb > ul > li {
    float: left;
}
#header .gnb > ul > li > a {
    display: block;
    padding: 0 21px;
    line-height: 98px;
    font-size: 20px;
    font-weight: 500;
    color: #252525;
}
#header .util_box {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
}
#header .util_box .member_box {
    float: left;
    margin-right: 10px;
}
#header .util_box .member_box a {
    float: left;
    display: block;
    padding: 0 16px;
    border: 2px solid transparent;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    line-height: 38px;
    box-sizing: border-box;
}
#header .util_box .member_box .signup_btn {
    height: 42px;
    border: 2px solid #252525;
    border-radius: 21px;
}
#header .util_box .lang_btn {
    float: left;
    display: block;
    width: 42px;
    height: 42px;
    border: 2px solid #252525;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    line-height: 38px;
    border-radius: 50%;
    box-sizing: border-box;
}
#header .header_search_btn {
    float:left;
    display:block;
    width: 42px;
    height: 42px;
    line-height: 38px;
    text-indent: -9999em;
    background: #37c2b7 url(../img/btn/btn_header_search.png) center center no-repeat;
    border-radius: 50%;
    box-shadow: 0 6px 7px 0 rgba(0,0,0,.18);
}
#header .util_box button + button {
    margin-left:10px;
}
#header .ham_btn {
    display: none;
}
/* header_search_box */
.header_search_box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 48px 0 16px;
    border-top: 1px solid #eeeeee;
    background: #fff;
    box-shadow: 0 16px 18px 0 rgba(0,0,0,.04);
    z-index: 9999;
}
.header_search_box .search_form {
    position: relative;
    width: 640px;
    margin: 0 auto;
}
.header_search_box .search_form input {
    display: block;
    width: 100%;
    height: 64px;
    padding: 0 74px 0 30px;
    border: 0;
    font-size: 20px;
    font-weight: 400;
    background: #f5f5f5;
    border-radius: 32px;
    box-sizing: border-box;
}
.header_search_box .search_form input::placeholder {
    color: #999;
}
.header_search_box .search_form .submit_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 74px;
    height: 64px;
    text-indent: -9999em;
    background: url(../img/btn/btn_form_search.png) center center no-repeat;
}
.header_search_box .close_btn {
    display: block;
    width: 48px;
    height: 48px;
    margin: 25px auto 0;
}
.header_search_box .close_btn img {
    display: block;
    margin: 0 auto;
}
/* all_menu_wrap */
.all_menu_wrap {
    display: none;
}
/* //header */


/* fix_sns_list */
.fix_sns_list {
    position: fixed;
    top: 50%;
    right: 90px;
    padding-top:1px;
    transform: translateY(-50%);
    z-index: 1111;
}
.fix_sns_list li + li {
    margin-top: 10px;
}
.fix_sns_list li a {
    display: block;
    width: 51px;
    height: 51px;
}
/* //fix_sns_list */

.top_btn {
    display: block;
    position: absolute;
    bottom: 200px;
    right: 80px;
    width: 70px;
    height: 70px;
    line-height: 1;
    background: #37c2b7;
    box-shadow: 0px 12px 19.74px 1.26px rgba(0, 0, 0, 0.26);
    border-radius: 50%;
    z-index: 1111;
}
.top_btn span {
    display: block;
    padding-top: 22px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    background: url(../img/btn/top_btn.png) center top no-repeat;
}


/* footer */
#footer .foot_list {
    background: #3b3b3b;
    text-align: center;
}
#footer .foot_list li {
    display:inline-block;
}
#footer .foot_list li a {
    display: block;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
    color: #9e9e9e;
    line-height: 46px;
}
#footer .foot_list li a strong {
    font-weight: 400;
    color: #d0d0d0;
}
#footer .foot_content {
    padding: 42px 0 50px;
    text-align: center;
    background: #444444;
}
#footer .foot_content .logo {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
}
#footer .foot_content .logo a,
#footer .foot_content .logo img {
    display: block;
}
#footer .foot_content address {
    font-size: 0;
}
#footer .foot_content address span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #9e9e9e;
}
#footer .foot_content address span + span {
    padding-left: 7px;
    margin-left: 7px;
}
#footer .foot_content address span + span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #585858;
    content: '';
}
#footer .foot_content .copy {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #9e9e9e;
}
#footer .foot_content .foot_sns {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}
#footer .foot_content .foot_sns li {
    float: left;
}
#footer .foot_content .foot_sns li + li {
    margin-left: 10px;
}
#footer .foot_content .foot_sns li a {
    display: block;
}
/* //footer */

/* pager */
.pager {
    text-align:center;
}
.pager ul {
    font-size:0;
}
.pager ul li {
    display:inline-block;
    width:32px;
    border:1px solid #dbdbdb;
    background-color:#fff;
    box-sizing:border-box;
}
.pager ul li.num.active,
.pager ul li.num:hover,
.pager ul li.num:focus {
    border-color:#37c2b7;
    background-color:#37c2b7;
}
.pager ul li.num.active a,
.pager ul li.num:hover a,
.pager ul li.num:focus a {
    color:#fff;
    font-weight:500;
}
.pager ul li + li {
    margin-left:3px;
}
.pager ul li.btn_prev {
    margin-right:7px;
}
.pager ul li.btn_next {
    margin-left:7px;
}
.pager ul li a {
    display:block;
    width:100%;
    font-size:15px;
    letter-spacing:-0.025em;
    line-height:32px;
    box-sizing:border-box;
    text-align:center;
}
.pager ul li.btn_box a {
    text-indent:-9999px;
    background-position:center;
    background-repeat:no-repeat;
}
.pager ul li.btn_first a, 
.pager ul li.btn_last a {
    background-image:url('../img/btn/btn_pager.png');
}
.pager ul li.btn_prev a, 
.pager ul li.btn_next a {
    background-image:url('../img/btn/btn_pager_double.png');
}
.pager ul li.btn_last a,
.pager ul li.btn_next a {
    transform:rotate(180deg);
}
/* //pager */

/* datepicker */
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{ display:none; position:relative; margin-top:10px; background:#fff; border:solid 1px #dddddd; border-radius:5px; z-index:99999 !important; }
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all:before {position:absolute; top:-1px; left:20px; content:""; width:8px; height:8px; border-top:solid 1px #ddd; border-radius:0px; border-left:solid 1px #ddd; background-color:#fff; transform:translate(-50%,-50%) rotate(45deg);}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table{background:#fff; margin-bottom:10px;}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table thead tr th{width:32px; line-height:24px; height:24px;
text-align:center; padding-right:5px;}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table thead tr th span{font-size:10.1px; font-weight:300; color:#999999;}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td{text-align:center; color:#666666; font-size:12px;
width:35px; line-height:35px; height:35px; padding-right:0px;  background:#ffffff;}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a{ display:block; margin:1px; border-radius:50%;  color:#666666; font-size:12px; font-weight:300;}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a:hover { background-color:#37c2b7; color:#fff;}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td a.ui-state-default.ui-state-active{ border:solid 1px #37c2b7;}
.ui-datepicker-title{display:table; margin:0 auto; margin-top:20px; margin-bottom:20px; }
.ui-datepicker-title span{text-align:center; color:#000000; font-size:15px; font-weight:500;}
.ui-datepicker-title span.ui-datepicker-year { font-weight:300;}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{position:relative;}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-prev{text-indent:-9999px; position:absolute; 
background:url("../img/btn/calandar_left.png")no-repeat center; width:6px; height:10px; left:10px;top:6px;}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all a.ui-datepicker-next{text-indent:-9999px; position:absolute; 
background:url("../img/btn/calandar_right.png")no-repeat center; width:6px; height:10px; right:10px;top:6px;}
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all table tbody tr td.ui-datepicker-unselectable.ui-state-disabled
{background:#fff; color:#cecece;}
input.date_form :-ms-input-placeholder { color: #333333; } 
input.date_form::-webkit-input-placeholder { color: #333333; }
input.date_form::-moz-placeholder { color: #333333; }
button.ui-datepicker-trigger {display:none;}
img.ui-datepicker-taigger { margin-left:10px; margin-top:1px;}
.date_form { background:url("../img/btn/btn_datepicker.png") no-repeat; background-position: right 10px center;}
.date_form.date_form3 { background:none;}
.ui-datepicker-trigger { margin-left:10px;}
/* //datepicker */

/* popup */
.popup {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0,0,0,.3);
    z-index:99999;
}
.popup .pop_cont {
    position:absolute;
    top:50%;
    left:50%;
    padding:30px;
    box-sizing:border-box;
    transform:translate(-50%,-50%);
    background-color:#fff;
    border-radius:28px;
}
.popup .pop_cont .top {
    position:relative;
}
.popup .pop_cont .top p {
    font-size:22px;
    font-weight:700;
    text-align:center;
}
.popup .pop_cont .top button {
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    width:30px;
    height:30px;
    background:url('../img/btn/btn_search_box_close.png') center no-repeat;
}
/* //popup */




@media all and (max-width: 1700px) {
    /* header */
    #header .util_box {
        transform: translate(50%, -50%);
    }
    #header .header_search_btn {
        right: 120px;
    }
    /* footer */
    #footer .foot_content .logo {
        transform: translateX(-50%);
    }
    #footer .foot_content .foot_sns {
        transform: translateX(50%);
    }
}

@media all and (max-width: 1460px) {
    /* header */
    #header .logo {
        transform: translate(-50%, -50%);
    }
    #header .gnb > ul > li > a {
        padding: 0 18px;
    }
    #header .util_box {
        transform: translate(20%, -50%);
    }
    #header .header_search_btn {
        right: 190px;
    }
    /* footer */
    #footer .foot_content .logo {
        display: inline-block;
        position: static;
        transform: none;
        margin-bottom: 30px;
    }
    #footer .foot_content .foot_sns {
        display: inline-block;
        position: static;
        transform: none;
        margin-top: 50px;
    }
}

@media all and (max-width: 1350px) {
    /* header */
    #header .logo {
        transform: translate(0, -50%);
    }
    #header .gnb > ul > li > a {
        padding: 0 14px;
        font-size: 18px;
    }
    #header .util_box .member_box a {
        padding: 0 12px;
        font-size: 16px;
    }
    #header .util_box .lang_btn {
        font-size: 16px;
    }
    #header .header_search_btn {
        right: 210px;
    }
    #header .util_box {
        transform: translate(0%, -50%);
    }
}


@media all and (max-width: 1200px) {
    /* header */
    #header .gnb > ul {
        margin-left: -100px;
    }
    #header .gnb > ul > li > a {
        padding: 0 10px;
        line-height: 78px;
    }
    .fix_sns_list {
        right: 20px;
    }
    .top_btn {
        bottom: 40px;
        right: 20px;
    }

}


@media all and (max-width: 1024px) {

    /* header */
    #header .inner {
        text-align: right;
        padding: 15px 0;
    }
    #header .logo {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #header .logo img {
        width: 75px;
    }
    #header .gnb {
        display: none;
    }
    #header .util_box {
        display: inline-block;
        position: static;
        transform: none;
        vertical-align: middle;
    }
    #header .util_box .lang_btn {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 26px;
    }
    #header .util_box .member_box {
        display: none;
    }
    #header .header_search_btn {
        display: inline-block;
        position: static;
        transform: none;
        width: 30px;
        height: 30px;
        margin-left: 10px;
        background: #37c2b7 url(../img/btn/btn_header_search_mo.png) center center no-repeat;
        background-size: 15.5px;
        vertical-align: middle;
    }
    #header .ham_btn {
        display: block;
        position: absolute;
        top: 50%;
        left: -15px;
        transform: translateY(-50%);
        width: 47px;
        height: 47px;
    }
    #header .ham_btn div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 18px;
        height: 14px;
        overflow: hidden;
    }
    #header .ham_btn div span {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 1.5px;
        background: #333333;
        transition: all .4s;
    }
    #header .ham_btn div span:nth-child(1) {
        top: 0;
    }
    #header .ham_btn div span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }
    #header .ham_btn div span:nth-child(3) {
        bottom: 0;
    }
    #header .ham_btn.on div span {
        transition: all .4s;
    }
    #header .ham_btn.on div span:nth-child(1) {
        transform: translate(0px, 7px) rotate(225deg);
    }
    #header .ham_btn.on div span:nth-child(2) {
        transform: translate(0, 100px) rotate(-720deg);
    }
    #header .ham_btn.on div span:nth-child(3) {
        transform:  translate(0px, -5px) rotate(-225deg);
    }
    .all_menu_wrap {
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        padding-top: 60px;
        z-index: 9999;
        box-sizing: border-box;
        transition: all .5s ease;
    }
    .all_menu_wrap.open {
        left: 0;
        transition: all .5s ease;
    }
    .all_menu_box {
        height: 100%;
        background: #fff;
        overflow-y: auto;
        box-sizing: border-box;
    }
    .all_menu_box .member_box {
        padding: 15px 0;
        text-align: center;
        background: #f9f9f9;
    }
    .all_menu_box .member_box a {
        display: inline-block;
        width: 80px;
        height: 30px;
        border: 1px solid #252525;
        font-size: 13px;
        font-weight: 500;
        color: #252525;
        line-height: 28px;
        border-radius: 15px;
    }
    .all_menu_box .member_box a + a {
        margin-left: 10px;
    }
    .all_menu_box .all_menu_list {
        padding: 0 15px;
    }
    .all_menu_box .all_menu_list > ul > li {
        border-bottom: 1px solid #f5f5f5;
    }
    .all_menu_box .all_menu_list .menu_depth01 {
        display: block;
        width: 100%;
        padding: 0 5px;
        font-size: 16px;
        font-weight: 500;
        color: #252525;
        text-align: left;
        line-height: 50px;
        background-image: url(../img/ico/menu_depth01.png);
        background-position: right 5px center;
        background-repeat: no-repeat;
        background-size: 9.5px;
        box-sizing: border-box;
    }
    .all_menu_box .all_menu_list .menu_depth01.on {
        background-image: url(../img/ico/menu_depth01_on.png);
        background-size: 9px;
    }
    .all_menu_box .all_menu_list .depth02 {
        display: none;
        padding: 0 20px 4px;
    }
    .all_menu_box .all_menu_list .depth02 > li {
        margin-bottom: 17px;
    }
    .all_menu_box .all_menu_list .depth02 > li > a {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #757575;
    }
    .all_menu_box .all_menu_list .depth02 > li > a.on {
        color: #37c2b7;
    }
    .all_menu_box .sns_list {
        margin-top: 60px;
        text-align: center;
    }
    .all_menu_box .sns_list ul {
        display: inline-block;
    }
    .all_menu_box .sns_list ul li {
        float: left;
    }
    .all_menu_box .sns_list ul li + li {
        margin-left: 10px;
    }
    .all_menu_box .sns_list ul li a {
        display: block;
        width: 40px;
    }


    /* footer */
    #footer .foot_list li a {
        font-size: 12px;
        line-height: 40px;
    }
    #footer .foot_content {
        padding: 30px 0 45px;
    }
    #footer .foot_content .logo {
        margin-bottom: 15px;
    }
    #footer .foot_content .logo a {
        width: 75px;
    }
    #footer .foot_content address span {
        display: block;
        line-height: 1.5;
        font-size: 12px;
    }
    #footer .foot_content address span + span {
        padding-left: 0;
        margin-left: 0;
    }
    #footer .foot_content address span + span::before {
        display: none;
    }
    #footer .foot_content address .mo_block {
        display: inline-block;
    }
    #footer .foot_content address .mo_block + .mo_block {
        margin-left: 7px;
        padding-left: 7px;
    }
    #footer .foot_content address .mo_block + .mo_block::before {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 10px;
        background: #585858;
        content: '';
    }
    #footer .foot_content .copy {
        margin-top: 5px;
        font-size: 12px;
    }
    #footer .foot_content .foot_sns {
        margin-top: 25px;
    }
    #footer .foot_content .foot_sns li a {
        width: 40px;
    }

    
}



@media all and (max-width: 850px) {
    .only_web {
        display: none !important;
    }
    .only_mo {
        display: block !important;
    }

    /* header */
    .header_search_box {
        padding: 8px 15px 12px;
        font-size: 0;
        box-sizing: border-box;
    }
    .header_search_box .search_form {
        display: inline-block;
        margin: 0;
        width: calc(100% - 25px);
        vertical-align: middle;
    }
    .header_search_box .search_form input {
        height: 40px;
        padding: 0 50px 0 20px;
        font-size: 13px;
        border-radius: 20px;
    }
    .header_search_box .search_form .submit_btn {
        width: 50px;
        height: 40px;
        background: url(../img/btn/btn_form_search_mo.png) center center no-repeat;
        background-size: 18px;
    }
    .header_search_box .close_btn {
        display: inline-block;
        margin: 0;
        margin-left: 3px;
        width: 22px;
        height: 30px;
        vertical-align: middle;
    }
    .header_search_box .close_btn img {
        margin-right: 0;
        width: 16px;
    }


    .fix_sns_list {
        display: none;
    }

}