@charset "utf-8";
/* 공통 ***********************************************/

:root {
    --engfont: "minerva-modern", sans-serif;
    --nafont: 'Nanum Myeongjo', serif;
    --playfont: "Play", sans-serif;
    --primary: rgb(140 121 101 / 96%);
    --common-padding: 100px 20px;
    --common-margin-bt: 40px;
    --common-sec-title-h1-size: 42px;
    --common-sec-title-h1-weight: 600;
    ;
}

@media (max-width:768px) {
    :root {
        --common-padding: 80px 16px;
        --common-margin-bt: 40px;
        --common-sec-title-h1-size: 32px;
        --common-sec-title-h1-weight: 400;
    }
}


.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont {
    display: none !important;
}

/* k캡챠 */
#captcha {
    border: 1px solid #eee;
}

.captcha-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#captcha .captcha-wrap {
    border-top: 4px solid #1A73E8;
    background: #f9f9f9;

}

#captcha #captcha_info {
    margin: 0 !important;
}

#captcha .captcha-wrap .captcha-info {
    background: #fff;
    width: 100%;
    padding: 12px;

}

#captcha .captcha-dflx {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px;
}

#captcha .captcha-left {
    display: flex;
    align-items: center;
    gap: 6px;
}

#captcha .captcha-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

#captcha #captcha_mp3,
#captcha #captcha_reload {
    background: none !important;
    /* 기존 이미지 배경 제거 */
    text-indent: 0 !important;
    /* 텍스트 숨김 해제 */
}

#captcha .captcha-right button {
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd !important;
}

/* outlogin none */
#ol_after,
#ol_before,
#ol_after_m,
#ol_before_m,
.outlogin {
    display: none !important;
}

.sub-container .sub_visual {
    position: relative;
    overflow: hidden;
}

.sub-container .sub_visual .sub_visual_bg {
    position: relative;
    height: 520px;
    overflow: hidden;
    /* 확대될 때 잘림 방지 */
}

