
html{ overflow-x: hidden; font-family: 'spoqa-regular'; }
body{ overflow-x: hidden; position: relative; }
p{ padding: 0; margin: 0;}
ul{ padding: 0; margin: 0; }
li{ list-style: none; }
a {color: #000; text-decoration: none; outline: none}
a:hover, a:active {text-decoration: none; background-color:transparent;}
input{-webkit-appearance: none;-webkit-border-radius: 0; border: none; background: transparent;}
select{ cursor: pointer; }
input:focus,
select:focus,
textarea:focus{ outline: none; border: none; background: transparent;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #232323;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
button{background: inherit ; border:none; -webkit-box-shadow:none; box-shadow:none; border-radius:0; padding:0; overflow:visible; cursor:pointer}


::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ececec;
}

::-webkit-scrollbar-thumb {
    background-color: #FF8A00;
}

/* 반응형 */
@media (min-width: 1760px) {

}
@media (max-width: 1759px) and (min-width: 1400px){

}
@media (max-width: 1399px) and (min-width: 768px){

}
@media (max-width: 767px){

}


/* 반응형 별 컨텐츠 숨기기 */
.none_content{ display: none!important; }
.visibility_hidden { visibility: hidden !important; }
.visibility_hidden * { visibility: hidden !important; }

.visibility_hidden, .mobile_unvisible, .tm_unvisible { overflow-x: hidden !important; white-space: nowrap !important; }

@media (min-width: 1760px) {
    .pc_hide { display: none!important; }
    .pc1_hide { display: none!important; }
    .tablet_show { display: none!important; }
    .mobile_show { display: none!important; }
    .mobile_unvisible { visibility: visible !important; }
    .tm_unvisible { visibility: visible !important; }
}
@media (max-width: 1759px) and (min-width: 1400px){
    .pc_hide { display: none!important; }
    .pc1_show { display: none!important; }
    .tablet_show { display: none!important; }
    .mobile_show { display: none!important; }
    .mobile_unvisible { visibility: visible !important; }
    .tm_unvisible { visibility: visible !important; }
}
@media (max-width: 1399px) and (min-width: 768px){
    .pc_show { display: none!important; }
    .tablet_hide { display: none!important; }
    .mobile_show { display: none!important; }
    .mobile_unvisible { visibility: visible !important; }
    .tm_unvisible { visibility: hidden !important; }
}
@media (max-width: 767px){
    .pc_show { display: none!important; }
    .tablet_show { display: none!important; }
    .mobile_hide { display: none!important; }
    .mobile_unvisible { visibility: hidden !important; }
    .tm_unvisible { visibility: hidden !important; }
}


/* 컨테이너 */
/*@media (min-width: 1760px) {*/
/*    .container{width: 1760px;margin: 0px auto;}*/
/*}*/
/*@media (max-width: 1759px) and (min-width: 1400px){*/
/*    .container{width: 1400px;margin: 0px auto;}*/
/*}*/
@media (min-width: 1440px){
    .container{width: 1440px;margin: 0px auto;}
}
@media (max-width: 1439px) and (min-width: 768px){
    .container{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0 24px;}
}
@media (max-width: 767px){
    .container{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0 20px;}
}

/* 배경이미지 확대 효과 적용용 */
@-webkit-keyframes expand {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 110%;
    }
}

@keyframes expand {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 110%;
    }
}

.hover_expand:hover {
    -webkit-animation-name: expand;
    animation-name: expand;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}


.hover_expand {
    background-size: 100% auto;
}

/* 전체적으로 페이지를 로딩해야 할 시 */
.page1.loading {
    overflow: hidden;
    animation: infinite ease-in-out 2s bling;
    background-color: rgba(0,0,0,0.7);
}

.page1.loading * {
    visibility: hidden;
}

@media (min-width: 1760px) {
    .page1.loading {
        height: calc(100vh - 100px);
    }
}
@media (max-width: 1759px) and (min-width: 1400px){
    .page1.loading {
        height: calc(100vh - 100px);
    }
}
@media (max-width: 1399px) and (min-width: 768px){
    .page1.loading {
        height: calc(100vh - 70px);
    }
}

@media (max-width: 767px){
    .page1.loading {
        height: calc(100vh - 70px);
    }
}


