@charset "UTF-8";
/* ----------------------------------------------------------------
    common style
---------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/jejumyeongjo.css');


/* Section Container */
@font-face {
    font-family: 'NanumGothic';
    font-style: normal;
    font-weight: 500;
    src: url('./NanumBarunGothic.ttf');
}

/* Section Container */
@font-face {
    font-family: 'NanumGothicLight';
    font-style: normal;
    font-weight: 500;
    src: url('./NanumBarunGothicLight.ttf');
}


/* Section Container */
@font-face {
    font-family: 'RIDIBatang';
    font-style: normal;
    font-weight: 400;
    src: url('./RIDIBatang.otf');

}

@font-face {
    font-family: 'NanumGothicbold';
    font-style: normal;
    font-weight: 400;
    src: url('./NanumBarunGothicBold.ttf');

}



.jejumyeongjo {
    font-family: 'Jeju Myeongjo', serif;
}



.gnb_w_link:hover {
    color: #000 !important;
}


.montserrat {
    font-family: "NanumGothicLight";
    font-optical-sizing: auto;
    font-style: normal;
    color: white;
}

.montserrrat {
    font-family: "RIDIBatang";
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 50px;
}

.montserrat2 {
    font-family: "NanumGothic";
    font-size: 18px;
    padding-left: 10px;

    font-style: normal;
    font-optical-sizing: auto;

}

*,
*::before,
*::after {
    box-sizing: border-box;
}


html,
body {
    width: 100%;
    /* height: 100%; */
    min-width: 360px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    overflow-x: hidden;
    /* overflow-y: hidden; */
}

@media (min-width:600px) and (max-width:800px) {

    body {
        zoom: 2 !important;
    }
}

/* html,
body {
    width: 100%;
    height: 100%;
    min-width: 360px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    overflow-x: hidden;
    overflow-y: hidden;
} */


.wrap {
    position: relative;
    width: 100%;
    /* height: 100%; */
    overflow-x: hidden;
}


.hfull {
    height: 100vh;
    background: transparent;
}

/* 
.wrap {
    position: relative;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;
} */

html {
    font-size: 62.5%;
    /* 1rem = 10px */
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 55%;
    }
}

@media only screen and (max-width: 640px) {
    html {
        font-size: 58%;
    }
}

body {
    width: 100%;
    min-height: 100%;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: -0.02rem;
    color: white;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    padding: 0;
    margin: 0;
    font-family: 'NanumGothicLight';
}

@media only screen and (max-width: 640px) {
    body {
        font-size: 1.4rem;
    }
}

p {
    color: white;
    font-family: "NanumGothicLight";
}



.inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
    *[class*="inner"] {
        padding: 0 20px;
    }
}

/* clearfix */
*[class*=inner]::after {
    content: '';
    display: block;
    clear: both;
}

/* font-weight */
.fntWt400 {
    font-weight: 400 !important;
}

.fntWt500 {
    font-weight: 500 !important;
}

.blind {
    overflow: hidden;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
    font-size: 0;
}

/* ----------------------------------------------------------------
    header
---------------------------------------------------------------- */
.header {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    background-color: #384c5c;
    transition: all .5s ease-in-out;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;

}

.header_cont {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 2rem;
    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-center;
}

.header_logo {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.gnb_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2rem;
    padding-right: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gnb_w_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gnb_w_list:after {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    margin-left: calc(100% - 70rem);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
}

.gnb_w_link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #222;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1rem 2.5rem;
    position: relative;
    z-index: 1;
}

.gnb_w_link.main {
    color: #fff;
}