.sub-container .sub_visual .sub_visual_bg:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: linear-gradient(0deg, rgb(0, 0, 0, .8) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

/* ✅ 배경 이미지 애니메이션 */
.sub-container .sub_visual .subbg {
    position: absolute;
    inset: 0;

    background-size: cover;
    background-position: center;
    animation: bg-zoom-in 2.5s ease forwards;
}

@keyframes bg-zoom-in {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.sub-container .sub_visual .table_wrap {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: left;
    box-sizing: border-box;

}

.sub-container .sub_visual .table_inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.sub-container .sub_visual .txt {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.sub-container .sub_visual .txt h2 {
    font-size: 50px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
}

.sub-container .sub_visual .txt p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    opacity: .7;
    font-family: var(--engfont);
    font-weight: 500;
    font-style: normal;
    margin: 0 auto 16px;
}

.sub-container .sub_nav_wrap {
    position: relative;
    margin-top: 140px;
}

.sub-container .sub_nav_wrap > ul.sub_menu {
    text-align: center;
    table-layout: fixed;
    width: 100%;
    max-width: 1280px;
    height: 70px;
    font-size: 0;
    margin: 0 auto;
}

.sub-container .sub_nav_wrap > ul.sub_menu > li {
    display: inline-block;
    line-height: 70px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    color: #666;
}

.sub-container .sub_nav_wrap > ul.sub_menu > li.on {
    color: #fff;
    background: #0070B2;
    border-bottom: 2px solid #0070B2;
}

.sub-container .sub_nav_wrap > ul.sub_menu > li > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
}

.sub-container .sub_nav_tab ul {
    width: 100%;
    margin: -70px auto 0;
    display: flex;
    width: 100%;
    height: 70px;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    background: rgb(140 121 101 / 96%);
}

.sub-container .sub_nav_tab ul li {
    width: 16%;
}

.sub-container .sub_nav_tab ul li a {
    display: inline-block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.sub-container .sub_nav_tab ul li a span {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
}

.sub-container .sub_nav_tab ul li a.active {
    position: relative;
    border-top: 3px solid #fff;
    color: #fff;
}

.sub-container .sub_nav_tab ul li a.active::after {
    content: "";
    position: absolute;
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}

.sub-container .sub_nav_tab ul li a.active span {
    color: #fff;
}



/* 768px 이하에서는 드롭다운 버튼 활성 */
@media (max-width: 768px) {
    .mobDrop_wrap .sub_nav_tab {
    position: relative;
}

.mobDrop_wrap .sub_nav_tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.mobDrop_wrap .sub_nav_tab ul li {
    margin-right: 10px;
}

.mobDrop_wrap .sub_nav_tab ul li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}

.mobDrop_wrap .sub_nav_tab ul li a.active {
    font-weight: bold;
    color: #007bff;
}

.mobDrop_wrap .dropdown_btn {
    position: relative;
    display: none;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background: var(--primary);
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobDrop_wrap .arrow_icon {
    position: absolute;
    top: 23%;
    transform: translateY(-50%, -50%);
    right: 20px;
    transition: transform 0.3s ease;
}

.mobDrop_wrap .arrow_icon.rotate {
    transform: rotate(180deg);
}
    
    .mobDrop_wrap .sub_nav_tab ul {
        flex-direction: column;
        display: none;
        background: #dfdfdf !important;
        border: none !important;
        margin-top: 10px;
        height: auto !important;
        align-items: baseline !important;
        position: absolute !important;
        top: 190px !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .mobDrop_wrap .sub_nav_tab ul.show {
        display: flex;
    }

    .mobDrop_wrap .dropdown_btn {
        display: flex;
    }

    .mobDrop_wrap .sub_nav_tab ul li {
        width: 100% !important;
    }

    .mobDrop_wrap .sub_nav_tab ul li:not(:last-child) {
        border-bottom: 1px solid #c2c2c2 !important;
    }

    .mobDrop_wrap .sub_nav_tab ul li a.active:after {
        display: none !important;
    }

    .mobDrop_wrap .sub_nav_tab ul li a {
        padding: 0 !important;
        background: #fff !important;
    }

    .mobDrop_wrap .sub_nav_tab ul li a span {
        color: rgba(51, 51, 51, 0.4) !important;
    }

    .mobDrop_wrap .sub_nav_tab ul li a.active span {
        color: #333 !important;
    }
}


.sub-container .sub-cont {
    padding: 100px 0;
}

.bbs-top .sub-sec-title,
.sub-container .sub-sec-title {
    max-width: 1200px;
    margin: 0 auto 60px;
    text-align: center;
}

.bbs-top .sub-sec-title p,
.sub-container .sub-sec-title p {
    font-size: 20px;
}

.bbs-top .sub-sec-title h1,
.sub-container .sub-sec-title h1 {
    font-size: 36px;
    font-weight: 600;
}


@media (min-width:767px) {
    body {
        min-width: 1200px !important;
    }

    .mob-container {
        display: none;
    }
}

@media (max-width:768px) {
    .header .header_gnb .depth_1:nth-child(1),
    .header .header_gnb .depth_1:nth-child(2) {
        display: none;
    }
    
    body {
        min-width: inherit !important;
        max-width: 100%;
    }

    .sub-container {
        padding-top: 0;
    }

    .sub-container .sub_visual .sub_visual_bg {
        height: 400px;
    }

    .sub-container .sub-cont {
        padding: 60px 0;
    }

    .bbs-top .sub-sec-title {
        margin: 0 0 60px;
    }

    .sub-container .sub-sec-title {
        margin: 0 20px 60px 20px;
    }

    .bbs-top .sub-sec-title h1,
    .sub-container .sub-sec-title h1 {
        font-size: 28px;
    }

    .sub-container .sub_visual .txt p {
        font-size: 18px;
    }

    .sub-container .sub_visual .txt h2 {
        font-size: 28px;
    }
    
    .sub-container .sub_nav_tab ul {
         height: 50px;
            margin: -50px auto 0;
    }
    
    .sub-container .sub_nav_tab ul li a {
        height: 50px;
        line-height: 50px;
    }

    .sub-container .sub_nav_tab ul li a span {
        font-size: 14px;
    }

    .sub-container .sub_nav_tab ul li {
        width: 33.33333%;
    }
    
    .sub-container .sub_nav_tab ul li a.active::after {
        bottom: 42px;
    }

    .mob-container {
        display: block;
    }

    .mob-container .intro-bg {
        height: 350px;
        background-image: url(../images/mob-intro-bg.jpg);
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    .mob-container .info-wrap .stit {
        padding: 24px 20px;
    }

    .mob-container .info-wrap .stit p.sub-title {
        text-transform: uppercase;
        font-size: 13px;
        line-height: 1;
        color: #888;
    }

    .mob-container .info-wrap .stit p.sub-title span {
        color: #d6be9d;
    }

    .mob-container .info-wrap .stit h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        margin: 8px 0 12px;
        position: relative;
        padding-left: 12px;
    }

    .mob-container .info-wrap .stit h2:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 8px;
        height: 1.5px;
        background: #111;
    }

    .mob-container .info-wrap .stit .desc > p {
        font-weight: 300;
        color: #555;
        line-height: 1.6;
        font-size: 13px;
    }

    .mob-container .info-wrap .stit .desc ul {
        margin-bottom: 16px;
    }

    .mob-container .info-wrap .stit .desc ul li {
        display: flex;
    }

    .mob-container .info-wrap .stit .desc ul li > div:first-child {
        width: 60px;
    }

    .mob-container .info-wrap .stit .desc ul li > div {
        font-size: 13px;
        color: #888;
    }

    .mob-container .info-wrap .menu-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        background: #e8e9ea;
        padding: 8px;
    }

    .mob-container .info-wrap .menu-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        padding: 16px 20px;
        border-radius: 10px;
        text-decoration: none;
        color: #222;
        font-size: 14px;
        font-weight: 500;
        transition: background 0.2s;
    }

    .mob-container .info-wrap .menu-item:hover {
        background: #f2f2f2;
    }

    .mob-container .info-wrap .arrow-icon {
        flex-shrink: 0;
    }

    .mob-container .info-wrap .info-sec2 .stit h2 {
        margin: 0px 0px 12px;
    }

    .mob-container .info-wrap .info-sec2 .map_wrap {
        height: 300px;
        width: 100%;
    }

    .mob-container .info-wrap .info-sec2 .btns {
        background: #f2f2f2;
        padding: 8px;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        border-radius: 10px;
        padding: 18px 20px;
        text-decoration: none;
        color: #333;
        font-size: 17px;
        font-weight: 500;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
        transition: background 0.2s ease;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid a:hover {
        background: #f5f5f5;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid a span {
        font-size: 14px;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid svg {
        flex-shrink: 0;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid a:nth-child(2) {
        background: #2276c0;
        color: #fff;
    }

    .mob-container .info-wrap .info-sec2 .btn-grid a:nth-child(2) svg {
        stroke: #fff;
    }
}


/*  개인정보  */
.agree_wrap {
    margin-bottom: 60px;
}

.agree_wrap .tit {
    margin-bottom: 20px;
}

.agree_wrap .tit h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #111
}

.agree_wrap .desc_wrap {
    padding: 0 0 30px;
    border-top: 2px solid var(--primary);
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.agree_wrap .desc_wrap .info {
    background: #f7f7f7;
    padding: 32px;
}

.agree_wrap .desc_wrap .list h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-bottom: 8px;
}

.agree_wrap .desc_wrap .list p {
    line-height: 1.4;
    color: #555;
    font-size: 15px;
}

.agree_wrap .desc_wrap .list p span {
    border-bottom: 1px solid #676767;
    padding-bottom: 2px;
    display: inline-block;
}

.agree_wrap .desc_wrap .list:not(:last-child) {
    margin-bottom: 24px;
}

.agree_wrap .agree_chk {
    max-width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.agree_wrap .agree_chk .agree_chk_box {
    font-size: 14px;
    color: #333;
    text-align: left;
    letter-spacing: -0.5px;
}

.agree_wrap .agree_chk .info {
    position: absolute;
    top: 50px;
    right: 24px;
    font-size: 16px;
    color: #333;
    display: inline-block;
    text-decoration: underline;
}

.agree_wrap .agree_chk .agree_chk_box input[type=checkbox] {
    display: none
}

.agree_wrap .agree_chk .agree_chk_box input[type=checkbox] + label::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    background: url('../images/chkbox_icon_off.svg');
}

.agree_wrap .agree_chk .agree_chk_box input[type=checkbox]:checked + label::before {
    background: #111 url('../images/chkbox_icon_on.svg');
}

.agree_wrap .agree_chk .agree_chk_box label {
    vertical-align: baseline
}

.agree_wrap .agree_chk .agree_chk_box > label > a.privacy_info {
    color: #333;
    text-decoration: underline;
    padding-right: 4px;
}

.agree_wrap .agree_chk_box span {
    color: #e54225;
}

@media (max-width:768px) {
    .agree_wrap .tit h2 {
        font-size: 16px;
    }

    .agree_wrap .desc_wrap .info {
        padding: 20px;
    }

    .agree_wrap .desc_wrap .list p {
        font-size: 13px;
    }

    .agree_wrap .desc_wrap .list h3 {
        font-size: 14px;
    }
}

/* board reset *****************************************/

#bo_w,
#bo_v,
#bo_list {
    max-width: 1220px;
    margin: 0 auto;
    padding: var(--common-padding);
    position: relative;
}

.bbs-sectitle {
    text-align: center;
    margin-bottom: var(--common-margin-bt);
}

.bbs-sectitle h1 {
    font-size: var(--common-sec-title-h1-size);
    font-weight: var(--common-sec-title-h1-weight);
    line-height: 1;
}

@media (max-width:768px) {

    #bo_w,
    #bo_v,
    #bo_list {
        padding: var(--common-padding);
    }
}


