@charset "utf-8";

html,
body {
    height: 100%;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust: none;
    /* IE */
    -moz-text-size-adjust: none;
    /* 파이어폭스 */
    -o-text-size-adjust: none;
    /* 오페라 구버전 */
}

body.none {
    display: none;
}

/* body{min-width: 1400px;} */
body {
    min-width: 1400px;
    width: 100%;
}


h1 {
    display: inline-block;
}

/* ================================================= header ================================================= */


/* main header */
header.header_mo {
    display: none;
}

header.main {
    box-shadow: none;
}

header.main .header_wrap {
    background-color: rgba(255, 255, 255, 0)
}

header.main .header_wrap .gnb>ul>li a {
    color: #fff;
}

header.main .main_logo a {
    background: url('../image/logo.png') no-repeat center center/100%;
    width: 150px;
    height: 17px;
    display: inline-block;
}

header.main .user_search .icon_search {
    background: url('../image/icon_search.png') no-repeat center center/100%;
    transition: background 0.6s;
}

header.main .user_login .icon_login {
    background: url('../image/icon_login.png') no-repeat center center/100%;
    transition: background 0.6s;
}

header.main .user_login .icon_logout {
    background: url('../image/icon_logout.png') no-repeat center center/100%;
    transition: background 0.6s;
}

header.main .user_notice .icon_mypage {
    background: url('../image/icon_mypage.png') no-repeat center center/100%;
    transition: background 0.6s;
}

header.main .user_notice .icon_mypage2 {
    background: url('../image/icon_mypage.png') no-repeat center center/100%;
    transition: background 0.6s;
}

/* header.main .user_search .icon_search:hover{background: url('../image/common/icon_search_hover.png') no-repeat  center center/100%;transition: background 0.3s;}
header.main .user_login  .icon_login:hover{background: url('../image/common/icon_login_hover.png') no-repeat center center/100%;transition: background 0.3s;  }
header.main .user_login  .icon_logout:hover{background: url('../image/common/icon_logout_hover.png') no-repeat center center/100%;transition: background 0.3s;  }
header.main .user_notice  .icon_mypage:hover{background: url('../image/common/icon_mypage_hover.png') no-repeat center center/100%; transition: background 0.3s;}
header.main .user_notice  .icon_mypage2:hover{background: url('../image/common/icon_mypage2_hover.png') no-repeat center center/100%; transition: background 0.3s;} */


/* main header */



/* sub header */
header.sub .header_wrap {
    border-bottom: 1px solid #e3e3e3;
}

.sub .main_logo a {
    background: url('../image/common/logo.svg') no-repeat center center/100%;
    /*width: 150px;*/
    width: 180px;
    height: 82px;
    display: inline-block;
    text-indent: -999999px;
}

.sub.topSection .main_logo a {
    background: url('../image/common/logo_white.svg') no-repeat center center/100%;
}

.container {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    min-width: 1400px;
}


header {
    position: relative;
    width: 100%;
    height: 82px;
    z-index: 2000;
    top: 0;
    left: 0;
    color: #fff;
}

header::after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    z-index: 0;
    transition: opacity 1s;
}

header.on::after {
    opacity: 1;
}

header.on>.header_wrap {
    height: 0;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
    ;
}

header.on>.header_wrap .header_right .hamburger_menu span {
    background-color: #555;
}

header.on .gnb>li a {
    color: #333;
}

header.on .header_right .lang span {
    color: #555;
}

header.on {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
}

header.nav_up::after {
    content: '';
    display: block;
    position: absolute;
    top: 82px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
    z-index: 0;
}

header.nav_up .gnb>li a {
    color: #333;
}

header.nav_up .header_right .lang span {
    color: #555;
}

header.nav_up>.header_wrap {
    background-color: rgba(255, 255, 255, 1);
}

header.nav_up>.header_wrap .header_right .hamburger_menu span {
    background-color: #555;
}

header.nav_up h1 {
    background: url("../../images/common/logo2.png") no-repeat center center/100% !important;
    width: 62px;
    height: 62px;
}