/* 해더 */
.header.type_01{ position: absolute;top: 0;left: 0;width: 100%; z-index: 2;  }
/*.header.type_01:hover,*/
.header.type_01.current{border-bottom: 1px solid #e0e0e0;}
.header.type_02{ position: relative; background-color: #fff; border-bottom: 1px solid #e0e0e0;}
.header.type_02 .container { z-index: 2; }
.header.type_02 .pc_gnb { background-color: #ffffff; }
.header.type_02 .header_bg { z-index: 1;}

.header .container{height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}

.header .header_logo{cursor: pointer;background: url("/res/home/theme1/img/common/icon_logo_black.svg")no-repeat;background-size: cover;}
/*.header.type_01:hover .header_logo,*/
.header.type_01.current .header_logo,
.header.type_02 .header_logo{cursor: pointer;background: url("/res/home/theme1/img/common/icon_logo_black.svg")no-repeat;background-size: contain; z-index: 2;}

.header .header_depth{font-size: 0;z-index: 3;}
.header .header_depth .header_depth_item{font-family: 'spoqa-medium';letter-spacing: 0;line-height: normal;cursor: pointer; z-index: 2;}

/*.header.type_01:hover .header_depth .header_depth_item,*/
.header.type_01.current .header_depth .header_depth_item,
.header.type_02 .header_depth .header_depth_item{color: #000; position: relative;}

.header .header_depth_item.hover::before,
.header .header_depth_item.current::before,
.header .header_depth_item:not(.ready):hover::before{content: "";width: 12px;height: 8px;background: url("/res/home/theme1/img/common/icon_point.svg")no-repeat;background-size: cover;position: absolute;top: -14px;left: calc(50% - 6px);-webkit-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0);transform: translate(-50%, 0); -webkit-animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}

/*.header.type_01:hover .header_depth .header_depth_item.ready,*/
.header.type_01.current .header_depth .header_depth_item.ready,
.header.type_02 .header_depth .header_depth_item.ready{color: #aaa;}

.header .header_depth .header_depth_item:last-child{ margin-right: 0; }

.header .header_quick{font-size: 0; z-index: 2;}
.header .header_quick a{display: inline-block;cursor: pointer;}
.header .header_quick > a:last-child{margin-right: 0;}
.header .header_quick .header_quick_search{background: url("/res/home/theme1/img/common/icon_search_black.svg")no-repeat;background-size: cover;}
.header .header_quick .header_quick_login{background: url("/res/home/theme1/img/common/icon_login_black.svg")no-repeat;background-size: cover;}
.header .header_quick .header_quick_menu{background: url("/res/home/theme1/img/common/icon_menu_black.svg")no-repeat;background-size: cover;}

.header .header_quick .header_quick_login_wrap{ display: inline-block; position: relative; margin-right: 30px; }
.header .header_quick .header_quick_login_wrap .header_quick_login{ margin: 0;  }

.header .header_quick .header_quick_login_wrap .header_login_menu{ display: none; position: absolute;top: 52px;left: 50%;transform: translate(-50%,0);width: 160px;box-sizing: border-box;padding: 15px 0;border: 1px solid #eee;background-color: #fff;border-radius: 10px;}
.header .header_quick .header_quick_login_wrap .header_login_menu::before{content: "";width: 12px;height: 8px;background: url("/res/home/theme1/img/common/icon_before.png")no-repeat;background-size: cover;position: absolute;top: -8px;left: 50%;transform: translate(-50%,0);z-index: 1;}
.header .header_quick .header_quick_login_wrap .header_login_menu a{width: 100%;box-sizing: border-box;padding: 0 20px;line-height: 32px;font-size: 14px;font-family: "spoqa-medium";color: #9e9e9e;letter-spacing: 0;margin: 0;}
.header .header_quick .header_quick_login_wrap .header_login_menu a:hover{color: #000;}
.header .header_quick .header_quick_login_wrap .header_login_menu.current{ display: block; }


/*.header.type_01:hover .header_quick .header_quick_search,*/
.header.type_01.current .header_quick .header_quick_search,
.header.type_02 .header_quick .header_quick_search{background: url("/res/home/theme1/img/common/icon_search_black.svg")no-repeat;background-size: cover;}
/*.header.type_01:hover .header_quick .header_quick_login,*/
.header.type_01.current .header_quick .header_quick_login,
.header.type_02 .header_quick .header_quick_login{background: url("/res/home/theme1/img/common/icon_login_black.svg")no-repeat;background-size: cover;}
/*.header.type_01:hover .header_quick .header_quick_menu,*/
.header.type_01.current .header_quick .header_quick_menu,
.header.type_02 .header_quick .header_quick_menu{background: url("/res/home/theme1/img/common/icon_menu_black.svg")no-repeat;background-size: cover;}

.header .header_depth .header_depth_item.ready { color:#aaa; }

@-webkit-keyframes scale-in-ver-bottom {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
}
@keyframes scale-in-ver-bottom {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
}

.header_bg {
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    z-index: -5;
}

@media (min-width: 1760px) {
    .header{height: 99px;}
    .header .container{ width: 1760px; }
    .header .header_logo{width: 212px;height: 36px;}
    .header .header_depth .header_depth_item{font-size: 20px;margin-right:60px; position: relative;}
    .header .header_quick a{width: 32px;height: 32px;margin-right: 30px;}

}
@media (max-width: 1759px) and (min-width: 1440px){
    .header{height: 100px;}
    .header .container{ width: 1320px; }
    .header .header_logo{width: 212px;height: 36px;}
    /*.header .header_depth{ display: inline-block; white-space: nowrap; }*/
    .header .header_depth .header_depth_item{font-size: 20px;margin-right:40px;}
    .header .header_quick a{width: 32px;height: 32px;margin-right: 30px;}
}
@media (max-width: 1439px) and (min-width: 768px){
    .header{height: 70px;}
    .header .header_logo{width: 141px;height: 24px;}
    .header .header_quick a{width: 24px;height: 24px;margin-right: 15px;}
}
@media (max-width: 767px){
    .header{height: 70px;}
    .header .header_logo{width: 141px;height: 24px;}
    .header .header_quick a{width: 24px;height: 24px;margin-right: 15px;}
}


/* PC gnb */
@media (min-width: 1400px) {
    .pc_gnb{position: absolute;top: 99px;left: 0;width: 100%;z-index: 99;-webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.08);box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.08);visibility: hidden; border-top: 1px solid #e0e0e0;}
    /*.pc_gnb::before{content: "";z-index: 1; width: 378px;height: 120px;background: url("/res/home/theme1/img/common/img_gnb_bg.svg")no-repeat;background-size: cover;position: absolute;bottom: 50px;right: -38px;}*/
    .pc_gnb .gnb_container{width: 1280px;margin: 0 auto;display: -webkit-box;display: -ms-flexbox;display: flex;}
    .pc_gnb .gnb_left{width: 240px;position: relative;padding: 50px 50px 100px 0;}
    .pc_gnb .gnb_left::before{content: "";width: 100vw;height: 100%;background-color: #f8f9fa;position: absolute;top: 0;right: 0;z-index: -1; }
    .pc_gnb .gnb_left .gnb_depth1_title{font-size: 32px;font-family: 'spoqa-medium';letter-spacing: 0;line-height: normal;margin-bottom: 30px;}
    .pc_gnb .gnb_left .gnb_info_introduce{font-size: 14px;letter-spacing: 0;line-height: normal;color: #424242;}

    .pc_gnb .gnb_right{width: 940px;padding: 50px 0 100px 50px;position: relative;font-size: 0;}
    .pc_gnb .gnb_right::before{content: "";width: 100vw;height: 100%;position: absolute;top:0;left: 0;z-index: -1;}
    .type_02 .pc_gnb .gnb_right {background-color: #ffffff;}
    .pc_gnb .gnb_right .gnb_depth2_wrap{width: 235px;-webkit-box-sizing: border-box;box-sizing: border-box;padding-right: 10px;display: inline-block;vertical-align: top;margin-top: 50px;}
    .pc_gnb .gnb_right .gnb_depth2_wrap:nth-child(-n+4){margin-top: 0;}
    .pc_gnb .gnb_right .gnb_depth2_wrap .gnb_depth2_title{font-size: 16px;font-family: 'spoqa-medium';letter-spacing: 0;line-height: normal;cursor: pointer;}
    .pc_gnb .gnb_right .gnb_depth2_wrap:hover .gnb_depth2_title,
    .pc_gnb .gnb_right .gnb_depth2_wrap .gnb_depth2_title:hover,
    .pc_gnb .gnb_right .gnb_depth2_wrap .gnb_depth2_title.current{color: #ff8a00;}
    .pc_gnb .gnb_right .gnb_depth2_wrap .gnb_depth3_wrap{margin-top: 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .pc_gnb .gnb_right .gnb_depth2_wrap .gnb_depth3_wrap .gnb_depth3_title{font-size: 14px;color: #9e9e9e;letter-spacing: 0;line-height: normal;cursor: pointer;margin-top: 10px;}
    .pc_gnb .gnb_right .gnb_depth2_wrap .gnb_depth3_wrap .gnb_depth3_title:hover,
    .pc_gnb .gnb_right .gnb_depth2_wrap .gnb_depth3_wrap .gnb_depth3_title.current{color: #424242;}
    .pc_gnb .gnb_right .gnb_depth2_wrap .gnb_depth3_wrap .gnb_depth3_title:first-child{margin-top: 0;}

}


/* 반응형 gnb */
.gnb{ position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;z-index: 99;background-color: #fff;}
.gnb.hidden { display: none; }
/*.gnb .gnb_header{width: 100%;background: url("/res/home/theme1/img/common/img_gnb_bg.svg")no-repeat calc(100% + 20px) center;background-size: 200px 64px;-webkit-box-sizing: border-box;box-sizing: border-box;border-bottom: 10px solid #f5f5f5;}*/
.gnb .gnb_header .gnb_header_top{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 70px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative;}
.gnb .gnb_header .gnb_header_top .gnb_header_btn{font-size: 0; display: none;}
.gnb .gnb_header .gnb_header_top .gnb_header_btn a{display: inline-block;vertical-align: top;cursor: pointer;padding: 8px 15px;border: 2px solid #eee;border-radius: 10px;font-size: 12px;color: #9e9e9e;}
.gnb .gnb_header .gnb_header_top .gnb_header_btn .gnb_header_edit{margin-right: 10px;}
.gnb .gnb_header .gnb_header_top .gnb_header_btn .gnb_header_edit span{padding-left: 23px;position: relative;}
.gnb .gnb_header .gnb_header_top .gnb_header_btn .gnb_header_edit span::before{content: "";width: 18px;height: 18px;background: url("/res/home/theme1/img/common/icon_setting.svg")no-repeat;background-size: cover;position: absolute;top: 50%;left: 0;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);}
.gnb .gnb_header .gnb_header_top .gnb_header_close{position: absolute; top: 50%; right: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); width: 25px;height: 25px;background: url("/res/home/theme1/img/common/icon_close_24px_black.svg")no-repeat;display: inline-block;cursor: pointer;}

.gnb .gnb_header .gnb_header_bottom{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: end;-ms-flex-align: end;align-items: end;}
.gnb .gnb_header .gnb_header_bottom .gnb_header_p{letter-spacing: 0;line-height: normal;}
.gnb .gnb_header .gnb_header_bottom .gnb_header_p span{font-family: 'spoqa-medium';}
.gnb .gnb_header .gnb_header_bottom .gnb_header_user{ display: none; }
.gnb .gnb_header .gnb_header_bottom .gnb_header_mypage{ display: none; font-size: 12px;font-family: 'spoqa-medium';letter-spacing: 0;text-align: center;width: 120px;height: 32px;line-height: 32px;background-color: #3fa6fc;color: #fff;cursor: pointer;}
.gnb .gnb_header .gnb_header_bottom .gnb_header_login{ -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 12px;font-family: 'spoqa-medium';width: 80px;height: 32px;line-height: 30px;text-align: center;border: 1px solid #9e9e9e;background-color: #fff;letter-spacing: 0;color: #424242;cursor: pointer;}

.gnb .gnb_header.login .gnb_header_top .gnb_header_btn{ display: block; }
.gnb .gnb_header.login .gnb_header_bottom .gnb_header_user{ display: block; }
.gnb .gnb_header.login .gnb_header_bottom .gnb_header_mypage{ display: inline-block; }
.gnb .gnb_header.login .gnb_header_bottom .gnb_header_write{ display: none; }
.gnb .gnb_header.login .gnb_header_bottom .gnb_header_login{ display: none; }

.gnb .gnb_content{width: 100%;height: calc(100vh - 169px);display: inline-block;overflow-y: scroll;}
.gnb .gnb_content .gnb_depth_list{padding: 10px 0 52px;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item{width: 100%;height: 52px;overflow: hidden;font-size: 0;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item .gnb_depth1_name{display: inline-block;width: 100%;height: 52px;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0 24px;border-bottom: 1px solid #eee;font-size: 16px;font-family: 'spoqa-medium';line-height: 51px;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item .gnb_depth2_list{width: 100%;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item .gnb_depth2_list .gnb_depth2_item{width: 100%;height: 48px;overflow-y: hidden;font-size: 0;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item .gnb_depth2_list .gnb_depth2_item .gnb_depth2_name{display: inline-block;width: 100%;background-color: #f5f5f5;font-size: 14px;font-family: 'spoqa-medium';padding: 0 20px;-webkit-box-sizing: border-box;box-sizing: border-box;line-height: 48px;position: relative;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item .gnb_depth2_list .gnb_depth2_item:first-child{ height: 58px; }
.gnb .gnb_content .gnb_depth_list .gnb_depth_item .gnb_depth2_list .gnb_depth2_item:first-child .gnb_depth2_name{border-top: 10px solid #f5f5f5;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item .gnb_depth2_list .gnb_depth2_item:last-child .gnb_depth2_name{border-bottom: 10px solid #f5f5f5;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item .gnb_depth2_list .gnb_depth2_item .gnb_depth2_name:not(.has_no_child)::before{content: "";width: 12px;height: 12px;background: url("/res/home/theme1/img/common/icon_down_black_12px.svg")no-repeat;background-size: cover;position: absolute;top: 50%;right: 20px;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);}


.gnb .gnb_content .gnb_depth_list .gnb_depth_item .gnb_depth2_list .gnb_depth2_item .gnb_depth3_list{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 10px 20px;background-color: #fff;font-size: 0;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item .gnb_depth2_list .gnb_depth2_item .gnb_depth3_list .gnb_depth3_name{display: inline-block;width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;padding-left: 12px;height: 36px;line-height: 36px;font-size: 12px;color: #9e9e9e;position: relative;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item .gnb_depth2_list .gnb_depth2_item .gnb_depth3_list .gnb_depth3_name::before{content: "";width: 2px;height: 2px;background-color: #9e9e9e;position: absolute;top: 50%;left: 0;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);}

.gnb .gnb_content .gnb_depth_list .gnb_depth_item.current{overflow-y: inherit;height: auto;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item.current .gnb_depth1_name{border-bottom: 2px solid #ff8a00;position: relative;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item.current .gnb_depth1_name::before{content: "";width: 60px;height: 2px;background-color: #b75200;position: absolute;bottom: -2px;right: 0;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item.current .gnb_depth2_list .gnb_depth2_item.current{height: auto;overflow-y: inherit;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item.current .gnb_depth2_list .gnb_depth2_item.current .gnb_depth2_name{background-color: #ff8a00;color: #fff;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item.current .gnb_depth2_list .gnb_depth2_item.current:last-child .gnb_depth2_name{border-bottom: none;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item.current .gnb_depth2_list .gnb_depth2_item.current .gnb_depth2_name::before{background: url("/res/home/theme1/img/common/icon_down_white_12px.svg")no-repeat;background-size: cover;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item.current .gnb_depth2_list .gnb_depth2_item.current .gnb_depth3_list .gnb_depth3_name.current{color: #424242;}
.gnb .gnb_content .gnb_depth_list .gnb_depth_item.current .gnb_depth2_list .gnb_depth2_item.current .gnb_depth3_list .gnb_depth3_name.current::before{background-color: #424242;}
@media (max-width: 1399px) and (min-width: 768px){
    .gnb .gnb_header{padding: 0px 24px 25px 24px;}
    .gnb .gnb_header .gnb_header_bottom{margin-top: 24px;}
    .gnb .gnb_header .gnb_header_bottom .gnb_header_p{font-size: 20px;}
}
@media (max-width: 767px){
    .gnb .gnb_header{padding: 0px 20px 25px 20px;}
    .gnb .gnb_header .gnb_header_bottom{margin-top: 12px;}
    .gnb .gnb_header .gnb_header_bottom .gnb_header_p{font-size: 18px;}
}






/* 컨텐츠 레이아웃 */
.section_content_02{ background-color: #f8f9fa; }
.section_content_01{position: relative;}
@media (min-width: 1760px) {
    .section{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
    .section .section_content_01{width: calc(100% - 480px); -webkit-box-sizing: border-box; box-sizing: border-box; padding: 80px 0 0 0;overflow: hidden;}
    .section .section_content_01 .section_container{ width: 1280px; margin: 0 auto; }
    .section .section_content_02{width: 480px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 80px;}
}
@media (max-width: 1759px) and (min-width: 1400px){
    .section{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
    .section .section_content_01{width: calc(100% - 400px); -webkit-box-sizing: border-box; box-sizing: border-box;  padding: 80px 0 0 0;overflow: hidden;}
    .section .section_content_01 .section_container{ width: 920px; margin: 0 auto; }
    .section .section_content_02{width: 400px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 40px;}
}
@media (max-width: 1399px) and (min-width: 768px){
    .section .section_content_01{width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 60px 24px 0 24px;}

}
@media (max-width: 767px){
    .section .section_content_01{width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 40px 20px 0 20px;}
}


/* 푸터 */
.footer{ width: 100%; border-top: 1px solid #eee; background-color: #fff; position: relative; z-index: 1; }
.footer .footer_list{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;font-size: 0;}
.footer .footer_list .footer_item{cursor: pointer; display: inline-block;vertical-align: top;height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;}
.footer .footer_list .footer_item img{-o-object-fit: scale-down;object-fit: scale-down;width: 100%;height: 100%;}

.footer .container{position: relative;}
.footer .footer_item_next,
.footer .footer_item_prev{position: absolute;top: 50%;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);cursor: pointer;}
.footer .footer_item_next{background: url("/res/home/theme1/img/home/icon_arrow_small_next.svg")no-repeat;background-size: cover;}
.footer .footer_item_prev{background: url("/res/home/theme1/img/home/icon_arrow_small_prev.svg")no-repeat;background-size: cover;}

.footer .footer_content{background-color: #f5f5f5;width: 100%;}
.footer .footer_content .footer_menu{font-size: 0;}
.footer .footer_content .footer_menu .footer_menu_item{display: inline-block;vertical-align: top;letter-spacing: 0;color: #9e9e9e;cursor: pointer;}
.footer .footer_content .footer_menu .footer_menu_item:hover{color: #424242;}
.footer .footer_content .footer_menu .footer_menu_item:last-child{margin-right: 0;}

.footer .footer_content .footer_info{letter-spacing: 0;line-height: normal;color: #9e9e9e;}
.footer .footer_content .footer_info .footer_info_copyright{margin-top: 20px;}
@media (min-width: 1760px) {
    .footer .footer_list{height: 80px;width: 1600px;margin: 0px auto;}
    .footer_container{ width: 1760px; margin: 0 auto; position: relative;}
    .footer .footer_list .footer_item{width: 320px;padding: 20px 60px; }

    .footer .footer_item_next,
    .footer .footer_item_prev{width: 24px;height: 24px;}
    .footer .footer_item_next{right: 0;}
    .footer .footer_item_prev{left: 0;}

    .footer .footer_content{padding: 40px 0;}
    .footer .footer_content .footer_menu .footer_menu_item{font-size: 14px;margin-right: 40px;}
    .footer .footer_content .footer_info{margin-top: 40px;font-size: 14px;}

}
@media (max-width: 1759px) and (min-width: 1400px){
    .footer .footer_list{height: 80px; width: 1200px; margin: 0 auto;}
    .footer_container{ width: 1320px; margin: 0 auto;position: relative; }
    .footer .footer_list .footer_item{width: 300px;padding: 20px 60px; }

    .footer .footer_item_next,
    .footer .footer_item_prev{width: 24px;height: 24px;}
    .footer .footer_item_next{right: 0;}
    .footer .footer_item_prev{left: 0;}

    .footer .footer_content .container{ width: 1320px; margin: 0 auto; }
    .footer .footer_content{padding: 40px 0;}
    .footer .footer_content .footer_menu .footer_menu_item{font-size: 14px;margin-right: 40px;}
    .footer .footer_content .footer_info{margin-top: 40px;font-size: 14px;}
}
@media (max-width: 1399px) and (min-width: 768px){
    .footer .footer_list{height: 60px;}
    .footer .footer_list .footer_item{width: calc(33.33vw - 35px);padding: 15px 36px;}
    .footer_container{ width: calc(100vw - 104px); margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }

    .footer .footer_item_next,
    .footer .footer_item_prev{width: 18px;height: 18px;}
    .footer .footer_item_next{right: -24px;}
    .footer .footer_item_prev{left: -24px;}

    .footer .footer_content{padding: 25px 0;}
    .footer .footer_content .footer_menu .footer_menu_item{font-size: 12px;margin-right: 20px;}
    .footer .footer_content .footer_info{margin-top: 25px;font-size: 12px;}
}
@media (max-width: 767px){
    .footer .footer_list{height: 60px;}
    .footer .footer_list .footer_item{width: calc(50vw - 38px)!important;padding: 18px 6px;}
    .footer_container{ width: calc(100vw - 76px); margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; }

    .footer .footer_item_next,
    .footer .footer_item_prev{width: 18px;height: 18px;}
    .footer .footer_item_next{right: -20px;}
    .footer .footer_item_prev{left: -20px;}

    .footer .footer_content{padding: 15px 0 25px;}
    .footer .footer_content .footer_menu .footer_menu_item{font-size: 12px;margin-right: 20px; margin-top: 10px;}
    .footer .footer_content .footer_info{margin-top: 25px;font-size: 12px;}
}
.footer_container .slick-list.draggable, .footer_container .slick-track{ height: 100%; }
/* 푸터 : 반응형 4단 */
@media (min-width: 1760px) {
    .footer .input_wrapper{ position: absolute; top: 0;right: 0;}

}
@media (max-width: 1759px) and (min-width: 1366px){
    .footer .input_wrapper{ position: absolute; top: 0;right: 0;}
}
@media (max-width: 1365px) and (min-width: 768px){
    .footer .input_wrapper{ position: absolute; top: 0;right: 24px;}
}
@media (max-width: 767px){
    .footer .input_wrapper{ margin-top: 30px; }
}


/* 인풋 */
.input_wrapper .select_box{border: none;-webkit-box-sizing: border-box;box-sizing: border-box;color: #424242;letter-spacing: 0;padding: 0 15px;background-color: #eee; outline: none;cursor: pointer;appearance:none;-webkit-appearance: none;-moz-appearance: none;background-image: url("/res/home/theme1/img/home/icon_arrow_up.svg");background-repeat: no-repeat;background-size: 12px;background-position: calc(100% - 12px); border-radius:0;}
.input_wrapper .select_box::-ms-expand {display: none;}
.input_wrapper .select_box.type_02{vertical-align: top; border: 1px solid #e0e0e0; background-color: transparent; background-image: url("/res/home/theme1/img/common/icon_down_black.svg");background-repeat: no-repeat;background-size: 12px;background-position: calc(100% - 12px);}

.input_wrapper .search_box{background-color: transparent;border: 1px solid #e0e0e0;padding: 0 15px;-webkit-box-sizing: border-box;box-sizing: border-box;background-image: url("/res/home/theme1/img/common/icon_search_gray.svg");background-position: calc(100% - 15px);background-repeat: no-repeat;background-size: 24px;letter-spacing: 0;line-height: normal;cursor: pointer; }
.input_wrapper .search_box::-webkit-input-placeholder{font-size: 14px;color: #9e9e9e;}
.input_wrapper .search_box::-moz-placeholder{font-size: 14px;color: #9e9e9e;}
.input_wrapper .search_box:-ms-input-placeholder{font-size: 14px;color: #9e9e9e;}
.input_wrapper .search_box::-ms-input-placeholder{font-size: 14px;color: #9e9e9e;}
.input_wrapper .search_box::placeholder{font-size: 14px;color: #9e9e9e;}
@media (min-width: 1760px) {
    .input_wrapper .select_box{width: 140px;height: 40px;font-size: 14px;}
    .input_wrapper .select_box.type_02{width: 120px; height: 44px;}

    .input_wrapper .search_box{width: 280px;height: 44px;font-size: 14px;}
    .input_wrapper .search_box::-webkit-input-placeholder{font-size: 14px;}
    .input_wrapper .search_box::-moz-placeholder{font-size: 14px;}
    .input_wrapper .search_box:-ms-input-placeholder{font-size: 14px;}
    .input_wrapper .search_box::-ms-input-placeholder{font-size: 14px;}
    .input_wrapper .search_box::placeholder{font-size: 14px;}
}
@media (max-width: 1759px) and (min-width: 1400px){
    .input_wrapper .select_box{width: 140px;height: 40px;font-size: 14px;}
    .input_wrapper .select_box.type_02{width: 120px; height: 44px;}

    .input_wrapper .search_box{width: 280px;height: 44px;font-size: 14px;}
    .input_wrapper .search_box::-webkit-input-placeholder{font-size: 14px;}
    .input_wrapper .search_box::-moz-placeholder{font-size: 14px;}
    .input_wrapper .search_box:-ms-input-placeholder{font-size: 14px;}
    .input_wrapper .search_box::-ms-input-placeholder{font-size: 14px;}
    .input_wrapper .search_box::placeholder{font-size: 14px;}
}
@media (max-width: 1399px) and (min-width: 768px){
    .input_wrapper .select_box{ width: 140px; height: 40px;font-size: 12px;}
    .input_wrapper .select_box.type_02{width: 120px; height: 40px;}

    .input_wrapper .search_box{width: 280px;height: 40px;font-size: 12px;}
    .input_wrapper .search_box::-webkit-input-placeholder{font-size: 12px;}
    .input_wrapper .search_box::-moz-placeholder{font-size: 12px;}
    .input_wrapper .search_box:-ms-input-placeholder{font-size: 12px;}
    .input_wrapper .search_box::-ms-input-placeholder{font-size: 12px;}
    .input_wrapper .search_box::placeholder{font-size: 12px;}
}
@media (max-width: 767px){
    .input_wrapper .select_box{width: 100%; height: 36px; font-size: 12px;}
    .input_wrapper .select_box.type_02{width: 100px; height: 40px;}

    .input_wrapper .search_box{width: 210px;height: 40px;font-size: 12px;}
    .input_wrapper .search_box::-webkit-input-placeholder{font-size: 12px;}
    .input_wrapper .search_box::-moz-placeholder{font-size: 12px;}
    .input_wrapper .search_box:-ms-input-placeholder{font-size: 12px;}
    .input_wrapper .search_box::-ms-input-placeholder{font-size: 12px;}
    .input_wrapper .search_box::placeholder{font-size: 12px;}
}


/* 보드 페이지 넘버 */
.board_page_footer{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width: 100%;}
.board_page_footer .board_page_btn{cursor: pointer;}
.board_page_footer .board_page_first{background: url("/res/home/theme1/img/common/icon_arrow_first.svg")no-repeat center;background-size: 12px;}
.board_page_footer .board_page_prev{background: url("/res/home/theme1/img/common/icon_arrow_prev.svg")no-repeat center;background-size: 12px;}
.board_page_footer .board_page_next{background: url("/res/home/theme1/img/common/icon_arrow_next.svg")no-repeat center;background-size: 12px;}
.board_page_footer .board_page_last{background: url("/res/home/theme1/img/common/icon_arrow_last.svg")no-repeat center;background-size: 12px;}

.board_page_footer .board_page_num_wrap{font-size: 0;}
.board_page_footer .board_page_num_wrap .board_page_num{text-align: center;letter-spacing: 0;color: #424242;display: inline-block;vertical-align: top;cursor: pointer;}
.board_page_footer .board_page_num_wrap .board_page_num:last-child{margin-right: 0;}
.board_page_footer .board_page_num_wrap .board_page_num.current{ color: #007dfb; }
@media (min-width: 1400px) {
    .board_page_footer{margin-top: 56px;}
    .board_page_footer .board_page_btn{width: 40px;height: 40px;}
    .board_page_footer .board_page_prev{margin-left: 8px;}
    .board_page_footer .board_page_next{margin-right: 8px;}

    .board_page_footer .board_page_num_wrap{margin: 0 32px;}
    .board_page_footer .board_page_num_wrap .board_page_num{width: 40px;height: 40px;line-height: 40px;margin-right: 8px;font-size: 16px;}
}
@media (max-width: 1399px) and (min-width: 768px){
    .board_page_footer{margin-top: 40px;}
    .board_page_footer .board_page_btn{width: 32px;height: 32px;}

    .board_page_footer .board_page_num_wrap{margin: 0 16px;}
    .board_page_footer .board_page_num_wrap .board_page_num{width: 32px;height: 32px;line-height: 32px;font-size: 14px;}
}
@media (max-width: 767px){
    .board_page_footer{margin-top: 32px;}
    .board_page_footer .board_page_btn{width: 32px;height: 32px;}

    .board_page_footer .board_page_num_wrap{margin: 0 16px; white-space: nowrap;}
    .board_page_footer .board_page_num_wrap .board_page_num{width: 32px;height: 32px;line-height: 32px;font-size: 14px;}
}



/* 게시판 상세 : 해더 */
.board_detail{width: 100%;}
.board_detail .board_detail_header{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;border-top: 1px solid #000;border-bottom: 1px solid #e0e0e0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}

.board_detail .board_detail_header .board_detail_left .board_detail_title{font-family: 'spoqa-medium';letter-spacing: 0;line-height: normal;}
.board_detail .board_detail_header .board_detail_left .board_detail_info{font-size: 0;}
.board_detail .board_detail_header .board_detail_left .board_detail_info li{letter-spacing: 0;color: #9e9e9e;line-height: normal;display: inline-block;vertical-align: top;position: relative;}
.board_detail .board_detail_header .board_detail_left .board_detail_info li::before{content: "";width: 2px;height: 2px;position: absolute;top: 50%;right: 0;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);background-color: #9e9e9e;}
.board_detail .board_detail_header .board_detail_left .board_detail_info li:last-child{padding-right: 0;margin-right: 0;}
.board_detail .board_detail_header .board_detail_left .board_detail_info li:last-child::before{display: none;}
/*.board_detail .board_detail_header .board_detail_like{display: inline-block;-webkit-box-sizing: border-box;box-sizing: border-box;border: 2px solid #eee;border-radius: 10px;letter-spacing: 0;color: #9e9e9e;cursor: pointer;}*/
.board_detail .board_detail_header .board_detail_like{display: inline-block;-webkit-box-sizing: border-box;box-sizing: border-box;/* border: 2px solid #eee; */border-radius: 10px;letter-spacing: 0;color: #9e9e9e;cursor: pointer;}

@media (min-width: 1400px) {
    /*.board_detail{margin-top: 50px;}*/
    .board_detail .board_detail_header{padding: 40px 32px;}
    .board_detail .board_detail_header .board_detail_left{width: calc(100% - 122px);}
    .board_detail .board_detail_header .board_detail_left .board_detail_title{font-size: 20px;}

    .board_detail .board_detail_header .board_detail_left .board_detail_info{ margin-top: 24px; }
    .board_detail .board_detail_header .board_detail_left .board_detail_info li{font-size: 16px;padding-right: 17px;margin-right: 15px;}
    /*.board_detail .board_detail_header .board_detail_like{width: 92px;height: 36px;padding: 0 13px;line-height: 32px;background-image: url("/res/home/theme1/img/common/icon_detail_like.svg");background-repeat:no-repeat; background-position: calc(100% - 12px) center;background-size: 24px;font-size: 14px;}*/
    .board_detail .board_detail_header .board_detail_like{width: 26px;height: 14px;/* padding: 0 13px; */line-height: 22px;background-image: url("/res/home/theme1/img/common/icon_detail_like.svg");background-repeat:no-repeat; background-position: center;background-size: 24px;font-size: 14px;}
    /*.board_detail .board_detail_header .board_detail_like.active{background-image: url("/res/home/theme1/img/common/icon_detail_like_active.svg"); background-repeat: no-repeat; background-position:calc(100% - 12px) center;background-size: 24px;}*/
    .board_detail .board_detail_header .board_detail_like.active{background-image: url("/res/home/theme1/img/common/icon_detail_like_active.svg"); background-repeat: no-repeat; background-position: center;background-size: 24px;}

}
@media (max-width: 1399px) and (min-width: 768px){
    /*.board_detail{margin-top: 40px;}*/
    .board_detail .board_detail_header{padding: 32px 16px;}
    .board_detail .board_detail_header .board_detail_left{width: calc(100% - 52px);}
    .board_detail .board_detail_header .board_detail_left .board_detail_title{font-size: 18px;}

    .board_detail .board_detail_header .board_detail_left .board_detail_info{ margin-top: 16px; }
    .board_detail .board_detail_header .board_detail_left .board_detail_info li{font-size: 14px;padding-right: 12px;margin-right: 10px;}
    /*.board_detail .board_detail_header .board_detail_like{width: 92px;height: 36px;padding: 0 13px;line-height: 32px;background: url("/res/home/theme1/img/common/icon_detail_like.svg")no-repeat;background-position:calc(100% - 12px) center;background-size: 24px;}*/
    .board_detail .board_detail_header .board_detail_like{width: 33px;height: 13px;/* padding: 0 13px; *//* line-height: 32px; */background: url("/res/home/theme1/img/common/icon_detail_like.svg")no-repeat;background-position: center;background-size: 24px;}
    /*.board_detail .board_detail_header .board_detail_like.active{background: url("/res/home/theme1/img/common/icon_detail_like_active.svg")no-repeat;background-position:calc(100% - 12px) center;background-size: 24px;}*/
    .board_detail .board_detail_header .board_detail_like.active{background: url("/res/home/theme1/img/common/icon_detail_like_active.svg")no-repeat;background-position: center;background-size: 24px;}

}
@media (max-width: 767px){
    /*.board_detail{margin-top: 40px;}*/
    .board_detail .board_detail_header{padding: 24px 16px;}
    .board_detail .board_detail_header .board_detail_left{width: calc(100% - 42px);}
    .board_detail .board_detail_header .board_detail_left .board_detail_title{font-size: 16px;}

    .board_detail .board_detail_header .board_detail_left .board_detail_info{ margin-top: 16px; }
    .board_detail .board_detail_header .board_detail_left .board_detail_info li{font-size: 14px;padding-right: 12px;margin-right: 10px;}
    /*.board_detail .board_detail_header .board_detail_like{width: 92px;height: 36px;padding: 0 13px;line-height: 32px;background: url("/res/home/theme1/img/common/icon_detail_like.svg")no-repeat;background-position:calc(100% - 12px) center;background-size: 24px;}*/
    .board_detail .board_detail_header .board_detail_like{width: 30px;height: 14px;padding: 0 13px;line-height: 32px;background: url("/res/home/theme1/img/common/icon_detail_like.svg")no-repeat;background-position: center;background-size: 24px;}
    /*.board_detail .board_detail_header .board_detail_like.active{background: url("/res/home/theme1/img/common/icon_detail_like_active.svg")no-repeat;background-position:calc(100% - 12px) center;background-size: 24px;}*/
    .board_detail .board_detail_header .board_detail_like.active{background: url("/res/home/theme1/img/common/icon_detail_like_active.svg")no-repeat;background-position: center;background-size: 24px;}
}


/* 게시판 상세 : 내용 */
.board_detail_content{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;}
.board_detail_content .board_detail_write{letter-spacing: 0;line-height: normal;}
.board_detail_content .board_detail_img{width: 100%;}
.board_detail_content .board_detail_img img{width: 100%;}

.board_detail_file{-webkit-box-sizing: border-box;box-sizing: border-box; width: 100%;background-color: #f8f9fa;}
.board_detail_file .board_detail_title{font-size: 14px;letter-spacing: 0;color: #424242;line-height: normal;margin-top: 5px;width: 72px;}

.board_detail_file .board_detail_down_wrap .board_detail_down{width: 100%;height: 28px;-webkit-box-sizing: border-box;box-sizing: border-box;letter-spacing: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: #9e9e9e;cursor: pointer;position: relative;}
.board_detail_file .board_detail_down_wrap .board_detail_down .board_down_name::before{content: "";position: absolute;top: 50%;left: 0;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);background: url("/res/home/theme1/img/sub/icon_file.svg")no-repeat;background-size: cover;}
.board_detail_file .board_detail_down_wrap .board_detail_down .board_down_name{letter-spacing: 0;color: #424242; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box;}

.board_detail_content img, .board_detail_content table, .board_detail_content iframe {
    max-width: 100% !important;
}

@media (min-width: 1400px) {
    .board_detail_content{padding: 40px 32px;}
    .board_detail_content .board_detail_write{font-size: 16px;}
    .board_detail_content .board_detail_img{margin-top: 40px;}

    .board_detail_file{margin-top: 40px;padding: 20px 30px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
    .board_detail_file .board_detail_down_wrap{width: calc(100% - 72px);}
    .board_detail_file .board_detail_down_wrap .board_detail_down{font-size: 12px;margin-top: 5px;}
    .board_detail_file .board_detail_down_wrap .board_detail_down:first-child{margin-top: 0;}
    .board_detail_file .board_detail_down_wrap .board_detail_down .board_down_name::before{width: 24px;height: 24px; }
    .board_detail_file .board_detail_down_wrap .board_detail_down .board_down_name{font-size: 14px;padding-left: 29px;}
}
@media (max-width: 1399px) and (min-width: 768px){
    .board_detail_content{padding: 32px 16px;}
    .board_detail_content .board_detail_write{font-size: 14px;}
    .board_detail_content .board_detail_img{margin-top: 20px;}

    .board_detail_file{margin-top: 40px;padding: 10px;}
    .board_detail_file .board_detail_down_wrap{width: 100%;}
    .board_detail_file .board_detail_down_wrap .board_detail_down{font-size: 10px;}
    .board_detail_file .board_detail_down_wrap .board_detail_down .board_down_name::before{width: 18px;height: 18px;}
    .board_detail_file .board_detail_down_wrap .board_detail_down .board_down_name{font-size: 12px; padding-left: 23px;}
}
@media (max-width: 767px){
    .board_detail_content{padding: 24px 16px;}
    .board_detail_content .board_detail_write{font-size: 14px;}
    .board_detail_content .board_detail_img{margin-top: 20px;}

    .board_detail_file{margin-top: 40px;padding: 10px;}
    .board_detail_file .board_detail_down_wrap{width: 100%;}
    .board_detail_file .board_detail_down_wrap .board_detail_down{font-size: 10px;}
    .board_detail_file .board_detail_down_wrap .board_detail_down .board_down_name::before{width: 18px;height: 18px;}
    .board_detail_file .board_detail_down_wrap .board_detail_down .board_down_name{font-size: 12px; padding-left: 23px;}
}

/* 이전, 다음 글 */
.board_detail_list{border-bottom: 1px solid #e0e0e0;}
.board_detail_list .board_list{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-sizing: border-box;box-sizing: border-box;border-top: 1px solid #e0e0e0;}
.board_detail_list .board_list .board_list_type{letter-spacing: 0;color: #9e9e9e;line-height: normal;}
.board_detail_list .board_list .board_list_title{letter-spacing: 0;line-height: normal;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;cursor: pointer;}
.board_detail_list .board_list .board_list_title .board_list_date{font-size: 14px;color: #9e9e9e;}

.board_list_more{display: inline-block;vertical-align: top;border: 1px solid #9e9e9e;cursor: pointer;text-align: center;float: right;font-family: 'spoqa-medium';color: #424242;}
@media (min-width: 1400px) {
    .board_detail_list{margin-top: 40px;}
    .board_detail_list .board_list{padding: 25px 30px;}

    .board_detail_list .board_list .board_list_type{font-size: 14px;}
    .board_detail_list .board_list .board_list_title{font-size: 16px;width: calc(100% - 130px);}
    .board_detail_list .board_list .board_list_title .board_list_date{font-size: 14px;}

    .board_list_more{width: 120px;height: 44px;line-height: 42px;font-size: 14px;margin-top: 40px;}
}
@media (max-width: 1399px) and (min-width: 768px){
    .board_detail_list{margin-top: 30px;}
    .board_detail_list .board_list{height: 52px;}

    .board_detail_list .board_list .board_list_type{font-size: 12px; padding: 0 20px; }
    .board_detail_list .board_list .board_list_title{font-size: 14px;width: calc(100% - 84px);}
    .board_detail_list .board_list .board_list_title .board_list_date{font-size: 12px;padding: 0 20px;}

    .board_list_more{width: 100px;height: 40px;line-height: 38px;font-size: 12px;margin-top: 32px;}
}
@media (max-width: 767px){
    .board_detail_list{margin-top: 30px;}
    .board_detail_list .board_list{height: 52px;}

    .board_detail_list .board_list .board_list_type{font-size: 12px; padding: 0 10px;}
    .board_detail_list .board_list .board_list_title{font-size: 14px;width: calc(100% - 74px);}

    .board_list_more{width: 100px;height: 40px;line-height: 38px;font-size: 12px;margin-top: 32px;}
}





/* 게시판 없을때 */
.board_none{width: 100%;text-align: center;border-top: 1px solid #000;border-bottom: 1px solid #e0e0e0;}
.board_none .board_none_title{color: #9e9e9e;letter-spacing: 0;line-height: normal;}
@media (min-width: 1400px) {
    .board_none{padding: 100px 0;}
    .board_none img{width: 48px;height: 48px;}
    .board_none .board_none_title{font-size: 16px;margin-top: 15px;}
}
@media (max-width: 1399px) and (min-width: 768px){
    .board_none{padding: 80px 0;}
    .board_none img{width: 36px;height: 36px;}
    .board_none .board_none_title{font-size: 14px;margin-top: 10px;}
}
@media (max-width: 767px){
    .board_none{padding: 80px 0;}
    .board_none img{width: 36px;height: 36px;}
    .board_none .board_none_title{font-size: 14px;margin-top: 10px;}
}

/* 마이페이지 게시판 없을때 */
.mypage.edu .board_none{width: 100%;margin: 24px 0 0;border: solid 1px #e0e0e0;text-align: center;}
.mypage.edu .board_none .board_none_title{color: #9e9e9e;letter-spacing: 0;line-height: normal;}
@media (min-width: 1400px) {
    .mypage.edu .board_none{padding: 100px 0;}
    .mypage.edu .board_none img{width: 48px;height: 48px;}
    .mypage.edu .board_none .board_none_title{font-size: 16px;margin-top: 15px;}
}
@media (max-width: 1399px) and (min-width: 768px){
    .mypage.edu .board_none{padding: 80px 0;}
    .mypage.edu .board_none img{width: 36px;height: 36px;}
    .mypage.edu .board_none .board_none_title{font-size: 14px;margin-top: 10px;}
}
@media (max-width: 767px){
    .mypage.edu .board_none{padding: 80px 0;}
    .mypage.edu .board_none img{width: 36px;height: 36px;}
    .mypage.edu .board_none .board_none_title{font-size: 14px;margin-top: 10px;}
}



.popup_slide .popup_slide_content {
    pointer-events: none;
}

.popup_slide .popup_slide_content .popup_slide_item {
    pointer-events: visible;
}

.popup_slide .popup_slide_content .popup_slide_item, .popup_slide .popup_slide_content .popup_slide_close {
    pointer-events: visible;
}

@media (min-width: 1760px) {
    /* 팝업 슬라이드 */
    .popup_slide{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 11; display: none;}
    .popup_slide.current{ display: block; }
    .popup_slide .popup_bg{ width: 100%; height: 100%;background-color: rgba(0, 0, 0, 0.7);position: absolute;top: 50%;left: 0;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);}
    .popup_slide .popup_slide_content{-webkit-box-sizing: border-box;box-sizing: border-box; width: 1070px;margin: 0 auto; position: fixed; left: calc(37.5% - 535px); top: 780px; -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); transform: translateY(-40px);}

    .popup_slide .popup_slide_content .popup_slide_header{margin-bottom: 60px;text-align: center;position: relative;}
    .popup_slide .popup_slide_content .popup_slide_header .popup_slide_eng{font-size: 16px;letter-spacing: 0;line-height: normal;color: #65c0fd;margin-bottom: 15px;}
    .popup_slide .popup_slide_content .popup_slide_header .popup_slide_title{font-size: 32px;letter-spacing: 0;color: #fff;line-height: normal;}
    .popup_slide .popup_slide_content .popup_slide_header .popup_slide_close{font-size: 14px;letter-spacing: 0;width: 120px;height: 44px;-webkit-box-sizing: border-box;box-sizing: border-box;border: 1px solid #e0e0e0;color: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;cursor: pointer;position: absolute;top: 0;right: 0;}
    .popup_slide .popup_slide_content .popup_slide_header .popup_slide_close img{ margin-left: 5px; width: 18px;height: 18px;}

    .popup_slide .popup_slide_content .popup_slide_list{width: 100%;font-size: 0;position: relative;z-index: 1; }
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item{display: inline-block;vertical-align: top;width: 330px;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 5px;background-color: #fff;font-size: 0;margin-right: 40px;}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_img{display: inline-block;width: 100%;height: 180px;overflow: hidden;cursor: pointer;}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_img .popup_img_wrap{display: inline-block;width: 100%;height: 100%; background: rgba(0,0,0,0.12);}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_img .popup_img_wrap:hover{-ms-transform: scale(1.1);-webkit-transform: scale(1.1);transform: scale(1.1);}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_content{width: 100%;height: 170px;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 25px 20px;}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_content .popup_item_category{font-size: 14px;font-family: 'spoqa-medium';letter-spacing: 0;color: #007dfb;line-height: normal;margin-bottom: 10px;}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_content .popup_item_title{font-size: 18px;font-family: 'spoqa-medium';letter-spacing: 0;line-height: normal;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 10px;cursor: pointer;}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_content .popup_item_tag_wrap{font-size: 0;}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_content .popup_item_tag_wrap .popup_item_tag{font-size: 14px;letter-spacing: 0;line-height: normal;display: inline-block;vertical-align: top;margin-top: 10px;color: #9e9e9e;margin-right: 10px;}

    .popup_slide .popup_slide_content .popup_slide_wrap{position: relative;overflow: hidden;padding-bottom: 46px;}

    .popup_slide .popup_slide_content .popup_slide_wrap .swiper-pagination{display: inline-block;left: 50%;bottom: 0;-webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);transform: translate(-50%,0);}
    .popup_slide .popup_slide_content .popup_slide_wrap .swiper-pagination span{width: 6px;height: 6px;background-color: #bdbdbd;margin: 0 3px;}
    .popup_slide .popup_slide_content .popup_slide_wrap .swiper-pagination .swiper-pagination-bullet-active{width: 20px;border-radius: 3px;background-color: #3fa6fc;}
}


@media (max-width: 1759px) and (min-width: 1400px){
    /* 팝업 슬라이드 */
    .popup_slide{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 11; display: none;}
    .popup_slide.current{ display: block; }
    .popup_slide .popup_bg{ width: 100%; height: 100%;background-color: rgba(0, 0, 0, 0.7);position: absolute;top: 50%;left: 0;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);}
    .popup_slide .popup_slide_content {-webkit-box-sizing: border-box;box-sizing: border-box;width: 968px;margin: 0 auto;position: fixed;left: calc(37.5% - 504px);top: 780px;-webkit-transform: translateY(-160px);-ms-transform: translateY(-160px);transform: translateY(-160px);}

    .popup_slide .popup_slide_content .popup_slide_header{margin-bottom: 60px;text-align: center;position: relative;}
    .popup_slide .popup_slide_content .popup_slide_header .popup_slide_eng{font-size: 16px;letter-spacing: 0;line-height: normal;color: #65c0fd;margin-bottom: 15px;}
    .popup_slide .popup_slide_content .popup_slide_header .popup_slide_title{font-size: 32px;letter-spacing: 0;color: #fff;line-height: normal;}
    .popup_slide .popup_slide_content .popup_slide_header .popup_slide_close{font-size: 14px;letter-spacing: 0;width: 120px;height: 44px;-webkit-box-sizing: border-box;box-sizing: border-box;border: 1px solid #e0e0e0;color: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;cursor: pointer;position: absolute;top: 0;right: 0;}
    .popup_slide .popup_slide_content .popup_slide_header .popup_slide_close img{ margin-left: 5px; width: 18px;height: 18px;}

    .popup_slide .popup_slide_content .popup_slide_list{width: 100%;font-size: 0;position: relative;z-index: 1; }
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item{display: inline-block;vertical-align: top;width: 296px;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 5px;background-color: #fff;font-size: 0;margin-right: 40px;}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_img{display: inline-block;width: 100%;height: 161px;overflow: hidden;cursor: pointer;}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_img .popup_img_wrap{display: inline-block;width: 100%;height: 100%; background: rgba(0,0,0,0.12);}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_img .popup_img_wrap:hover{-ms-transform: scale(1.1);-webkit-transform: scale(1.1);transform: scale(1.1);}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_content{width: 100%;height: 170px;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 25px 20px;}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_content .popup_item_category{font-size: 14px;font-family: 'spoqa-medium';letter-spacing: 0;color: #007dfb;line-height: normal;margin-bottom: 10px;}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_content .popup_item_title{font-size: 18px;font-family: 'spoqa-medium';letter-spacing: 0;line-height: normal;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom: 10px;cursor: pointer;}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_content .popup_item_tag_wrap{font-size: 0;}
    .popup_slide .popup_slide_content .popup_slide_list .popup_slide_item .popup_item_content .popup_item_tag_wrap .popup_item_tag{font-size: 14px;letter-spacing: 0;line-height: normal;display: inline-block;vertical-align: top;margin-top: 10px;color: #9e9e9e;margin-right: 10px;}

    .popup_slide .popup_slide_content .popup_slide_wrap{position: relative;overflow: hidden;padding-bottom: 46px;}

    .popup_slide .popup_slide_content .popup_slide_wrap .swiper-pagination{display: inline-block;left: 50%;bottom: 0;-webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);transform: translate(-50%,0);}
    .popup_slide .popup_slide_content .popup_slide_wrap .swiper-pagination span{width: 6px;height: 6px;background-color: #bdbdbd;margin: 0 3px;}
    .popup_slide .popup_slide_content .popup_slide_wrap .swiper-pagination .swiper-pagination-bullet-active{width: 20px;border-radius: 3px;background-color: #3fa6fc;}
}


/* 테블릿 모바일 팝업 */
.popup_tm{ display: none;  width: 100%; height: 100vh;position: fixed;top: 0;left: 0;z-index: 99;}
.popup_tm.current{ display: block;}
.popup_tm .popup_tm_bg{width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.7);position: absolute;top: 0;left: 0;}
.popup_tm .popup_tm_section{height: 100%;position: absolute;top: 0;right: 0; overflow: hidden; z-index: 99}
.popup_tm .popup_tm_section .popup_tm_header{width: 100%;height: 70px;box-sizing: border-box; padding: 0 60px;background-color: #fff;position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.popup_tm .popup_tm_section .popup_tm_header .popup_tm_name{text-align: center; font-size: 18px; color: #004c97; font-family: 'spoqa-bold';line-height: normal;letter-spacing: 0;}
.popup_tm .popup_tm_section .popup_tm_header .popup_tm_close{width: 24px;height: 24px;background: url("/res/home/theme1/img/common/icon_close_24px_black.svg") no-repeat;background-size: cover;position: absolute;top: 50%;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);cursor: pointer;}

.popup_tm .popup_tm_section .popup_tm_content{width: 100%;height: calc(100vh - 70px);background-color: #f8f9fa;-webkit-box-sizing: border-box;box-sizing: border-box;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item{width: 100%;margin-top: 40px;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item:first-child{margin-top: 0;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .popup_tm_title{font-size: 16px;font-family: 'spoqa-medium';letter-spacing: 0;line-height: normal;margin-bottom: 15px;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .popup_tm_card{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 18px 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;color: #fff;background: url("/res/home/theme1/img/home/img_popup_bg.svg")no-repeat;background-size: cover;cursor: pointer;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item.new_content .popup_tm_card{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 18px 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;color: #fff;background: url("/res/home/theme1/img/home/bg_02.svg")no-repeat;background-size: cover;cursor: pointer;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .popup_tm_card .popup_card_info{width: 80%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .popup_tm_card .popup_card_info .popup_card_top{font-size: 10px;font-family: 'spoqa-bold';letter-spacing: 0;margin-bottom: 5px;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .popup_tm_card .popup_card_info .popup_card_title{font-size: 14px;font-family: 'spoqa-bold';letter-spacing: 0;line-height: normal;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .popup_tm_card .popup_card_state{font-size: 11px;font-family: 'spoqa-bold';letter-spacing: 0.88px; height: 20px; line-height: 20px;position: relative;background-color: #f11f2f; width: 37px; text-align: center;}

.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .program_tm_list{
    font-size: 0;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE 10+: hide scrollbars */
    scrollbar-width: none; /* Firefox: hide scrollbars */
}

.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .program_tm_list::-webkit-scrollbar{
    display: none;
}


.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .program_tm_list .program_tm_item{display: inline-block;vertical-align: top;width: 150px!important;font-size: 0; margin-right: 10px;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .program_tm_list .program_tm_item:last-child{margin-right: 0!important;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .program_tm_list .program_tm_item .program_tm_img{ cursor: pointer; display: inline-block;width: 100%;height: 84px;background: url("/res/home/theme1/img/home/img_popup_01.jpg")no-repeat;background-size: cover;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .program_tm_list .program_tm_item .program_tm_category{margin-top: 10px;font-size: 11px;font-family: 'spoqa-medium';letter-spacing: 0;color: #007dfb;line-height: normal;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .program_tm_list .program_tm_item .program_tm_title{cursor: pointer; margin-top: 5px;display: inline-block;width: 100%;font-size: 14px;font-family: 'spoqa-medium';line-height: normal;letter-spacing: 0;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .program_tm_list .program_tm_item .program_tm_tag_wrap{width: 100%;font-size: 0;color: #9e9e9e;line-height: normal;margin-top: 10px;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .program_tm_list .program_tm_item .program_tm_tag_wrap .program_tm_tag{font-size: 11px;display: inline-block;vertical-align: top;margin-right: 5px;}
.popup_tm .popup_tm_section .popup_tm_content .popup_tm_item .program_tm_list .program_tm_item .program_tm_tag_wrap .program_tm_tag:last-child{margin-right: 0px;}
@media (max-width: 1399px) and (min-width: 768px){
    .popup_tm .popup_tm_section{width: 600px;}
    .popup_tm .popup_tm_section .popup_tm_content{
        padding: 60px;
        overflow-y: auto;
    }
    .popup_tm .popup_tm_section .popup_tm_header .popup_tm_close{ right: 24px;}
}
@media (max-width: 767px){
    .popup_tm .popup_tm_bg{display: none;}
    .popup_tm .popup_tm_section{width: 100%;}
    .popup_tm .popup_tm_section .popup_tm_content {
        padding: 60px 20px 112px;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .popup_tm.ios_popup .popup_tm_content {
        padding: 60px 20px 180px 20px;
    }
    .popup_tm .popup_tm_section .popup_tm_header .popup_tm_close{ right: 20px;}
}


/* 팝업 사이드 버튼 */

.popup_side_btn {
    font-size: 15px;
    font-family: 'spoqa-medium';
    padding: 15px 20px;
    color: #fff;
    border-radius: 24px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.24);
    background-image: -webkit-gradient(linear, left top, right top, from(#007dfb), to(#3fa6fc));
    background-image: -o-linear-gradient(left, #007dfb 0%, #3fa6fc 100%);
    background-image: linear-gradient(to right, #007dfb 0%, #3fa6fc 100%);
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 98;
    white-space: nowrap;
}
.popup_side_btn span{padding-right: 20px; position: relative;}
.popup_side_btn span::before{content: "";width: 12px;height: 12px;background: url("/res/home/theme1/img/common/icon_down_white_12px.svg")no-repeat;position: absolute;right: 0;top: 50%; -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);}
.popup_tm_item .school_item{ line-height:28px;padding: 0 15px; -webkit-box-sizing:border-box; box-sizing:border-box;display: inline-block;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 10px; margin-right: 10px; cursor: pointer;font-size: 12px;color:#007dfb; background-color: rgba(0, 125, 251, 0.08); border-radius: 20px;}
.popup_tm_item .school_item:first-child{margin-top: 0;}
.popup_tm_item .school_guide{font-size: 11px;letter-spacing: 0;color: #9e9e9e;line-height: normal;}

/* 서브페이지 gnb */
@media (max-width: 1365px){
    .page_depth_sub{ display: none; width: calc(100% - 44px); position: absolute;right: 0;top: 44px;z-index: 10;-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);background-color: #f5f5f5;}
    .page_depth_sub.active {display: block;}
    .page_depth_sub .page_depth_item{width: 100%;font-size: 0;}
    .page_depth_sub .page_depth_item:first-child{margin-top: 10px;}
    .page_depth_sub .page_depth_item .page_depth2_title{display: inline-block;width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0 20px;background-color: #f5f5f5;line-height: 48px;font-size: 14px;position: relative;cursor: pointer;}
    .page_depth_sub .page_depth_item .page_depth2_title:not(.terminal)::before{content: "";width: 12px;height: 12px;background: url("/res/home/theme1/img/common/icon_down_black_12px.svg")no-repeat;background-size: cover;position: absolute;top: 50%;right: 20px;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);}
    .page_depth_sub .page_depth_item .page_depth3_wrap{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 10px 20px;background-color: #fff;font-size: 0;display: none;}
    .page_depth_sub .page_depth_item .page_depth3_wrap .page_depth3_title{display: inline-block;width: 100%;padding-left: 12px;-webkit-box-sizing: border-box;box-sizing: border-box;position: relative;font-size: 12px;line-height: 36px;letter-spacing: 0;color: #9e9e9e;cursor: pointer;}
    .page_depth_sub .page_depth_item .page_depth3_wrap .page_depth3_title::before{content: "";width: 2px;height: 2px;background-color: #9e9e9e;position: absolute;top: 50%;left: 0;-webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);transform: translate(0,-50%);}

    .page_depth_sub .page_depth_item.current .page_depth2_title{background-color: #ff8a00;color: #fff;}
    .page_depth_sub .page_depth_item.current .page_depth2_title:not(.terminal)::before{background: url("/res/home/theme1/img/common/icon_down_white_12px.svg")no-repeat;background-size: cover;}
    .page_depth_sub .page_depth_item.current .page_depth3_wrap{display: block;}

    .page_depth_sub .page_depth_item.current .page_depth3_wrap .page_depth3_title:hover,
    .page_depth_sub .page_depth_item.current .page_depth3_wrap .page_depth3_title.current{color: #424242;}

    .page_depth_sub .page_depth_item.current .page_depth3_wrap .page_depth3_title:hover::before,
    .page_depth_sub .page_depth_item.current .page_depth3_wrap .page_depth3_title.current::before{background-color: #424242;}
}



/* 로그인 */
.login_wrapper{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;background-image: -webkit-gradient(linear, left top, right top, from(#3fa6fc), to(#67b8fc));background-image: -o-linear-gradient(left, #3fa6fc, #67b8fc);background-image: linear-gradient(to right, #3fa6fc, #67b8fc);}
.login_wrapper .login{ font-size: 0; }
.login_wrapper .login .login_title{font-family: 'spoqa-bold';letter-spacing: 0;text-align: center;line-height: normal;color: #fff;}

.login_wrapper .login .input_wrapper .input_box:first-child{margin-top: 0;}
.login_wrapper .login .input_wrapper .input_box input{width: 100%;border: none;background-color: #fff;-webkit-box-sizing: border-box;box-sizing: border-box;letter-spacing: 0;}

.login_wrapper .login .input_wrapper .input_box2{width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.login_wrapper .login .input_wrapper .input_box2 .input_id_save input[type="checkbox"] {display: none;}
.login_wrapper .login .input_wrapper .input_box2 .input_id_save input[type="checkbox"] + label {width: 20px; height: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: rgba(255, 255, 255, 0.24); display: inline-block; position: relative; cursor: pointer;}
.login_wrapper .login .input_wrapper .input_box2 .input_id_save input[type="checkbox"]:checked + label {width: 20px; height: 20px; background-image: url("/res/home/theme1/img/common/icon_chk_blue.svg"); background-size: 12px 10px; background-repeat: no-repeat; background-position: center; background-color: #fff; display: inline-block; position: relative;}
.login_wrapper .login .input_wrapper .input_box2 .input_id_save input[type="checkbox"] + label span {position: absolute; top: 50%; left:30px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); display: block; line-height: normal; white-space: nowrap; color: #fff;}
.login_wrapper .login .input_wrapper .input_box2 .input_pw_find{color: #fff;letter-spacing: 0;line-height: normal;cursor: pointer;}

.login_wrapper .login .login_btn{display: inline-block;width: 100%;background-color: rgba(255, 255, 255, 0.16);text-align: center;font-family: 'spoqa-medium';color: #fff;letter-spacing: 0;cursor: pointer;}
.login_wrapper .login .join_box{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;border: 1px solid #fff;border-radius: 10px;}
.login_wrapper .login .join_box .join_content{color: #fff;letter-spacing: 0;line-height: normal;}
.login_wrapper .login .join_box .join_content .join_title{font-family: 'spoqa-medium';}
.login_wrapper .login .join_box .join_btn{ display: inline-block; background-color: #fff;font-family: 'spoqa-medium';text-align: center;color: #3fa6fc;cursor: pointer;}
@media (min-width: 1400px) {
    .login_wrapper{padding: 120px 0; min-height: calc(100vh - 394px);}
    .login_wrapper .login{width: 620px;margin: 0 auto;}
    .login_wrapper .login .login_title{font-size: 32px;margin-bottom: 56px;}

    .login_wrapper .login .input_wrapper{margin-bottom: 56px;}
    .login_wrapper .login .input_wrapper .input_box{margin-top: 16px;}
    .login_wrapper .login .input_wrapper .input_box input{height: 68px;padding: 0 24px 0 64px;font-size: 16px;}
    .login_wrapper .login .input_wrapper .input_box input.user_id{background-image: url("/res/home/theme1/img/common/icon_input_login.svg");background-repeat: no-repeat;background-size: 24px;background-position: 24px center;}
    .login_wrapper .login .input_wrapper .input_box input.user_pw{background-image: url("/res/home/theme1/img/common/icon_input__pw.svg");background-repeat: no-repeat;background-size: 24px;background-position: 24px center;}
    .login_wrapper .login .input_wrapper .input_box2{margin-top: 24px;}

    .login_wrapper .login .input_wrapper .input_box2 .input_id_save input[type="checkbox"] + label span{ font-size: 14px;}
    .login_wrapper .login .input_wrapper .input_box2 .input_pw_find{font-size: 14px;}

    .login_wrapper .login .login_btn{line-height: 60px;font-size: 18px;}
    .login_wrapper .login .join_box{padding: 30px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-top: 60px;}

    .login_wrapper .login .join_box .join_content .join_title{font-size: 18px;margin-bottom: 15px;}
    .login_wrapper .login .join_box .join_content .join_ment{font-size: 14px;}
    .login_wrapper .login .join_box .join_btn{width: 120px;line-height: 44px;font-size: 14px;}
}
@media (max-width: 1399px) and (min-width: 768px){
    .login_wrapper{padding: 80px 0 170px; min-height: calc(100vh - 291px);}
    .login_wrapper .login{width: 620px;margin: 0 auto;}
    .login_wrapper .login .login_title{font-size: 28px;margin-bottom: 48px;}

    .login_wrapper .login .input_wrapper{margin-bottom: 48px;}
    .login_wrapper .login .input_wrapper .input_box{margin-top: 8px;}
    .login_wrapper .login .input_wrapper .input_box input{height: 52px;padding: 0 16px 0 42px;font-size: 14px;}
    .login_wrapper .login .input_wrapper .input_box input.user_id{background-image: url("/res/home/theme1/img/common/icon_input_login.svg");background-repeat: no-repeat;background-size: 18px;background-position: 16px center;}
    .login_wrapper .login .input_wrapper .input_box input.user_pw{background-image: url("/res/home/theme1/img/common/icon_input__pw.svg");background-repeat: no-repeat;background-size: 18px;background-position: 16px center;}
    .login_wrapper .login .input_wrapper .input_box2{margin-top: 16px;}

    .login_wrapper .login .input_wrapper .input_box2 .input_id_save input[type="checkbox"] + label span{ font-size: 12px;}
    .login_wrapper .login .input_wrapper .input_box2 .input_pw_find{font-size: 12px;}

    .login_wrapper .login .login_btn{line-height: 48px;font-size: 14px;}
    .login_wrapper .login .join_box{padding: 30px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-top: 40px;}

    .login_wrapper .login .join_box .join_content .join_title{font-size: 16px;margin-bottom: 10px;}
    .login_wrapper .login .join_box .join_content .join_ment{font-size: 12px;}
    .login_wrapper .login .join_box .join_btn{width: 120px;line-height: 40px;font-size: 12px;}
}
@media (max-width: 767px){
    .login_wrapper{padding: 80px 0;}
    .login_wrapper .login{width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 20px;}
    .login_wrapper .login .login_title{font-size: 22px;margin-bottom: 48px;}

    .login_wrapper .login .input_wrapper{margin-bottom: 48px;}
    .login_wrapper .login .input_wrapper .input_box{margin-top: 8px;}
    .login_wrapper .login .input_wrapper .input_box input{height: 52px;padding: 0 16px 0 42px;font-size: 14px;}
    .login_wrapper .login .input_wrapper .input_box input.user_id{background-image: url("/res/home/theme1/img/common/icon_input_login.svg");background-repeat: no-repeat;background-size: 18px;background-position: 16px center;}
    .login_wrapper .login .input_wrapper .input_box input.user_pw{background-image: url("/res/home/theme1/img/common/icon_input__pw.svg");background-repeat: no-repeat;background-size: 18px;background-position: 16px center;}
    .login_wrapper .login .input_wrapper .input_box2{margin-top: 16px;}

    .login_wrapper .login .input_wrapper .input_box2 .input_id_save input[type="checkbox"] + label span{ font-size: 12px;}
    .login_wrapper .login .input_wrapper .input_box2 .input_pw_find{font-size: 12px;}

    .login_wrapper .login .login_btn{line-height: 48px;font-size: 14px;}
    .login_wrapper .login .join_box{padding: 20px; margin-top: 40px;}

    .login_wrapper .login .join_box .join_content .join_title{font-size: 16px;margin-bottom: 10px;}
    .login_wrapper .login .join_box .join_content .join_ment{font-size: 12px;}
    .login_wrapper .login .join_box .join_btn{width: 100%;line-height: 40px;font-size: 12px; margin-top: 20px; }
}



/* 퀵 : 탑버튼 */
.quick_top{position: absolute;color: #fff;font-family: 'spoqa-medium';letter-spacing: 0;text-align: center;background-image: -webkit-gradient(linear, right top, left top, from(#007dfb), to(#3fa6fc));background-image: -o-linear-gradient(right, #007dfb, #3fa6fc);background-image: linear-gradient(to left, #007dfb, #3fa6fc);cursor: pointer;z-index: 10;border-radius: 100%;}
@media (min-width: 1760px) {
    .quick_top{right: calc(50% - 880px);bottom: 30px;font-size: 16px;line-height: 56px;width: 56px;}
}
@media (max-width: 1759px) and (min-width: 1400px){
    .quick_top{right: calc(50% - 660px);bottom: 30px;font-size: 16px;line-height: 56px;width: 56px;}
}
@media (max-width: 1399px) and (min-width: 768px){
    .quick_top{right: 24px;top: -64px;font-size: 12px;line-height: 44px;width: 44px;}
}
@media (max-width: 767px){
    .quick_top{right: 20px;top: -64px;font-size: 12px;line-height: 44px;width: 44px;}
}




/* 기본 테이블 */
.table_wrap{ width: 100%; border-top: 1px solid #000; }
.table_wrap table{width: 100%;border-collapse : collapse;border-spacing : 0;text-align: center;}
.table_wrap table th, .table_wrap table td{border: 1px solid #e0e0e0;box-sizing: border-box;}
.table_wrap table th{border-top: none;background-color: #f8f9fa;font-family: 'spoqa-medium';}
.table_wrap table td{color: #424242; word-break: keep-all;}
.table_wrap table th:first-child, .table_wrap table td:first-child{border-left: none;}
.table_wrap table th:last-child, .table_wrap table td:last-child{border-right: none;}

.table_wrap.type_01 td{ text-align: left; }
.table_wrap.type_01 td.table_title{background: #f8f9fa;color: #000;}

.div_table{width: 100%;border-top: 1px solid #000;display: flex;flex-wrap: wrap;}
.div_table .div_table_item{border-bottom: 1px solid #e0e0e0;box-sizing: border-box;display: flex; align-items: center; position: relative;}
.div_table .div_table_item::before{content: "";height: 100%;background: #f8f9fa;position: absolute;top: 0;left: 0;z-index: -1;}
.div_table .div_table_item div{box-sizing: border-box;padding: 16px;}
.div_table .div_table_item .div_table_title{font-family: 'spoqa-medium';}
.div_table .div_table_item .div_table_content{color: #424242;}
.div_table .div_table_item.type_01{width: 100%;}
@media (min-width: 1400px) {
    .table_wrap table th{padding: 14px;font-size: 14px; line-height: 24px;}
    .table_wrap table td{padding: 16px;font-size: 16px; line-height: 27px;}
    .table_wrap.type_01 td.table_title{ font-size: 14px; font-family: 'spoqa-medium'; line-height: 20px; }

    .div_table .div_table_item{width: 50%;}
    .div_table .div_table_item::before{width: 140px;}
    .div_table .div_table_item .div_table_title{font-size: 14px;line-height: 24px;width: 140px;}
    .div_table .div_table_item .div_table_content{font-size: 16px;line-height: 27px;width: calc(100% - 140px);}
    .div_table .div_table_item.type_01 .div_table_content{width: calc(100% - 140px);}
}
@media (max-width: 1399px) and (min-width: 768px){
    .table_wrap table th{padding: 16px;font-size: 12px; line-height: 21px;}
    .table_wrap table td{padding: 18px;font-size: 14px; line-height: 24px;}
    .table_wrap.type_01 td.table_title{ font-size: 12px; font-family: 'spoqa-medium'; line-height: 18px; }

    .div_table .div_table_item{width: 50%;}
    .div_table .div_table_item::before{width: 100px;}
    .div_table .div_table_item .div_table_title{font-size: 12px;line-height: 21px;width: 100px;}
    .div_table .div_table_item .div_table_content{font-size: 14px;line-height: 24px;width: calc(100% - 100px);}
    .div_table .div_table_item.type_01 .div_table_content{width: calc(100% - 100px);}
}
@media (max-width: 767px){
    .table_wrap table::before{content: "";width: 100%;height: 1px;background-color: #000;position: absolute;top: 0;left: 50%;transform: translate(-50%,0);}
    .table_wrap {width: 100vw;margin-left: -20px;border: none; overflow-x: auto; padding-bottom: 8px;}
    .table_wrap::-webkit-scrollbar {height: 8px;background-color: transparent;}
    .table_wrap::-webkit-scrollbar-thumb{height: 8px;border-radius: 12px;background-color: #e0e0e0;background-clip: padding-box;}
    .table_wrap::-webkit-scrollbar-track {background-color: transparent;}
    .table_wrap table{min-width: 720px;margin: 0 20px; position: relative;}
    .table_wrap table th{padding: 16px;font-size: 12px; line-height: 21px;}
    .table_wrap table td{padding: 18px;font-size: 14px; line-height: 24px;}

    .table_wrap.type_01 td.table_title{ font-size: 12px; font-family: 'spoqa-medium'; line-height: 21px; }

    .div_table .div_table_item{width: 100%;}
    .div_table .div_table_item::before{width: 100px;}
    .div_table .div_table_item .div_table_title{font-size: 12px;line-height: 21px;width: 100px;}
    .div_table .div_table_item .div_table_content{font-size: 14px;line-height: 24px;width: calc(100% - 100px);}
    .div_table .div_table_item.type_01 .div_table_content{width: calc(100% - 100px);}
}




















.alert_popup_normal {position: fixed; z-index: 9999; background-color: #ffffff;font-family: 'spoqa-regular';}
.alert_popup_normal .alert_bg{cursor: pointer; width: 100vw;height: 100vh;background: #000000;opacity: 0.6;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: -1;}

.alert_popup_normal .img_box{width: 100%;cursor: pointer;}
.alert_popup_normal .img_box img{width: 100%;}

.btn_wrap{ display: flex; justify-content: space-between; align-items: center; height: 80px; background-color: #fff; box-sizing: border-box; width: 100%; padding: 0 30px; }
.btn_wrap .today_close input[type="checkbox"] {display: none;}
.btn_wrap .today_close input[type="checkbox"] + label {width: 20px; height: 20px; box-sizing: border-box; border: 1px solid #eee; display: inline-block; position: relative; cursor: pointer;}
.btn_wrap .today_close input[type="checkbox"]:checked + label {width: 20px; height: 20px; background-image: url("/res/home/theme1/img/common/icon_chk.svg"); background-size: 12px 10px; background-repeat: no-repeat; background-position: center; background-color: #3fa6fc; border: 1px solid #3fa6fc; display: inline-block; position: relative;}
.btn_wrap .today_close input[type="checkbox"] + label span {position: absolute; top: 50%; left:35px; transform: translate(0, -50%); display: block; font-size: 16px; font-family: 'spoqaneo';line-height: normal; white-space: nowrap;}
.btn_wrap .btn_close{margin-left: auto; font-size: 14px;font-family: 'spoqa-medium';color: #fff;width: 120px;height: 44px;line-height: 44px;background-color: #424242;display: inline-block;cursor: pointer;text-align: center;}

@media (min-width: 1400px){
    .alert_popup_normal{ width: 500px; }
    .alert_popup_normal .img_box{width: 100%;}

}
@media (max-width: 1399px) and (min-width: 768px){
    .alert_popup_normal{ width: 500px;}
    .alert_popup_normal .img_box{width: 100%;}
}
@media (max-width: 767px){
    .alert_popup_normal{ width: calc(100vw - 40px); }
    .alert_popup_normal .img_box{width: 100%;}

}

/* 라디오 버튼 / 체크 박스 */
.radio_box input[type="checkbox"]{display: none;}
.radio_box input[type="checkbox"] + label{display: inline-block;width: 20px;height: 20px;position: relative;cursor: pointer; border: 2px solid rgba(0, 0, 0, 0.08); border-radius: 100%; box-sizing: border-box;}
.radio_box input[type="checkbox"] + label::before{content: "";width: 12px;height: 12px;background: rgba(0, 0, 0, 0.08);position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); border-radius: 100%;}
.radio_box input[type="checkbox"]:checked + label{border: 2px solid #3fa6fc;}
.radio_box input[type="checkbox"]:checked + label::before{background: #3fa6fc;}
.radio_box input[type="checkbox"] + label > span{font-family: 'spoqa-regular'; line-height: 20px;position: absolute;top: 50%;left: 28px;transform: translate(0,-50%);white-space: nowrap;letter-spacing: 0; color: #424242;}
.radio_box input[type="checkbox"]:checked + label > span{color: #3fa6fc;}

.chk_box input[type="checkbox"]{display: none;}
.chk_box input[type="checkbox"] + label{display: inline-block;width: 20px;height: 20px;background-color: rgba(0, 0, 0, 0.08);position: relative;cursor: pointer;}
.chk_box input[type="checkbox"] + label::before{content: "";width: 12px;height: 10px;background: url("/res/home/theme1/img/sub/icon_chk_join.svg")no-repeat;background-size: cover;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.chk_box input[type="checkbox"]:checked + label{background-color: #3fa6fc;}
.chk_box input[type="checkbox"] + label > span{position: absolute;top: 50%;transform: translate(0,-50%);white-space: nowrap;font-family: 'spoqa-medium';letter-spacing: 0;}
.chk_box input[type="checkbox"] + label .essential_chk > span{color: #3fa6fc;}
.chk_box input[type="checkbox"] + label .select_chk > span{color: #9e9e9e;}

@media (min-width: 1400px) {
    .radio_box input[type="checkbox"] + label > span{font-size: 16px;}

    .chk_box input[type="checkbox"] + label .all_chk_title{ font-size: 18px;line-height: 25px; }
    .chk_box input[type="checkbox"] + label > span{left: 36px;font-size: 16px;line-height: 23px;}

}
@media (max-width: 1399px) and (min-width: 768px){
    .radio_box input[type="checkbox"] + label > span{font-size: 14px;}

    .chk_box input[type="checkbox"] + label .all_chk_title{ font-size: 16px;line-height: 23px; }
    .chk_box input[type="checkbox"] + label > span{left: 28px;font-size: 14px;line-height: 20px;}
}
@media (max-width: 767px){
    .radio_box input[type="checkbox"] + label > span{font-size: 14px;}

    .chk_box input[type="checkbox"] + label .all_chk_title{ font-size: 16px;line-height: 23px; }
    .chk_box input[type="checkbox"] + label > span{left: 28px;font-size: 14px;line-height: 20px;}

}