/* 헤더 ***********************************************/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    border-bottom: 1px solid rgba(234, 234, 234, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.header.white {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05)
}

.header .inner {
    position: relative;
    height: 80px;
    margin: 0 auto;
    max-width: 1280px;
}

.header .inner .logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 40px;
    width: auto;
    overflow: hidden;
}

.header .inner .logo a {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 41px;
    z-index: 2;
}

.header .inner .logo a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/logo-c.svg) center center no-repeat;
    display: block;
    z-index: 11;
}

.header.white .logo a:after {
    background: url(../images/logo-c.svg) center center no-repeat;
}

.header .inner .menu_btn {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.header .header_gnb {
    text-align: center;
}

.header .header_gnb .gnb_depth_1 {
    display: flex;
    justify-content: flex-end;
}

.header .header_gnb .depth_1 {
    position: relative;
    display: flex;
    align-items: center;
        height: 80px;
}

.header .header_gnb .depth_1 > a {
    display: flex;
    align-items: center;

    padding: 0 20px;
        font-weight: 500;
    color: #111;
    font-size: 19px;
}

.header .header_gnb .depth_1 > a  span {
    position: relative;
    display: block;
    line-height: normal;
    font-weight: 500;
    color: #111;
    font-size: 19px;
}

.header .header_gnb .depth_1:last-child a {
    background: rgba(23, 92, 186, 0.1);
    color: #fff;
    height: 50px;
    border-radius: 12px;
   
}

.header .header_gnb .depth_1:last-child a span {
    color: #175cba;

     font-size: 17px;
}

.header.white .header_gnb .depth_1 > a,
.header.white .header_gnb .depth_1 > a > span {
    color: #111;
   
}

.header.white .header_gnb .depth_1:last-child a span {
    color: #175cba;
}

.header .header_gnb .depth_1 .depth_item {
    background-color: var(--primary);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.header .header_gnb .depth_1.current .depth_item {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}

.header .header_gnb .depth_1 .depth_item .gnb_depth_2 {
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.header .header_gnb .depth_1.current .depth_item .gnb_depth_2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
}

.header .header_gnb .depth_2 > a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #fff;
    transition: color 0.1s;
}

.header .header_gnb .depth_item li {
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.4s ease;
}

.header .header_gnb .depth_item li.fade-up {
    opacity: 1;
    transform: translateY(0);
}


.mob-header {
    position: relative;
}

.mob-header .dimmed {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
    transition: opacity 0.3s ease;
}

.mob-header .dimmed.show {
    display: block;
}

/* ✅ 햄버거는 z-index 올림 */
.mob-header .mobBtn {
    position: relative;
    z-index: 1001;
}

/* 햄버거 */
.header .mobBtn {
    width: 24px;
    height: 18px;
    position: absolute;
    cursor: pointer;
    z-index: 1001;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.header .mobBtn span,
.header .mobBtn::before,
.header .mobBtn::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    transition: 0.3s ease;
}

.header .mobBtn span {
    top: 8px;
}

.header .mobBtn::before {
    top: 0;
}

.header .mobBtn::after {
    bottom: 0;
}

.header.white .mobBtn span,
.header.white .mobBtn::before,
.header.white .mobBtn::after {
    background: #111;
}

/* 메뉴 레이어 */
.mob-header .mob-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 360px;
    height: 100%;
    background: #fff;
    z-index: 51;
    padding: 20px;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    overflow-y: auto;
}