header>.header_wrap {
    background-color: #fff;
    transition: height 0.6s, background-color 0.6s;
    display: flex;
    height: 82px;
    overflow: hidden;
    position: relative;
}

/* header> .header_wrap >div h1{margin-top: 30px;} */


.header_wrap>.container {
    position: relative;
    display: flex;
    justify-content: space-between;
}


.header_wrap .gnb {
    display: inline-block;
    padding: 0 12px;
    max-width: 660px;
    width: 50%;
}

.header_wrap .gnb>ul {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    padding: 30px 0;
}

.header_wrap .gnb>ul>li {
    color: #111;
    font-size: 18px;
    font-weight: 600;
}

.header_wrap .gnb>ul>li>a {
    cursor: pointer;
    color: #111;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    display: block;
}

/* .header_wrap .gnb > ul > li > a::after{content: '';opacity: 0;position: absolute; bottom: -30px;width: 100%;;left: 0; height: 3px; background: #0047bb; z-index: 9; transition: 0.5s width ease , 0.5s opacity ease;} */
/* .header_wrap .gnb > ul > li:hover > a::after{width: 100%;} */
/* .header_wrap .gnb > ul > li > a::after{}
.header_wrap .gnb > ul > li.active > a::after{content: '';position: absolute; bottom: -30px;width: 100%;left: 0; height: 3px; background: #0047bb; z-index: 9; transition: 0.5s width ease; opacity: 1;} */
.header_wrap .gnb .nav_bar {
    position: absolute;
    bottom: 0;
    width: 0%;
    left: 0;
    top: 78px;
    height: 3px;
    background: #0047bb;
    z-index: 9;
    opacity: 0;
    transition: 0.5s width ease, 0.5s left ease, 0.5s opacity ease;
}

header.on .header_wrap .gnb .nav_bar {
    opacity: 1;
}

.descript_box_icon {
    margin-right: 30px;
    width: 78px;
    height: 56px;
    flex-shrink: 0;
}

.descript_box_icon.icon1 {
    background: url(../image/common/gnb_icon_01.png) no-repeat center center/100%;
}

.descript_box_icon.icon2 {
    background: url(../image/common/gnb_icon_02.png) no-repeat center center/100%;
}

.descript_box_icon.icon3 {
    background: url(../image/common/gnb_icon_03.png) no-repeat center center/100%;
}

.descript_box_icon.icon4 {
    background: url(../image/common/gnb_icon_04.png) no-repeat center center/100%;
}

.descript_box_txt {
    color: #333;
}

.gnb_descript_box .ablbox {
    display: flex;
    padding: 0 30px 0 0;
    width: 100%;
    max-width: 360px;
    top: 50%;
    transform: translateY(-50%);
}

/* 2023.03.15 */
.gnb_descript_box {
    width: 100%;
    max-width: 360px;
    transform: translateY(-100px);
    opacity: 0;
    transition: transform 0.6s, opacity 1s;
}

header.on .gnb ul li.active .gnb_descript_box {
    transform: translateY(0);
    opacity: 1;
}

.descript_box_txt span {
    color: #111;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.descript_box_txt p {
    line-height: 22px;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 10px;
    letter-spacing: -0.02em;
}

.sub_gnb_wrap {
    position: absolute;
    width: 100%;
    max-width: 1400px;
    top: 81px;
    left: 0;
    padding: 30px 20px 40px 20px;
    display: flex;
    overflow: hidden;
    min-height: 216px;
    opacity: 1;
    transition: 0.8s transform, 0.8s opacity, 0.8s min-height;
}

.header_wrap .gnb .depth2_title a {
    margin-top: 0;
}

.header_wrap .gnb .depth2 .depth2_title:hover>a {
    color: #0047bb;
}

.header_wrap .gnb .depth2 {
    margin-left: 65px;
}

.header_wrap .gnb .depth2_box {
    margin-left: 30px;
    position: relative;
    transform: translateY(-100px);
    opacity: 0;
    transition: transform 0.8s, opacity 1s;
}

.header_wrap .gnb .depth2_box:nth-child(1) {
    margin-top: 15px;
}

header.on .header_wrap .gnb ul li.active .depth2_box {
    transform: translateY(0);
    opacity: 1;
}