.lnb_w {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    position: absolute;
    top: 6.2vw;
    right: 1rem;
    width: 70%;
    max-width: 45.6rem;
    height: calc(100vh - 11.3vw - 3rem);
    margin-right: 2rem;
    padding: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.gnb_w_link:before {
    content: "";
    display: block;
    position: absolute;
    width: 140%;
    height: 30rem;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
}

.gnb_w_item {
    padding-left: 30px;
}


.gnb_w_item.gray a {
    color: black;
}

.gnb_w_item.hover .lnb_w {
    opacity: 1;
    visibility: visible;
}

.gnb_w_item.hover .gnb_w_link:before {
    pointer-events: auto;
}

.gnb_w_item.hover .gnb_w_link {
    color: black;
}

.lnb_w_item {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.lnb_w_item a {
    display: block;
    color: black;
    font-size: clamp(2rem, 1.24vw, 2.8rem);
    /* font-weight: bold; */
    padding: clamp(.5rem, .52vw, 1rem);
    padding-left: 0;
    padding-right: 0;
}

.gnb_w_item.hover .lnb_w_item a:hover {
    opacity: 1;
    color: #250D11;
}

.header.hover .gnb_w_list:after {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .lnb_w {
        top: 12vw;
    }
}

@media screen and (max-width: 989px) {
    .gnb_w_list {
        max-width: 60.2rem;
    }
}

.gnb_m {
    display: none;
}

.gnb_m .gnb_m_cont {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: calc(50% + 6px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4rem;
    color: #fff;
}

.gnb_m .gnb_m_cont .nav-icon {
    position: relative;
    z-index: 100;
    width: 29px;
    height: 29px;
    cursor: pointer;
    padding-top: 1.4rem;
}

.gnb_m .gnb_m_cont .nav-icon.main:after,
.gnb_m .gnb_m_cont .nav-icon.main:before,
.gnb_m .gnb_m_cont .nav-icon.main div {
    background-color: #fff;
}

.gnb_m .gnb_m_cont .nav-icon:after,
.gnb_m .gnb_m_cont .nav-icon:before,
.gnb_m .gnb_m_cont .nav-icon div {
    background-color: #222;
    content: "";
    display: block;
    width: 29px;
    height: 2px;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gnb_m .gnb_m_cont .nav-icon.active:after,
.gnb_m .gnb_m_cont .nav-icon.active:before,
.gnb_m .gnb_m_cont .nav-icon.active div {
    background: #fff;
}

.gnb_m .gnb_m_cont .nav-icon:after,
.gnb_m .gnb_m_cont .nav-icon:before {
    position: absolute;
}

.gnb_m .gnb_m_cont .nav-icon:before {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    -o-transition-property: margin, transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.gnb_m .gnb_m_cont .nav-icon:after {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    -o-transition-property: margin, transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.gnb_m .gnb_m_cont .nav-icon:before {
    margin-top: -0.8rem;
}

.gnb_m .gnb_m_cont .nav-icon:after {
    margin-top: 0.6rem;
}

.gnb_m .gnb_m_cont .nav-icon.active:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    -o-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.gnb_m .gnb_m_cont .nav-icon.active:after {
    margin-top: -0.2rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    -o-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.gnb_m .gnb_m_cont .nav-icon.active div {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.gnb_m .gnb_m_wrap {
    position: absolute;
    padding: 6rem 3rem;
    -webkit-transform: translate(540px, -22px);
    -ms-transform: translate(540px, -22px);
    transform: translate(540px, -22px);
    top: -1.2rem;
    width: 540px;
    height: calc(100vh + 12px);
    z-index: 99;
}

.gnb_m .gnb_m_wrap .lnb_m.on a {
    color: rgba(255, 255, 255, .75);
}

.gnb_m .gnb_m_wrap .lnb_m a:hover {
    color: #fff;
}

.gnb_m .gnb_m_wrap.active {
    position: fixed;
    -webkit-transform: translate(-395px, -22px);
    -ms-transform: translate(-395px, -22px);
    transform: translate(-395px, -22px);
    background: rgba(17, 17, 17, 0.9);
}

.gnb_m .gnb_m_wrap .lnb_m li.color {
    color: rgba(255, 255, 255, .75);
}

.gnb_m .gnb_m_wrap .lnb_m li {
    max-width: 26rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
}

.gnb_m .gnb_m_wrap .lnb_m>ul>li>a {
    min-width: 246px;
    display: inline-block;
    padding-bottom: 14px;
    white-space: nowrap;
}

.gnb_m .gnb_m_wrap .lnb_m.on>a {
    color: #fff;
}

.gnb_m .gnb_m_wrap .lnb_m.on ul li:hover {
    color: #fff;
}

.gnb_m .gnb_m_wrap .lnb_submenu {
    display: none;
    padding: 0 0 1.2rem 1.4rem;
    text-transform: capitalize;
}

.gnb_m .gnb_m_wrap .lnb_submenu li {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1.1rem;
    padding-bottom: 0;
    color: rgba(255, 255, 255, .75);
}

.gnb_m {
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 100;
}

.gnb_m.fix {
    position: fixed;
}

@media (max-width: 1180px) and (min-width: 768px) {
    .gnb_m .gnb_m_wrap .lnb_m {
        padding-bottom: 1.2rem;
    }
}

@media screen and (max-width: 768px) {
    .gnb_w {
        display: none;
    }

    .header_logo {
        width: 14rem;
    }

    .gnb_m {
        display: block;
        top: 0;
        height: 52px;
    }

    .gnb_m .gnb_m_cont {
        right: 20px;
        top: 50%;
    }

    .gnb_m .gnb_m_cont .nav-icon {
        width: 24px;
        height: 16px;
    }

    .gnb_m .gnb_m_cont .nav-icon:before {
        margin-top: -0.6rem;
    }

    .gnb_m .gnb_m_cont .nav-icon:after {
        margin-top: 0.4rem;
    }

    .gnb_m .gnb_m_cont .nav-icon:after,
    .gnb_m .gnb_m_cont .nav-icon:before,
    .gnb_m .gnb_m_cont .nav-icon div {
        width: 100%;
    }

    .gnb_m .gnb_m_wrap .lnb_m {
        overflow-y: scroll;
        height: calc(100% - 106px);
    }

    .gnb_m .gnb_m_wrap.active {
        width: 100vh;
        top: 0;
        left: 0;
        right: auto;
        -webkit-transform: translate(calc(-100vw + 39px), -18px);
        -ms-transform: translate(calc(-100vw + 39px), -18px);
        transform: translate(calc(-100vw + 39px), -18px);
        background-color: #2C3E50;
        /* background: rgba(17, 17, 17, 1); */
    }

    .gnb_m .gnb_m_wrap .lnb_m>ul>li>a {
        min-width: 192px;
        padding-bottom: 1.8rem;
    }

    .gnb_m .gnb_m_wrap .lnb_submenu {
        padding-bottom: 1.4rem;
    }

    .gnb_m .gnb_m_wrap .lnb_submenu li a {
        padding-bottom: 0.5rem;
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .gnb_m .gnb_m_wrap .lnb_m {
        padding-bottom: 1.2rem;
    }
}

/* ----------------------------------------------------------------
    quick-menu
---------------------------------------------------------------- */
.quick_menu {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 90;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.quick_menu a {
    letter-spacing: -0.06em;
    width: 45px;
    height: 148px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #222;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.quick_menu a:nth-of-type(1) {
    border-top: 1px solid #ddd;
}

.quick_menu a div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.quick_menu a div strong {
    font-size: 0;
}

.quick_menu a div span {
    display: inline-block;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.quick_menu a img {
    margin-top: 0.6rem;
}

@media screen and (max-width: 768px) {
    .quick_menu {
        bottom: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: unset;
        right: 0;
    }

    .quick_menu a {
        width: 45px;
        height: 45px;
    }

    .quick_menu a div {
        display: none;
    }
}

/* ----------------------------------------------------------------
    main
---------------------------------------------------------------- */

/*   main_visual  */
.main_visual {
    width: 100%;
    position: relative;
    height: 970px;
    background: #f2f4f5;
}

.main_visual .main_slider {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.main_visual .main_slider .slide_box {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
}

.main_visual .main_slider .slide_box>div {
    overflow: hidden;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.main_visual.on .main_slider .slide_box>div {
    z-index: 5;
    opacity: 1;
}

.main_visual .main_slider .slide_box>div {
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.main_visual .main_slider .slide_box .main_img {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: all 1s;
    transform: scale(1.2);
}

.main_visual.on .main_slider .slide_box>div .main_img {
    transform: scale(1.0) perspective(500px) rotate(.001deg);
}

.main_visual .main_slider .slide_box .main_img img {
    display: block;
    min-width: 100%;
    max-width: auto;
    height: 100%;
}

.main_visual .main_slider .slide_box>div {
    background-size: auto 100% !important;
}

.main_visual .main_slider .slide_box .box1 {
    width: 100vw !important;
    ;
    background: url("../images/main/herosection.png") no-repeat center center / contain;
}

.main_visual .main_slider .slide_box .in_obj {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main_visual .main_slider .slide_box div strong {
    display: block;
    position: relative;
    top: 30px;
    opacity: 0;
    font-weight: 500;
    -webkit-transition: top 1s;
    -o-transition: top 1s;
    transition: top 1s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.main_visual .main_slider .slide_box div div.wrap_tit {
    display: block;
    position: relative;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.main_visual.on .main_slider .slide_box div div.wrap_tit {
    opacity: 1;
}

.main_visual.on .main_slider .slide_box>div strong {
    top: 0;
    opacity: 1;
}

.main_visual.on .main_slider .slide_box>div em,
.main_visual.on .main_slider .slide_box>div strong {
    top: 0;
    opacity: 1;
}

.main_visual .main_slider .slide_box>div .wrap_tit>em {
    color: #fff;
    font-size: 7.2rem;
    letter-spacing: -0.25px;
    font-style: normal;
    position: relative;
    top: 30px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    position: relative;
    margin-bottom: 2rem;
    line-height: 14rem;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 3.5rem;
}

.main_visual.on .main_slider .slide_box>div .wrap_tit>em {
    top: 0;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media screen and (max-width: 1440px) {
    .main_visual {
        height: 600px;
    }

    .main_visual .main_slider .slide_box .in_obj {
        padding: 0 2rem;
        margin-left: 0;
        padding-top: 2.5rem;
    }
}

@media screen and (max-width: 860px) {
    .main_visual .main_slider .slide_box .in_obj {
        padding-top: 0;
        top: 38%;
        left: 50%;
    }

    .main_visual .main_slider .slide_box>div .wrap_tit>em {
        font-size: 4rem;
        line-height: 1;
    }

    .main_visual .main_slider .slide_box>div strong {
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
    .main_visual .main_slider .slide_box>div .wrap_tit>em {
        font-size: 2.8rem;
        padding-top: 1.2rem;
        display: block;
    }


}

/*   main counsel   */
.counsel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 130px;
    z-index: 80;
    max-width: 1600px;
    margin: 0 auto;
}

.counsel_cont,
.counsel_list,
.counsel_form,
.counsel_chkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.counsel_cont {
    width: 100%;
}

.counsel_form {
    gap: 2.2rem;
}

.counsel_list:nth-child(1) {
    width: 15%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.counsel_list:nth-child(2) {
    padding: 2.8rem 0;
    background: #fff;
    width: 70%;
    padding-left: 3.5rem;
}

.counsel_list:nth-child(3) {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: 15%;
}

.counsel_tel {
    padding-top: 1.2rem;
    padding-right: 5.2rem;
}

.counsel_tel span {
    display: block;
}

.counsel_num strong {
    font-size: 2.8rem;
    color: #250D11;
}

.counsel_formList:nth-of-type(1) {
    width: 35%;
}

.counsel_formList:nth-of-type(2) {
    width: 55%;
}

.counsel_formList:nth-of-type(3) {
    width: 30%;
}

.counsel_formItem .counsel_tit {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    line-height: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #AFAFAF;
}

.counsel_formItem input[type=text] {
    display: block;
    width: 100%;
    cursor: pointer;
    background: #fff;
    text-align: left;
    font-size: 1.8rem;
    line-height: 22px;
    letter-spacing: -0.8px;
    color: #333333;
    border: 1px solid #ddd;
    padding: 0 1.2rem;
    height: 46px;
}

.counsel_formItem>select {
    width: 100%;
}

.counsel_chkbox {
    padding-top: 2rem;
    padding-left: 2.5rem;
    gap: 1.2rem;
}

.counsel_agree {
    display: block;
    border-bottom: 1px solid;
}

.counsel_submit {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #000;
}

.counsel_submit a {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
}

.counsel_submit a span {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width:1280px) {
    .counsel_item:not(.counsel_item:nth-child(2)) {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 860px) {
    .counsel {
        height: auto;
    }

    .counsel_cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .counsel_cont,
    .counsel_list,
    .counsel_form,
    .counsel_chkbox {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }

    .counsel_list:nth-child(1) {
        display: none;
    }

    .counsel_list:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 0;
        background: rgba(0, 0, 0, .18);
        -webkit-backdrop-filter: blur(0.51vw);
        backdrop-filter: blur(0.51vw);
    }

    .counsel_list:nth-child(3) {
        width: 100%;
        height: 14.1vw;
    }

    .counsel_form {
        padding: 3.59vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        min-width: 360px;
    }

    .counsel_formList {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .counsel_formList:nth-of-type(2) {
        width: auto;
    }

    .counsel_formItem .counsel_tit {
        font-size: 1.3rem;
        color: #fff;
    }

    .counsel_formItem input[type=text] {
        height: 38px;
        font-size: 1.4rem;
        padding: 0 0.8rem;
    }

    .counsel_formItem>select {
        width: 100%;
        height: 38px;
        font-size: 1.4rem;
        padding: 0 4rem 0 0.8rem;
    }

    .counsel_chkbox {
        padding: 0 3.59vw 1.4rem;
    }

    .counsel_chkbox p {
        color: #fff;
    }

    .counsel_agree {
        display: inline-block;
        margin-right: 0.5rem;
    }

    .counsel_submit {
        width: 100%;
        height: 100%;
        padding: 0 5.13vw;
    }

    .counsel_submit a {
        font-size: 1.8rem;
    }

    .counsel_tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
        padding: 1.2rem 3.59vw 0;
        color: #fff;
    }

    .counsel_num strong {
        color: #fff;
    }
}

.sec01 {
    padding: 15rem 0;
}

.title {
    text-align: center;
}

.title h3 {
    font-size: 5.4rem;
    color: #222;
}

.desc {
    margin: 0.8rem auto 7.4rem;
    font-size: 1.8rem;
    font-weight: 300;
    color: #222;
}

.img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.img_list {
    width: calc((100% - 16rem) / 3);
}

.txt {
    margin-top: 3rem;
}

.txt_tit {
    font-size: 2.6rem;
    font-family: 500;
}

.txt_desc {
    margin-top: 1rem;
    font-size: 1.8rem;
    font-weight: 300;
    color: white;
}

.full_bg_box1 {
    padding: 13rem 0;
    width: 100%;
    height: 100%;
    background: url(../images/main/sec02_bg.jpg) no-repeat center center / cover;
}

/* 등급표 */
.sec02 .inner{
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    display: block;
}

.sec02_title {
    padding: 0 16rem;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    text-align: center;
}

.sec02_txt {
    font-size: 6.8rem;
}

.sec02_disc {
    font-size: 2.9rem;
    margin-top: 2rem;
}

.sec02_list {
    max-width: 800px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10rem;
    gap: 4rem;
}

.sec02_item {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    text-align: center;
    outline: 1px solid rgba(255, 255, 255, .5);
    padding: 0.5rem;
}

.sec02_item p {
    border: 2px solid #fff;
    padding: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    font-size: 2rem;
}

.sec02_item strong {
    display: block;
}

.sec03 {
    padding-top: 15rem;
}

.sec03_img {
    text-align: center;
}

.sec10 {
    margin-top: 5rem;
}

.video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
}

.video:nth-child(2) {
    margin-top: 6rem;
}

.video_list {
    width: 50%;
    border-radius: 0.6rem;
    overflow: hidden;
}

.video_item {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.video_txt {
    color: #fff;
    opacity: 0.6;
    margin-top: 1rem;
    text-align: center;
}

.modal {
    padding: 0 !important;
    max-width: 800px !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.modal a.close-modal {
    background-image: url(../images/common/icon_close.svg) !important;
    width: 42px !important;
    height: 42px !important;
}

.full_bg_box2 {
    padding: 13rem 0;
    width: 100%;
    height: 100%;
    background: url(../images/main/sec04_img01.png) no-repeat center center / cover;
}

.sec04_title {
    color: #fff;
    max-width: 50%;
    padding-left: 6rem;
}

.sec04_txt {
    font-size: 4.2rem;
}

.sec04_disc {
    font-size: 2rem;
    font-weight: 300;
    margin-top: 2rem;
    line-height: 1.6;
}

.sec05 {
    padding-top: 15rem;
}

.sec05_cont,
.service1_body {
    position: relative;
    padding-top: 10.5rem;
    padding-bottom: 16rem;
    z-index: 1;
}

.sec05_title {
    display: block;
    text-align: center;
    font-weight: 700;
    line-height: 46px;
    font-size: 3rem;
    margin-bottom: 10rem;
    word-break: keep-all;
}

.sec05_cont .inner,
.service1_body .inner {
    z-index: 1;
}

.sec05_cont:after,
.service1_body::after {
    content: '';
    display: block;
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/main/sec05_bg.jpg") top right;
}

.sec05_list {
    text-align: center;
}

.sec05_item {
    display: inline-block;
    margin-right: 6.5rem;
}

.sec05_item:last-child {
    margin-right: 0;
}

.sec05_img {
    border-radius: 50%;
}

.sec05_img {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.sec05_img img {
    display: block;
}

.sec05_item p:nth-of-type(1) {
    font-size: 2.2rem;
    letter-spacing: -0.5px;
    line-height: 38px;
    margin-top: 3rem;
    font-weight: 500;
}

.sec06 {
    padding-top: 8rem;
    padding-bottom: 15rem;
}

.sec06_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec06_img {
    width: 48%;
}

.sec06_list {
    margin-left: 6rem;
    color: #fff;
}

.sec06_txt {
    font-size: 5.4rem;
    font-weight: 600;
    line-height: 1.3;
}

.sec06_desc {
    font-size: 2.4rem;
    font-weight: 300;
    opacity: 0.65;
    margin: 2rem 0 3.2rem;
}

.sec06_small {
    font-size: 3rem;
    font-weight: 300;
}

.sec06_num {
    font-size: 7rem;
    font-weight: 500;
}

.sec06_btnlink {
    padding: 0 14.5rem;
    margin: 5rem auto 8rem;
    max-width: 800px;
}

.sec06_btnlink_m {
    margin-top: 4rem;
}

.sec07 {
    padding-bottom: 15rem;
}

.sec08_img {
    text-align: center;
}

/* Section Styling */
.sec11 {
    background-image: url('../images/sections/widing.png');
    /* Set your background image here */
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* Circular list items */
.sec11_cont {
    display: flex;
    justify-content: center;
    /* Center content */
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.sec11_list {
    flex: 1;
    position: relative;
    z-index: 1;
    margin-left: -30px;
    /* Adjust to overlap the circles */
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec11_item {
    width: 450px;
    height: 450px;
    border: 2px solid #F7C06F;
    /* Gold border */
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* Transparent background inside circles */
    color: white;
    font-size: 38px;
}

.sec11_txt {
    font-size: 38px;
    color: #F7C06F;
    /* Gold color for the text */
    margin-bottom: 10px;
}

.sec11_desc {
    font-size: 60px;
    font-weight: bold;
    color: white;
}

.sec11_small {
    font-size: 16px;
    vertical-align: top;
}

.sec111 {
    padding-bottom: 15rem;
}

.sec111_cont {
    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;
    gap: 1.4rem;
    margin-top: 7.4rem;
}

.sec111_list {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    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;
}

.sec111_list:nth-child(1) {
    background: rgba(234, 211, 194, .5)
}

.sec111_list:nth-child(2) {
    background: rgba(234, 211, 194, .7)
}

.sec111_list:nth-child(3) {
    background: rgba(234, 211, 194, 1)
}

.sec111_item {
    text-align: center;
}

.sec111_txt {
    font-size: 2.4rem;
    font-weight: 300;
}

.sec111_desc {
    font-size: 4rem;
    font-weight: bold;
}

.sec111_small {
    font-size: 3.7rem;
    font-weight: 400;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sec11_cont {
        flex-direction: column;
    }

    .sec11_list {
        margin-bottom: 20px;
    }

    .sec11_item {
        width: 180px;
        height: 180px;
    }

    .sec11_desc {
        font-size: 28px;
    }

    .sec11_txt {
        font-size: 18px;
    }

    .sec111_cont {
        flex-direction: column;
    }

    .sec111_list {
        margin-bottom: 20px;
    }

    .sec111_item {
        /* width: 180px;
        height: 180px; */
    }

    .sec111_desc {
        font-size: 28px;
    }

    .sec111_txt {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .sec02_txt {
        font-size: 8.8rem;
    }

    .sec02_disc {
        font-size: 3.3rem;
        margin-top: 2rem;
    }

    .sec02_list {
        max-width: 1000px;
    }

    .sec02_item p {
        font-size: 4rem;
    }
}

.sec12 {
    padding-top: 10vh !important;
    padding-bottom: 15rem;
}

.sec12_cont {

    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;
    gap: 6rem;
}

.sec12_txt {
    color: #fff;
    font-size: 5.4rem;
    font-weight: 600;
    line-height: 1.3;
}

.sec12_desc {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 300;
    opacity: 0.65;
    margin: 2rem 0 3.2rem;
}

.sec12_list:nth-child(2) {
    width: 60%;
}

.sec12_box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec12_box li:nth-child(1) {
    background: #CDB8B0
}

.sec12_box li:nth-child(2) {
    background: #B7988B
}

.sec12_box li:nth-child(3) {
    background: rgba(158, 112, 93, .8)
}

.sec12_numtxt {
    font-size: 2.8rem;
    font-weight: 300;
}

.sec12_num {
    font-size: 4rem;
    font-weight: bold;
}

.sec12_small {
    font-size: 3.8rem;
    font-weight: 400;
}

.sec12_img {
    padding-top: 15rem;
    text-align: center;
}

.sec13 {
    padding-bottom: 15rem;
}

.sec13_img {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.sec14 {
    padding-bottom: 15rem;
}

@media screen and (max-width: 1410px) {
    .sec05_item {
        width: 33%;
        margin-right: 0;
        margin-bottom: 6rem;
    }
}

@media screen and (max-width: 1200px) {
    .sec12_list:nth-child(2) {
        width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .sec11_list {
        width: 240px;
        height: 240px;
    }

    .sec111_list {
        width: 240px;
        height: 240px;
    }
}

@media screen and (max-width: 860px) {
    .video {
        gap: 3rem;
    }

    .sec05_title {
        font-size: 2.4rem;
        line-height: 1.6;
    }

    .sec05_img img {
        width: 120px;
    }

    .sec05_img p {
        font-size: 1.4rem;
        line-height: 28px;
        margin-top: 2rem;
    }

    .sec05_item {
        margin-bottom: 3rem;
    }

    .sec05_cont,
    .service1_body {
        padding-top: 6rem;
        padding-bottom: 5rem;
    }

    .sec05_cont:after,
    .service1_body::after {
        height: 255px;
    }
}

@media screen and (max-width: 768px) {
    .full_bg_box1 {
        padding: 5rem 0;
    }

    .full_bg_box2 {
        background: rgba(47, 15, 13, 0.75) url(../images/main/sec04_img01_m.jpg) no-repeat center center / cover;
        padding: 5rem 0;
        position: relative;
    }

    .sec01 {
        padding: 10rem 0;
    }

    .sec02_title {
        padding: 0 2rem;
        text-align: center;
    }

    .sec02_txt {
        font-size: 3rem;
    }

    .sec02_disc {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .sec02_list {
        padding-top: 5rem;
    }

    .sec02_item p {
        font-size: 1.6rem;
    }

    .sec03 {
        padding-top: 10rem;
    }

    .sec04_title {
        max-width: 100%;
        padding: 0 2rem;
        text-align: center;
    }

    .sec04_txt {
        font-size: 3rem;
    }

    .sec04_disc {
        font-size: 1.4rem;
    }

    .sec05 {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }

    .sec05_item {
        width: 49%
    }

    .sec05_item p {
        font-size: 1.4rem;
    }

    .sec06 {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }

    .sec06_cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 3rem;
    }

    .sec06_list {
        margin-left: 0;
        text-align: center;
    }

    .sec06_txt {
        font-size: 3rem;
    }

    .sec06_desc {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .sec06_img {
        width: 100%;
    }

    .sec06_num {
        font-size: 4.2rem;
    }

    .sec06_small {
        font-size: 1.8rem;
    }

    .sec07 {
        padding-top: 10rem;
        padding-bottom: 8rem;
    }

    .sec11 {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }

    .sec11_list {
        width: 180px;
        height: 180px;
    }

    .sec11_txt {
        font-size: 1.7rem;
    }

    .sec11_desc {
        font-size: 2.8rem;
    }

    .sec11_small {
        font-size: 2.5rem;
    }

    .sec111 {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }

    .sec111_list {
        width: 180px;
        height: 180px;
    }

    .sec111_txt {
        font-size: 1.7rem;
    }

    .sec111_desc {
        font-size: 2.8rem;
    }

    .sec111_small {
        font-size: 2.5rem;
    }

    .sec12 {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }

    .sec12_cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem;
    }

    .sec12_list:nth-child(1) {
        text-align: center;
    }

    .sec12_list:nth-child(2) {
        width: 100%;
    }

    .sec12_txt {
        font-size: 3rem;
    }

    .sec12_desc {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .sec12_box li {
        padding: 2rem;
    }

    .sec12_numtxt {
        font-size: 2rem;
    }

    .sec12_num {
        font-size: 3rem;
    }

    .sec12_small {
        font-size: 2.7rem;
    }

    .sec13 {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }

    .sec13_img {
        width: 100%;
    }

    .sec14 {
        padding-bottom: 5rem;
    }

    .title h3 {
        font-size: 3rem;
    }

    .desc {
        font-size: 1.4rem;
        line-height: 1.5;
        font-weight: 400;
        margin: 1.2rem auto 6rem;
    }

    .img_box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 3.4rem;
    }

    .img_list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2rem;
    }

    .img_list .img {
        width: 40%;
    }

    .img_list .txt {
        width: 60%;
    }

    .txt_tit {
        font-size: 2rem;
    }

    .txt_desc {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 640px) {
    .video {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
    }

    .video_list {
        width: 100%;
    }

    .modal a.close-modal {
        width: 30px !important;
        height: 30px !important;
    }

    .video_txt {
        margin-bottom: 2rem;
    }

    .sec02_list {
        gap: 2.6rem;
    }

    .sec02_item p {
        font-size: 1.4rem;
        padding: 1.2rem;
    }

    .sec05_title {
        margin-bottom: 7rem;
    }

    .sec06_btnlink {
        padding: 0;
    }

    .sec11_list {
        width: 135px;
        height: 135px;
    }

    .sec111_list {
        width: 135px;
        height: 135px;
    }
}

@media screen and (max-width: 480px) {
    .img_list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .txt {
        margin: 0;
    }

    .sec11_list {
        width: 110px;
        height: 110px;
    }

    .sec11_txt {
        font-size: 1.3rem;
    }

    .sec11_desc {
        font-size: 2rem;
    }

    .sec111_list {
        width: 110px;
        height: 110px;
    }

    .sec111_txt {
        font-size: 1.3rem;
    }

    .sec111_desc {
        font-size: 2rem;
    }

    .sec11_small {
        font-size: 1.7rem;
    }

    .sec12_num {
        font-size: 2.6rem;
    }

    .sec12_small {
        font-size: 2.4rem;
    }
}



/* Form Styling */




/* ----------------------------------------------------------------
    greeting - 대표인사말
---------------------------------------------------------------- */
.greeting {
    padding-top: 8.5rem;
}

.geeeting_cont,
.register_cont {
    padding-top: 12rem;
    padding-bottom: 20rem;
}

.greeting_main .l_box {
    width: 30%;
}

.sub_title {
    color: #F7C06F;
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
    margin: 8rem 0 6rem;
    font-family: "RIDIBatang";
}

.sub_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8rem;
}

.sub_body {
    margin-top: 20rem;
    position: relative;
}

.bgline_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D8D0C6;
    opacity: 0.65;
    width: 100%;
    height: 100%;
}

.bgline_img {
    width: 100%;
}

.greeting_txt {
    padding-top: 1.4rem;
}

.greeting_txt p:nth-of-type(1) {
    font-size: 2.4rem;
    line-height: 1.65;
    margin-bottom: 4rem;
}

.greeting_txt p:nth-of-type(2) {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 4rem;
}

.greeting_txt p:nth-of-type(3) {
    font-size: 1.8rem;
    line-height: 1.65;
    font-weight: 300;
}

.greeting_txt p:nth-of-type(3) span {
    font-weight: 600;
}

.oncont {
    margin-top: -28rem
}

.sub_body-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sub_logo {
    font-family: "RIDIBatang";
    font-style: italic;
    font-size: 6.4rem;
    color: #F7C06F;
}

.sub_desc {
    font-size: 2.4rem;
    font-weight: 400;
    text-align: right;
    margin-top: 1rem;
}

.input_cont {
    border-top: 1px solid #E3DDD6;
    padding-top: 6rem;
}

.input_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
}

.label {
    display: inline-block;
    width: 200px;
    color: #999999;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: right;
    padding-right: 4rem;
}

.input {
    background: #fff;
    border: 1px solid #ddd;
    height: 46px;
    padding: 0 1.2rem;
    width: 600px;
    font-size: 1.6rem;
}

.form_box {
    background: #0C1763;
    padding: 5.5rem 8rem;
}

.radio {
    padding: 0.6rem;
    border-radius: 5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.radio input {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 1rem;
    background: none;
    border: 0;
    -webkit-box-shadow: inset 0 0 0 1px #ddd;
    box-shadow: inset 0 0 0 1px #ddd;
    -webkit-box-shadow: inset 0 0 0 1.5px #ddd;
    box-shadow: inset 0 0 0 1.5px #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    -webkit-transition: -webkit-box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    transition: -webkit-box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    -o-transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25), -webkit-box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
}

.radio input:focus {
    outline: none;
}

.radio input:checked {
    -webkit-box-shadow: inset 0 0 0 5px #C4A685;
    box-shadow: inset 0 0 0 5px #C4A685;
}

.radio_txt {
    vertical-align: middle;
    display: inline-block;
    padding: 0 0.8rem;
    font-weight: 500;
}

.select {
    background: #fff url(../images/common/icon-arrowdown.svg) no-repeat right 16px center/14px 8px;
    width: 600px;
    height: 46px;
    padding: 0 4rem 0 1.2rem;
    font-size: 1.6rem;
    color: #222;
}

.agreement {
    border-top: 1px solid #E3DDD6;
    margin-top: 4rem;
}

.textarea {
    background: #E3DDD5;
    padding: 2.4rem;
    overflow-y: scroll;
    height: 240px;
    margin-top: 6rem;
}

.textarea p {
    line-height: 2.8rem;
    font-size: 1.4rem;
    letter-spacing: -0.5px;
    color: #222;
}

.checkbox {
    position: relative;
    margin-top: 2rem;
}

.checkbox input[type=checkbox] {
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;
    opacity: 0;
    /* Make the native checkbox invisible */
}

.checkbox input[type=checkbox]+label {
    position: relative;
    padding-left: 3.5rem;
    color: white;
    display: block;
    height: 28px;
    font-family: 'NanumGothicLight';
    font-size: 14px;
    line-height: 28px;
}

.checkbox1 input[type=checkbox]+label:before {
    background: url('../images/common/check_off1.svg') no-repeat center !important;
}

.checkbox1 input[type=checkbox]:checked+label:before {
    background: url('../images/common/check_on1.svg') no-repeat center !important;
}

.checkbox input[type=checkbox]+label:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url('../images/common/check_off.svg') no-repeat center;

    /* Unchecked state icon */
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox input[type=checkbox]:checked+label:before {
    content: "";
    background: url('../images/common/check_on.svg') no-repeat center;
    background-color: #273596;
    color: #273596;
    /* Checked state icon */
    width: 28px;
    height: 28px;
}

.point_txt {
    color: #7A1919;
}

.gray_txt {
    color: #999999
}

.form_btn {
    margin-top: 6rem;
}

.btn_w {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 55px;
    background-color: #00308F;
    line-height: 55px;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 2.2rem;
    color: #fff;
}


.chkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.chkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
    background-color: #fff;
}

.chkmark {
    border: 2px solid #ddd;
}

.chkbox input:checked~.chkmark {
    border: 2px solid #C4A685;
}

.chkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chkbox input:checked~.chkmark:after {
    display: block;
}

.chkbox .chkmark:after {
    left: 0.6rem;
    top: 0.2rem;
    width: 0.85rem;
    height: 1.25rem;
    border: solid #C4A685;
    border-width: 0 0.25rem 0.25rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 1000px) {
    .sub_cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .register_cont .sub_cont {
        gap: 0;
    }

    .sub_body-title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .oncont {
        margin-top: 0;
    }

    .geeeting_cont,
    .register_cont {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .geeeting_cont,
    .register_cont {
        background: #0C1763;
    }

    .greeting_main .l_box {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .greeting {
        padding-top: 6rem;
    }

    .sub_cont {
        padding-top: 3rem;
        gap: 4rem;
    }

    .sub_title {
        margin: 5rem 0 3rem;
        font-size: 3.2rem;
    }

    .greeting_txt {
        padding-top: 0;
    }

    .greeting_txt p:nth-of-type(1) {
        font-size: 1.9rem;
        line-height: 1.4;
        margin-bottom: 3rem
    }

    .greeting_txt p:nth-of-type(2) {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }

    .greeting_txt p:nth-of-type(3) {
        font-size: 1.6rem;
    }

    .sub_body {
        margin-top: 10rem;
    }

    .btn_w {
        font-size: 1.8rem;
        height: 45px;
        line-height: 45px;
    }
}

@media screen and (max-width: 480px) {
    .sub_title {
        font-size: 2.8rem;
    }
}

/* ----------------------------------------------------------------
    about - 회사소개
---------------------------------------------------------------- */
.about {
    padding-top: 8.5rem;
}

.about_main .l_box {
    width: 45%;
}

.about_cont {
    padding-top: 12rem;
    padding-bottom: 20rem
}

.about_txt {
    padding: 4rem 0
}

.about_txt p:nth-of-type(2) {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 1.4rem;
}

.mid_txt {
    font-size: clamp(2.2rem, 1.4vw, 2.6rem);
    text-align: center;
    margin-top: 14rem;
    line-height: 1.65;
    color: white;
    font-family: 'NanumGothicLight';
}

.l_about {
    width: clamp(53rem, 30.73vw, 70rem);
}

.r_about {
    width: calc(100% - clamp(40rem, 25.73vw, 55rem));
}

@media screen and (max-width: 1000px) {
    .about_main .l_box {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .about {
        padding-top: 6rem;
    }

    .about_main .l_box,
    .about_main .r_box {
        width: 100%;
    }

    .about_txt {
        padding: 0;
    }

    .about_txt p:nth-of-type(2) {
        font-size: 2rem;
    }

    .mid_txt {
        text-align: left;
        margin-top: 8rem;
        font-size: 1.9rem;
        line-height: 1.5;
    }

    .about_cont {
        padding-top: 0;
        padding-bottom: 10rem;
    }
}

@media screen and (max-width: 458px) {
    .none {
        display: none;
    }
}

/* ----------------------------------------------------------------
    manager - 결혼의 신
---------------------------------------------------------------- */
.god {
    padding-top: 8.5rem;
}

.god_cont {
    background: url(../images/about/bg04.jpg) no-repeat center / cover;
    padding: 14rem 0 18rem;
}

.god_txtbox {
    text-align: center;
    color: #fff;
}

.god_txtbox p:nth-of-type(1) {
    font-size: 3.4rem;
    font-weight: 500;
}

.god_txtbox p:nth-of-type(2) {
    font-size: 2rem;
    margin-top: 1.2rem;
    opacity: 0.7;
}

.god_imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 3rem;
    padding-top: 10rem;
    max-width: 176rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5rem;
    padding-right: 5rem;
}

.god_imgbox_list {
    padding: 14rem 3rem 3rem;
    background: #fff;
    position: relative;
    overflow: hidden;
    width: calc((100% / 3) - 0.9rem);
    padding-top: 19.5rem;
}

.god_imgbox_list:before {
    content: '';
    position: absolute;
    display: block;
    width: 5.7rem;
    height: 5.7rem;
    top: 3rem;
    left: 3rem;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.r1:before {
    background: url(../images/about/R_pink.svg) no-repeat center / 100%;
}

.r2:before {
    background: url(../images/about/R_purple.svg) no-repeat center / 100%;
}

.r3:before {
    background: url(../images/about/R_green.svg) no-repeat center / 100%;
}

.r1_txt {
    background: -o-linear-gradient(left, #FA668B 0%, #FAA17C 20%);
    background: -webkit-gradient(linear, left top, right top, from(#FA668B), color-stop(20%, #FAA17C));
    background: linear-gradient(to right, #FA668B 0%, #FAA17C 20%);
}

.r2_txt {
    background: -o-linear-gradient(left, #7060CC, #CC8AF1 20%);
    background: -webkit-gradient(linear, left top, right top, from(#7060CC), color-stop(20%, #CC8AF1));
    background: linear-gradient(to right, #7060CC, #CC8AF1 20%);
}

.r3_txt {
    background: -o-linear-gradient(left, #4ACEB3, #70C3DF 30%);
    background: -webkit-gradient(linear, left top, right top, from(#4ACEB3), color-stop(30%, #70C3DF));
    background: linear-gradient(to right, #4ACEB3, #70C3DF 30%);
}

.god_imgbox_item p:nth-of-type(1) {
    font-size: 3.2rem;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.god_imgbox_item p:nth-of-type(2) {
    font-size: 1.8rem;
    margin-top: 1rem;
}

.god_midcont {
    padding: 0 6rem;
    margin-top: 16rem;
}

.god_midtxt_bold {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.god_midtxt_desc {
    font-size: 1.8rem;
    line-height: 1.65;
    font-weight: 300;
}

.god_midtxt_desc li+li {
    margin-top: 1.2rem;
}

.god_3r {
    position: relative;
    width: 45%;
}

.god_imgtxt {
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
    font-size: 20rem;
    font-weight: 900;
    letter-spacing: -1rem;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
    color: #fff;
}

.manager {
    background: rgba(216, 208, 198, 0.65);
    padding: 12rem 0 16rem;
}

.manager_title {
    font-weight: 700;
    font-size: clamp(2.8rem, 3.12vw, 6rem);
    line-height: 54px;
    text-align: center;
    margin-bottom: 14rem;
}

.manager_list {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.manager_list li+li {
    margin-top: 7.8125vw;
}

.manager_item {
    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;
}

.manager_imgbox>div {
    border-radius: 23rem;
    width: 460px;
    height: 600px;
    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;
    overflow: hidden;
}

.manager_special_txt {
    width: calc(100% - 55rem);
    margin-left: 6rem;
    margin-top: -3.5rem;
}

.manager_point {
    font-size: clamp(1.8rem, 1.38vw, 3rem);
    font-weight: bold;
    position: relative;
    display: inline-block;
    line-height: 1;
    color: #7A1919;
}

.manager_bold {
    margin-top: clamp(0.9rem, 0.9vw, 2rem);
    font-size: clamp(2.8rem, 2.08vw, 4rem);
    font-weight: bold;
    line-height: 1;
}

.manager_desc {
    margin-top: clamp(2.4rem, 1.41vw, 2.7rem);
    font-size: 1.8rem;
    line-height: 1.65;
    font-weight: 300;
}

.manager_desc strong {
    font-weight: 600;
    display: block;
    margin-bottom: 0.6rem;
    font-size: 2rem;
}

.btn-radius {
    padding: 0 2rem;
    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: 110px;
    height: 40px;
    border-radius: 4rem;
    background-color: #151515;
    font-weight: 600;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 2rem;
}

.managerT {
    padding: 16rem 0;
    background-color: #fff;
}

.managerT_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem 2rem;
}

.managerT_item {
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    width: calc((100% / 5) - 1.6rem);
}

.managerT_img {
    border-radius: 0.4rem;
    overflow: hidden;
}

.managerT_txt {
    text-align: center;
    padding: 1.2rem 2rem 2rem;
    font-size: 2rem;
}

@media screen and (max-width: 1024px) {
    .manager_title {
        line-height: 1.5;
    }

    .manager_imgbox>div {
        width: 43rem;
        height: 56rem;
    }

    .manager_special_txt {
        width: calc(100% - 43rem);
    }

    .manager_desc {
        font-size: 1.8rem;
        word-break: keep-all;
    }

    .god_txtbox {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 970px) {
    .god_3r {
        width: 70%;
    }

    .god_mid .r_box {
        width: 100%;
    }

    .god_midtxt {
        text-align: center;
    }

    .god_midtxt_bold {
        font-size: 2.8rem;
    }

    .god_midtxt_desc,
    .managerT_txt {
        font-size: 1.7rem;
    }

    .managerT {
        padding: 12rem 0;
    }
}

@media screen and (max-width: 768px) {
    .god {
        padding-top: 6rem;
    }

    .god_cont {
        padding: 8rem 0 10rem;
    }

    .god_txtbox p:nth-of-type(1) {
        font-size: 2.8rem;
    }

    .god_txtbox p:nth-of-type(2) {
        font-size: 1.8rem;
    }

    .god_imgbox {
        padding: 4rem 2rem 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2rem;
    }

    .god_imgbox_list {
        width: 100%;
        padding: 2rem
    }

    .god_imgbox_list:before {
        left: unset;
        right: 3rem;
        width: 4.7rem;
        height: 4.7rem;
    }

    .god_imgbox_item p:nth-of-type(1) {
        font-size: 2.8rem;
    }

    .god_imgbox_item p:nth-of-type(2) {
        font-size: 1.6rem;
    }

    .god_midcont {
        padding: 0;
        margin-top: 10rem;
    }

    .manager {
        padding: 8rem 0 10rem;
    }

    .manager_title {
        margin-bottom: 8rem;
    }

    .manager_list {
        max-width: 500px;
    }

    .manager_list li+li {
        margin-top: 7rem;
    }

    .manager_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .manager_item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .manager_imgbox>div {
        width: 60%;
        height: auto;
        margin: 0 auto;
    }

    .manager_special_txt {
        margin: 0;
        margin-top: 3.5rem;
        width: 100%;
    }

    .manager_item:nth-child(even) .manager_special_txt {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 30rem;
        margin-left: 0;
        margin-right: 0;
    }

    .manager_point {
        font-size: 1.8rem;
    }

    .manager_bold {
        margin-top: 0.3rem;
        font-size: 2.2rem;
        line-height: 1.4;
    }

    .manager_desc {
        line-height: 1.69;
        letter-spacing: -0.06rem;
        font-size: 1.5rem;
        margin-top: 1.3rem;
        padding-right: 2rem;
    }

    .manager_desc strong {
        line-height: 1.4;
    }

    .manager_txtbox {
        margin-top: 3.5rem;
    }

    .managerT {
        padding: 8rem 0;
    }

    .managerT_list {
        gap: 3rem 2rem;
    }

    .managerT_item {
        width: calc((100% / 4) - 1.5rem);
    }
}

@media screen and (max-width: 640px) {
    .managerT_item {
        width: calc((100% / 3) - 1.38rem);
    }

    .managerT_txt {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .god_imgtxt {
        font-size: 10rem;
    }
}

@media screen and (max-width: 420px) {
    .managerT_list {
        gap: 2rem 1.4rem;
    }

    .managerT_item {
        width: calc((100% / 3) - 1rem);
    }

    .managerT_txt {
        font-size: 1.3rem;
        padding: 1rem;
    }
}

/* ----------------------------------------------------------------
    register - 결혼의 성전
---------------------------------------------------------------- */
.office_wrap {
    position: relative
}

.office01 {
    display: inline-block;
    z-index: 2
}

.office02 {
    margin-top: -20rem;
}

.office03 {
    margin-top: -24rem;
}

.office02 .office_list {
    text-align: right;
}

.office04 {
    margin-top: -4rem;
}

.office04 .office_list {
    text-align: right;
    left: -10rem;
}

.office05 {
    left: 17rem;
}

.office_wrap .office_list {
    -webkit-transform: translateY(200px) skewY(-5deg);
    -ms-transform: translateY(200px) skewY(-5deg);
    transform: translateY(200px) skewY(-5deg);
    opacity: 0
}


.office_cont.on .office_wrap .office_list {
    -webkit-transform: translateY(0) skewY(0deg);
    -ms-transform: translateY(0) skewY(0deg);
    transform: translateY(0) skewY(0deg);
    opacity: 1;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

.office_cont.on .office02 .office_list {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.office_cont.on .office03 .office_list {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.office_cont.on .office04 .office_list {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.office_cont.on .office05 .office_list {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s
}

.officeimg_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.officeimg_item {
    width: 33.3333%;
}

@media screen and (max-width: 1650px) {
    .office_cont {
        padding: 0 2rem;
    }

    .office02 {
        margin-top: -4rem;
    }
}

@media screen and (max-width: 1000px) {
    .office01 img {
        width: 700px;
    }

    .office02 img {
        width: 420px;
    }

    .office03 img {
        width: 600px;
    }

    .office04 img {
        width: 470px;
    }

    .office05 img {
        width: 600px;
    }
}

@media screen and (max-width: 970px) {
    .office05 {
        left: 0
    }

    .office01 img {
        width: 590px
    }

    .office02 img {
        width: 350px
    }

    .office03 img {
        width: 520px
    }

    .office04 img {
        width: 380px;
    }

    .office05 img {
        width: 520px;
    }
}

@media screen and (max-width: 860px) {

    .office02,
    .office03,
    .office04,
    .office05 {
        margin-top: 2rem;
    }

    .officeimg_item {
        width: 50%;
    }
}

@media screen and (max-width: 650px) {
    .office_cont {
        padding: 0;
    }

    .office01 img {
        width: 470px
    }

    .office02 img {
        width: 280px
    }

    .office03 img {
        width: 420px
    }

    .office04 img {
        width: 310px
    }

    .office05 img {
        width: 420px
    }

    .office04 .office_list {
        left: 0;
    }
}

@media screen and (max-width: 420px) {
    .office01 img {
        width: 320px
    }

    .office02 img {
        width: 210px
    }

    .office03 img {
        width: 310px
    }

    .office04 img {
        width: 230px
    }

    .office05 img {
        width: 310px
    }
}

/*  상담신청  */
.register {
    padding-top: 8.5rem;
}

.register1 .register_cont {
    background-color: #0C1763;
}

.register1 .sub_body-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.register1 .form_cont {
    max-width: 800px;
    margin: 0 auto;
}

.select_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 4rem;
}

.label_cbx {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.label_cbx input:checked+.check_svg {
    border-color: #C4A685;
}

.label_cbx input:checked+.check_svg svg path {
    fill: #C4A685;
}

.label_cbx input:checked+.check_svg svg polyline {
    stroke-dashoffset: 0;
}

.label_cbx:hover .check_svg svg path {
    stroke-dashoffset: 0;
}

.label_cbx .check_svg {
    position: relative;
    margin-right: 0.8rem;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 0.3rem;
}

.label_cbx .check_svg svg {
    position: absolute;
    top: -2px;
    left: -2px;
}

.label_cbx .check_svg svg path {
    fill: none;
    stroke: #C4A685;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.label_cbx .check_svg svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.label_cbx>span {
    pointer-events: none;
    vertical-align: middle;
    font-weight: 500;
}

.sec09 .register_cont {
    background-color: #FBF9F6;
}

.sec09 .sub_body-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec09 .form_cont {
    max-width: 800px;
    margin: 0 auto;
}

.input_select {
    width: 600px;
}

@media screen and (max-width: 768px) {
    .sub_logo {
        font-size: 3.8rem;
    }

    .sub_desc {
        font-size: 2rem;
        margin-top: 0;
        text-align: center;
    }

    .form_box {
        padding: 5.5rem 0;
    }

    .select_control {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.2rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .input_cont {
        padding-top: 4rem;
    }

    .input_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 1rem;
    }

    .label {
        width: 100%;
        font-size: 1.6rem;
        text-align: left;
        padding-right: 0;
    }

    .input {
        height: 40px;
        width: 100%;
        font-size: 1.4rem;
    }

    .select {
        width: 100%;
        height: 40px;
        font-size: 1.4rem;
    }

    .textarea {
        margin-top: 4rem;
        padding: 1.8rem
    }

    .input_select {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .register1 .register_cont {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

@media screen and (max-width: 480px) {
    .sub_logo {
        font-size: 2.8rem;
    }

    .sub_desc {
        font-size: 1.8rem;
    }
}

/* ----------------------------------------------------------------
    location - 오시는 길
---------------------------------------------------------------- */
.location {
    padding-top: 8.5rem;
    padding-bottom: 1.4rem;
}

.map a {
    display: block;
    position: relative;
    height: 650px;
    background: url(../images/about/map.png) no-repeat top center / cover;
}

.map_info {
    margin: 6rem 0 16rem;
    letter-spacing: 1px;
}

.map_txt {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 23px;
    letter-spacing: 1px;
    width: 20%;
    flex-shrink: 0;
}

.map_address,
.map_tel {
    display: flex;
    align-items: center;
}

.map_address {
    padding-bottom: 3rem;
}

.map_txt,
.map_desc {
    padding-left: 6.3rem;
}

.map_desc {
    font-size: 1.8rem;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .location {
        padding-top: 6rem;
        padding-bottom: 8rem;
    }

    .map a {
        height: 360px;
    }

    .map_info {
        padding-bottom: 18.33vw;
        margin: 8vw 0 0;
    }

    .map_address,
    .map_tel {
        display: block;
    }

    .map_address {
        padding-bottom: 4rem;
    }

    .map_txt,
    .map_desc {
        padding-left: 0;
    }

    .map_txt {
        font-size: 2.4rem;
        margin-bottom: 2.4vw;
        width: 100%;
    }

    .map_desc {
        font-size: 1.7rem;
    }
}

/* ----------------------------------------------------------------
    membership1 - 가입 및 활동절차 
---------------------------------------------------------------- */
.membership1 {
    padding-top: 8.5rem;
}

.wide_list {
    margin-top: 10rem;
}

.wide_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wide_item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.wide_bg {
    width: 50%;
    height: 400px;
}

.wide_bg .bg {
    float: right;
    width: 0;
    height: 100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.membership1_item:nth-of-type(1) .wide_bg .bg {
    background-image: url(../images/membership/membership1_01.png);
}

.membership1_item:nth-of-type(2) .wide_bg .bg {
    background-image: url(../images/membership/membership1_02.png);
}

.membership1_item:nth-of-type(3) .wide_bg .bg {
    background-image: url(../images/membership/membership1_03.png);
}

.membership1_item:nth-of-type(4) .wide_bg .bg {
    background-image: url(../images/membership/membership1_04.png);
}

.membership1_item:nth-of-type(5) .wide_bg .bg {
    background-image: url(../images/membership/membership1_05.png);
}

.membership1_item:nth-of-type(6) .wide_bg .bg {
    background-image: url(../images/membership/membership1_06.png);
}

.membership1_item:nth-of-type(7) .wide_bg .bg {
    background-image: url(../images/membership/membership1_07.png);
}

.membership1_item:nth-of-type(8) .wide_bg .bg {
    background-image: url(../images/membership/membership1_08.png);
}

.wide_txt {
    width: 50%;
    padding: 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
}

.wide_txt dl {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    opacity: 0;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.wide_txt dl dt strong {
    display: block;
    font-size: 3.8rem;
    line-height: 1.3;
}

.wide_txt dl dt strong span {
    font-weight: 600;
    color: white;
}

.wide_txt dl dd {
    margin-top: 40px;
}

.wide_txt dl dd p {
    font-size: 1.8rem;
    color: white;
    font-weight: 300;
    line-height: 1.6;
}

.wide_item:nth-of-type(2n) .wide_bg .bg {
    float: left;
    background-position: left;
}

.wide_item:nth-of-type(2n) .wide_txt {
    text-align: right;
}

.wide_bg .bg {
    width: 100%;
}

.wide_txt dl {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.sub_Hdesc_wrap {
    width: 100%;
    margin: 0 auto;
}

.sub_Hdesc {
    font-size: 2.4rem;
    font-weight: 300;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .membership1 {
        padding-top: 6rem;
        padding-bottom: 8rem;
    }

    .wide_list {
        margin-top: 4rem;
    }

    .wide_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 1;
    }

    .wide_item:nth-of-type(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wide_item:nth-of-type(2n) .wide_txt {
        text-align: left;
    }

    .wide_bg {
        width: 100%;
        height: 170px;
        overflow: hidden;
    }

    .wide_bg .bg {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    .wide_txt {
        width: 100%;
        padding: 3rem 0 6rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }

    .wide_txt dl {
        padding: 0 2rem
    }

    .wide_txt dl dt strong {
        display: inline-block;
        vertical-align: bottom;
        font-size: 2.8rem;
        /* color: #222; */
        line-height: 1.3;
        margin-right: 0.8rem;
    }

    .wide_txt dl dt strong span {
        font-weight: 600;
        /* color: #5E1616; */
    }

    .wide_txt dl dt p {
        display: inline-block;
        font-size: 1.8rem;
        /* color: #000; */
        font-weight: 300;
        line-height: 1.3;
    }

    .wide_txt dl dd {
        margin-top: 2.5rem;
    }

    .wide_txt dl dd p {
        font-size: 1.5rem;
        /* color: #333; */
        font-weight: 300;
    }

    .wide_item.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .sub_Hdesc {
        font-size: 2rem;
    }
}

@media screen and (max-width: 480px) {
    .sub_Hdesc {
        font-size: 1.7rem;
    }
}

/* ----------------------------------------------------------------
    membership2 - 멤버십 프로그램
---------------------------------------------------------------- */
.membership2 {
    padding-top: 8.5rem;
    padding-bottom: 10rem;
}

.program {
    max-width: 1000px;
    margin: 0 auto;
}

.program_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5rem 2rem;
    border-top: 1px solid #eee;
}

.program_list:last-child {
    border-bottom: 1px solid #eee;
}

.program_list_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 56%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.program_img {
    width: 12%;
}

.program_title {
    font-size: 3.2rem;
    font-weight: 700;
}

.program_txt {
    margin-left: 4rem;
}

.program_price {
    font-size: 3.2rem;
    font-weight: 500;
}

.program_small {
    font-size: 1.8rem;
    font-weight: 300;
}

.program_desc {
    padding-left: 0.2rem;
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .membership2 {
        padding-top: 6rem;
        padding-bottom: 8rem;
    }

    .program_img {
        min-width: 54px;
    }
}

@media screen and (max-width: 640px) {
    .program_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 4rem 2rem;
    }

    .program_list_head {
        width: 100%;
    }

    .program_title,
    .program_price {
        font-size: 2.8rem;
    }

    .program_list_body {
        width: 100%;
        text-align: right;
        margin-top: 1rem;
    }

    .program_txt {
        margin-left: 2rem;
        margin-top: 1rem;
    }

    .program_desc {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 480px) {

    .program_title,
    .program_price {
        font-size: 2.2rem;
    }

    .program_list {
        padding: 3rem 1.2rem;
    }

    .program_desc {
        font-size: 1.3rem;
    }

    .program_small {
        font-size: 1.5rem;
    }
}

/* ----------------------------------------------------------------
    membership3 - 안심 멤버십
---------------------------------------------------------------- */
.membership3 {
    padding-top: 8.5rem;
}

.membership3_item:nth-of-type(1) .wide_bg .bg {
    background-image: url(../images/membership/membership3_01.png);
}

.membership3_item:nth-of-type(2) .wide_bg .bg {
    background-image: url(../images/membership/membership3_02.png);
}

.membership3_item:nth-of-type(3) .wide_bg .bg {
    background-image: url(../images/membership/membership3_03.png);
}

.membership3_item:nth-of-type(4) .wide_bg .bg {
    background-image: url(../images/membership/membership3_04.png);
}

.membership3_item:nth-of-type(5) .wide_bg .bg {
    background-image: url(../images/membership/membership3_05.png);
}

@media screen and (max-width: 768px) {
    .membership3 {
        padding-top: 6rem;
    }
}

/* ----------------------------------------------------------------
    membership4 - 멤버십 특전
---------------------------------------------------------------- */
.membership4 {
    padding-top: 8.5rem;
    padding-bottom: 10rem;
}

.special {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10rem;
}

.special_list {
    width: calc((100% / 2) - 4rem);
    margin: 0 2rem 4rem;
}

.special_txt {
    text-align: center;
    padding: 3.5rem 2rem 4rem;
}

.special_title {
    font-size: 3rem;
    font-weight: bold;
}

.special_desc {
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    color: white;
}

.special_img {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.special_img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width:960px) {
    .special_title {
        font-size: 2.6rem;
    }
}

@media screen and (max-width:768px) {
    .membership4 {
        padding-top: 6rem;
        padding-bottom: 8rem;
    }

    .special {
        margin-top: 4rem;
    }

    .special_desc {
        font-size: 1.8rem;
    }
}

@media screen and (max-width:640px) {
    .special_list {
        width: calc((100% / 2) - 2rem);
        margin: 0 1rem 1.5rem;
    }

    .special_txt {
        padding: 2rem 1.5rem 3rem;
    }

    .special_desc {
        font-size: 1.5rem;
        margin-top: 1.5rem;
    }
}

@media screen and (max-width:480px) {
    .special_list {
        width: 100%;
        margin: 0;
        margin-bottom: 3rem;
    }

    .special_txt {
        padding: 2rem 1.5rem 3rem;
    }

    .special_desc {
        font-size: 1.5rem;
        margin-top: 1.5rem;
    }
}

/* ----------------------------------------------------------------
    service1 - Gnoble 매칭시스템
---------------------------------------------------------------- */
.service1 {
    padding-top: 8.5rem;
}

.service1_list {
    width: calc(50% - 40px);
    margin-right: 4rem;
    margin-bottom: 4rem;
    border: 1px solid #eaeaea;
    padding: 4rem;
    position: relative;
}

.service1_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10rem;
    margin-right: -4rem;
    margin-bottom: 8rem;
}

.service1_num {
    position: absolute;
    top: 0;
    right: 3rem;
    font-size: 8rem;
    font-weight: 900;
    /* opacity: 0.1; */
    color: #F7C06F;
}

.service1_title {
    font-size: 2.7rem;
    line-height: 1.6;
    letter-spacing: -0.03em;
    margin: 3rem 0 1.6rem;
}

.service1_desc {
    font-size: 1.8rem;
    line-height: 1.88;
    letter-spacing: -0.02em;
    word-break: keep-all;
    color: white;
}

.service1_body .sec05_item,
.service1 .sec06_list,
.service1 .sec12_txt,
.service1 .sec12_desc {
    color: #222;
}

.service1 .sec06_desc,
.service1 .sec12_desc {
    opacity: 1;
    color: white;
    font-family: 'NanumGothicLight';
}

.service1 .sec11_item,
.service1 .sec12_box li {
    color: #fff;
}

.service1 .sec11_list:nth-child(1) {
    background: rgba(94, 22, 22, .8)
}

.service1 .sec11_list:nth-child(2) {
    background: rgba(94, 22, 22, .9)
}

.service1 .sec11_list:nth-child(3) {
    background: rgba(94, 22, 22, 1)
}

.service1 .sec12_box li:nth-child(1) {
    background: rgba(37, 13, 17, 1)
}

.service1 .sec12_box li:nth-child(2) {
    background: rgba(37, 13, 17, .9)
}

.service1 .sec12_box li:nth-child(3) {
    background: rgba(37, 13, 17, .8)
}

@media screen and (max-width:768px) {
    .service1 {
        padding-top: 6rem;
    }

    .service1_cont {
        margin-right: 0;
        margin-top: 6rem;
    }

    .service1_list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
        padding: 2rem;
    }

    .service1_title {
        font-size: 2rem;
        margin: 1rem 0 0.5rem;
    }

    .service1_desc {
        font-size: 1.5rem;
    }

    .service1_num {
        font-size: 5rem;
    }
}

@media screen and (max-width:480px) {
    .service1_desc {
        line-height: 1.4;
    }

    .service1_cont {
        margin-top: 4rem;
    }

    .service1_num {
        font-size: 4rem;
    }
}

/* ----------------------------------------------------------------
    service2 - 부모님 상담서비스
---------------------------------------------------------------- */
.service2 {
    padding-top: 8.5rem;
    padding-bottom: 10rem;
}

.service2_cont {
    margin-top: 6rem;
    position: relative;
    padding: 11rem 0 12rem;
    text-align: center;
    width: 100%;
    height: 100%;
    background: url("../images/service/service2_01.jpg") no-repeat center / cover;
}

.service2_cont::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .35);
    width: 100%;
    height: 100%;
}

.service2_cont h3 {
    font-size: 3.4rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0px 10px rgba(0, 0, 0, .5);
}

.service2_cont p {
    font-size: 2rem;
    margin-top: 4.2rem;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    text-shadow: 0 0px 10px rgba(0, 0, 0, .5);
}

.service2_midtxt {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.65;
}

.service2_label {
    font-size: 1.5rem;
    background-color: #C4A685;
    color: #fff;
    display: inline-block;
    padding: 0.4rem 2rem;
    border-radius: 30px;
    margin-bottom: 0.8rem;
}

.service2_imgbox {
    margin-top: 4rem
}

.service2_list {
    margin-top: 16rem;
}

.service2_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 4rem;
    margin-bottom: 10rem;
}

.service2_itemR {
    width: 50%;
    margin-left: 6rem;
}

.service2_itemR strong {
    display: block;
    font-size: 2.4rem;
    padding-top: 2rem;
    margin-bottom: 4rem;
    font-weight: 500;
    font-family: 'RIDIBatang';
    color: #F7C06F;
}

.service2_itemR p {
    font-size: 1.9rem;
    line-height: 1.62;
    font-weight: 300;
    color: white;
}

.service2_btn {
    margin-top: 3rem;
    width: 40%;
}

.service2_qa {
    margin-bottom: 16rem;
}

.service2_qaTitle {
    font-size: 2.6rem;
    font-weight: 700;
    font-family: 'RIDIBatang';
    color: #F7C06F;
}

.service2_qaCont {
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    margin-top: 2rem;
}

.service2_qaList {
    padding: 2rem 1rem 2.4rem;
    border-top: 1px solid #222;
}

.service2_qaList:first-child {
    border-top: none;
}

.service2_q {
    font-size: 2rem;
    font-weight: bold;
}

.service2_a {
    color: white;
    margin-top: 1.2rem;
    padding-left: 0.5rem;
    line-height: 1.5;
}


@media screen and (max-width: 1280px) {
    .service2_itemR strong {
        padding-top: 0;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1024px) {
    .service2_itemR {
        width: 74%;
        margin-left: 4rem;
    }
}

@media screen and (max-width: 860px) {
    .service2_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .service2_itemR {
        margin-left: 0;
        padding-top: 3rem;
        margin-bottom: 10rem;
    }

    .service2_btn {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .service2 {
        padding-top: 6rem;
        padding-bottom: 8rem;
    }

    .service2_cont {
        margin-top: 4rem;
        padding: 6rem 0;
    }

    .service2_cont h3 {
        font-size: 2.7rem;
    }

    .service2_cont p {
        font-size: 1.7rem;
        margin-top: 3rem;
    }

    .service2_itemR {
        width: 100%;
    }

    .service2_itemR strong {
        font-size: 1.9rem;
        line-height: 1.4;
        margin-bottom: 3rem;
    }

    .service2_itemR p {
        font-size: 1.6rem;
    }

    .service2_midtxt {
        font-size: 2rem;
    }

    .service2_list {
        margin-top: 12rem;
    }

    .service2_qa {
        margin-bottom: 12rem;
    }

    .service2_itemR {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 480px) {
    .service2_cont {
        padding: 4rem 0;
    }

    .service2_cont h3 {
        font-size: 2.4rem;
    }

    .service2_cont p {
        font-size: 1.5rem;
        margin-top: 2rem;
    }
}

/* ----------------------------------------------------------------
    gmatching
---------------------------------------------------------------- */
.gmatching {
    padding-top: 8.5rem;
}

.gmatching_cont {
    margin-top: 6rem;
    position: relative;
    padding: 11rem 0 12rem;
    text-align: center;
    width: 100%;
    height: 100%;
    background: url("../images/special/gmatching01.jpg") no-repeat center / cover;
}

.gmatching_cont::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .35);
    width: 100%;
    height: 100%;
}

.gmatching_cont h3 {
    font-size: 3.4rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0px 10px rgba(0, 0, 0, .15);
}

.gmatching_cont p {
    font-size: 2rem;
    margin-top: 4.2rem;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    text-shadow: 0 0px 10px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 768px) {
    .gmatching {
        padding-top: 6rem;
    }

    .gmatching_cont {
        margin-top: 4rem;
        padding: 6rem 0;
    }

    .gmatching_cont h3 {
        font-size: 2.7rem;
    }

    .gmatching_cont p {
        font-size: 1.7rem;
        margin-top: 3rem;
    }
}

@media screen and (max-width: 480px) {
    .gmatching_cont {
        padding: 4rem 0;
    }

    .gmatching_cont h3 {
        font-size: 2.4rem;
    }

    .gmatching_cont p {
        font-size: 1.5rem;
        margin-top: 2rem;
    }
}

/* ----------------------------------------------------------------
    gconsulting
---------------------------------------------------------------- */
.gconsulting {
    padding-top: 8.5rem;
    padding-bottom: 10rem;
}

.gconsulting_list {
    margin-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gconsulting_item {
    --blur: 16px;
    --size: clamp(300px, 50vmin, 600px);
    width: calc((100%/3) - 8rem);
    position: relative;
    border-radius: 0.8rem;
    overflow: hidden;
    color: #222;
}

.gconsulting_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gconsulting_txt {
    padding: 0 2.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0.5ch auto;
    grid-template-rows: auto auto;
    gap: 0.5ch;
    background: hsl(0 0% 100% / 0.5);
    -webkit-backdrop-filter: blur(var(--blur));
    backdrop-filter: blur(var(--blur));
    height: 18%;
    -ms-flex-line-pack: center;
    align-content: center;
}

.gconsulting_txt p:nth-of-type(1) {
    font-size: calc(var(--size) * 0.065);
    font-weight: 500;
}

.gconsulting_txt p:nth-of-type(2) {
    font-size: calc(var(--size) * 0.045);
}

@media screen and (max-width: 768px) {
    .gconsulting {
        padding-top: 6rem;
        padding-bottom: 8rem
    }

    .gconsulting_list {
        gap: 2rem;
    }

    .gconsulting_item {
        width: 100%;
        aspect-ratio: 9/12;
    }

    .gconsulting_txt {
        padding: 0 1.8rem;
    }
}

/* ----------------------------------------------------------------
    footer
---------------------------------------------------------------- */
/* Footer Section */
.custom-footer {
    background-color: #100405;
    color: white;
    /* padding: 20px 0; */
    font-size: 14px;
}

.custom-inner {
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer Upper Section */
.custom-footer-upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #555;
    padding-bottom: 20px;
    padding-top: 20px;
}

.custom-footer-logo {
    width: 100px;
}

.custom-footer-tel {
    text-align: left;
}

.custom-footer-tel p {
    margin: 0;
    color: white;
    font-family: 'NanumGothic';
}

.custom-phone-number a {
    font-size: 20px;
    color: white;
    text-decoration: none;
}

/* Footer Content Section */
.custom-footer-content {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.custom-footer-info {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.custom-footer-info div {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 10px;
}

.custom-footer-info p {
    margin: 0 0 5px;
    color: white;
}

.custom-footer-info span {
    color: white;
    font-weight: 400;
}

.custom-email {
    color: white;
}

.custom-footer-copyright {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

/* Responsive Design */
/* @media (max-width: 768px) {
    .custom-footer-upper {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-footer-content {
        flex-direction: column;
    }

    .custom-footer-info div {
        flex-basis: 100%;
    }
}

.footer {
    background: #120305;
    padding: 4.7rem 0 6.4rem;
    position: relative;
}

.footer_upper {
    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-bottom: 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer_logo {
    width: 260px;
}

.footer_tel {
    color: #fff;
}

.footer_tel p:nth-child(1) {
    font-size: 1.4rem;
    font-weight: 300;
    opacity: 0.65;
}

.footer_tel p:nth-child(2) {
    font-size: 3.8rem;
    font-weight: 600;
}

.footer_cont {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_cont .footer_info div {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 1rem;
}

.footer_cont .footer_info p {
    display: inline-block;
}

.footer_cont .footer_info p+p {
    margin-left: 1.4rem;
}

.footer_cont .footer_info div span {
    opacity: 0.65;
    display: inline-block;
    margin-left: 0.6rem;
}

.footer_copyright {
    margin-bottom: 0;
    margin-top: 2rem;
    opacity: 0.65;
}

.footer_cont .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.footer_cont .footer_menu a {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 100%;
    margin-left: 3.9rem;
}

.footer_cont .footer_menu a:first-child {
    margin-left: 0;
}

@media screen and (max-width: 1024px) {
    .footer_cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer_cont .footer_menu {
        margin-left: 0;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}

@media screen and (max-width: 640px) {
    .footer {
        padding: 3rem 0;
    }

    .footer_cont {
        padding-bottom: 3rem;
    }

    .footer_tel {
        margin-top: 2rem;
    }

    .footer .footer_logo {
        width: 210px;
        margin-bottom: 3rem;
    }

    .footer_cont .footer_info p:first-child {
        margin-right: 1rem;
    }

    .footer_cont .footer_info p+p {
        margin-left: 0;
        margin-top: 1rem;
    }

    .footer_cont .footer_menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 1rem 3rem;
        margin-top: 4rem;
    }

    .footer_cont .footer_menu a {
        font-size: 1.4rem;
        margin-left: 0;
    }

    .footer_cont .footer_info li {
        font-size: 1.4rem;
        line-height: 70%;
    }
} */

/* main color change */
.container.main_cont {
    background-color: #250D11;
}

.container.main_cont .title h3,
.container.main_cont .desc,
.container.main_cont .txt_tit,
.container.main_cont .txt_desc,
.sec05_item {
    color: #fff;
}

.container.main_cont .desc,
.container.main_cont .txt_desc,
.sec05_item p:nth-of-type(2) {
    opacity: 0.75;
}

.sec05_cont {
    background-color: #250D11;
}

.container.main_cont .btn_opacity {
    background-color: rgba(255, 255, 255, .2);
}