.mob-header .mob-nav.open {
    right: 0;
}

/* 닫기 버튼 */
.mob-header .nav-close {
    background: none;
    border: none;
    cursor: pointer;
}

/* nav-top */
.mob-header .nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mob-header .nav-top img {
    width: 130px;
}

/* 메뉴 항목 */
.mob-header .nav-list {
    margin-top: 20px;
}

.mob-header .nav-item {
    border-bottom: 1px solid #eee;
}

.mob-header .nav-link {
    width: 100%;
    background: none;
    border: none;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}

/* 공통 화살표 스타일 */
.mob-header .nav-link .arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
}

/* ▼ 아래 방향 기본 화살표 */
.mob-header .nav-item:not(.no-sub) .arrow {
    transform: rotate(0deg);
    /* ▼ */
}

.mob-header .nav-item.open .arrow {
    transform: rotate(180deg);
    /* ▲ */
}

/* 👉 오른쪽 방향 화살표는 회전 없음 */
.mob-header .nav-item.no-sub .arrow.right {
    transform: rotate(0deg);
    /* → */
}

.mob-header .sub-menu {
    display: none;
    padding: 10px 0 14px 12px;
    background: #f9f9f9;
}

.mob-header .nav-item.open .sub-menu {
    display: block;
}

.mob-header .sub-menu li {
    padding: 6px 0;
    font-size: 14px;
    color: #555;
}