header.on .header_wrap .gnb .depth2_box::after {
    opacity: 1;
}

.header_wrap .gnb .depth2_box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    height: 100%;
    width: 1px;
    background-color: #e3e3e3;
    opacity: 0;
    transition: opacity 0.5s;
}

.header_wrap .gnb .depth2 .depth2_title a {
    color: #222;
    line-height: 30px;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

.header_wrap .gnb .depth2 .depth2_title a::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url('../image/mainPage/icon_header_li02.png') center no-repeat;
    background-size: 55%;
    left: -25px;
    top: 3px;
}

.header_wrap .gnb .depth2 .depth2_title.gnb_secret a {
    color: #cccccc;
    cursor: auto;
}

.header_wrap .gnb .depth2 .depth3 {
    display: flex;
    color: #444444;
    margin-top: 2px;
}

.header_wrap .gnb .depth2 .depth3 li {
    margin-right: 24px;
    position: relative;
    flex-shrink: 0;
}

/* 2023.03.15 */
.header_wrap .gnb .depth2 .depth3 li:last-child:after {
    display: none;
}

.header_wrap .gnb .depth2 .depth3 li:last-child {
    margin-right: 0;
}

.header_wrap .gnb .depth2 .depth3 li{
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    position: relative;
}

/* 2023.03.15 */
.header_wrap .gnb .depth2 .depth3 li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #c5c8cc;
    top: 8px;
    right: -13px;
}
.header_wrap .gnb .depth2 .depth2_title.beta a{
    position: relative;
}

.header_wrap .gnb .depth2 .depth3 li.beta a::before,
.header_wrap .gnb .depth2 .depth2_title.beta a::after{
    content: 'βeta';
    position: absolute;
    width: 50px;
    height: 30px;
    color: #1047a1;
    font-weight: bolder;
    text-align: center;
    margin-top: -13px;
    top: -4px;
    right: -13px;
    font-size: 12px;
    overflow: visible;
    margin-right: 0;
    z-index: 999;
}

.header_wrap .gnb .depth2 .depth3 li.beta a::after {
    display: none;
}


/* 2023.03.15 */
.header_wrap .gnb .depth2 .depth3 li a:hover {
    color: #1d5bbf;
}

header .df {
    flex-direction: column;
    /* 2023.11.10 서브 메뉴 간격 조정 */
    /* flex-wrap: wrap; 
    align-self: space-between; */
    /* 2023.11.10 서브 메뉴 간격 조정  끝*/
    flex-flow: column wrap;
    align-content: flex-start;
    width: 100%;
    max-width: 700px;
}

/* header search */

.header_wrap .serach_wrap {
    position: fixed;
    width: 100%;
    height: 582px;
    top: -100%;
    z-index: 9999999999;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    transition: top 0.6s;
}

/* .header_wrap .serach_wrap{position: fixed; width: 100%; height: 415px; top: -415px; z-index: 9999999999; background-color: rgba(0, 0, 0, 0.9); overflow: hidden; transition: top 0.6s;} */
.header_wrap .serach_wrap .container .search_con {
    max-width: 720px;
    margin: 0 auto 0 auto;
    position: relative;
    top: 130px;
}

.header_wrap .search_input {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.header_wrap .search_input input {
    border: 3px solid #fff;
    padding: 15px 100px 15px 23px;
    background: none;
    color: #fff;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    height: auto;
    letter-spacing: 0.5px;
}

.header_wrap .search_input input:focus {
    outline: none;
}

.header_wrap .search_input.on .icon_search_close {
    position: absolute;
    top: 20px;
    right: 70px;
    cursor: pointer;
}

.header_wrap .search_input.on .icon_search_close::after {
    content: '';
    background: url('../image/common/icon_search_close.png') no-repeat center center/100%;
    width: 17px;
    height: 17px;
    display: block;
}

.header_wrap .serach_wrap .icon_search_header {
    background: url('../image/common/icon_search2.png') no-repeat center center / 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}

.header_wrap .serach_wrap #headerSearch::placeholder {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.header_wrap .search_close {
    background: url('../image/common/header_close.png') no-repeat center center/100%;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 32px;
    right: 20px;
    cursor: pointer;
}