/* 카피라이트 */
.mob-header .copyright {
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}

.mob-header .cs-wrap {
    margin-top: 40px;
}

.mob-header .cs-wrap .info h2 {
    font-size: 14px;
    margin-bottom: 20px;
}

.mob-header .cs-wrap .info ul li {
    display: flex;
}

.mob-header .cs-wrap .info ul li:not(:last-child) {
    margin-bottom: 8px;
}

.mob-header .cs-wrap .info ul li .hd {
    width: 80px;
    color: #888;
    font-size: 12px;
}

.mob-header .cs-wrap .info ul li .ds {
    flex: 1;
    color: #888;
    text-align: right;
    font-size: 12px;
}

@media (max-width:1200px) {
    .header .inner .header_gnb {
 
    }
}

@media (max-width:768px) {
    .header .inner {
        height: 60px;
        margin: 0 20px;
    }
    
    .header .header_gnb .depth_1 {
        height: 60px;
    }
    
    .header .inner .logo {
        height: auto;
    }
    
    .header .inner .logo a:after {
        background-size: 120px;
    }
    
    .header .inner .logo a {
        width: 120px;
        height: 28px;
    }
    
    .header .header_gnb .depth_1:last-child a {
        height: 40px;
    }
}

/* 서브 공통 ***********************************************/
.page-cm {
    padding: 0 20px;
}

.page-cm .inner {
    max-width: 1200px;
    margin: 0 auto;
}

.page-cm .section-block {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.page-cm .section-block.reverse {
    flex-direction: row-reverse;
}

.page-cm .img-area {
    flex: 1;
    width: 50%;
    height: 400px;
    background: #eee;
}

.page-cm .img-area img {
    width: 100%;
    border-radius: 12px;
}

.page-cm .text-area {
    flex: 1;
}

.page-cm .text-area h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-cm .text-area p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}

.page-cm .text-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-cm .text-area ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
}

.page-cm .text-area ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #7b4a1c;
    /* 포인트 컬러 */
    font-size: 18px;
    line-height: 1.2;
}

/* 반응형 */
@media (max-width: 768px) {

    .page-cm .text-area,
    .page-cm .img-area {
        width: 100%;
    }

    .page-cm .section-block {
        flex-direction: column;
        gap: 30px;
    }

    .page-cm .section-block.reverse {
        flex-direction: column;
    }

    .page-cm .text-area h3 {
        font-size: 22px;
    }
}



/* 푸터 ***********************************************/
.quick_nav {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 50;
    overflow: hidden;
    border-radius: 50px;
    background: #1e434a;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all .3s;
}

.quick_nav.on {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.quick_nav ul {
    display: flex;
    flex-direction: column;
}

.quick_nav ul li {
    display: inline-block;
    position: relative;

}

.quick_nav ul li:not(:last-child):after {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.quick_nav ul li a {
    display: block;
    padding: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.quick_nav ul li a > strong {
    display: block;
    color: #fff;
    margin-bottom: 4px;
    font-size: 13px;
}

.quick_nav ul li a > p {
    color: #fff;
    font-weight: 500;
}

.quick_nav ul li a .nav {
    text-align: center;
}

.quick_nav ul li a .nav p {
    margin-top: 8px;
    font-size: 13px;
    color: #fff;
}

.quick_nav ul li a .nav span img {
    width: 32px;
}

.quick_nav ul li a .top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #40747e;
}

.quick_nav ul li a .top img {
    width: 20px;
}

@media (max-width:768px) {
    .quick_nav {
        display: none;
    }
}

/* 푸터 ***********************************************/
/*    footer    */
#footer {
    padding: 100px 0;
    background: #111;
}

#footer .inner {
    padding: 0 80px;
}

#footer .inner .ft_top,
#footer .inner .ft_addr {
    margin-bottom: 40px;
}

#footer .inner .ft_top .dflx {
    display: flex;
    justify-content: space-between;
}

#footer .inner .ft_top .dflx .nav ul {
    display: flex;
}

#footer .inner .ft_top .dflx .nav ul li a {
    color: #999;
}

#footer .inner .ft_top .dflx .nav ul li:first-child a {
    color: #fff;
}

#footer .inner .ft_top .dflx .nav ul li:not(:last-child) {
    margin-right: 16px;
}

#footer .inner .ft_top .dflx .cont {
    text-align: right;

}

#footer .inner .ft_top .dflx .cont h3 a,
#footer .inner .ft_top .dflx .cont h3 {
    color: #fff;
    font-size: 24px;
}