/* .header_wrap .search_footer{display: flex; justify-content: space-between; margin-top: 40px;} */
.header_wrap .search_footer {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.header_wrap .search_footer .recent_serarch_wrap {
    width: 55%;
}

.header_wrap .search_footer .popular_search_wrap {
    width: 45%;
}

.header_wrap .search_footer .recent_serarch_wrap ul li,
.header_wrap .search_footer .popular_search_wrap ul li {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 10px;
    color: #fff;
    letter-spacing: 0.5px;
}

.header_wrap .search_footer .recent_serarch_wrap ul li span,
.header_wrap .search_footer .popular_search_wrap ul li span {
    color: inherit;
}

.header_wrap .search_footer .search_title {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 32px;
    color: #fff;
}

.header_wrap .search_footer ul li a:hover {
    color: #6bc8f2;
    border-bottom: 1px solid #6bc8f2;
}

.header_wrap .search_footer .automatic_search_wrap {
    width: 100%;
}

.header_wrap .search_footer .automatic_search_wrap ul {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.header_wrap .search_footer .automatic_search_wrap ul li {
    width: 20%;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.header_wrap .search_footer .automatic_search_wrap ul li:nth-child(n+6) {
    margin-top: 20px;
}

.header_wrap .search_footer .automatic_search_wrap ul li span {
    color: #6bc8f2;
}

/* .header_wrap .search_footer .search_txt{width: 100%; text-align: center;} */
/* .header_wrap .search_footer .search_txt p{text-align: center; line-height: 32px; font-size: 16px; font-weight: 400; color: #fff;} */

.user_info {
    display: flex;
    align-items: center;
    height: 82px;
    width: 150px;
    justify-content: space-evenly;
}

.user_info>div {
    margin-right: 25px;
}

.user_info>div:last-child {
    margin-right: 0;
}

.user_info a {
    display: block;
    height: 20px;
    width: 20px;
}

.user_search .icon_search i {
    background: url('../image/common/icon_search.png') no-repeat center center/100%;
}

.user_login .icon_login i {
    background: url('../image/common/icon_login.png') no-repeat center center/100%;
}

.user_login .icon_logout i {
    background: url('../image/common/icon_logout.png') no-repeat center center/100%;
}

.user_notice .icon_mypage i {
    background: url('../image/common/icon_mypage.png') no-repeat center center/100%;
}

.user_notice .icon_mypage2 i {
    background: url('../image/common/icon_mypage.png') no-repeat center center/100%;
}

.user_join .icon_join i {
    background: url('../image/common/icon_join.png') no-repeat center center/100%;
}

.user_search .icon_search:hover i {
    background: url('../image/common/icon_search_hover.png') no-repeat center center/100%;
}

.user_login .icon_login:hover i {
    background: url('../image/common/icon_login_hover.png') no-repeat center center/100%;
}

.user_login .icon_logout:hover i {
    background: url('../image/common/icon_logout_hover.png') no-repeat center center/100%;
}

.user_notice .icon_mypage:hover i {
    background: url('../image/common/icon_mypage_hover.png') no-repeat center center/100%;
}

.user_notice .icon_mypage2:hover i {
    background: url('../image/common/icon_mypage_hover.png') no-repeat center center/100%;
}

.user_join .icon_join:hover i {
    background: url('../image/common/icon_join_hover.png') no-repeat center center/100%;
}

/* main icon 텍스트 추가 */
.user_info .user_icon {
    width: 57px;
    text-align: center;
}

.user_info .user_icon i {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.icon__text {
    color: #fff;
    font-size: 13px;
}

header.topSection .user_info .user_icon p,
header.topSection .user_info .user_icon:hover p {
    color: #fff;
}

header .user_info .user_icon p,
header.on.topSection .user_info .user_icon p {
    color: #444;
}

header .user_info .user_icon:hover p,
header.on.topSection .user_info .user_icon:hover p {
    color: #1047a1;
}



/* 임시 MAIN */
.main_visual {
    background: url('../image/main_visual_guide.png') no-repeat center center/cover;
    width: 100%;
    height: 100vh;
}

/* // 임시 MAIN */
.mainPage .contents {
    margin-top: -82px;
}




/* footer */
.mainPage footer {
    margin-top: 0;
}

footer {
    background-color: #f3f3f3;
    color: #333;
    font-family: 'Pretendard';
    position: relative;
    margin-top: 190px;
}

footer .footer_wrap {
    position: relative;
    ;
    padding: 40px 20px 40px 20px;
    display: flex;
}

footer .footer_wrap .footer_content {
    display: flex;
    justify-content: space-between;
}

footer .footer_wrap .footer_content {
    width: 100%;
}

footer .footer_wrap .footer_content .footer_content_top {
    width: 100%;
    position: relative;
    margin-bottom: 28px;
}

footer .footer_wrap .footer_content .footer_content_top span {
    line-height: 40px;
    font-size: 16px;
    position: relative;
    padding-right: 30px;
    color: #111;
}

footer .footer_wrap .footer_content .footer_content_top span:hover {
    color: #0047bb;
}

footer .footer_wrap .footer_content .footer_content_top span:last-child {
    padding-right: 0;
}

footer .footer_wrap .footer_content .footer_content_top span:last-child::after {
    display: none;
}

footer .footer_wrap .footer_content .footer_content_top span::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

footer .footer_wrap .footer_content .footer_content_top span:nth-child(2) a {
    font-weight: 600;
    color: #1047a1;
}

footer .footer_wrap .footer_content .footer_content_bottom {
    overflow: hidden;
    letter-spacing: -0.01em;
}

footer .footer_wrap .footer_content .footer_content_bottom ul li {
    overflow: hidden;
}

footer .footer_wrap .footer_content .footer_content_bottom ul li:not(:last-child) {
    margin-bottom: 18px
}

footer .footer_wrap .footer_content .footer_content_bottom ul em {
    display: block;
    line-height: 1;
    margin-bottom: 8px;
    color: #111;
}

footer .footer_wrap .footer_content .footer_content_bottom ul li:nth-child(1) em {
    font-weight: 600;
    font-size: 15px;
}

footer .footer_wrap .footer_content .footer_content_bottom ul li:nth-child(2) em {
    font-weight: 500;
    font-size: 14px;
}

footer .footer_wrap .footer_content .footer_content_bottom address,
footer .footer_wrap .footer_content .footer_content_bottom span {
    float: left;
    font-size: 13px;
    line-height: 23px;
    margin-right: 20px;
}

footer .footer_wrap .footer_content .footer_content_bottom ul li .map::before {
    content: '';
    position: relative;
    background: url('../image/common/map-icon.png') no-repeat left center;
    padding-left: 17px;
}

footer .footer_wrap .footer_content .footer_content_bottom ul li .email::before {
    content: '';
    position: relative;
    background: url('../image/common/email-icon.png') no-repeat left center;
    padding-left: 19px;
}

footer .footer_wrap .footer_content .footer_content_bottom ul li .tel::before {
    content: '';
    position: relative;
    background: url('../image/common/tel-icon.png') no-repeat left center;
    padding-left: 17px;
}

footer .footer_wrap .footer_content .footer_content_bottom .copyright {
    font-size: 12px;
    margin-top: 12px;
}

footer .footer_select {
    width: 230px;
    position: relative;
    margin-left: auto;
}

footer .select_site ul li {
    height: 40px;
}

footer .select_site a {
    width: 100%;
    height: 100%;
    line-height: 40px;
}

footer .select_site {
    position: absolute;
    display: none;
    bottom: 39px;
    left: 0;
    width: 100%;
    border: 1px #d3d4da solid;
    border-bottom-color: rgba(138, 141, 143, 0.5);
    background: #f3f3f3;
    box-shadow: 0 -4px 8px rgba(51, 51, 51, 0.1);
}

footer .select_site a {
    display: block;
    color: #444;
    padding: 0 16px;
    font-size: 15px;
}

footer .select_site a:hover {
    background: #fff;
}

footer .footer_select .type-select {
    font-size: 15px;
    color: #444;
    font-weight: 400;
    border: 1px rgba(138, 141, 143, 0.5) solid;
    background: #f3f3f3;
    text-align: left;
    padding-left: 16px;
    cursor: pointer;
    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    position: relative;
    ;
    width: 100%;
    min-width: 230px;
    height: 40px;
    line-height: 40px;
}

footer .footer_select .type-select .select_line {
    position: absolute;
    height: 100%;
    width: 1px;
    right: 45px;
    background-color: rgba(138, 141, 143, 0.5);
}

footer .footer_select .type-select::after {
    content: '';
    width: 13px;
    height: 1px;
    position: absolute;
    display: block;
    background-color: #8e9193;
    top: 50%;
    right: 15px;
}

footer .footer_select .type-select::before {
    content: '';
    width: 13px;
    height: 1px;
    position: absolute;
    display: block;
    background-color: #8e9193;
    top: 50%;
    right: 15px;
    transform: rotate(90deg);
    transition: transform 0.2s;
}

footer .footer_select .type-select.sel::before {
    transform: rotate(0);
}

footer .footer_logo_wrap {
    margin-top: 28px;
}

footer .footer_logo_wrap a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
}

footer .footer_logo_wrap .footer_logo1 {
    background: url('../image/common/footer_logo.png') no-repeat center center/100%;
    width: 102px;
    height: 29px;
    display: inline-block;
    margin-right: 30px;
}

footer .footer_logo_wrap .footer_logo2 {
    background: url('../image/common/footer_logo2.jpg') no-repeat center center/100%;
    width: 145px;
    height: 32px;
    display: inline-block;
    mix-blend-mode: multiply;
}



/* ================================================= // header ================================================= */




/* .sub.contents{margin-top: 40px;} */
.contents-head {
    position: relative;
    padding: 40px 0 40px 0;
    text-align: center;
}

.contents-head.New {
    height: 190px;
}

.contents-head.pt {
    padding-top: 142px;
}

.contents-head h3 {
    font-size: 40px;
    line-height: 76px;
    color: #222;
    font-weight: 600;
}

.contents-head p {
    font-size: 16px;
    line-height: 26px;
    color: #444;
    font-weight: 500;
    margin-top: 8px;
}

.contents-head .note {
    font-size: 15px;
    font-weight: 400;
    color: #1047a1;
}

.contents {
    position: relative;
    height: auto;
}

.location_wrap {
    height: 82px;
    display: flex;
    justify-content: center;
    position: relative;
    top: -1px;
    background-color: #fff;
    z-index: 999;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    transition: height 0.5s;
}

.location_wrap.fixed--menu {
    position: sticky;
    height: 82px;
}

.location_wrap .location_select {
    position: relative;
    min-height: 42px;
}

.location_wrap .location_select:last-child {
    margin-right: 0;
}

.location_wrap .select_depth {
    min-width: 257px;
    position: absolute;
    bottom: 2px;
    padding: 10px 0;
    transform: translateY(100%);
    left: 0;
    width: 100%;
    background-color: #FFF;
    border: 1px solid #e3e3e3;
    z-index: 9999;
    display: none;
}

.location_wrap .select_depth.depth_2,
.location_wrap .select_depth.depth_3 {
    left: -1px;
    width: calc(100% + 1px);
}

.location_wrap .select_depth li {
    min-width: 232px;
    font-weight: 500;
    color: #444444;
    font-size: 13px;
    position: relative;
    min-height: 30px;
    line-height: 30px;
    border: 0;
    cursor: pointer;
}

.location_wrap .select_depth li .list_inner {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.location_wrap .select_depth li.active,
.location_wrap .select_depth li.active .list_inner,
.location_wrap .select_depth li .list_inner:hover {
    color: #0094e9;
}

.location_wrap .select_depth li .list_inner a {
    display: block;
    padding: 0 35px 0 20px;
    width: 100%;
    height: 100%;
}

.location_wrap .select_depth li.isNextTrue .list_inner {
    padding: 0 35px 0 20px;
}

.location_wrap .select_depth li.isNextTrue::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    width: 12px;
    height: 8px;
    background: url('./../image/common/location_select_arrow.png')right 50%/100% auto no-repeat;
}

.location_wrap .select_depth li.isNextTrue.active::after {
    width: 12px;
    height: 8px;
    transform: translateY(-50%) rotate(270deg);
    background: url('./../image/common/location_select_arrow_active.png') right 50%/100% auto no-repeat !important;
    right: 20px;
}

.location_wrap .select_depth li.isNextTrue:hover:after {
    width: 12px;
    height: 8px;
    transform: translateY(-50%) rotate(270deg);
    background: url('./../image/common/location_select_arrow_active.png') right 50%/100% auto no-repeat !important;
    right: 20px;
}

.location_wrap .select_depth li:last-child {
    border-bottom: 0;
}

.location_wrap .location_select .type-select {
    cursor: pointer;
    width: 100%;
    min-width: 300px;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    position: relative;
}


.location_wrap .location_select .type-select .selectInner {
    font-size: 15px;
    color: #444;
    font-weight: 500;
    border-bottom: 2px solid #949495;
    background: #fff;
    text-align: left;
    padding-left: 4px;
    cursor: pointer;
    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    position: relative;
}

.location_wrap .location_select.active .type-select .selectInner {
    border-bottom: 2px solid #00a3e9;
    color: #0094e9;
}

.location_wrap .type-select::after {
    content: '';
    position: absolute;
    display: block;
    background: url('../image/common/location_arrow.png') no-repeat center center/100%;
    top: 50%;
    right: 13px;
    width: 25px;
    height: 24px;
    transform: translateY(-50%);
}

.location_wrap .type-select.active::after {
    background: url('../image/common/location_arrow_active.png') no-repeat center center/100%;
}

.btn_home {
    padding-right: 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.btn_home::after {
    content: '';
    position: absolute;
    top: 13px;
    right: 20px;
    display: block;
    background: url('../image/common/location_select_arrow.png') no-repeat;
    width: 13px;
    height: 8px;
    transform: rotate(-90deg);
}

.icon_home {
    background: url('../image/common/icon_home.png') no-repeat center center/100%;
    width: 34px;
    height: 34px;
    display: block;
    ;
}

/* search ani */

.ani_wrap .ani.ani_on {
    opacity: 1;
    transform: translateY(0);
}

.ani_wrap .ani {
    opacity: 0;
    transform: translateY(30px);
    transition: transform .5s .6s cubic-bezier(.445, .05, .55, .95), opacity .5s .6s cubic-bezier(.445, .05, .55, .95);
}

@media (max-width: 1024px) {
    body {
        min-width: min-content;
    }

    header.header_pc,
    footer {
        display: none;
    }

    .mainPageWrap footer {
        display: block;
    }

    header.header_mo {
        display: block;
    }

    .container {
        min-width: auto;
        /* padding: 0px 40px; */
    }

    /* 2023.10.11 header_mo 깨짐 현상으로 추가 */
    .user_info {
        width: auto;
    }
}

@media (max-width: 980px) {

    body.body_mo,
    .container.container_mo,
    .sub_gnb_wrap {
        min-width: 100% !important;
        max-width: none;
    }

    footer.footer_mo .footer_wrap .footer_content .footer_content_bottom address,
    footer.footer_mo .footer_wrap .footer_content .footer_content_bottom span {
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 5px;
    }

    footer.footer_mo .footer_select {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .container.container_mo {
        padding: 0px 20px;
    }

    /* 회원가입 - FO-020102 */
    .contents-head.pt {
        padding-top: 40px;
    }

    .contents-head h3 {
        font-size: 30px;
        word-break: keep-all;
    }

    .contents-head p {
        font-size: 15px;
        word-break: keep-all;
    }

    /* 2023.10.11 header_mo 깨짐 현상으로 추가 */
    .user_info {
        width: auto;
    }

    footer.footer_mo .footer_wrap .footer_content .footer_content_bottom address,
    footer.footer_mo .footer_wrap .footer_content .footer_content_bottom span {
        margin-bottom: 0px;
        font-size: 12px;
        word-break: keep-all;
    }
}