#footer .inner .ft_addr p {
    font-size: 13px;
    color: #999;
}

#footer .inner .ft_addr p:first-child {
    margin-bottom: 8px;
}

#footer .inner .ft_addr p span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 400;
}

#footer .inner .ft_bot .brand ul {
    display: flex;
}

#footer .inner .ft_bot .brand ul li {
    color: #fff;
}

#footer .inner .ft_bot .brand ul li:not(:last-child) {
    margin-right: 8px;

}

#footer .inner .ft_bot {
    position: relative;
}

#footer .inner .ft_bot .dflx {
    display: flex;
    justify-content: space-between;
}

#footer .inner .ft_bot .dflx .right ul {
    display: flex;
    gap: 4px;
}

#footer .inner .ft_bot .dflx .right ul li a {
    font-family: var(--playfont);
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    background: #292929;
    border-radius: 4px;
    font-size: 12.5px;
}

#footer .inner .ft_bot .dflx .right ul li:last-child a {
    color: #555;
}

#footer .inner .ft_bot .cp {
    color: #999;
    font-size: 14px;
}

.footer_sns .inner {
    background: #fff;
}

.footer_sns .inner .dflx ul {
    display: flex;
    justify-content: space-between;
    height: 300px;

}

.footer_sns .inner .dflx ul li {
    width: 33.333333%;
    display: inline-block;
    height: 100%;
    border-top: 1px solid #111;
}



.footer_sns .inner .dflx ul li:not(:last-child) {
    border-right: 1px solid #111;
}

.footer_sns .inner .dflx ul li a {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer_sns .inner .dflx ul li a:hover {
    background: #f1f1f1;
}

.footer_sns .inner .dflx ul li a .top {
    font-size: 24px;
    font-family: var(--eng-font);
}

.footer_sns .inner .dflx ul li a .bot .df {
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 40px;
    font-family: var(--eng-font);
}

@media (max-width:1024px) {
    #footer .inner .ft_bot .cp {
        position: static;
        margin-top: 24px;
    }

    #footer .inner {
        padding: 0 40px;
    }
}

@media (max-width:830px) {
    #footer .inner .ft_top .dflx {
        display: block;
    }

    #footer .inner .ft_top .dflx .cont {
        margin-top: 32px;
        text-align: left;
    }
}

@media (max-width:768px) {
    .footer_sns .inner {
        background: #fff;
    }

    .footer_sns .inner .dflx ul {
        flex-direction: column;
        height: auto;
    }

    .footer_sns .inner .dflx ul li {
        width: 100%;
        border-top: none;
    }

    .footer_sns .inner .dflx ul li:first-child {
        border-top: 1px solid #111;
    }

    .footer_sns .inner .dflx ul li:not(:last-child) {
        border-bottom: 1px solid #111;
        border-right: none;
    }

    .footer_sns .inner .dflx ul li a {
        flex-direction: row;
        align-items: center;
        padding: 20px;
    }

    .footer_sns .inner .dflx ul li a .top {
        font-size: 18px;
    }

    .footer_sns .inner .dflx ul li a .bot .df {
        font-size: 22px;
    }

    #footer .inner {
        padding: 0 20px;
    }

    #footer .inner .ft_top .dflx .cont h3 {
        font-size: 20px;
    }

    #footer .inner .ft_bot .brand ul {
        flex-wrap: wrap;
    }

    #footer .inner .ft_bot .brand ul li {
        line-height: 1.4;
    }

    #footer {
        padding: 80px 0;
    }

    #footer .inner .ft_top .dflx .nav a {
        font-size: 14px;
    }

    #footer .inner .ft_top .dflx .nav a:not(:last-child) {
        margin-right: 8px;
    }

    #footer .inner .ft_bot .cp {
        font-size: 13px;
    }

    #footer .inner .ft_bot .dflx {
        flex-direction: column;
        gap: 20px;
    }
}
