/* ============================================================================================================================== */
/* ======================================================= custom common 코드 ==================================================== */
/* ============================================================================================================================== */

.zoom-wrap {
    position: relative;
    overflow: hidden;
}
.zoom {
    transform: scale(1.12);
    transition: transform 0.8s ease-in-out;
    width: 100%;
}
.zoom.active {
    transform: scale(1);
    transition: transform 2.4s ease-in-out;
}

.bg-animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.progress-ring-circle {
    transition: 2.4s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.pc-layout {
    display: block;
}
.mobile-layout {
    display: none;
}

.cursor_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    pointer-events: none;
    z-index: 500000000;
}
.cursor_wrap.hide {
    display: none;
}
.cursor_wrap .cursor {
    position: fixed;
}
.cursor2 {
    mix-blend-mode: plus-lighter;
}
.pointer {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 6.62px #d0aa7b;
    opacity: 0;
    transition: opacity 0.3s;
}
.pointer::before,
.pointer::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transform: translate3d(0, 0, 0);
}
.pointer::before {
    background-color: #d0aa7b;
    animation: expand 1.8s ease-out infinite both;
}
.pointer::after {
    background-color: #fff;
    animation: expand 1.8s ease-out 0.8s infinite both;
}
.fade {
    opacity: 0.8;
}

@keyframes expand {
    0% {
        z-index: 2;
        transform: scale(0);
    }
    50% {
        z-index: 1;
        transform: scale(1);
    }
    100% {
        z-index: 0;
    }
}

.custom-link {
    position: absolute;
    left: 0;
    top: -120px;
}

.sub-common {
    max-width: 1600px;
    margin: 80px auto 0;
}
.sub-common::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 440px;
    height: 458px;
    background: url(../img/custom/logo_bg.png) center/cover no-repeat;
}
.sub-common .middle-title img {
    margin-bottom: 20px;
}
.sub-slide-wrap {
    position: relative;
}
.sub-slide {
    margin-top: 40px;
}
.sub-slide .swiper-slide {
    text-align: center;
}
.sub-slide .swiper-slide p {
    margin-top: 20px;
    line-height: 1.3;
    white-space: pre-line;
}
.sub-slide-wrap .swiper-button-prev,
.sub-slide-wrap .swiper-button-next {
    top: calc(50% - 35px);
    transform: translateY(-50%);
    margin: 0;
    width: 45px;
    height: 45px;
    background: #554a3f;
    border-radius: 50%;
    color: #fff;
}
.sub-slide-wrap .swiper-button-next {
    right: -60px;
}
.sub-slide-wrap .swiper-button-prev {
    left: -60px;
}
.sub-slide-wrap .swiper-button-prev::after,
.sub-slide-wrap .swiper-button-next::after {
    font-size: 24px;
}

.sub12-common article {
    display: flex;
    align-items: center;
    padding: 50px 30px;
    height: 260px;
    background: url(../img/custom/sub1_2_01.jpg) center/cover no-repeat;
    color: #fff;
}
.sub12-common article:not(:nth-child(2)) {
    margin-top: 40px;
}
.sub12-common .tit {
    font-family: 'NanumSquare', san-serif;
    font-weight: 900;
    transform: skew(-0.1deg);
    white-space: pre-line;
}
.sub12-common .sub {
    margin-top: 20px;
    white-space: pre-line;
}
.sub12-common article:nth-child(2n-1) {
    justify-content: flex-end;
}
.sub12-common article:nth-child(2n-1) div {
    width: 400px;
}
.sub12-common article:nth-child(3) {
    background: url(../img/custom/sub1_2_02.jpg) center/cover no-repeat;
}
.sub12-common article:nth-child(4) {
    background: url(../img/custom/sub1_2_03.jpg) center/cover no-repeat;
}
.sub12-common article:nth-child(5) {
    background: url(../img/custom/sub1_2_04.jpg) center/cover no-repeat;
}
.sub12-common article:nth-child(6) {
    background: url(../img/custom/sub1_2_05.jpg) center/cover no-repeat;
}
.sub12-common article:nth-child(7) {
    background: url(../img/custom/sub1_2_06.jpg) center/cover no-repeat;
}

header .numberImp {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
header .numberImp p {
    color: #fff;
    line-height: 1.3;
}

.scroll-indicator {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(248, 242, 229, 0.8);
    z-index: 1;
}
.scroll-indicator.active {
    opacity: 0;
    z-index: -1;
}

/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width: 1500px) {
}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width: 1200px) {
    .sub12-common article:nth-child(2n-1) div {
        width: auto;
        text-align: right;
    }

    header .numberImp {
        display: none;
    }
}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width: 1025px) {
    .sub-common {
        margin: 40px auto 0;
    }
    .sub-common::before {
        width: 300px;
        height: 312px;
    }
    .sub-slide-wrap .swiper-button-next {
        right: 10px;
    }
    .sub-slide-wrap .swiper-button-prev {
        left: 10px;
    }
}

/*================================================================ 900px 이하 ================================================================= */
@media screen and (max-width: 900px) {
}

/*================================================================ 769px 이하 ================================================================= */
@media screen and (max-width: 769px) {
    .sub-common {
        margin: 0 auto;
    }
    .sub-common::before {
        width: 180px;
        height: 187px;
        right: auto;
        top: auto;
        bottom: -110px;
    }
    .sub12-common article {
        padding: 50px 20px;
    }
    .sub12-common article:not(:nth-child(2)) {
        margin-top: 20px;
    }

    .sub-slide-wrap .swiper-button-prev,
    .sub-slide-wrap .swiper-button-next {
        width: 35px;
        height: 35px;
    }
    .sub-slide-wrap .swiper-button-prev::after,
    .sub-slide-wrap .swiper-button-next::after {
        font-size: 17px;
    }

    .custom-link {
        top: -80px;
    }
}

/*================================================================ 600px 이하 ================================================================= */
@media screen and (max-width: 600px) {
}

/*================================================================ 425px 이하 ================================================================= */
@media screen and (max-width: 425px) {
    .pc-layout {
        display: none !important;
    }
    .mobile-layout {
        display: block !important;
    }

    .sub-common::before {
        width: 230px;
        height: 239px;
        bottom: -65px;
        left: -65px;
    }
    .sub-common .middle-title img {
        margin-bottom: 15px;
        max-width: 65px;
    }
    .sub-slide .swiper-slide p {
        font-size: 17px;
    }

    .sub12-common .inner {
        padding: 0 20px;
    }
    .sub12-common .inner > div > div:not(:first-child) {
        margin-top: 20px;
    }
    .sub12-common .inner > div > div:nth-child(2n) {
        text-align: right;
    }
    .sub12-common .txt {
        padding: 20px 10px;
    }
    .sub12-common .sub {
        margin-top: 10px;
    }

    .cursor_wrap {
        display: none;
    }

    .custom-link {
        top: -60px;
    }

    .scroll-indicator {
        display: block;
    }
}

/* ============================================================================================================================== */
/* ======================================================= custom common 코드 ==================================================== */
/* ============================================================================================================================== */

/* ============================================================================================================================ */
/* ======================================================= sub1 custom 코드 ==================================================== */
/* ============================================================================================================================ */

.about01bg .bg-animation {
    background: url(../img/custom/about1_bg.jpg) center/cover no-repeat;
}
.about02bg .bg-animation {
    background: url(../img/custom/about2_bg.jpg) center/cover no-repeat;
}
.about03bg .bg-animation {
    background: url(../img/custom/about03_bg.jpg) center/cover no-repeat;
}
.about04bg .bg-animation {
    background: url(../img/custom/about04_bg.jpg) center/cover no-repeat;
}
.about05bg .bg-animation {
    background: url(../img/custom/about05_bg.jpg) center/cover no-repeat;
}

.about1-area1 article {
    padding: 200px 0;
    background: url(../img/custom/about1_bg1.jpg) center/cover no-repeat;
}
.about1-area1 article > div {
    max-width: 600px;
    margin: 0 auto;
}
.about1-area1 ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}
.about1-area1 ul h5 {
    position: relative;
    left: 20px;
}
.about1-area2 ul {
    position: relative;
    display: flex;
    align-items: center;
}
.about1-area2 ul:not(:first-child) {
    margin-top: 60px;
}
.about1-area2 ul::before {
    position: absolute;
    content: attr(data-num);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    font-size: 42px;
    border-radius: 50%;
    font-family: 'Jeju Myeongjo', serif;
    color: #cfaa7a;
    border: 1px solid #cfaa7a;
}
.about1-area2 ul > li {
    flex: 1;
}
.about1-area2 ul .img {
    position: relative;
    display: inline-block;
}
.about1-area2 ul .img::before {
    position: absolute;
    content: '';
    right: -220px;
    bottom: -36px;
    width: 230px;
    height: 2px;
    background: #333;
    transform: rotate(19deg);
    z-index: -1;
}
.about1-area2 ul .txt {
    margin-left: 40px;
}
.about1-area2 ul .txt h5 {
    font-family: 'NanumSquare', san-serif;
    font-weight: 400;
    transform: skew(-0.1deg);
}
.about1-area2 ul .txt p {
    margin-top: 40px;
    white-space: pre-line;
}
.about1-area2 ul .txt span {
    font-weight: 900;
}
.about1-area2 ul:nth-child(2n) {
    flex-direction: row-reverse;
}
.about1-area2 ul:nth-child(2n)::before {
    right: auto;
    left: 0;
}
.about1-area2 ul:nth-child(2n) > li:first-child {
    text-align: right;
}
.about1-area2 ul:nth-child(2n) .img {
    text-align: right;
}
.about1-area2 ul:nth-child(2n) .img::before {
    right: auto;
    left: -220px;
    transform: rotate(-19deg);
}
.about1-area2 ul:nth-child(2n) .txt {
    text-align: right;
    margin-left: 0;
    margin-right: 40px;
}
.about1-area2 ul:last-child .img::before {
    display: none;
}
.about1-area3 {
    background: #f4ede6 !important;
}
.about1-area3 ul.flex img {
    width: 100%;
}
.about1-area3 ul.flex h5 {
    padding: 5px;
    color: #fff;
    background: #3e362e;
    font-family: 'NanumSquare', san-serif;
    font-weight: 900;
    transform: skew(-0.1deg);
}
.about1-area4 {
    background: url(../img/custom/about1_bg2.jpg) center/cover no-repeat;
}
.about1-area4 ul.flex > li > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 250px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.about1-area4 ul.flex .tit {
    font-weight: 900;
    color: #cfaa7a;
}
.about1-area4 ul.flex .sub {
    margin-top: 20px;
}
.about1-area4 ul.flex .sub b {
    font-weight: 900;
}

.about2-area1 {
    padding: 60px 0 !important;
}
.about2-area1 .middle-title p span {
    font-weight: 900;
}
.about2-area2 article {
    position: relative;
}
.about2-area2 article::before {
    position: absolute;
    content: '';
    top: 230px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #989490;
    z-index: -1;
}
.about2-area2 article:not(:first-child) {
    margin-top: 80px;
}
.about2-area2 .profile {
    position: relative;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.about2-area2 .profile > li:last-child {
    margin-left: 30px;
    flex: 1;
}
.about2-area2 .profile .txt .name {
    font-family: 'NanumSquare', san-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.about2-area2 .profile .txt {
    margin-bottom: 60px;
}
.about2-area2 .profile .txt .name span {
    margin-left: 10px;
    padding: 5px 10px;
    font-size: 0.5em;
    color: #d0aa7b;
    background: #3e362e;
}
.about2-area2 .profile .txt .sub {
    margin-top: 30px;
}
.about2-area2 .profile .txt .sub p {
    line-height: 2;
    padding-left: 15px;

}
.docter_mark {
    position: relative;
    padding-left: 28px;
}
.about2-area2 .profile .txt .sub p.ebold{
    position: relative;
    padding-left: 28px;
}
.docter_mark::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: url(../img/custom/about2_03.png) center/cover no-repeat;
}
.about2-area2 .profile .txt .sub p.ebold::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background: url(../img/custom/about2_03.png) center/cover no-repeat;
}

.about2-area2 .profile .list {
    display: flex;
}
.about2-area2 .profile .list ul:not(:first-child) {
    margin-left: 50px;
}
.about2-area2 .profile .list ul > li {
    position: relative;
    padding-left: 15px;
}
.about2-area2 .profile .list ul > li::before,
.about2-area2 .profile .txt .sub p::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}
.about2-area2 .profile .list ul > li:not(:first-child) {
    margin-top: 5px;
}
.about2-area2 .profile .list p {
    font-size: 16px;
}
.about2-area2 article:nth-child(2n) .profile {
    flex-direction: row-reverse;
}
.about2-area2 article:nth-child(3)::before,
.about2-area2 article:nth-child(4)::before {
    top: 268px;
}
.about2-area2 article:nth-child(5)::before {
    top: 260px;
}
.about2-area2 article:nth-child(1) .profile::before,
.about2-area2 article:nth-child(5) .profile::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 174px;
    height: 168px;
    background: url(../img/custom/about2_bg1.png) center/cover no-repeat;
}
.about2-area2 article:nth-child(5) .profile::before {
    top: auto;
    bottom: 0;
}

.about03-area1 ul.flex .txt {
    margin: 25px 0 0 20px;
}
.about03-area1 ul.flex h5 {
    margin-bottom: 10px;
    color: #cfaa7a;
}
.about03-area2 {
    margin-top: 60px;
    padding-top: 60px !important;
    border-top: 1px solid #a5a19d;
}
.about03-area2 ul.flex .txt h5 {
    margin-top: 20px;
    color: #cfaa7a;
    font-weight: 700;
}
.about03-area2 ul.flex .txt h5 span {
    font-size: 0.7em;
    font-weight: 500;
}

.about04-area1 #gallery {
    position: relative;
    padding-bottom: 120px;
}
.about04-area1 #gallery .tit {
    position: absolute;
    right: 0;
    bottom: -35px;
    font-size: 110px;
    font-weight: 900;
    color: #c8c4bf;
    line-height: 1;
    text-align: right;
    white-space: pre-line;
}

.about05-area1 .root_daum_roughmap {
    width: 100% !important;
}
.about05-area1 .root_daum_roughmap .wrap_controllers {
    display: none;
}
.about05-area1 .info {
    color: #fff;
    background: #211d19;
}
.about05-area1 .info .inner {
    max-width: 1000px;
    border-right: 1px solid #d0aa7b;
}
.about05-area1 .top {
    border-bottom: 1px solid #d0aa7b;
}
.about05-area1 .top ul.flex {
    padding: 50px 0;
}
.about05-area1 .top .left {
    display: flex;
    align-items: center;
}
.about05-area1 .top .left h4 {
    margin-left: 15px;
    color: #d0aa7b;
}
.about05-area1 .top .right .list {
    display: flex;
    flex-direction: column;
}
.about05-area1 .top .right .list > li:not(:first-child) {
    margin-top: 5px;
}
.about05-area1 .top .right .list > li:nth-child(2) {
    position: relative;
}
.about05-area1 .top .right .list > li:nth-child(2)::before {
    position: absolute;
    content: '';
    left: -50px;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    width: 39px;
    height: 39px;
    background: url(../img/custom/about05_03.png) center/cover no-repeat;
}
.about05-area1 .top .right .list > li:nth-child(2) p {
    color: #d0aa7b;
    font-weight: 900;
}
.about05-area1 .top .right .list > li > ul {
    display: flex;
    display: inline-flex;
    margin-bottom: 3px;
    text-align: left;
}
.about05-area1 .top .right .list > li > ul > li:first-child {
    margin-right: 20px;
    width: 100px;
    text-align-last: justify;
    text-align: center;
    position: relative;
}
.about05-area1 .top .right .list > li > ul > li:last-child p {
    font-weight: 900;
}
.about05-area1 .top .right .list > li p {
    font-size: 22px;
}
.about05-area1 .top .right .notice {
    margin-top: 10px;
}
.about05-area1 .top .right .notice p {
    line-height: 1.4;
    color: #d0aa7b;
}
.about05-area1 .btm .call {
    padding: 40px 0;
    display: flex;
    align-items: center;
}
.about05-area1 .btm .call h2 {
    margin-left: 15px;
    color: #fff;
}
.about05-area2.bg-gray {
    padding: 50px 0;
    background: #f2f2f2;
}
.about05-area2 ul.flex:last-child {
    margin-top: 80px;
}
.about05-area2 ul.flex .left {
    display: flex;
    align-items: center;
}
.about05-area2 ul.flex .left .img {
    display: flex;
    justify-content: center;
    width: 44px;
    margin-right: 15px;
}
.about05-area2 ul.flex:first-child .right p {
    display: flex;
    align-items: center;
}
.about05-area2 ul.flex:first-child .right img {
    margin-right: 5px;
}
.about05-area2 ul.flex .right h6 {
    margin-bottom: 5px;
}
.about05-area3 ul.flex {
    margin-top: 40px;
}
.about05-area3 ul.flex a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about05-area3 ul.flex .img {
    margin-right: 15px;
}
.about05-area3 ul.flex .txt p {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}
.about05-area3 ul.flex .txt h6 {
    font-weight: 900;
    font-family: 'NanumSquare', san-serif;
    color: #454545;
}

/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width: 1500px) {
}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width: 1200px) {
    .about1-area2 ul .img::before {
        display: none;
    }

    .about2-area2 .profile {
        flex-direction: column !important;
    }
    .about2-area2 .profile::before {
        position: absolute;
        content: '';
        top: 10px !important;
        right: 10px !important;
        width: 174px;
        height: 168px;
        background: url(../img/custom/about2_bg1.png) center/cover no-repeat;
    }
    .about2-area2 .profile .img {
        text-align: center;
        background: #f7f7f7;
    }
    .about2-area2 .profile > li:last-child {
        display: flex;
        padding: 40px 20px 0;
        margin-left: 0;
    }
    .about2-area2 .profile .txt {
        margin-bottom: 0;
    }
    .about2-area2 .profile .txt .sub {
        margin-top: 10px;
    }
    
    .about2-area2 .profile .txt .sub p {
        font-size: 15px;
        padding-left:15px;
    }
    .about2-area2 .profile .list {
        margin-left: 40px;
    }
    .about2-area2 .profile .list ul:not(:first-child) {
        margin-left: 30px;
    }
    .about2-area2 .profile .list p {
        font-size: 15px;
    }

    .about05-area3 ul.flex {
        margin-top: 0;
    }
    .about05-area3 ul.flex > li:not(:first-child) {
        margin-top: 40px;
    }
}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width: 1025px) {
    .about1-area1 article {
        padding: 155px 0;
    }
    .about1-area2 ul::before {
        width: 65px;
        height: 65px;
        font-size: 32px;
    }

    .about04-area1 #gallery .tit {
        bottom: 0;
        font-size: 90px;
    }
}

/*================================================================ 900px 이하 ================================================================= */
@media screen and (max-width: 900px) {
    .about2-area2 .profile > li:last-child {
        display: block;
        max-width: 600px;
        margin: 0 auto;
    }
    .about2-area2 .profile .txt {
        margin-bottom: 30px;
    }
    .about2-area2 .profile .list {
        margin-left: 0;
    }

    .about03-area2 ul.flex {
        max-width: 600px;
        margin: 0 auto;
    }
    .about03-area2 ul.flex > li {
        width: 50%;
    }
    .about03-area2 ul.flex > li:nth-child(n + 3):nth-child(-n + 4) {
        margin-top: 30px;
    }
}

/*================================================================ 769px 이하 ================================================================= */
@media screen and (max-width: 769px) {
    .about1-area1 article {
        padding: 120px 0;
    }
    .about1-area1 article > div {
        max-width: 400px;
    }
    .about1-area2 ul {
        flex-direction: column !important;
    }
    .about1-area2 ul::before {
        display: none;
    }
    .about1-area2 ul .txt {
        margin: 20px 0 0 !important;
        text-align: center !important;
    }
    .about1-area2 ul .txt p {
        margin-top: 20px;
    }
    .about1-area2 ul .img::after {
        position: absolute;
        content: attr(data-num);
        display: flex;
        align-items: center;
        justify-content: center;
        top: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        font-size: 26px;
        z-index: 1;
        border-radius: 50%;
        font-family: 'Jeju Myeongjo', serif;
        color: #fff;
        background: rgba(207, 170, 122, 0.6);
    }
    .about1-area4 ul.flex > li > div {
        margin: 5px;
    }

    .about2-area2 .profile .list ul > li::before,
    .about2-area2 .profile .txt .sub p::before{
        top: 10px;
        transform: none;
    }
    
    .about2-area2 .profile .txt .sub p::before {
        top: 14px;
    }

    .about03-area1 ul.flex > li > div {
        text-align: center;
    }
    .about03-area1 ul.flex > li:last-child {
        margin-top: 30px;
    }

    .about04-area1 #gallery .tit {
        bottom: -20px;
        font-size: 72px;
    }

    .about05-area1 .top ul.flex {
        flex-direction: column;
    }
    .about05-area1 .top ul.flex > li {
        width: 100%;
        text-align: center;
    }
    .about05-area1 .top .left {
        margin-bottom: 20px;
        justify-content: center;
    }
    .about05-area1 .btm .call {
        justify-content: center;
    }
    .about05-area2 ul.flex {
        flex-direction: column;
    }
    .about05-area2 ul.flex:last-child {
        margin-top: 60px;
    }
    .about05-area2 ul.flex > li {
        width: 100%;
        text-align: center;
    }
    .about05-area2 ul.flex .left {
        margin-bottom: 20px;
        justify-content: center;
    }
    .about05-area2 ul.flex .left .img {
        width: auto;
    }
    .about05-area2 ul.flex:first-child .right p {
        justify-content: center;
    }
}

/*================================================================ 600px 이하 ================================================================= */
@media screen and (max-width: 600px) {
    .about1-area4 ul.flex > li {
        width: 100%;
    }
    .about1-area4 ul.flex > li > div {
        padding: 30px 10px;
        height: auto;
    }

    .about2-area2 .profile .list ul:not(:first-child) {
        margin-left: 20px;
    }
}

/*================================================================ 425px 이하 ================================================================= */
@media screen and (max-width: 425px) {
    .about1-area1 .inner {
        padding: 0;
    }
    .about1-area1 article {
        padding: 75px 0;
        background: url(../img/custom/m_about1_bg1.jpg) center/cover no-repeat;
    }
    .about1-area1 ul {
        justify-content: center;
    }
    .about1-area1 ul > li:last-child {
        position: absolute;
        right: 40px;
    }
    .about1-area1 ul h5 {
        left: auto;
    }
    .about1-area1 ul img {
        max-width: 100px;
    }
    .about1-area2 .inner {
        padding: 0 20px;
    }
    .about1-area2 ul:not(:first-child) {
        margin-top: 40px;
    }
    .about1-area2 ul > li {
        width: 100%;
    }
    .about1-area2 ul .img {
        width: 100%;
    }
    .about1-area2 ul .img img {
        width: 100%;
    }
    .about1-area2 ul .txt {
        text-align: left !important;
    }
    .about1-area2 ul .txt p {
        margin-top: 10px;
    }
    .about1-area3 .inner {
        padding: 0;
        overflow: hidden;
    }
    .about1-area3 article > div {
        text-align: right;
    }
    .about1-area3 article > div:not(:first-child) {
        margin-top: 30px;
    }
    .about1-area3 article > div > div {
        display: inline-block;
        width: calc(100% - 50px);
    }
    .about1-area3 article img {
        width: 100%;
    }
    .about1-area3 article h5 {
        position: relative;
        text-align: left;
        padding: 15px;
        font-family: 'NanumSquare', san-serif;
        font-weight: 900;
    }
    .about1-area3 article h5::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 100px;
        transform: translateY(-50%);
        width: 300px;
        height: 1px;
        background: #333;
    }
    .about1-area3 article > div:nth-child(2n) {
        text-align: left;
    }
    .about1-area3 article > div:nth-child(2n) h5 {
        text-align: right;
    }
    .about1-area3 article > div:nth-child(2n) h5::before {
        right: 100px;
        left: auto;
    }
    .about1-area4 {
        background: url(../img/custom/m_about1_bg2.jpg) center/cover no-repeat;
    }
    .about1-area4 ul.flex .sub {
        margin-top: 10px;
    }

    .about2-area2 .profile::before {
        width: 120px !important;
        height: 116px !important;
    }
    .about2-area2 .profile > li:last-child {
        max-width: 290px;
        padding: 20px 0 0;
    }
    .about2-area2 .profile .list {
        flex-direction: column;
    }
    .about2-area2 .profile .list ul:not(:first-child) {
        margin: 30px 0 0;
    }

    .about03-area2 {
        padding-top: 40px !important;
        margin-top: 40px;
    }
    .about03-area2 ul.flex > li:nth-child(n + 3):nth-child(-n + 4) {
        margin-top: 20px;
    }
    .about03-area2 ul.flex .txt h5 {
        line-height: 1.2;
    }

    .about04-area1 #gallery {
        padding-bottom: 100px;
    }
    .about04-area1 #gallery .tit {
        bottom: 0;
        font-size: 48px;
    }

    .about05-area1 .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }
    .about05-area1 .top ul.flex {
        padding: 40px 0;
    }
    .about05-area1 .top .right .list > li > ul > li:first-child {
        width: 85px;
    }
    .about05-area1 .top .right .list > li p {
        font-size: 18px;
    }
    .about05-area1 .btm .call {
        padding: 30px 0;
    }
    .about05-area2.bg-gray {
        padding: 40px 0;
    }
    .about05-area2 ul.flex:last-child {
        margin-top: 50px;
    }
    .about05-area3 ul.flex > li:not(:first-child) {
        margin-top: 15px;
    }
    .about05-area3 ul.flex .img {
        margin-right: 10px;
        max-width: 70px;
    }
    .about05-area3 ul.flex .txt p {
        padding-bottom: 0;
    }
}

/* ============================================================================================================================ */
/* ======================================================= sub1 custom 코드 ==================================================== */
/* ============================================================================================================================ */

/* ============================================================================================================================ */
/* ======================================================= sub2 custom 코드 ==================================================== */
/* ============================================================================================================================ */

.special01bg .bg-animation {
    background: url(../img/custom/special01_bg.jpg) center/cover no-repeat;
}
.special02bg .bg-animation {
    background: url(../img/custom/special02_bg.jpg) center/cover no-repeat;
}
.special03bg .bg-animation {
    background: url(../img/custom/special03_bg.jpg) center/cover no-repeat;
}
.special04bg .bg-animation {
    background: url(../img/custom/special04_bg.jpg) center/cover no-repeat;
}
.special05bg .bg-animation {
    background: url(../img/custom/special05_bg.jpg) center/cover no-repeat;
}

.sp01-area1 ul.flex > li > div {
    width: 100%;
    height: 360px;
}
.sp01-area1 ul.flex .img .bg-animation {
    background: url(../img/custom/special01_01.jpg) center/cover no-repeat;
}
.sp01-area1 ul.flex .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background: #211d19;
    color: #fff;
}
.sp01-area1 ul.flex .txt h4 {
    white-space: pre-line;
    line-height: 1.4;
}
.sp01-area1 ul.flex:last-child .img .bg-animation {
    background: url(../img/custom/special01_02.jpg) center/cover no-repeat;
}
.sp01-area1 ul.flex:last-child .txt {
    color: #333;
    background: #f8f1ea;
}
.sp01-area2 ul.flex > li:not(:last-child) > div::before {
    position: absolute;
    content: '';
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 3px;
    background: #333;
}
.sp01-area2 ul.flex > li:not(:last-child) > div::after {
    position: absolute;
    content: '';
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 25px;
    background: #333;
}
.sp01-area2 ul.flex > li:nth-child(2) > div::before {
    top: calc(50% + 5px);
    right: -45px;
}
.sp01-area2 ul.flex > li:nth-child(2) > div::after {
    top: calc(50% - 5px);
    right: -45px;
    width: 25px;
    height: 3px;
}
.sp01-area3 article {
    border: 1px solid #c9c9c9;
}
.sp01-area3 article div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.sp01-area3 article div::before {
    position: absolute;
    content: '';
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 147px;
    height: 128px;
    background: url(../img/custom/special01_06.png) center/cover no-repeat;
}
.sp01-area3 article div.btm {
    background: #6d5f50;
    color: #fff;
}
.sp01-area3 article div.btm::before {
    left: auto;
    right: 30px;
    width: 121px;
    height: 118px;
    background: url(../img/custom/special01_08.png) center/cover no-repeat;
}
.sp01-area3 article p {
    white-space: pre-line;
    text-align: center;
}
.sp01-area4.bg-gray {
    padding-bottom: 0;
    color: #fff;
}
.sp01-area4 .bg-animation {
    background: url(../img/custom/special01_bg1.jpg) center/cover no-repeat;
}
.sp01-area5.bg-gray {
    padding: 160px 0;
    color: #fff;
}
.sp01-area5 .bg-animation {
    background: url(../img/custom/special01_bg2.jpg) center/cover no-repeat;
}
.sp01-area5 .img {
    margin: 50px 0;
    text-align: center;
}

.sp02-area1 .bg-animation {
    background: url(../img/custom/special02_bg1.jpg) center/cover no-repeat;
}
.sp02-area1 .middle-title {
    text-align: left;
}
.sp02-area2 article {
    position: relative;
}
.sp02-area2 article::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 135px;
    width: 100%;
    height: 2px;
    background: #403b36;
}
.sp02-area2 ul.flex > li {
    max-width: 550px;
}
.sp02-area2 ul.flex .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 10px;
    background: #241f1c;
    color: #fff;
}
.sp02-area2 ul.flex .txt h6 {
    white-space: pre-line;
}
.sp02-area3 ul.flex > li > div {
    width: 100%;
    height: 610px;
}
.sp02-area3 .left {
    display: flex;
    justify-content: flex-end;
    padding: 80px 10px;
    background: #241f1c;
    color: #fff;
}
.sp02-area3 .left article {
    margin-right: 80px;
}
.sp02-area3 .left h4 {
    margin-bottom: 40px;
}
.sp02-area3 .left ul > li:not(:first-child) {
    margin-top: 30px;
}
.sp02-area3 .right .bg-animation {
    background: url(../img/custom/special02_05.jpg) center/cover no-repeat;
}
.sp02-area4 article {
    box-shadow: 20px 20px #333;
}
.sp02-area5 {
    background: linear-gradient(to top, #f4ede5 45%, transparent 45%);
    padding-bottom: 40px;
}
.sp02-area6.bg-gray {
    padding: 200px 0 0;
    background: none;
}
.sp02-area6 .bg-animation {
    background: url(../img/custom/special02_bg2.png) center/cover no-repeat;
}
.sp02-area6 .left {
    display: flex;
    justify-content: flex-end;
}
.sp02-area6 .left .middle-title {
    position: relative;
    right: 100px;
    top: -50px;
    text-align: left;
}
.sp02-area6 .left .middle-title h6 {
    font-weight: 900;
    font-size: 30px;
}
.sp02-area6 .right {
    position: relative;
    height: 480px;
    border-radius: 240px 0 0 240px;
    background: #241f1c;
}
.sp02-area6 .right .img {
    position: absolute;
    top: -50px;
    left: -100px;
}

.sp03-area1.bg-gray {
    padding: 80px 0;
    color: #fff;
}
.sp03-area1 .bg-animation {
    background: url(../img/custom/special03_bg1.jpg) center/cover no-repeat;
}
.sp03-area1 .middle-title h2 {
    font-weight: 300;
    color: #cfaa7a;
}
.sp03-area1 ul.flex {
    max-width: 600px;
    margin: 0 auto;
}
.sp03-area1 ul.flex > li:first-child > div {
    margin-right: 40px;
}
.sp03-area1 ul.flex > li:last-child > div {
    margin-left: 40px;
}
.sp03-area1 ul.flex article {
    position: relative;
}
.sp03-area1 ul.flex h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: 1;
    font-weight: 400;
    font-family: 'NanumSquare', san-serif;
}
.sp03-area1 ul.flex h4 span {
    font-size: 1.5em;
}
.sp03-area2 ul.flex .num::before {
    margin: 20px auto 10px;
    background: #3a322a;
    border-radius: 50%;
}
.sp03-area2 ul.flex .sub {
    line-height: 1.5;
    font-weight: 900;
}
.sp03-area3 .img-wrap {
    display: none;
}
.sp03-area3 .middle-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 391px;
    padding: 20px 10px;
    border: 1px solid #e5e5e5;
}
.sp03-area3 .middle-title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 367px;
    height: 391px;
    background: url(../img/custom/special03_05.png) center/cover no-repeat;
}
.sp03-area3 .middle-title::after {
    position: absolute;
    content: '';
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 183px;
    height: 391px;
    background: url(../img/custom/special03_06.png) center/cover no-repeat;
}
.sp03-area4 ul.flex {
    position: relative;
}
.sp03-area4 ul.flex::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: 2px;
    background: #241f1c;
}
.sp03-area4 ul.flex p span {
    display: inline-block;
    margin-top: 15px;
}
.sp03-area4 .circle-box:nth-child(1) > div > div {
    background: #fef9f3;
}
.sp03-area4 .circle-box:nth-child(2) > div > div {
    background: #fff7ed;
}
.sp03-area4 .circle-box:nth-child(3) > div > div {
    background: #fbeddb;
}
.sp03-area4 .circle-box:nth-child(4) > div > div {
    background: #f2e3d1;
}
.sp03-area4 .circle-box:nth-child(5) > div > div {
    background: #ecd8bf;
}
.sp03-area5 .bg-animation {
    background: url(../img/custom/special03_bg2.jpg) center/cover no-repeat;
}
.sp03-area5 .middle-title h5 {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
    white-space: pre-line;
    font-weight: 500;
}
.sp03-area5 .middle-title h5::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: #241f1c;
}
.sp03-area6.bg-gray {
    background: none;
    padding-bottom: 0;
}
.sp03-area6 .bg-animation {
    background: url(../img/custom/special03_bg3.png) center/cover no-repeat;
}
.sp03-area6 .bar {
    margin: 20px auto;
    width: 1px;
    height: 120px;
    background: #241f1c;
}
.sp03-area6 table {
    width: 100%;
}
.sp03-area6 table td {
    padding: 20px 10px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    vertical-align: middle;
}
.sp03-area6 table thead td {
    padding: 15px 10px;
}
.sp03-area6 table thead td:first-child {
    background: #241f1c;
    color: #fff;
}
.sp03-area6 table thead td:last-child {
    background: #7c7c7c;
    color: #fff;
}
.sp03-area6 table td:first-child p {
    font-weight: 900;
}

.sp04-area1 article {
    box-shadow: 20px 20px #333;
}
.sp04-area2::before {
    position: absolute;
    content: '';
    right: 100px;
    bottom: 100px;
    width: 452px;
    height: 439px;
    background: url(../img/custom/special04_19.png) center/cover no-repeat;
}
.sp04-area2 ul.flex {
    max-width: 1000px;
    margin: 0 auto;
}
.sp04-area2 ul.flex > li:nth-child(n + 4):nth-child(-n + 18) {
    margin-top: 30px;
}
.sp04-area2 ul.flex img {
    width: 100%;
}
.sp04-area2 ul.flex .num::before {
    background: #cfaa7a;
}
.sp04-area2 ul.flex .tit {
    margin: 20px 0 10px;
    color: #cfaa7a;
    font-weight: 900;
    font-family: 'NanumSquare', san-serif;
}
.sp04-area2 ul.flex .sub {
    line-height: 1.6;
}
.sp04-area3 ul {
    display: flex;
    justify-content: center;
}
.sp04-area3 ul .left {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.sp04-area3 ul .left:not(:first-child) {
    margin-top: 15px;
}
.sp04-area3 ul .left p {
    font-size: 22px;
}
.sp04-area3 ul .left p:first-child {
    padding: 2px 15px;
    margin-right: 10px;
    width: 75px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    background: #333;
}
.sp04-area4 article {
    border: 1px solid #ccc;
    padding: 60px 10px;
    background: #fff;
}
.sp04-area4 article ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp04-area4 article ul > li:first-child > div {
    margin-right: 20px;
}

.sp05-area2.bg-gray {
    padding: 150px 0 200px;
    color: #fff;
}
.sp05-area2 .bg-tit {
    position: absolute;
    right: 50px;
    bottom: 30px;
    text-align: right;
}
.sp05-area2 .bg-tit h2 {
    font-size: 80px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
}
.sp05-area2 .bg-animation {
    background: url(../img/custom/special05_bg1.jpg) center/cover no-repeat;
}
.sp05-area3.bg-gray {
    padding: 200px 0;
    margin: 200px 0 320px;
    background: url(../img/custom/special05_bg2.jpg) center/cover no-repeat;
}
.sp05-area3 article {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sp05-area3 article img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sp05-area3 article .notice {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    margin: 40px auto 0;
    width: 1000px;
    background: #f1f1f1;
}
.sp05-area3 article .notice .tit {
    font-weight: 900;
    margin-bottom: 10px;
}
.sp05-area3 article .notice ul > li p {
    position: relative;
    padding-left: 20px;
}
.sp05-area3 article .notice ul > li p::before {
    position: absolute;
    content: attr(data-num);
    left: 0;
    top: 0;
    font-size: 1em;
}
.sp05-area4.bg-gray {
    background: linear-gradient(to top, #f4ede5 40%, transparent 40%);
    background-color: none;
}
.sp05-area4 .bg-tit {
    position: absolute;
    right: 50px;
    bottom: 30px;
    text-align: right;
}
.sp05-area4 .bg-tit h2 {
    font-size: 80px;
    font-weight: bold;
    color: rgba(36, 31, 28, 0.3);
    line-height: 1;
}
.sp05-area5.bg-gray {
    padding: 220px 0;
    color: #fff;
}
.sp05-area5 .bg-animation {
    background: url(../img/custom/special05_bg3.jpg) center/cover no-repeat;
}
.sp05-area5 .middle-title {
    text-align: right;
}
.sp05-area6 .left {
    height: 500px;
}
.sp05-area6 .left .bg-animation {
    background: url(../img/custom/special05_05.jpg) center/cover no-repeat;
}
.sp05-area6 .right {
    padding-left: 80px;
}
.sp05-area6 .right .middle-title {
    text-align: left;
}
.sp05-area6 .right .middle-title p:last-child {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Jeju Myeongjo', serif;
}
.sp05-area6 .right .sign {
    margin-top: 40px;
}
.sp05-area6 .right .sign p {
    position: relative;
    display: inline-block;
    padding: 10px 0 0;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Jeju Myeongjo', serif;
}
.sp05-area6 .right .sign p::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 92px;
    height: 21px;
    background: url(../img/custom/special05_04.png) center/cover no-repeat;
}
.sp05-area6 .right .sign p::after {
    position: absolute;
    content: '';
    top: 50%;
    right: calc(-100% + 25px);
    transform: translateY(-50%);
    width: 179px;
    height: 66px;
    background: url(../img/custom/special05_06.png) center/cover no-repeat;
}

.nopain-area1 ul.flex > li {
    max-width: 350px;
}
.nopain-area1 ul.flex .tab {
    padding: 15px 10px;
    border: 1px solid #2d2723;
    text-align: center;
    font-weight: 500;
    transition: all 0.4s ease-in, border-radius 0.9s ease-in;
    cursor: pointer;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nopain-area1 ul.flex .tab.on {
    background: #2d2723;
    color: #fff;
    border-radius: 20px 0 20px 0;
}
.nopain-area2 ul.flex .txt h6 {
    display: inline-block;
    margin: 20px 0 0;
    font-weight: bold;
    border-bottom: 2px solid #2d2723;
}
.nopain-area2 ul.flex .txt h5 {
    margin: 0 0 15px;
    font-weight: bold;
}
.nopain-area3.bg-gray {
    padding: 200px 0;
    color: #fff;
}
.nopain-area3 .bg-animation {
    background: url(../img/custom/nopain_bg1.jpg) center/cover no-repeat;
}
.nopain-area4 ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.nopain-area4 ul .img {
    position: relative;
}
.nopain-area4 ul .img::before {
    position: absolute;
    content: '';
    left: -140px;
    top: 0;
    width: 280px;
    height: 280px;
    background: #cea97a;
    border-radius: 50%;
    z-index: -1;
}
.nopain-area4 ul .txt {
    margin-left: 50px;
}
.nopain-area4 ul .txt h5 {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 2px solid #241f1c;
}
.nopain-area4 ul .txt p {
    white-space: pre-line;
}
.nopain-area5 .hashtag {
    display: flex;
    justify-content: space-between;
}
.nopain-area5 .hashtag > li > div {
    padding: 5px 40px;
    margin: 0 10px;
    border-radius: 40px;
    background: #21201e;
}
.nopain-area5 .hashtag h5 {
    display: inline-block;
    color: #fff;
    font-family: 'NanumSquare', san-serif;
    font-weight: 700;
}
.nopain-area6 .inner {
    max-width: 1300px;
    margin: 0 auto;
}
.nopain-area6 .wrap {
    display: flex;
}
.nopain-area6 .left {
    flex: 1;
}
.nopain-area6 .left ul.flex .img {
    border: 2px solid #cfaa7a;
}
.nopain-area6 .left ul.flex .tit {
    padding: 10px;
    background: #cfaa7a;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.nopain-area6 .left ul.flex > li:last-child .img {
    border: 1px solid #c2c2c2;
}
.nopain-area6 .left ul.flex > li:last-child .tit {
    background: #c2c2c2;
}
.nopain-area6 .left ul.flex .txt {
    padding: 20px 0 0 10px;
    text-align: left;
}
.nopain-area6 .left ul.flex .txt h5 {
    margin-bottom: 10px;
    font-weight: bold;
}
.nopain-area6 .right {
    max-width: 600px;
    width: 100%;
}
.nopain-area6 .right > div {
    position: relative;
    margin-left: 50px;
}
.nopain-area6 .right article {
    padding: 50px 30px;
    height: 550px;
    border-radius: 20px;
    background: #21201e;
    color: #fff;
}
.nopain-area6 .right article h5 {
    font-weight: bold;
}
.nopain-area6 .right article p {
    white-space: pre-line;
}
.nopain-area6 .right article p:last-child {
    margin-top: 30px;
}
.nopain-area6 .right .img {
    position: absolute;
    right: -50px;
    bottom: -30px;
}
section.nopain[data-index='1'],
section.nopain[data-index='2'] {
    display: none;
}

/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width: 1500px) {
    .sp02-area3 .left {
        justify-content: center;
    }
    .sp02-area3 .left article {
        margin: 0;
    }
    .sp02-area6 .left {
        justify-content: center;
    }
    .sp02-area6 .left .middle-title {
        position: static;
        padding-bottom: 40px;
    }
}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width: 1200px) {
    .sp02-area3 ul.flex > li {
        width: 100%;
    }
    .sp02-area3 ul.flex > li > div {
        height: auto;
    }
    .sp02-area3 .left {
        padding: 50px 10px;
    }
    .sp02-area3 .right {
        height: 500px !important;
    }
    .sp02-area6.bg-gray {
        padding: 120px 0 0;
    }
    .sp02-area6.bg-gray::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 400px;
        height: 370px;
        background: url(../img/custom/special02_10.png) center/cover no-repeat;
    }
    .sp02-area6 .bg-animation {
        display: none;
    }
    .sp02-area6 ul.flex {
        flex-direction: column-reverse;
        max-width: 500px;
        margin: 0 auto;
    }
    .sp02-area6 ul.flex > li {
        width: 100%;
    }
    .sp02-area6 .left {
        padding: 40px 10px;
        background: #241f1c;
        color: #fff;
        border-radius: 0 0 20px 0;
    }
    .sp02-area6 .left .middle-title {
        padding-bottom: 0;
    }
    .sp02-area6 .left .middle-title h6 {
        font-size: 25px;
    }
    .sp02-area6 .right {
        height: auto;
        border-radius: 0;
        background: none;
    }
    .sp02-area6 .right .img {
        position: static;
        padding: 20px;
        text-align: center;
        border: 1px solid #241f1c;
        background: #fff;
        border-radius: 20px 0 0 0;
    }
    .sp02-area6 .right .img img {
        max-width: 400px;
        width: 100%;
    }

    .sp03-area3 article {
        max-width: 600px;
        margin: 0 auto;
        border: 1px solid #ccc;
    }
    .sp03-area3 .img-wrap {
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #ccc;
    }
    .sp03-area3 .img:first-child {
        margin-right: 50px;
    }
    .sp03-area3 .middle-title {
        display: block;
        height: auto;
        padding: 40px 10px;
        border: none;
        background: #241f1c;
        color: #fff;
    }
    .sp03-area3 .middle-title::before,
    .sp03-area3 .middle-title::after {
        display: none;
    }

    .sp04-area2::before {
        width: 300px;
        height: 291px;
        right: 50px;
        bottom: 180px;
    }

    .sp05-area2.bg-gray {
        padding: 120px 0 180px;
    }
    .sp05-area2 .bg-tit {
        right: 20px;
        bottom: 20px;
    }
    .sp05-area2 .bg-tit h2 {
        font-size: 72px;
    }
    .sp05-area3 article .notice {
        max-width: 800px;
    }
    .sp05-area3 article .notice ul > li:last-child {
        margin-top: 10px;
    }
    .sp05-area4 .bg-tit {
        right: 20px;
        bottom: 20px;
    }
    .sp05-area4 .bg-tit h2 {
        font-size: 72px;
    }
    .sp05-area5 .bg-animation {
        background-position-x: -200px;
    }
    .sp05-area6 .right {
        padding-left: 30px;
    }

    .nopain-area1 ul.flex .tab {
        margin: 0 10px;
    }
    .nopain-area6 .wrap {
        flex-direction: column;
        max-width: 800px;
        margin: 0 auto;
    }
    .nopain-area6 .right {
        margin: 40px auto 0;
    }
    .nopain-area6 .right > div {
        margin-left: 0;
    }
}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width: 1025px) {
    .sp02-area2 ul.flex .txt {
        height: 220px;
    }

    .sp04-area3 ul .left p {
        font-size: 20px;
    }

    .sp05-area5 .middle-title {
        margin-right: 20px;
    }
    .sp05-area6 .right .middle-title p:last-child {
        font-size: 20px;
    }
    .sp05-area6 .right .sign {
        margin-top: 30px;
    }

    .nopain-area6 .right article {
        height: 480px;
    }
}

/*================================================================ 900px 이하 ================================================================= */
@media screen and (max-width: 900px) {
    .sp01-area1 ul.flex > li > div {
        height: 300px;
    }

    .sp04-area2::before {
        width: 250px;
        height: 243px;
    }

    .sp05-area3.bg-gray {
        margin: 130px 0 320px;
    }
    .sp05-area5.bg-gray {
        padding: 160px 0;
    }

    .nopain-area1 ul.flex .tab {
        margin: 0 5px;
    }
    .nopain-area5 .hashtag {
        flex-wrap: wrap;
    }
    .nopain-area5 .hashtag > li {
        width: 50%;
    }
    .nopain-area5 .hashtag > li > div {
        margin: 5px 10px;
        text-align: center;
    }
}

/*================================================================ 769px 이하 ================================================================= */
@media screen and (max-width: 769px) {
    .sp01-area1 ul.flex {
        flex-direction: column;
    }
    .sp01-area1 ul.flex:last-child {
        flex-direction: column-reverse;
    }
    .sp01-area1 ul.flex > li {
        width: 100%;
    }
    .sp01-area1 ul.flex .img {
        height: 360px;
    }
    .sp01-area1 ul.flex .txt {
        height: auto;
        padding: 50px 15px;
    }
    .sp01-area3 article div {
        padding: 30px 10px;
        height: auto;
        flex-direction: column;
    }
    .sp01-area3 article div::before {
        position: static;
        transform: none;
        margin-bottom: 20px;
    }
    .sp01-area5.bg-gray {
        padding: 120px 0;
    }
    .sp01-area5 .img {
        margin: 40px 0;
    }

    .sp02-area3 .right {
        height: 400px !important;
    }
    .sp02-area6.bg-gray {
        padding: 80px 0 0;
    }

    .sp03-area1 ul.flex > li > div {
        margin: 0 !important;
    }
    .sp03-area1 .progress-ring {
        width: 220px;
        height: 220px;
    }
    .sp03-area4 ul.flex::before {
        display: none;
    }
    .sp03-area4 ul.flex > li {
        width: 33.3%;
    }
    .sp03-area6 .bar {
        height: 80px;
    }

    .sp04-area2 ul.flex > li > div {
        margin: 5px;
    }
    .sp04-area2::before {
        display: none;
    }
    .sp04-area4 article {
        padding: 50px 10px;
    }

    .sp05-area3.bg-gray {
        padding: 80px 0;
        margin: 0;
    }
    .sp05-area3 article {
        position: static;
        transform: none;
        max-width: 509px;
        margin: 0 auto;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .sp05-area3 article .img {
        text-align: center;
    }
    .sp05-area3 article img {
        box-shadow: none;
    }
    .sp05-area3 article .notice {
        position: static;
        transform: none;
        width: 100%;
        margin: 0 auto;
    }
    .sp05-area4.bg-gray {
        padding-bottom: 120px;
    }
    .sp05-area6 ul.flex > li {
        width: 100%;
    }
    .sp05-area6 {
        padding-top: 0 !important;
    }
    .sp05-area6 .left {
        height: 420px;
    }
    .sp05-area6 .right {
        padding: 40px 0 0 20px;
    }
    .sp05-area6 .right .middle-title h6 {
        font-size: 28px;
    }

    .nopain-area1 ul.flex .tab h5 {
        white-space: pre-line;
        font-size: 20px;
    }
    .nopain-area3.bg-gray {
        padding: 140px 0;
    }
    .nopain-area4 ul .img img {
        max-width: 120px;
    }
    .nopain-area4 ul .img::before {
        left: -100px;
        width: 200px;
        height: 200px;
    }
    .nopain-area4 ul .txt {
        margin-left: 40px;
    }
}

/*================================================================ 600px 이하 ================================================================= */
@media screen and (max-width: 600px) {
    .sp01-area2 ul.flex > li {
        width: 50%;
    }
    .sp01-area2 ul.flex > li:not(:last-child) > div::before {
        right: -32px;
    }
    .sp01-area2 ul.flex > li:not(:last-child) > div::after {
        right: -21px;
    }
    .sp01-area2 ul.flex > li:nth-child(2) > div::before {
        top: auto;
        right: auto;
        left: -15px;
        bottom: 0;
        transform: none;
        width: 3px;
        height: 25px;
    }
    .sp01-area2 ul.flex > li:nth-child(2) > div::after {
        top: auto;
        right: auto;
        left: -28px;
        bottom: 0;
        transform: none;
        width: 3px;
        height: 25px;
    }

    .sp02-area1 .bg-animation {
        background: url(../img/custom/special02_bg1m.jpg) center/cover no-repeat;
    }
    .sp02-area1 ul.flex > li:last-child {
        height: 300px;
    }
    .sp02-area2 ul.flex > li {
        width: 100%;
    }
    .sp02-area2 ul.flex .img {
        padding: 10px 0 0 0;
        border-radius: 15px 0 0 0;
        border: 1px solid #ccc;
    }
    .sp02-area2 ul.flex .txt {
        height: auto;
        padding: 40px 10px;
        border-radius: 0 0 15px 0;
    }
    .sp02-area2 article::before {
        display: none;
    }
    .sp02-area4 article {
        box-shadow: 5px 5px #333;
    }
    .sp02-area6 ul.flex {
        max-width: 450px;
    }
    .sp02-area6 .left .middle-title h6 {
        font-size: 22px;
    }

    .sp03-area4 ul.flex > li > div {
        margin: 5px;
    }
    .sp03-area5 .middle-title h5 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .sp03-area5 .bg-animation {
        background: url(../img/custom/special03_bg2m.jpg) center/cover no-repeat;
    }
    .sp03-area5 ul.flex > li:last-child {
        height: 300px;
    }

    .sp04-area1 article {
        box-shadow: 5px 5px #333;
    }
    .sp04-area2 ul.flex > li {
        width: 50%;
    }
    .sp04-area2 ul.flex > li:nth-child(n + 3):nth-child(-n + 18) {
        margin-top: 30px;
    }
    .sp04-area3 ul {
        flex-direction: column-reverse;
        align-items: center;
    }
    .sp04-area3 ul > li:first-child {
        margin-top: 30px;
    }
    .sp04-area3 ul .left {
        margin-right: 0;
    }
    .sp04-area3 ul .left p {
        font-size: 18px;
    }

    .sp05-area4.bg-gray {
        padding-bottom: 100px;
    }
    .sp05-area4 .bg-tit h2 {
        font-size: 52px;
    }
    .sp05-area5.bg-gray {
        padding: 80px 0;
    }
    .sp05-area5 .bg-animation {
        background: url(../img/custom/special05_bg3m.jpg) center/cover no-repeat;
    }
    .sp05-area5 ul.flex > li:last-child {
        height: 460px;
    }
    .sp05-area5 .middle-title {
        margin-right: 0;
        text-align: left;
    }

    .nopain-area2 ul.flex > li {
        width: 50%;
    }
    .nopain-area5 .hashtag > li {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

/*================================================================ 425px 이하 ================================================================= */
@media screen and (max-width: 425px) {
    .sp01-area1 ul.flex .img {
        height: 210px;
    }
    .sp01-area1 ul.flex .txt {
        padding: 30px 15px;
    }
    .sp01-area2 ul.flex > li > div {
        margin: 10px;
    }
    .sp01-area2 ul.flex > li:first-child > div::after {
        bottom: -17px;
        right: 4px;
        top: auto;
        transform: none;
        width: 10px;
        height: 10px;
        background: none;
        border-right: 3px solid #333;
        border-bottom: 3px solid #333;
    }
    .sp01-area2 ul.flex > li:nth-child(2) > div::after {
        bottom: -17px;
        left: 4px;
        width: 10px;
        height: 10px;
        background: none;
        border-left: 3px solid #333;
        border-bottom: 3px solid #333;
    }
    .sp01-area2 ul.flex > li:not(:last-child) > div::before {
        right: 0;
        bottom: 0;
        top: auto;
        transform: rotate(45deg);
        width: 45px;
        height: 3px;
    }
    .sp01-area2 ul.flex > li:nth-child(2) > div::before {
        left: 0;
        bottom: 0;
        transform: rotate(-45deg);
        width: 45px;
        height: 3px;
    }
    .sp01-area2 ul.flex .img {
        position: relative;
    }
    .sp01-area4 .bg-animation {
        background: url(../img/custom/special01_bg1m.jpg) center/cover no-repeat;
    }
    .sp01-area5.bg-gray {
        padding: 60px 0;
    }

    .sp02-area2 ul.flex .txt {
        padding: 25px 10px;
    }
    .sp02-area3 .left {
        padding: 40px 20px;
    }
    .sp02-area3 .left h4 {
        margin-bottom: 20px;
    }
    .sp02-area3 .right {
        height: 265px !important;
    }
    .sp02-area5 {
        background: linear-gradient(to top, #f4ede5 65%, transparent 65%);
    }
    .sp02-area5 ul.flex > li {
        width: 100%;
    }
    .sp02-area6 ul.flex {
        max-width: 320px;
    }
    .sp02-area6.bg-gray {
        padding: 60px 0 0;
    }
    .sp02-area6.bg-gray::before {
        width: 250px;
        height: 231px;
    }
    .sp02-area6 .left .middle-title h6 {
        font-size: 16px;
    }
    .sp02-area6 .right .img img {
        max-width: 220px;
    }

    .sp03-area1 .progress-ring {
        width: 150px;
        height: 150px;
    }
    .sp03-area2 ul.flex .num::before {
        margin: 10px auto 5px;
    }
    .sp03-area3 .middle-title {
        padding: 20px 10px;
    }
    .sp03-area4 ul.flex > li {
        width: 50%;
    }
    .sp03-area5 ul.flex > li:last-child {
        height: 350px;
    }
    .sp03-area6 .bg-animation {
        background-position-x: -200px;
    }
    .sp03-area6 .bar {
        height: 60px;
    }
    .sp03-area6 colgroup col {
        width: 37.5%;
    }
    .sp03-area6 colgroup col:nth-child(2) {
        width: 25%;
    }

    .sp04-area2 ul.flex .tit {
        margin: 15px 0 8px;
    }
    .sp04-area3 ul .left p {
        font-size: 16px;
    }
    .sp04-area3 ul .right img {
        max-width: 120px;
    }
    .sp04-area4 article {
        padding: 30px 10px;
    }
    .sp04-area4 article ul {
        flex-direction: column;
    }
    .sp04-area4 article ul > li:first-child > div {
        margin: 0 0 20px 0;
    }
    .sp04-area4 article ul > li:first-child img {
        max-width: 150px;
    }
    .sp04-area4 article ul > li:last-child img {
        max-width: 250px;
    }

    .sp05-area2.bg-gray {
        padding: 80px 0 140px;
    }
    .sp05-area2 .bg-tit h2 {
        font-size: 48px;
    }
    .sp05-area3.bg-gray {
        padding: 60px 0;
    }
    .sp05-area3 article .notice {
        padding: 30px 10px;
    }
    .sp05-area4.bg-gray {
        background: linear-gradient(to top, #f4ede5 50%, transparent 50%);
    }
    .sp05-area4 .bg-tit h2 {
        font-size: 42px;
    }
    .sp05-area5.bg-gray {
        padding: 60px 0;
    }
    .sp05-area5 ul.flex > li:last-child {
        height: 360px;
    }
    .sp05-area6 .left {
        height: 300px;
    }
    .sp05-area6 .right .middle-title h6 {
        font-size: 24px;
    }
    .sp05-area6 .right .middle-title p:last-child {
        font-size: 18px;
    }
    .sp05-area6 .right .sign p {
        font-size: 20px;
    }
    .sp05-area6 .right .sign p::after {
        width: 140px;
        height: 52px;
    }

    .nopain-area1 ul.flex {
        flex-direction: column;
    }
    .nopain-area1 ul.flex > li {
        width: 100%;
        margin: 0 auto;
    }
    .nopain-area1 ul.flex .tab {
        margin: 5px 0;
        padding: 10px;
    }
    .nopain-area1 ul.flex .tab h5 {
        white-space: normal;
    }
    .nopain-area2 ul.flex > li {
        width: 100%;
        max-width: 250px;
    }
    .nopain-area3.bg-gray {
        padding: 120px 0;
    }
    .nopain-area4 ul {
        flex-direction: column;
    }
    .nopain-area4 ul .img img {
        max-width: 90px;
    }
    .nopain-area4 ul .img::before {
        width: 180px;
        height: 180px;
    }
    .nopain-area4 ul .txt {
        margin: 30px 0 0 0;
    }
    .nopain-area4 ul .txt h5 {
        margin-bottom: 20px;
    }
    .nopain-area6 .left ul.flex > li {
        width: 100%;
        max-width: 280px;
    }
    .nopain-area6 .left ul.flex > li:last-child {
        margin-top: 20px;
    }
    .nopain-area6 .left ul.flex .txt {
        padding: 10px 0 0 10px;
    }
    .nopain-area6 .right article {
        padding: 40px 20px;
    }
    .nopain-area6 .right .img {
        right: -35px;
        bottom: -35px;
    }
}

@media screen and (max-width: 380px) {
    .sp04-area2 ul.flex .tit {
        font-size: 15px;
    }
    .sp05-area6 .left {
        height: 260px;
    }
}

/* ============================================================================================================================ */
/* ======================================================= sub2 custom 코드 ==================================================== */
/* ============================================================================================================================ */

/* ============================================================================================================================ */
/* ======================================================= sub3 custom 코드 ==================================================== */
/* ============================================================================================================================ */

.imp01bg .bg-animation {
    background: url(../img/custom/imp01_bg.jpg) center/cover no-repeat;
}
.imp02bg .bg-animation {
    background: url(../img/custom/imp02_bg.jpg) center/cover no-repeat;
}
.imp03bg .bg-animation {
    background: url(../img/custom/imp03_bg.jpg) center/cover no-repeat;
}
.imp04bg .bg-animation {
    background: url(../img/custom/imp04_bg.jpg) center/cover no-repeat;
}
.imp05bg .bg-animation {
    background: url(../img/custom/imp05_bg.jpg) center/cover no-repeat;
}
.imp06bg .bg-animation {
    background: url(../img/custom/imp06_bg.jpg) center/cover no-repeat;
}
.imp09bg .bg-animation {
    background: url(../img/custom/imp09_bg.jpg) center/cover no-repeat;
}

.imp01-tit {
    display: inline-block;
    padding: 3px 20px;
    font-weight: 900;
    color: #fff;
    background: #241f1c;
    font-family: 'NanumSquare', san-serif;
}
.point-num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 85px;
    height: 85px;
    background: #cfaa7a;
    color: #fff;
    font-family: 'NanumSquare', san-serif;
}
.point-num h2 {
    line-height: 1;
}
.point-num p {
    margin: 0;
    line-height: 1;
}
.middle-title .point-num {
    margin: 0 auto 20px;
}
.date-txt .img {
    position: relative;
    display: inline-block;
}
.date-txt .img p {
    position: absolute;
    padding: 2px 15px 0;
    right: 10px;
    bottom: 10px;
    background: #918f8f;
    color: #fff;
    font-size: 15px;
}
.bar {
    width: 2px;
    height: 150px;
    background: #241f1c;
    margin: 0 auto;
}

.imp01-area1 .middle-title{text-align:left;}

.imp01-area1 .middle-title h5 .point-color {
    padding: 3px 10px;
    font-size: 1.2em;
    color: #fff;
    background: #241f1c;
}
.imp01-area1 ul.flex .txt .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}
.imp01-area1 ul.flex .txt p {
    padding: 10px;
    margin: 0 auto;
    border-radius: 40px;
    color: #fff;
    background: #cfaa7a;
    font-weight: bold;
}
.imp01-area2.bg-gray {
    color: #fff;
}
.imp01-area2 .bg-animation {
    background: url(../img/custom/imp01_bg1.jpg) center/cover no-repeat;
}
.imp01-area2 ul.flex {
    margin-top: 80px;
}
.imp01-area2 .circle-box > div > div {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    background: none;
    border: 1px solid #fff;
}
.imp01-area2 .circle-box b {
    display: inline-block;
    margin-top: 10px;
    line-height: 1.3;
}
.imp01-area3 .tit {
    text-align: center;
    margin-bottom: 40px;
}
.imp01-area3 .tit h5 {
    display: inline-block;
    padding: 8px 10px;
    width: 250px;
    border-radius: 40px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background: #cfaa7a;
}
.imp01-area3 ul.flex {
    max-width: 1100px;
    margin: 0 auto;
}
.imp01-area3 ul.flex .img {
    position: relative;
}
.imp01-area3 ul.flex .img p {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 170px;
    font-size: 15px;
    color: #fff;
    background: #918f8f;
    border: 1px solid #fff;
}
.imp01-area4 ul.flex .img h5 {
    font-weight: 500;
    padding: 10px;
}
.imp01-area4 table {
    width: 100%;
    max-width: calc(1200px - 40px);
    margin: 0 auto;
}
.imp01-area4 table td {
    padding: 20px 10px;
    border: 1px solid #b3b3b3;
    background: #fff;
    text-align: center;
    vertical-align: middle;
}
.imp01-area4 table tbody td:nth-child(2) {
    background: #838383;
    color: #fff;
}
.imp01-area4 table tbody td:last-child {
    border-left: 3px solid #cfaa7a;
    border-right: 3px solid #cfaa7a;
}
.imp01-area4 table tbody tr:first-child td:last-child {
    border-top: 2px solid #cfaa7a;
}
.imp01-area4 table tbody tr:last-child td:last-child {
    border-bottom: 2px solid #cfaa7a;
}
.imp01-area4 table tbody td:nth-child(2) p,
.imp01-area4 table td:last-child p {
    font-weight: 900;
}
.imp01-area5 ul.flex .middle-title .point-num {
    margin: 0 0 20px;
}
.imp01-area5 ul.flex .middle-title {
    text-align: left;
    margin-bottom: 0;
}
.imp01-area6.content {
    padding-top: 40px;
}
.imp01-area6 ul.flex > li {
    max-width: 360px;
}
.imp01-area6 ul.flex > li > div {
    border: 1px solid #b7b7b7;
    border-radius: 10px;
}
.imp01-area6 ul.flex .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.imp01-area6 ul.flex .txt {
    margin-bottom: 40px;
}
.imp01-area6 ul.flex .txt h6 {
    margin-bottom: 20px;
}
.imp01-area7 ul.flex .img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
}
.imp01-area7 ul.flex .tit {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    color: #fff;
    background: #bf9c87;
}
.imp01-area7 ul.flex .tit span {
    color: #cfaa7a;
}
.imp01-area7 ul.flex .tit::after {
    position: absolute;
    content: '';
    right: -60px;
    top: 0;
    width: 0;
    height: 0;
    z-index: 1;
    border-top: 50px solid transparent;
    border-left: 60px solid #bf9c87;
    border-bottom: 50px solid transparent;
}
.imp01-area7 ul.flex > li:nth-child(2) .tit {
    background: #9d7f6d;
}
.imp01-area7 ul.flex > li:nth-child(3) .tit {
    background: #806758;
}
.imp01-area7 ul.flex > li:nth-child(4) .tit {
    background: #57463b;
}
.imp01-area7 ul.flex > li:nth-child(2) .tit::after {
    border-left: 60px solid #9d7f6d;
}
.imp01-area7 ul.flex > li:nth-child(3) .tit::after {
    border-left: 60px solid #806758;
}
.imp01-area7 ul.flex > li:nth-child(4) .tit::after {
    border-left: 60px solid #57463b;
}
.imp01-area7 ul.flex > li:nth-child(4) .tit::before {
    position: absolute;
    content: '';
    right: -80px;
    top: -80px;
    width: 154px;
    height: 94px;
    z-index: 2;
    background: url(../img/custom/imp01_22.png) center/cover no-repeat;
}
.imp01-area7 ul.flex .tit h2 {
    white-space: pre-line;
    line-height: 0.5;
}
.imp01-area7 ul.flex .sub {
    margin-top: 40px;
}
.imp01-area8 ul.flex h5 {
    padding: 5px 10px;
    font-weight: 500;
}
.imp01-area8 article .middle-title h5 {
    display: inline-block;
    padding: 5px 40px;
    margin-top: 10px;
    border-radius: 40px;
    font-weight: 900;
    background: #241f1c;
    color: #fff;
}
.imp01-area9 .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.imp01-area9 .wrap > li:nth-child(1) {
    max-width: 250px;
    width: 100%;
}
.imp01-area9 .wrap > li:nth-child(2) {
    max-width: 520px;
    width: 100%;
}
.imp01-area9 .wrap .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    color: #fff;
    background: #241f1c;
    font-weight: 500;
}
.imp01-area9 .wrap > li:nth-child(2) ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.imp01-area9 .wrap > li:last-child h5 {
    white-space: pre-line;
    text-align: center;
}
.imp01-area9 article .middle-title {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 10px;
    background: #f1e5d6;
}
.imp01-area10 table {
    position: relative;
    width: 100%;
    border-collapse: inherit;
    border-spacing: 2px;
}
.imp01-area10 .table-scroll {
    overflow-x: auto !important;
}
.imp01-area10 table td {
    padding: 20px 10px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
}
.imp01-area10 table td:nth-child(2) {
    background: #e1e0e0;
}
.imp01-area10 table td p {
    white-space: pre-line;
}
.imp01-area10 table td:last-child p {
    font-weight: 900;
}
.imp01-area10 table thead tr:first-child td {
    padding: 0;
}
.imp01-area10 table thead tr:last-child td:first-child {
    background: #898989;
    color: #fff;
}
.imp01-area10 table thead tr:last-child td:last-child {
    background: #cfaa7a;
    color: #fff;
}
.imp01-area10 table tbody td {
    background: #f7f5f5;
}
.imp01-area10 table td .img img {
    width: 100%;
}
.imp01-area11 .img {
    position: relative;
}
.imp01-area11 .img .point-num {
    position: absolute;
    left: 0;
    top: 0;
}
.imp01-area11 .middle-title {
    padding: 30px 10px;
    background: #241f1c;
    color: #fff;
}
.imp01-area12.bg-gray {
    color: #fff;
}
.imp01-area12 .bg-animation {
    background: url(../img/custom/imp01_bg2.jpg) center/cover no-repeat;
}
.imp01-area12 ul.flex > li > div {
    padding: 30px 10px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}
.imp01-area12 ul.flex h5 {
    white-space: pre-line;
}
.imp01-area12 ul.flex .img {
    margin: 40px 0;
}
.imp01-area13 article {
    position: relative;
    padding: 60px 10px;
    max-width: 900px;
    margin: 80px auto 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.imp01-area13 article .imp01-tit {
    position: absolute;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
}
.imp01-area13 article .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}
.imp01-area13 article p {
    margin-top: 40px;
}
.imp01-area14::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 547px;
    height: 486px;
    background: url(../img/custom/imp01_bg3.png) center/cover no-repeat;
}
.imp01-area14 ul.flex > li > div {
    border: 1px solid #b1b1b1;
    background: #fff;
}
.imp01-area14 ul.flex .tit {
    padding: 18px 10px;
    background: #b1b1b1;
    font-family: 'NanumSquare', san-serif;
    font-weight: 800;
}
.imp01-area14 ul.flex .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 450px;
    margin: 30px auto;
    height: 150px;
}
.imp01-area14 ul.flex .list > li:not(:first-child) {
    margin-top: 10px;
}
.imp01-area14 ul.flex .list > li p {
    position: relative;
    text-align: left;
    padding-left: 20px;
    white-space: pre-line;
    color: #b1b1b1;
}
.imp01-area14 ul.flex .list > li p::before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b1b1b1;
}
.imp01-area14 ul.flex > li:last-child > div {
    border: 1px solid #cfaa7a;
}
.imp01-area14 ul.flex > li:last-child .tit {
    background: #cfaa7a;
    color: #fff;
}
.imp01-area14 ul.flex > li:last-child .list > li p {
    padding-left: 30px;
    color: #cfaa7a;
    font-size: 22px;
    font-weight: 900;
}
.imp01-area14 ul.flex > li:last-child .list > li p::before {
    width: 22px;
    height: 18px;
    background: url(../img/custom/imp01_44.png) center/cover no-repeat;
}
.imp01-area15 table {
    width: 100%;
}
.imp01-area15 table td {
    padding: 20px 10px;
    border: 1px solid #b3b3b3;
    background: #fff;
    text-align: center;
    vertical-align: middle;
}
.imp01-area15 table thead td {
    padding: 15px 10px;
}
.imp01-area15 table thead td:first-child {
    background: #333;
    color: #fff;
}
.imp01-area15 table thead td:last-child {
    background: #cfaa7a;
    color: #fff;
    border-left: 2px solid #cfaa7a;
    border-right: 2px solid #cfaa7a;
}
.imp01-area15 table tbody td:first-child {
    background: #d5d5d5;
}
.imp01-area15 table tbody td:last-child {
    border-left: 2px solid #cfaa7a;
    border-right: 2px solid #cfaa7a;
}
.imp01-area15 table tbody tr:last-child td:last-child {
    border-bottom: 2px solid #cfaa7a;
}
.imp01-area15 table td:last-child p {
    font-weight: 900;
}
.imp01-area15 article {
    margin-top: 60px;
    padding: 40px 60px;
    background: #ebebeb;
}
.imp01-area15 article ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.imp01-area15 article .middle-title {
    text-align: left;
    margin-bottom: 0;
}
.imp01-area17 .bg-animation {
    background: url(../img/custom/imp01_bg4.jpg) center/cover no-repeat;
}
.imp01-area17 ul.flex .list > li {
    padding: 15px 10px;
    margin: 0 auto 30px;
    width: 420px;
    border: 1px solid #dfdfdf;
    background: #fff;
}
.imp01-area17 ul.flex .list > li h6 {
    font-family: 'NanumSquare', san-serif;
    font-weight: 900;
}
.imp01-area18 .wrap {
    position: relative;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 40px 0 40px;
    border-radius: 50px 50px 0 0;
    background: #e2e2e2;
}
.imp01-area18 .wrap::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 1)
    );
    z-index: 1;
}
.imp01-area18 .wrap > div {
    width: 100%;
    height: 100%;
    padding: 80px 20px 0 20px;
    border-radius: 50px 50px 0 0;
    background: #ededed;
}
.imp01-area18 .wrap .box {
    background: #fff;
    border-radius: 25px;
}
.imp01-area18 .wrap .box:not(:first-child) {
    margin-top: 20px;
    opacity: 0.6;
}
.imp01-area18 .wrap .box:last-child {
    border-radius: 25px 25px 0 0;
}
.imp01-area18 .wrap .box ul {
    display: flex;
    align-items: center;
    padding: 40px 20px;
}
.imp01-area18 .wrap .box .left {
    margin-right: 30px;
}
.imp01-area18 .wrap .box .left h2 {
    font-weight: bold;
}
.imp01-area18 .wrap .box .right h6 {
    font-family: 'NanumSquare', san-serif;
    font-weight: 500;
    white-space: pre-line;
    font-size: 20px;
}
.imp01-area18 .wrap .box:first-child {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 850px;
    border-radius: 40px;
    border: 4px solid #cfaa7a;
}
.imp01-area18 .wrap .box:first-child::after {
    position: absolute;
    content: '';
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    height: 288px;
    background: url(../img/custom/imp01_21.png) center/cover no-repeat;
}
.imp01-area18 .wrap .box:first-child .tit {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    padding: 5px 30px;
    border-radius: 40px;
    background: #cfaa7a;
}
.imp01-area18 .wrap .box:first-child .tit h2 {
    color: #fff;
    line-height: 1.1;
}
.imp01-area18 .wrap .box:first-child ul {
    padding: 70px 60px;
}
.imp01-area18 .wrap .box:first-child .left {
    margin-right: 60px;
}
.imp01-area18 .wrap .box:first-child .left h2 {
    font-size: 58px;
}
.imp01-area18 .wrap .box:first-child .right h6 {
    font-size: 25px;
}
.imp01-area19 .middle-title h5 .point-color {
    padding: 3px 10px;
    font-size: 1.2em;
    color: #fff;
    background: #241f1c;
}
.imp01-area19 .btm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    margin: 20px 0 0;
    border-radius: 40px;
    background: #241f1c;
}
.imp01-area19 .btm h6 {
    padding-left: 8px;
    color: #fff;
}
.imp01-area20 .bg-animation {
    background: url(../img/custom/imp01_52_bg.png) center/100% no-repeat;
}
.imp01-area21{color:#fff;}

.imp01-area21 p{white-space: pre-line;}
.imp01-area21 .bg-animation {
    background: url(../img/custom/imp01_53_bg.png) center/cover no-repeat;
}
.imp01-area21-box{border:1px solid #fff; padding:20px;}

.imp01-area23{color:#fff;}
.imp01-area23 .bg-animation {
    background: url(../img/custom/imp01_54_bg.png) center/cover no-repeat;
}

.imp02-area1.bg-gray {
    color: #fff;
}
.s2-1-recommended {background-color: #fbf7f4; margin: auto; text-align: center; padding: 100px 0 117px;}
.s2-1-recommended .txt-box p {font-size: 34.6px; line-height: 34.79px; margin-bottom: 10px;}
.s2-1-recommended .txt-box h2{font-size: 41px; font-weight: 700; margin-bottom: 50px;}
.s2-1-recommended .recommended-list{display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 17px; }
.recommended-list li {display: flex; width: 766px; height: 72px; border: solid 2px #c0bdbc; border-radius: 20px; overflow: hidden;}
.recommended-list li p{display: flex; align-items: center; justify-content: center; box-sizing: border-box;}
.recommended-list li p:nth-of-type(2){justify-content: flex-start; padding-left: 48px;}
.recommended-list li p:nth-child(1){width: 32%;height: inherit;background-color: #c9a48a;border-radius: 0 0 20px 0;color: #fff;font-size: 26px;line-height: 28.99px;font-weight: 700;}
.recommended-list li p:nth-child(2){width: 68%; height: inherit; font-size: 20px; line-height: 28.99px; font-size: 20px;  line-height: 28.99px; font-weight: 400; color: #404040; letter-spacing:-0.24px;}


.imp02-area1 .bg-animation {
    background: url(../img/custom/imp02_bg1.jpg) center/cover no-repeat;
}
.imp02-area1 .middle-title {
    text-align: left;
    margin-bottom: 0;
}
.imp02-area1 .bg-tit h2 {
    margin-top: 20px;
    font-size: 60px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
}
.imp02-area2 table {
    width: 100%;
}
.imp02-area2 table td {
    padding: 20px 10px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    vertical-align: middle;
}
.imp02-area2 table thead td {
    padding: 15px 10px;
}
.imp02-area2 table thead td:first-child {
    background: #cfaa7a;
    color: #fff;
}
.imp02-area2 table thead td:last-child {
    background: #7c7c7c;
    color: #fff;
}
.imp02-area2 table td:first-child p {
    font-weight: 900;
}
.imp02-area3.bg-gray {
    padding: 80px 0;
    background: #f4f4f4;
}
.imp02-area3 ul.flex > li:nth-child(n + 5):nth-child(-n + 8) {
    margin-top: 40px;
}
.imp02-area3 ul.flex > li > div {
    margin: 10px 25px;
}
.imp02-area3 ul.flex .img {
    position: relative;
}
.imp02-area3 ul.flex .img::before {
    position: absolute;
    content: '';
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 45px;
    background: url(../img/custom/imp02_09.png) center/cover no-repeat;
}
.imp02-area3 ul.flex .img p {
    display: none;
}
.imp02-area3 ul.flex > li:nth-child(4) .img::before {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%) rotate(90deg);
}
.imp02-area3 ul.flex > li:nth-child(n + 5):nth-child(-n + 7) .img::before {
    transform: translateY(-50%) rotate(180deg);
}
.imp02-area3 ul.flex > li:nth-child(8) .img::before {
    display: none;
}
.imp02-area3 ul.flex p {
    margin-top: 20px;
    white-space: pre-line;
    line-height: 1.3;
    font-weight: 900;
}
.imp02-area4 ul.flex .txt p {
    margin-top: 20px;
    line-height: 1.4;
}
.imp02-area5.bg-gray {
    padding: 180px 0;
    color: #fff;
}
.imp02-area5 .bg-animation {
    background: url(../img/custom/imp02_bg2.jpg) center/cover no-repeat;
}
.imp02-area5 .middle-title h5 {
    white-space: pre-line;
    font-weight: 500;
}
.imp02-area6 ul.flex > li > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}
.imp02-area6 ul.flex > li .bg-animation {
    background: url(../img/custom/imp02_15.jpg) center/cover no-repeat;
}
.imp02-area6 ul.flex > li:nth-child(2) .bg-animation {
    background: url(../img/custom/imp02_16.jpg) center/cover no-repeat;
}
.imp02-area6 ul.flex > li:nth-child(3) .bg-animation {
    background: url(../img/custom/imp02_17.jpg) center/cover no-repeat;
}
.imp02-area6 ul.flex > li:nth-child(4) .bg-animation {
    background: url(../img/custom/imp02_18.jpg) center/cover no-repeat;
}
.imp02-area6 ul.flex h6 {
    white-space: pre-line;
    font-family: 'NanumSquare', san-serif;
    font-weight: 700;
    color: #fff;
    z-index: 1;
}
.imp02-area6 ul.flex h6 b {
    font-weight: 900;
    color: #cfaa7a;
}
.imp02-area7 ul.flex > li:nth-child(n + 4):nth-child(-n + 6) {
    margin-top: 20px;
}
.imp02-area7 ul.flex .img {
    border: 1px solid #ccc;
}
.imp02-area7 ul.flex .tit {
    margin: 20px 0 5px;
    font-family: 'NanumSquare', san-serif;
    font-weight: 900;
}
.imp02-area7 .bd-tit {
    padding: 15px 10px;
    text-align: center;
    margin-top: 40px;
    color: #fff;
    background: #333;
    font-weight: 900;
    font-family: 'NanumSquare', san-serif;
}

.imp03-area1 ul.flex .middle-title {
    text-align: left;
}
.imp03-area1 .bg-tit h2 {
    font-size: 60px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1;
}

.imp03-area2.bg-gray {
    color: #fff;
}
.imp03-area2 .bg-animation {
    background: url(../img/custom/imp03_bg1.jpg) center/cover no-repeat;
}
.imp03-area2 ul.flex > li {
    max-width: 430px;
}
.imp03-area2 .brief-ex .ex {
    padding: 10px;
    font-weight: 500;
}
.imp03-area3 .text-wrap {
    margin: 120px auto 0;
    max-width: 1100px;
    text-align: center;
    border: 3px solid #cfaa7a;
}
.imp03-area3 .text-wrap .middle-title {
    position: relative;
    display: inline-block;
    padding: 40px 75px 0;
    margin-bottom: 0;
    top: -45px;
    background: #fff;
}
.imp03-area3 .text-wrap h3 {
    position: relative;
}
.imp03-area3 .text-wrap h3::before,
.imp03-area3 .text-wrap h3::after {
    position: absolute;
    top: -20px;
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    font-family: 'Noto Sans KR', sans-serif;
}
.imp03-area3 .text-wrap h3::before {
    content: '“';
    left: -60px;
}
.imp03-area3 .text-wrap h3::after {
    content: '”';
    right: -60px;
}
.imp03-area4 ul.flex p {
    line-height: 1.5;
    font-weight: 900;
}
.imp03-area5 .bg-animation {
    background: url(../img/custom/imp03_bg2.jpg) center/cover no-repeat;
}
.imp03-area5 .middle-title {
    text-align: right;
    margin-bottom: 0;
    color: #fff;
}

.imp04-area1 .bg-animation {
    background: url(../img/custom/imp04_bg1.jpg) center/cover no-repeat;
}
.imp04-area1 .middle-title {
    margin-bottom: 0;
    text-align: left;
    color: #fff;
}
.imp04-area2 .imp05-box {
    margin-top: 60px;
}
.imp04-area3 .grid-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(100px, auto));
    align-items: center;
    row-gap: 40px;
}
.imp04-area3 .grid-container::after {
    position: absolute;
    content: '';
    right: -150px;
    bottom: -100px;
    width: 272px;
    height: 339px;
    background: url(../img/custom/imp04_04.png) center/cover no-repeat;
}
.imp04-area3 .cell {
    padding: 20px 10px;
    text-align: center;
}
.imp04-area3 .cell p {
    font-weight: 700;
}
.imp04-area3 .cell:nth-child(-n + 5) p {
    color: #fff;
}
.imp04-area3 .cell.step1 {
    background: #bf9c87;
}
.imp04-area3 .cell.step2 {
    background: #9d7f6d;
}
.imp04-area3 .cell.step3 {
    background: #806758;
}
.imp04-area3 .cell.step4 {
    background: #57463b;
}
.imp04-area3 .cell.step5 {
    background: #362317;
}
.imp04-area3 .cell.way1 {
    background: #afafaf;
    color: #fff;
}
.imp04-area3 .cell.way2 {
    background: #362317;
    color: #fff;
}
.imp04-area3 .colspan-3 {
    grid-column-end: span 3;
}
.imp04-area4 {
    color: #fff;
}
.imp04-area4 .bg-animation {
    background: url(../img/custom/imp04_bg2.jpg) center/cover no-repeat;
}
.imp04-area4 .list {
    max-width: 600px;
    margin: 0 auto;
}
.imp04-area4 .list > li {
    padding: 12px 10px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}
.imp04-area4 .list > li:not(:first-child) {
    margin-top: 20px;
}

.imp05-box {
    position: relative;
    padding: 50px 10px;
    max-width: 900px;
    margin: 0 auto 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #fff;
}
.imp05-box::before {
    position: absolute;
    content: '';
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    height: 130px;
    background: url(../img/custom/imp05_01.png) center/cover no-repeat;
}
.imp05-box p {
    white-space: pre-line;
    text-align: center;
    font-weight: 700;
}
.imp05-area1.bg-gray {
    color: #fff;
}
.imp05-area1 .bg-animation {
    background: url(../img/custom/imp05_bg1.jpg) center/cover no-repeat;
}
.imp05-area1 .middle-title {
    text-align: right;
    margin-bottom: 0;
}
.imp05-area1 .bg-tit h2 {
    margin-top: 20px;
    font-size: 60px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
    text-align: right;
    line-height: 1;
}
.imp05-area3.bg-gray {
    background: #f3f3f3;
}
.imp05-area4 article {
    max-width: 900px;
    margin: 0 auto;
    border: 2px solid #362317;
}
.imp05-area4 article .top {
    padding: 8px 10px;
    background: #362317;
}
.imp05-area4 article .top .tit {
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.imp05-area4 article .btm {
    display: flex;
    justify-content: center;
    padding: 50px 10px;
}
.imp05-area4 article .btm .list > li {
    position: relative;
    padding-left: 40px;
}
.imp05-area4 article .btm .list > li:not(:first-child) {
    margin-top: 30px;
}
.imp05-area4 article .btm .list > li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    background: url(../img/custom/imp05_12.jpg) center/cover no-repeat;
}
.imp05-area4 article .btm .list p {
    font-weight: 700;
}

.imp06-area1 {
    color: #fff;
}
.imp06-area1 .bg-animation {
    background: url(../img/custom/imp06_bg1.jpg) center/cover no-repeat;
}
.imp06-area2 .list > li {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
}
.imp06-area2 .list > li:not(:first-child) {
    margin-top: 20px;
}
.imp06-area4.bg-gray {
    padding: 120px 0 60px;
    background: linear-gradient(to top, #241f1c 60%, transparent 60%);
    color: #fff;
}
.imp06-area4 .brief-ex .ex {
    padding: 10px;
    font-weight: 500;
}
.imp06-area5 .tac {
    position: relative;
}
.imp06-area5 .tac::before {
    position: absolute;
    content: '';
    left: 50px;
    bottom: -55px;
    width: 215px;
    height: 215px;
    background: url(../img/custom/imp06_06.png) center/cover no-repeat;
}
.imp07-area1 .bg-animation {
    background: url(../img/custom/imp07_01.png) center/cover no-repeat;
}
.imp08-area1 .bg-animation {
    background: url(../img/custom/imp08_01.png) center / cover no-repeat;
}
.imp08-area2 .bg-animation {
    background: url(../img/custom/imp08_03.png) center / cover no-repeat;
}
.imp08-area2 .flex{align-items: center;}
.imp08-area2 ul li{background:#fff;padding:20px;}
.imp08-area2 ul li .img{width:40%;}
.imp08-area2 ul li .txt{width:60%;}

.imp08-area3 .bg-animation {
    background: url(../img/custom/imp08_12.png) center / cover no-repeat;
}


/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width: 1500px) {
    .s2-1-recommended {background-color: #fbf7f4; margin: auto; text-align: center; padding: 7.0423vw 0 8.2394vw;}
    .s2-1-recommended .txt-box p {font-size: 2.3662vw; line-height: 2.4500vw; margin-bottom: 0.7042vw;}
    .s2-1-recommended .txt-box h2{font-size: 2.8169vw; font-weight: 700; margin-bottom: 3.5211vw;}
    .s2-1-recommended .recommended-list{display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 1.1972vw;}
    .recommended-list li {display: flex; width: 53.9437vw; height: 5.0704vw; border: solid 0.1408vw #c0bdbc; border-radius: 1.4085vw; overflow: hidden;}
    .recommended-list li p{display: flex; align-items: center; justify-content: center; box-sizing: border-box;}
    .recommended-list li p:nth-of-type(2){justify-content: flex-start; padding-left: 3.3803vw;}
    .recommended-list li p:nth-child(1){width: 32%;height: inherit;background-color: #c9a48a;border-radius: 0 0 1.4085vw 0;color: #fff;font-size: 1.7606vw;line-height: 2.0415vw;font-weight: 700;}
    .recommended-list li p:nth-child(2){width: 68%; height: inherit; font-size: 1.3380vw; line-height: 2.0415vw; font-size: 1.3380vw;  line-height: 2.0415vw; font-weight: 400; color: #404040; letter-spacing:-0.0169vw;}
  
}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width: 1200px) {
    .imp01-area4 ul.flex > li > div {
        margin: 10px;
    }
    .imp01-area4 table {
        max-width: calc(100% - 20px);
    }
    .imp01-area7 ul.flex > li:nth-child(4) .tit::after {
        display: none;
    }
    .imp01-area7 ul.flex > li:nth-child(4) .tit::before {
        right: 0;
        top: -70px;
    }
    .imp01-area12 ul.flex > li {
        width: 50%;
    }
    .imp01-area14 ul.flex .list {
        max-width: 390px;
    }

    .imp02-area3 ul.flex .img::before {
        right: -38px;
        width: 26px;
        height: 34px;
    }

    .imp03-area1 .bg-tit h2 {
        font-size: 48px;
    }

    .imp04-area3 .grid-container::after {
        right: 0;
    }
}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width: 1025px) {
    .imp01-area1 .middle-title{
        text-align:center;
    }
    .imp01-area1 .point-num{
        margin: 10px auto;
    }
    .imp01-area7 ul.flex .tit::after {
        right: -40px;
        border-left-width: 40px !important;
    }
    .imp01-area9 .wrap {
        flex-wrap: wrap;
        max-width: 780px;
        margin: 0 auto;
    }
    .imp01-area9 .wrap > li {
        width: 100%;
    }
    .imp01-area9 .wrap > li:nth-child(1) {
        max-width: 100%;
        width: 33.3%;
    }
    .imp01-area9 .wrap > li:nth-child(2) {
        max-width: 100%;
        width: 66.6%;
    }
    .imp01-area9 .wrap > li:nth-child(3) > div {
        text-align: center;
    }
    .imp01-area9 .wrap > li:nth-child(3) img {
        margin: 30px 0;
        transform: rotate(90deg);
    }
    .imp01-area12 ul.flex .img {
        margin: 30px 0;
    }
    .imp01-area14 ul.flex .list {
        max-width: 340px;
    }
    .imp01-area14 ul.flex > li:last-child .list > li p {
        font-size: 20px;
    }
    .imp01-area14 ul.flex > li:last-child .list > li p::before {
        top: 6px;
    }
    .imp01-area15 article {
        padding: 40px 30px;
    }
    .imp01-area18 .wrap {
        max-width: 550px;
        padding: 20px 20px 0 20px;
    }
    .imp01-area18 .wrap .box:first-child {
        width: 700px;
    }
    .imp01-area18 .wrap .box:first-child::after {
        width: 233px;
        height: 240px;
    }
    .imp01-area18 .wrap .box:first-child ul {
        padding: 70px 30px;
    }

    .imp04-area2 .imp05-box {
        margin-top: 80px;
    }
     {
        margin-top: 100px;
    }

    .imp05-box {
        margin: 80px auto 40px;
        padding: 90px 10px 50px;
    }
    .imp05-box::before {
        left: 50%;
        top: -65px;
        transform: translateX(-50%);
    }

    .imp06-area5 .tac::before {
        left: 0;
        bottom: -30px;
        width: 160px;
        height: 160px;
    }
    .s2-1-recommended {background-color: #fbf7f4; margin: auto; text-align: center; padding: 4.7656vw 0 5.4258vw;}
    .s2-1-recommended .txt-box p {font-size: 3.2813vw; line-height: 3.3975vw; margin-bottom: 0.9766vw;}
    .s2-1-recommended .txt-box h2{font-size: 3.9063vw; font-weight: 700; margin-bottom: 4.8828vw;}
    .s2-1-recommended .recommended-list{display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 1.6602vw;}
    .recommended-list li {display: flex; width: 74.8047vw; height: 7.0313vw; border: solid 0.1953vw #c0bdbc;}
    .recommended-list li p{display: flex; align-items: center; justify-content: center; box-sizing: border-box;}
    .recommended-list li p:nth-of-type(2){justify-content: flex-start; padding-left: 4.6875vw;}
    .recommended-list li p:nth-child(1){width: 32%;height: inherit;border-radius: 0 0 1.9531vw 0;background-color: #c9a48a;color: #fff;font-size: 2.4414vw;line-height: 2.8311vw;font-weight: 700;}
    .recommended-list li p:nth-child(2){width: 68%; height: inherit; font-size: 1.8555vw; line-height: 2.8311vw; font-size: 1.8555vw;  line-height: 2.8311vw; font-weight: 400; color: #404040; letter-spacing:-0.0234vw;}


}

/*================================================================ 900px 이하 ================================================================= */
@media screen and (max-width: 900px) {
    
    .imp01-area1 ul.flex .txt p {
        width: 220px;
    }
    .imp01-area5 ul.flex > li {
        width: 100%;
    }
    .imp01-area5 ul.flex .middle-title .point-num {
        margin: 0 auto 20px;
    }
    .imp01-area5 ul.flex .middle-title {
        text-align: center;
    }
    .imp01-area7 ul.flex > li {
        width: 50%;
    }
    .imp01-area7 ul.flex .img {
        border: 1px solid #bf9c87;
    }
    .imp01-area7 ul.flex > li:nth-child(2) .img {
        border: 1px solid #9d7f6d;
        border-left-width: 0;
    }
    .imp01-area7 ul.flex > li:nth-child(3) .img {
        border: 1px solid #806758;
    }
    .imp01-area7 ul.flex > li:nth-child(4) .img {
        border: 1px solid #57463b;
        border-left-width: 0;
    }
    .imp01-area7 ul.flex .tit {
        height: 80px;
        border-bottom: 1px solid #fff;
    }
    .imp01-area7 ul.flex .tit::after {
        display: none;
    }
    .imp01-area7 ul.flex .sub {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 20px 10px;
        height: 150px;
        background: #bf9c87;
        color: #fff;
    }
    .imp01-area7 ul.flex > li:nth-child(2) .sub {
        background: #9d7f6d;
    }
    .imp01-area7 ul.flex > li:nth-child(3) .sub {
        background: #806758;
    }
    .imp01-area7 ul.flex > li:nth-child(4) .sub {
        background: #57463b;
    }
    .imp01-area17 ul.flex .list > li {
        width: 100%;
    }

    .imp03-area1 ul.flex {
        margin: 0 auto;
        max-width: 540px;
    }
    .imp03-area1 ul.flex > li {
        width: 100%;
    }
    .imp03-area3 .text-wrap .middle-title {
        padding: 20px 30px 0;
        margin: 0 20px;
    }
    .imp03-area3 .text-wrap h3::before,
    .imp03-area3 .text-wrap h3::after {
        top: -50px;
    }
    .imp03-area3 .text-wrap h3::before {
        left: -30px;
    }
    .imp03-area3 .text-wrap h3::after {
        right: -30px;
    }
    .imp01-area20 .bg-animation {
        background: url(../img/custom/imp01_52_bg.png) right / cover no-repeat;
    }
}

/*================================================================ 769px 이하 ================================================================= */
@media screen and (max-width: 769px) {
    .point-num {
        width: 75px;
        height: 75px;
    }
    .middle-title .point-num {
        margin: 0 auto 20px;
    }
    .bar {
        height: 100px;
    }

    .imp01-area1 ul.flex > li {
        width: 100%;
    }
    .imp01-area1 ul.flex > li > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .imp01-area1 ul.flex > li > div > div {
        width: 50%;
    }
    .imp01-area1 ul.flex .txt {
        margin-left: 20px;
    }
    .imp01-area1 ul.flex .txt .brand {
        display: block;
        margin-bottom: 20px;
        height: auto;
    }
    .imp01-area21 .bg-animation {background-position:left;}
    .imp01-area2 ul.flex {
        margin-top: 40px;
    }
    .imp01-area3 .tit {
        margin-bottom: 20px;
    }
    .imp01-area3 .tit h5 {
        width: 220px;
    }
    .imp01-area6 ul.flex > li {
        max-width: 100%;
        width: 100%;
    }
    .imp01-area6 ul.flex > li > div {
        display: flex;
        align-items: center;
        margin: 10px auto;
        padding: 20px;
        max-width: 500px;
    }
    .imp01-area6 ul.flex .img {
        display: block;
        width: 40%;
        height: auto;
    }
    .imp01-area6 ul.flex .txt {
        margin: 0 0 0 30px;
        width: 60%;
        text-align: left;
    }

    .imp01-area9 ul.flex {
        max-width: 500px;
        margin: 0 auto;
    }
    .imp01-area9 ul.flex .txt {
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(100% - 10px);
        background: #241f1c;
        color: #fff;
    }
    .imp01-area9 ul.flex .txt h5 {
        white-space: pre-line;
    }
    .imp01-area9 ul.flex h6 {
        padding: 8px 10px;
        color: #fff;
        font-weight: 500;
        background: #241f1c;
    }
    .imp01-area13 article .imp01-tit {
        top: -21px;
    }
    .imp01-area14 ul.flex .list {
        height: auto;
    }
    .imp01-area14 ul.flex > li:last-child .list > li p {
        font-size: 18px;
    }
    .imp01-area14 ul.flex > li:last-child .list > li p::before {
        top: 4px;
    }
    .imp01-area15 article ul {
        flex-direction: column-reverse;
    }
    .imp01-area15 article .middle-title {
        margin-top: 30px;
        text-align: center;
    }
    .imp01-area16ul.flex > li:last-child {
        margin-top: 20px;
    }
    .imp01-area16ul.flex > li > div {
        margin: 5px;
    }
    .imp01-area17 ul.flex > li {
        width: 100%;
    }
    .imp01-area17 ul.flex .list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .imp01-area17 ul.flex .list > li {
        width: calc(50% - 10px);
        margin: 5px;
    }
    .imp01-area17 ul.flex .notice {
        margin-top: 20px;
    }
    .imp01-area18 .wrap {
        max-width: 450px;
    }
    .imp01-area18 .wrap > div {
        padding: 50px 20px 0 20px;
    }
    .imp01-area18 .wrap .box:not(:first-child) {
        margin-top: 10px;
    }
    .imp01-area18 .wrap .box ul {
        padding: 25px 20px;
    }
    .imp01-area18 .wrap .box .left {
        margin-right: 20px;
    }
    .imp01-area18 .wrap .box .right h6 {
        font-size: 18px;
    }
    .imp01-area18 .wrap .box:first-child {
        width: 600px;
    }
    .imp01-area18 .wrap .box:first-child::after {
        right: 0;
        opacity: 0.1;
    }
    .imp01-area18 .wrap .box:first-child .left {
        margin-right: 30px;
    }
    .imp01-area18 .wrap .box:first-child .right h6 {
        font-size: 22px;
    }

    .imp02-area1 .bg-tit h2 {
        font-size: 48px;
    }
    .imp02-area3 ul.flex > li:nth-child(n + 3):nth-child(-n + 8) {
        margin-top: 30px;
    }
    .imp02-area3 ul.flex > li > div {
        margin: 10px 20px;
    }
    .imp02-area3 ul.flex .img {
        position: relative;
        display: inline-block;
        border-radius: 49%;
        overflow: hidden;
    }
    .imp02-area3 ul.flex > li .img::before {
        display: none;
    }
    .imp02-area3 ul.flex > li > div::before {
        position: absolute;
        content: '';
        right: -120px;
        top: 50%;
        transform: translateY(-50%);
        width: 200px;
        height: 2px;
        background: #cfaa7a;
    }
    .imp02-area3 ul.flex > li:nth-child(2n) > div::before {
        right: auto;
        top: auto;
        left: 0;
        bottom: -200px;
        transform: rotate(45deg);
        width: 2px;
        height: 300px;
    }
    .imp02-area3 ul.flex > li:last-child > div::before {
        display: none;
    }
    .imp02-area3 ul.flex p {
        display: none;
    }
    .imp02-area3 ul.flex .img p {
        position: absolute;
        display: flex;
        margin-top: 0;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 100%;
        height: 65px;
        background: #fff;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .imp02-area5.bg-gray {
        padding: 150px 0;
    }
    .imp02-area6 ul.flex > li > div {
        height: 200px;
    }

    .imp03-area4 ul.flex {
        max-width: 550px;
        margin: 0 auto;
    }
    .imp03-area4 ul.flex > li {
        width: 50%;
    }
    .imp03-area4 ul.flex > li:nth-child(n + 3):nth-child(-n + 4) {
        margin-top: 20px;
    }

    .imp04-area3 .grid-container {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 0;
        border: 1px solid #727272;
    }
    .imp04-area3 .grid-container::after {
        display: none;
    }
    .imp04-area3 .cell:nth-child(1) {
        order: 1;
        background: #333;
    }
    .imp04-area3 .cell:nth-child(6) {
        order: 2;
        background: #dcdcdc;
    }
    .imp04-area3 .cell:nth-child(9) {
        order: 3;
        background: #bf9c87;
        color: #fff;
    }
    .imp04-area3 .cell:nth-child(2) {
        order: 4;
    }
    .imp04-area3 .cell:nth-child(7) {
        order: 5;
    }
    .imp04-area3 .cell:nth-child(10) {
        order: 6;
    }
    .imp04-area3 .cell:nth-child(3) {
        order: 7;
    }
    .imp04-area3 .cell:nth-child(4) {
        order: 8;
    }
    .imp04-area3 .cell:nth-child(5) {
        order: 9;
    }
    .imp04-area3 .cell:nth-child(8) {
        display: none;
    }
    .imp04-area3 .cell:nth-child(11) {
        display: none;
    }
    .imp04-area3 .cell.way1 {
        display: flex;
        align-items: center;
        justify-content: center;
        grid-column: 2/3;
        grid-row: 2/6;
        height: 100%;
    }
    .imp04-area3 .cell.way2 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        grid-column: 3/4;
        grid-row: 2/6;
        height: 100%;
    }

    .imp05-area1 .bg-tit h2 {
        font-size: 48px;
    }

    .imp06-area3 ul.flex > li {
        width: 50%;
    }
    .imp06-area4.bg-gray {
        padding: 60px 0;
        background: #241f1c;
    }
    .imp06-area4 ul.flex > li {
        width: 100%;
        max-width: 500px;
    }
    .imp06-area5 .tac {
        margin-top: 20px;
    }
    .imp06-area5 .tac::before {
        left: 50%;
        top: -60px;
        bottom: auto;
        width: 120px;
        height: 120px;
        transform: translateX(-50%);
    }
    .s2-1-recommended {background-color: #fbf7f4; margin: auto; text-align: center; padding: 13.0208vw 0 15.2344vw;}
    .s2-1-recommended .txt-box p {font-size: 3.6750vw; line-height: 4.5299vw; margin-bottom: 1.3021vw;}
    .s2-1-recommended .txt-box h2{font-size: 5.2083vw; font-weight: 700; margin-bottom: 6.5104vw;}
    .s2-1-recommended .recommended-list{display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 2.2135vw;}
    .recommended-list li {display: flex; width: 89.7396vw; height: 9.3750vw; border: solid 0.2604vw #c0bdbc; border-radius: 2.6042vw; overflow: hidden;}
    .recommended-list li p{display: flex; align-items: center; justify-content: center; box-sizing: border-box;}
    .recommended-list li p:nth-of-type(2){justify-content: flex-start; padding-left: 6.2500vw;}
    .recommended-list li p:nth-child(1){width: 32%;height: inherit;border-radius: 0 0 4.1667vw 0;background-color: #c9a48a;color: #fff;font-size: 3.2552vw;line-height: 3.7747vw;font-weight: 700;}
    .recommended-list li p:nth-child(2){width: 68%; height: inherit; font-size: 2.4740vw; line-height: 3.7747vw; font-size: 2.4740vw;  line-height: 3.7747vw; font-weight: 400; color: #404040; letter-spacing:-0.0313vw;}


}

/*================================================================ 600px 이하 ================================================================= */
@media screen and (max-width: 600px) {
    .imp01-area1 ul.flex .txt p {
        padding: 5px 10px;
    }
    .imp01-area2 ul.flex {
        justify-content: center;
    }
    .imp01-area2 ul.flex > li {
        width: 50%;
    }
    .imp01-area3 ul.flex > li {
        width: 100%;
    }
    .imp01-area4 ul.flex > li > div {
        margin: 5px;
    }
    .imp01-area4 ul.flex .img h5 {
        padding: 5px 10px;
    }
    .imp01-area4 table {
        max-width: calc(100% - 10px);
        margin-top: 20px;
    }
    .imp01-area7 ul.flex > li:nth-child(4) .tit::before {
        right: -10px;
        top: -60px;
        width: 120px;
        height: 73px;
    }
    .imp01-area8 ul.flex > li > div {
        margin: 5px;
    }
    .imp01-area8 article .middle-title {
        max-width: calc(100% - 10px);
    }
    .imp01-area12 ul.flex > li {
        width: 100%;
    }
    .imp01-area12 ul.flex > li > div {
        max-width: 400px;
        margin: 10px auto;
    }
    .imp01-area13 article p {
        margin-top: 20px;
    }
    .imp01-area15 article {
        margin-top: 40px;
    }
    .imp01-area18 .wrap .box:first-child {
        width: 470px;
    }
    .imp01-area18 .wrap .box:first-child ul {
        padding: 50px 20px;
    }
    .imp01-area18 .wrap .box:first-child .left {
        margin-right: 20px;
    }
    .imp01-area18 .wrap .box:first-child .left h2 {
        font-size: 45px;
    }
    .imp01-area18 .wrap .box:first-child .right h6 {
        font-size: 19px;
    }
    .imp01-area19 .btm h6 {
        font-size: 18px;
    }

    .imp02-area1 .bg-animation {
        background: url(../img/custom/imp02_bg1m.jpg) center/cover no-repeat;
    }
    .imp02-area1 ul.flex > li:last-child {
        height: 300px;
    }
    .imp02-area3.bg-gray {
        padding: 60px 0;
    }
    .imp02-area4 ul.flex .txt p {
        margin-top: 10px;
    }
    .imp02-area5.bg-gray {
        padding: 80px 0;
    }
    .imp02-area5 .bg-animation {
        background: url(../img/custom/imp02_bg2m.jpg) center/cover no-repeat;
    }
    .imp02-area5 ul.flex > li:last-child {
        height: 360px;
    }
    .imp02-area5 .middle-title h5 {
        font-size: 20px;
    }
    .imp02-area7 ul.flex > li {
        width: 50%;
    }
    .imp02-area7 ul.flex > li:nth-child(n + 3):nth-child(-n + 6) {
        margin-top: 20px;
    }
    .imp02-area7 .bd-tit {
        margin-top: 20px;
    }

    .imp03-area1 .bg-tit h2 {
        font-size: 40px;
    }
    .imp03-area5 .bg-animation {
        background: url(../img/custom/imp03_bg2m.jpg) center/cover no-repeat;
    }
    .imp03-area5 .middle-title {
        text-align: left;
        padding-left: 10px;
    }
    .imp03-area5 ul.flex > li:last-child {
        height: 320px;
    }

    .imp04-area1 .bg-animation {
        background: url(../img/custom/imp04_bg1m.jpg) center/cover no-repeat;
    }
    .imp04-area1 .middle-title {
        padding-left: 10px;
    }
    .imp04-area1 ul.flex > li:last-child {
        height: 320px;
    }
    .imp04-area2 ul.flex > li {
        width: 50%;
    }
    .imp04-area2 ul.flex > li:last-child {
        margin-top: 20px;
    }
    .imp04-area2 .imp05-box {
        margin-top: 60px;
    }

    .imp05-box {
        margin: 70px auto 20px;
        padding: 70px 10px 30px;
    }
    .imp05-box::before {
        top: -50px;
        width: 100px;
        height: 100px;
    }
    .imp05-area1 .bg-animation {
        background: url(../img/custom/imp05_bg1m.jpg) center/cover no-repeat;
    }
    .imp05-area1 .middle-title {
        padding-left: 10px;
        text-align: left;
    }
    .imp05-area1 .bg-tit h2 {
        padding-left: 10px;
        text-align: left;
    }
    .imp05-area1 ul.flex > li:last-child {
        height: 320px;
    }
    .imp05-area2 ul.flex > li,
    .imp05-area3 ul.flex > li,
    .imp05-area4 ul.flex > li {
        width: 100%;
        max-width: 500px;
    }
    .s2-1-recommended {margin: auto;padding: 10.8333vw 0 14.375vw;}
    .s2-1-recommended .txt-box p {font-size: 5vw;line-height: 7.2479vw;margin-bottom: 2.0833vw;}
    .s2-1-recommended .txt-box h2{font-size: 6.3333vw; font-weight: 700; margin-bottom: 10.4167vw;}
    .s2-1-recommended .recommended-list{ flex-direction: column; gap: 3.5417vw;}
    .recommended-list li {width: 92.5833vw;height: 10vw;border: solid 0.4167vw #c0bdbc;border-radius: 4.1667vw;}
    .recommended-list li p{ align-items: center;  }
    .recommended-list li p:nth-of-type(2){padding-left: 2vw;}
    .recommended-list li p:nth-child(1){width: 30%;height: inherit; font-size: 3.9083vw;line-height: 6.0396vw;}
    .recommended-list li p:nth-child(2){width: 70%; height: inherit; font-size: 3.0583vw; line-height: 6.0396vw; font-weight: 400; color: #404040; letter-spacing:-0.0500vw;}
    
    .imp07-area1 .bg-animation {
        background: url(../img/custom/imp07_01_m.jpg) center / cover no-repeat;
    }
    .imp08-area1 .bg-animation {
        background: url(../img/custom/imp08_01_m.jpg) center / cover no-repeat;
    }
    .imp08-area2 .flex{align-items: center; gap: 20px;flex-direction: column;}
    .imp08-area2 ul li .img{width:20%;}
    .imp08-area2 ul li .txt{width:80%; text-align:center;}
}

/*================================================================ 425px 이하 ================================================================= */
@media screen and (max-width: 425px) {
    .point-num {
        width: 65px;
        height: 65px;
    }
    .bar {
        height: 75px;
    }

    .imp01-area1 ul.flex {
        max-width: 300px;
        margin: 0 auto;
    }
    .imp01-area1 ul.flex > li > div {
        flex-direction: column;
    }
    .imp01-area1 ul.flex > li > div > div {
        width: 100%;
    }
    .imp01-area1 ul.flex .txt {
        margin: 20px 0 0 0;
    }
    .imp01-area1 ul.flex .txt .brand img {
        width: 70%;
    }
    .imp01-area2 .circle-box b {
        margin-top: 5px;
        font-size: 1.5em;
    }
    .imp01-area3 .tit {
        margin-bottom: 10px;
    }
    .imp01-area3 .tit h5 {
        padding: 5px 10px;
        width: 190px;
    }
    .imp01-area3 ul.flex .img p {
        width: 130px;
        font-size: 13px;
    }
    .imp01-area4 ul.flex > li {
        width: 100%;
    }
    .imp01-area4 .middle-title {
        margin-top: 40px;
    }
    .imp01-area4 colgroup col {
        width: 37.5%;
    }
    .imp01-area4 colgroup col:nth-child(2) {
        width: 25%;
    }
    .imp01-area6 ul.flex > li > div {
        display: block;
        padding: 30px 10px;
        max-width: 300px;
    }
    .imp01-area6 ul.flex .img {
        display: block;
        width: 100%;
    }
    .imp01-area6 ul.flex .txt {
        margin: 20px 0 0;
        width: 100%;
        text-align: center;
    }
    .imp01-area6 ul.flex .txt h6 {
        margin-bottom: 10px;
    }
    .imp01-area7 ul.flex > li {
        width: 100%;
    }
    .imp01-area7 ul.flex > li:nth-child(2) .img,
    .imp01-area7 ul.flex > li:nth-child(4) .img {
        border-left-width: 1px;
    }
    .imp01-area7 ul.flex .tit {
        padding: 20px 0;
        height: auto;
    }
    .imp01-area7 ul.flex .img {
        display: block;
        height: auto;
        padding: 20px 10px;
    }
    .imp01-area7 ul.flex .img img {
        width: 50%;
    }
    .imp01-area7 ul.flex .sub {
        display: block;
        height: auto;
    }
    .imp01-area8 article .middle-title h5 {
        padding: 5px 20px;
        border-radius: 10px;
    }
    .imp01-area10 .table-scroll {
        overflow-x: scroll !important;
    }
    /* .imp01-area10 table {min-width: 500px;} */
    .imp01-area10 table col {
        width: 40%;
    }
    .imp01-area10 table col:nth-child(2) {
        width: 20%;
    }
    .imp01-area10 table td {
        padding: 15px 5px;
    }
    .imp01-area12 ul.flex > li > div {
        max-width: 300px;
    }
    .imp01-area12 ul.flex .img {
        margin: 20px 0 10px;
    }
    .imp01-area12 ul.flex .img img {
        max-width: 30px;
    }
    .imp01-area13 article {
        padding: 45px 10px 30px;
        margin: 40px auto 0;
    }
    .imp01-area13 article .imp01-tit {
        top: -18px;
    }
    .imp01-area13 article .img {
        height: 50px;
    }
    .imp01-area14 ul.flex .list {
        max-width: 300px;
    }
    .imp01-area14 ul.flex .list > li p::before {
        top: 8px;
        left: 5px;
        width: 4px;
        height: 4px;
    }
    .imp01-area14 ul.flex > li:last-child .list {
        max-width: 275px;
    }
    .imp01-area14 ul.flex > li:last-child .list > li p {
        font-size: 16px;
    }
    .imp01-area14 ul.flex > li:last-child .list > li p::before {
        top: 6px;
        width: 16px;
        height: 13px;
    }
    .imp01-area15 .middle-title {
        margin-top: 40px;
    }
    .imp01-area15 colgroup col {
        width: 37.5%;
    }
    .imp01-area15 colgroup col:nth-child(2) {
        width: 25%;
    }
    .imp01-area15 article .img {
        width: 70%;
        margin: 0 auto;
    }
    .imp01-area16ul.flex > li:nth-child(2) {
        margin-top: 20px;
    }
    .imp01-area17 ul.flex > li > div {
        margin: 0;
    }
    .imp01-area17 ul.flex .list {
        margin-top: 20px;
    }
    .imp01-area17 ul.flex .list > li {
        width: calc(50% - 4px);
        margin: 2px;
    }
    .imp01-area17 ul.flex .list > li h6 {
        font-size: 17px;
    }
    .imp01-area18 .wrap {
        padding: 8px 8px 0 8px;
        border-radius: 30px 30px 0 0;
    }
    .imp01-area18 .wrap > div {
        padding: 50px 10px 0px 10px;
        border-radius: 30px 30px 0 0;
    }
    .imp01-area18 .wrap .box {
        width: 100% !important;
    }
    .imp01-area18 .wrap .box ul {
        padding: 20px 10px !important;
    }
    .imp01-area18 .wrap .box .right h6 {
        font-size: 16px !important;
    }
    .imp01-area18 .wrap .box:first-child {
        border-radius: 25px;
    }
    .imp01-area18 .wrap .box:first-child::after {
        display: none;
    }
    .imp01-area18 .wrap .box:first-child .tit h2 {
        font-size: 25px;
    }
    .imp01-area18 .wrap .box:first-child .left h2 {
        font-size: 30px;
    }
    .imp01-area19 .btm {
        flex-direction: column;
        border-radius: 10px;
        width: 100%;
    }
    .imp01-area19 .btm h6 {
        padding: 10px 0 0 0;
        font-size: 20px;
    }

    .imp02-area1 .bg-tit h2 {
        font-size: 38px;
    }
    .imp02-area2 colgroup col {
        width: 37.5%;
    }
    .imp02-area2 colgroup col:nth-child(2) {
        width: 25%;
    }
    .imp02-area3 ul.flex > li > div {
        margin: 5px 8px;
    }
    .imp02-area3 ul.flex .img p {
        height: 50px;
    }
    .imp02-area5.bg-gray {
        padding: 60px 0;
    }
    .imp02-area5 .middle-title h5 {
        font-size: 18px;
    }

    .imp03-area1 .bg-tit h2 {
        font-size: 32px;
    }
    .imp03-area1 ul.flex > li > div {
        margin: 5px;
    }
    .imp03-area1 ul.flex .middle-title {
        margin-top: 20px;
    }
    .imp03-area2 ul.flex > li {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    .imp03-area2 ul.flex > li:last-child {
        margin-top: 20px;
    }
    .imp03-area2 .brief-ex .ex {
        padding: 5px 10px;
    }
    .imp03-area3 .text-wrap .middle-title {
        padding: 20px 15px 0;
        margin: 0 15px;
    }
    .imp03-area3 .text-wrap h3::before,
    .imp03-area3 .text-wrap h3::after {
        top: -35px;
        font-size: 60px;
    }

    .imp04-area1 ul.flex > li:last-child {
        height: 260px;
    }
    .imp04-area2 ul.flex > li {
        width: 100%;
        max-width: 280px;
    }
    .imp04-area2 ul.flex > li:not(:first-child) {
        margin-top: 15px;
    }
    .imp04-area3 .cell {
        padding: 15px 5px;
    }
    .imp04-area4 .bg-animation {
        background-position-x: -500px;
    }
    .imp04-area4 .list > li:not(:first-child) {
        margin-top: 10px;
    }

    .imp05-box {
        margin: 55px auto 20px;
        padding: 55px 10px 30px;
    }
    .imp05-box::before {
        top: -40px;
        width: 80px;
        height: 80px;
    }
    .imp05-area4 article .btm .list > li {
        padding-left: 27px;
    }
    .imp05-area4 article .btm .list > li:not(:first-child) {
        margin-top: 20px;
    }
    .imp05-area4 article .btm .list > li::before {
        width: 20px;
        height: 20px;
    }

    .imp06-area1 .middle-title h3 {
        font-size: 22px;
    }
    .imp06-area2 .list > li:not(:first-child) {
        margin-top: 10px;
    }
    .imp06-area2 .list > li h5 {
        font-size: 18px;
    }
    .imp06-area3 ul.flex > li {
        width: 100%;
        max-width: 300px;
    }
    .imp06-area5 .tac::before {
        bottom: 70px;
        top: auto;
        width: 80px;
        height: 80px;
    }
}

/* ============================================================================================================================ */
/* ======================================================= sub3 custom 코드 ==================================================== */
/* ============================================================================================================================ */

/* ============================================================================================================================ */
/* ======================================================= sub4 custom  코드 ==================================================== */
/* ============================================================================================================================ */

.ortho01bg .bg-animation {
    background: url(../img/custom/ortho01_bg.jpg) center/cover no-repeat;
}
.ortho02bg .bg-animation {
    background: url(../img/custom/ortho02_bg.jpg) center/cover no-repeat;
}
.ortho03bg .bg-animation {
    background: url(../img/custom/ortho03_bg.jpg) center/cover no-repeat;
}
.ortho04bg .bg-animation {
    background: url(../img/custom/ortho04_bg.jpg) center/cover no-repeat;
}
.ortho05bg .bg-animation {
    background: url(../img/custom/ortho05_bg.jpg) center/cover no-repeat;
}

.case-arrow-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-arrow-box .arrow {
    margin: 0 40px;
}

.ortho01-area1 .imp01-tit {
    padding: 10px 30px;
    width: 500px;
}
.ortho01-area1 .basic-box .point-num {
    margin-bottom: 20px;
}
.ortho01-area1 .basic-box {
    max-width: 1000px;
    margin: 0 auto;
}
.ortho01-area1 .basic-box:not(:first-child) {
    margin-top: 40px;
}
.ortho01-area1 .basic-box:nth-child(2n) {
    flex-direction: row-reverse;
}
.ortho01-area2 ul.flex > li:nth-child(n + 5):nth-child(-n + 8) {
    margin-top: 40px;
}
.ortho01-area3 {
    padding-bottom: 60px;
    background: linear-gradient(to top, #212121 35%, transparent 35%);
}
.ortho01-area3 ul.flex {
    color: #fff;
}
.ortho01-area3 ul.flex p {
    line-height: 1.5;
}
.ortho01-area4 ul.flex .img {
    border: 2px solid #eeecec;
    border-radius: 25px 0 0 0;
    overflow: hidden;
}
.ortho01-area4 ul.flex .txt {
    padding: 15px 10px;
    background: #eeecec;
    border-radius: 0 0 25px 0;
}
.ortho01-area4 ul.flex .txt p {
    font-weight: 700;
}
.ortho01-area4 ul.flex .txt h5 {
    font-weight: 700;
    line-height: 1.2;
}
.ortho01-area4 .bd-tit {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    background: #cfaa7a;
}
.ortho01-area5 article {
    padding: 120px 0;
    background: url(../img/custom/ortho01_bg1.jpg) center/cover no-repeat;
}
.ortho01-area5 article .txt {
    display: flex;
    justify-content: flex-end;
}
.ortho01-area5 .middle-title {
    position: relative;
    right: 100px;
    margin: 0;
    text-align: left;
}
.ortho01-area6.bg-gray {
    color: #fff;
    padding: 150px 0 200px;
}
.ortho01-area6 .bg-animation {
    background: url(../img/custom/ortho01_bg2.jpg) center/cover no-repeat;
}
.ortho01-area6 .tit {
    text-align: center;
}
.ortho01-area6 .tit h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 70px;
}
.ortho01-area6 .tit h3::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #cfaa7a;
}
.ortho01-area6 ul.flex {
    margin-top: 80px;
}
.ortho01-area6 ul.flex .box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    height: 280px;
    border-radius: 20px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.5s ease-in;
}
.ortho01-area6 ul.flex .box:hover {
    background: #cfaa7a;
    border: 1px solid #cfaa7a;
}
.ortho01-area6 ul.flex .box h3 {
    white-space: pre-line;
    line-height: 1.3;
    color: #fff;
}

.ortho02-area1.bg-gray {
    padding: 200px 0;
    color: #fff;
}
.ortho02-area1 .bg-animation {
    background: url(../img/custom/ortho02_bg1.jpg) center/cover no-repeat;
}
.ortho02-area1 .bg-tit {
    position: absolute;
    left: 30px;
    top: 20px;
}
.ortho02-area1 .bg-tit h2 {
    font-size: 80px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    white-space: pre-line;
}
.ortho02-area2.bg-gray {
    background: #f7f7f7;
}
.ortho02-area2 article {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
.ortho02-area2 article:last-child {
    margin: 100px auto 0;
}
.ortho02-area2 article .tit {
    position: relative;
    padding-left: 70px;
}
.ortho02-area2 article .tit::before {
    position: absolute;
    display: flex;
    content: attr(data-num);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    font-size: 1em;
}
.ortho02-area2 article ul {
    display: flex;
    max-width: 625px;
    margin: 60px auto 0;
}
.ortho02-area2 article ul img {
    margin-right: 50px;
}
.ortho02-area2 article ul p {
    white-space: pre-line;
    margin-top: 10px;
}
.ortho02-area3 ul.flex .tit {
    width: 250px;
    padding: 8px 10px;
    margin: 0 auto 30px;
    text-align: center;
    border-radius: 40px;
    background: #cfaa7a;
    color: #fff;
}
.ortho02-area3 ul.flex > li:last-child .tit {
    background: #999898;
}
.ortho02-area3 ul.flex .img img:last-child {
    margin-top: 40px;
}
.ortho02-area4.bg-gray {
    padding: 200px 0;
    color: #fff;
}
.ortho02-area4 .bg-animation {
    background: url(../img/custom/ortho02_bg2.jpg) center/cover no-repeat;
}
.ortho02-area5 ul.flex p {
    line-height: 1.5;
}
.ortho02-area5 .tit {
    text-align: center;
    font-family: 'InkLipquid';
    transform: skew(-0.1deg);
    font-weight: 300;
}
.ortho02-area5 .tit span {
    color: #cfaa7a;
}
.ortho02-area6.bg-gray {
    padding: 160px 0;
    color: #fff;
}
.ortho02-area6 .bg-animation {
    background: url(../img/custom/ortho02_bg3.jpg) center/cover no-repeat;
}

.ortho03-area1.bg-gray {
    padding: 200px 0;
    color: #fff;
}
.ortho03-area1 .bg-animation {
    background: url(../img/custom/ortho03_bg1.jpg) center/cover no-repeat;
}
.ortho03-area2 ul.flex h5 {
    padding: 8px 10px;
    color: #fff;
    background: #333;
    font-weight: bold;
}

.ortho05-area1 ul.flex .middle-title {
    margin-bottom: 0;
    text-align: left;
}
.ortho05-area1 ul.flex .middle-title .tit {
    margin-bottom: 20px;
    line-height: 1;
    color: #cfaa7a;
    font-weight: 500;
    font-family: 'Jeju Myeongjo', serif;
    font-style: italic;
    font-size: 72px;
}
.ortho05-area1 article {
    margin: 0 auto;
    border: 2px solid #362317;
}
.ortho05-area1 article .top {
    padding: 8px 10px;
    background: #362317;
}
.ortho05-area1 article .top .tit {
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.ortho05-area1 article .btm {
    display: flex;
    justify-content: center;
    padding: 50px 10px;
}
.ortho05-area1 article .btm .list > li {
    position: relative;
    padding-left: 40px;
}
.ortho05-area1 article .btm .list > li:not(:first-child) {
    margin-top: 30px;
}
.ortho05-area1 article .btm .list > li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    background: url(../img/custom/imp05_12.jpg) center/cover no-repeat;
}
.ortho05-area1 article .btm .list p {
    font-weight: 700;
}
.ortho05-area2 ul.flex .middle-title {
    margin-bottom: 0;
    text-align: left;
}
.ortho05-area3 .advan ul.flex > li > div {
    display: flex;
    justify-content: center;
    height: 220px;
    padding: 30px 10px;
    border-radius: 10px;
    color: #fff;
    background: #241f1c;
}
.ortho05-area3 .advan .tit {
    display: inline-block;
    padding: 0px 25px;
    margin-bottom: 20px;
    border-radius: 40px;
    font-weight: 900;
    color: #241f1c;
    background: #fff;
    font-size: 22px;
}
.ortho05-area3 .comparison ul.flex {
    max-width: 800px;
    margin: 0 auto;
}
.ortho05-area3 .comparison ul.flex > li > div {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ortho05-area3 .comparison .tit {
    width: 100%;
    padding: 3px 10px;
    color: #fff;
    background: #cfaa7a;
}
.ortho05-area3 .comparison ul.flex > li:last-child .tit {
    background: #6e6e6e;
}
.ortho05-area3 .comparison .list {
    margin-top: 40px;
}
.ortho05-area3 .comparison .list > li:not(:first-child) {
    margin-top: 15px;
}
.ortho05-area3 .comparison .list p {
    position: relative;
    padding-left: 30px;
    text-align: left;
    font-size: 22px;
}
.ortho05-area3 .comparison .list p::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url(../img/custom/ortho05_06.png) center/cover no-repeat;
}
.ortho05-area3 .comparison ul.flex > li:last-child .list p::before {
    background: url(../img/custom/ortho05_07.png) center/cover no-repeat;
}

/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width: 1500px) {
}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width: 1200px) {
    .case-arrow-box .arrow {
        margin: 0 20px;
    }

    .ortho01-area6 .tit h3 {
        font-size: 60px;
    }

    .ortho02-area1 .bg-tit {
        left: 10px;
    }
}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width: 1025px) {
}

/*================================================================ 900px 이하 ================================================================= */
@media screen and (max-width: 900px) {
    .ortho01-area6 ul.flex .box {
        height: 240px;
    }
    .ortho01-area6 ul.flex .box h3 {
        font-size: 30px;
    }

    .ortho05-area1 ul.flex {
        max-width: 500px;
        margin: 0 auto;
        border: 2px solid #362317;
    }
    .ortho05-area1 ul.flex > li {
        width: 100%;
    }
    .ortho05-area1 ul.flex > li:first-child > div {
        margin: 0;
    }
    .ortho05-area1 ul.flex > li:last-child > div {
        margin: 20px 10px;
    }
    .ortho05-area1 ul.flex .middle-title .tit {
        margin-bottom: 10px;
        font-size: 60px;
    }
    .ortho05-area1 article {
        max-width: 500px;
    }
}

/*================================================================ 769px 이하 ================================================================= */
@media screen and (max-width: 769px) {
    .case-arrow-box > li:nth-child(2) {
        position: relative;
    }
    .case-arrow-box .arrow {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        width: 60px;
        height: 60px;
        z-index: 1;
    }

    .ortho01-area1 .basic-box .point-num {
        margin: 20px auto;
        width: 65px;
        height: 65px;
    }
    .ortho01-area1 .basic-box .point-num h2 {
        font-size: 30px;
    }
    .ortho01-area3 {
        padding: 0;
        background: none;
    }
    .ortho01-area3 ul.flex {
        color: #333;
    }
    .ortho01-area3 ul.flex:nth-child(2) > li:last-child {
        margin-top: 20px;
    }
    .ortho01-area6.bg-gray {
        padding: 100px 0;
    }
    .ortho01-area6 .tit h3 {
        font-size: 48px;
        margin-bottom: 30px;
    }
    .ortho01-area6 ul.flex {
        margin-top: 40px;
    }
    .ortho01-area6 ul.flex > li {
        width: 100%;
    }
    .ortho01-area6 ul.flex .box {
        padding: 40px 20px;
        height: auto;
    }
    .ortho01-area6 ul.flex .box h3 {
        font-size: 26px;
    }

    .ortho02-area1.bg-gray {
        padding: 140px 0;
    }
    .ortho02-area1 .bg-tit {
        display: none;
    }
    .ortho02-area2 article {
        margin: 60px auto 0;
    }
    .ortho02-area4.bg-gray {
        padding: 140px 0;
    }
    .ortho02-area6.bg-gray {
        padding: 120px 0;
    }

    .ortho03-area1.bg-gray {
        padding: 140px 0;
    }

    .ortho05-area2 ul.flex {
        max-width: 500px;
        margin: 0 auto;
    }
    .ortho05-area2 ul.flex > li {
        width: 100%;
    }
    .ortho05-area3 .advan ul.flex > li > div {
        margin: 5px;
        height: 200px;
    }
    .ortho05-area3 .comparison ul.flex > li > div {
        margin: 5px;
    }
    .ortho05-area3 .comparison .list {
        margin-top: 20px;
    }
    .ortho05-area3 .comparison .list p {
        font-size: 18px;
    }
}

/*================================================================ 600px 이하 ================================================================= */
@media screen and (max-width: 600px) {
    .case-arrow-box {
        flex-direction: column;
        margin-top: 20px;
    }
    .case-arrow-box .arrow {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .ortho01-area1 .imp01-tit {
        width: 100%;
    }
    .ortho01-area2 ul.flex > li {
        width: 33.3%;
    }
    .ortho01-area2 ul.flex > li:nth-child(n + 4):nth-child(-n + 8) {
        margin-top: 30px;
    }
    .ortho01-area4 ul.flex > li {
        width: 50%;
    }
    .ortho01-area5 article {
        padding: 80px 0;
        background: url(../img/custom/ortho01_bg1m.jpg) center/cover no-repeat;
    }
    .ortho01-area5 article .txt {
        justify-content: center;
    }
    .ortho01-area5 .middle-title {
        right: auto;
    }
    .ortho01-area5 ul.flex > li:last-child {
        height: 300px;
    }
    .ortho01-area6 .tit h3 {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .ortho02-area1.bg-gray {
        padding: 60px 0;
    }
    .ortho02-area1 .bg-animation {
        background: url(../img/custom/ortho02_bg1m.jpg) center/cover no-repeat;
    }
    .ortho02-area1 ul.flex > li:last-child {
        height: 350px;
    }
    .ortho02-area1 .middle-title {
        text-align: center !important;
    }
    .ortho02-area2 article ul {
        max-width: 410px;
        margin: 50px auto 0;
    }
    .ortho02-area2 article ul img {
        max-width: 120px;
        margin-right: 40px;
    }
    .ortho02-area3 ul.flex .tit {
        width: 200px;
    }
    .ortho02-area4.bg-gray {
        padding: 60px 0;
    }
    .ortho02-area4 .bg-animation {
        background: url(../img/custom/ortho02_bg2m.jpg) center/cover no-repeat;
    }
    .ortho02-area4 ul.flex > li:last-child {
        height: 350px;
    }
    .ortho02-area4 .middle-title {
        padding-left: 10px;
    }

    .ortho03-area1.bg-gray {
        padding: 60px 0;
    }
    .ortho03-area1 .bg-animation {
        background: url(../img/custom/ortho03_bg1m.jpg) center/cover no-repeat;
    }
    .ortho03-area1 ul.flex > li:last-child {
        height: 280px;
    }
    .ortho03-area1 .middle-title {
        padding-left: 10px;
    }
    .ortho03-area2 ul.flex > li > div {
        margin: 5px;
    }

    .ortho05-area3 .advan ul.flex > li {
        width: 50%;
    }
    .ortho05-area3 .comparison .list p {
        padding-left: 25px;
        font-size: 16px;
    }
}

/*================================================================ 425px 이하 ================================================================= */
@media screen and (max-width: 425px) {
    .case-arrow-box > li:first-child .img p {
        bottom: auto;
        top: 10px;
    }

    .ortho01-area1 .basic-box .point-num {
        margin: 15px auto;
        width: 55px;
        height: 55px;
    }
    .ortho01-area1 .basic-box .point-num h2 {
        font-size: 26px;
    }
    .ortho01-area2 ul.flex > li {
        width: 50%;
    }
    .ortho01-area2 ul.flex > li:nth-child(n + 3):nth-child(-n + 8) {
        margin-top: 30px;
    }
    .ortho01-area3 ul.flex:nth-child(2) > li:nth-child(2) {
        margin-top: 20px;
    }
    .ortho01-area4 ul.flex > li > div {
        margin: 4px;
    }
    .ortho01-area4 ul.flex .txt {
        padding: 10px;
    }
    .ortho01-area5 article {
        padding: 60px 0;
    }
    .ortho01-area6 .tit h3 {
        font-size: 35px;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .ortho01-area6 .tit h3::before {
        width: 60px;
    }
    .ortho01-area6 ul.flex {
        margin-top: 20px;
    }
    .ortho01-area6 ul.flex .box {
        border-radius: 10px;
    }
    .ortho01-area6 ul.flex .box h3 {
        font-size: 22px;
    }

    .ortho02-area1 ul.flex > li:last-child {
        height: 250px;
    }
    .ortho02-area2 article {
        margin: 40px auto 0;
    }
    .ortho02-area2 article:last-child {
        margin: 60px auto 0;
    }
    .ortho02-area2 article .tit {
        padding-left: 50px;
    }
    .ortho02-area2 article .tit::before {
        width: 40px;
        height: 40px;
    }
    .ortho02-area2 article ul {
        max-width: 340px;
        margin: 35px auto 0;
    }
    .ortho02-area2 article ul img {
        max-width: 90px;
        margin-right: 20px;
    }
    .ortho02-area3 ul.flex .img img:last-child {
        margin-top: 15px;
    }
    .ortho02-area3 ul.flex > li:last-child {
        margin-top: 40px;
    }
    .ortho02-area6.bg-gray {
        padding: 100px 0;
    }

    .ortho03-area1 ul.flex > li:last-child {
        height: 200px;
    }
    .ortho03-area2 ul.flex > li {
        width: 100%;
    }
    .ortho03-area2 ul.flex > li > div {
        margin: 10px;
    }

    .ortho05-area1 article .btm .list > li {
        padding-left: 27px;
    }
    .ortho05-area1 article .btm .list > li:not(:first-child) {
        margin-top: 20px;
    }
    .ortho05-area1 article .btm .list > li::before {
        width: 20px;
        height: 20px;
    }
    .ortho05-area1 ul.flex .middle-title .tit {
        font-size: 46px;
    }
    .ortho05-area3 .advan ul.flex > li {
        width: 100%;
    }
    .ortho05-area3 .advan ul.flex > li > div {
        height: auto;
    }
    .ortho05-area3 .advan .tit {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ortho05-area3 .comparison .list p {
        font-size: 14px;
    }
    .ortho05-area3 .comparison .list p::before {
        top: 1px;
        transform: none;
    }
}

/* ============================================================================================================================ */
/* ======================================================= sub4 custom 코드 ==================================================== */
/* ============================================================================================================================ */

/* ============================================================================================================================ */
/* ======================================================= sub5 custom  코드 ==================================================== */
/* ============================================================================================================================ */

.aes01bg .bg-animation {
    background: url(../img/custom/aes01_bg.jpg) center/cover no-repeat;
}
.aes02bg .bg-animation {
    background: url(../img/custom/aes02_bg.jpg) center/cover no-repeat;
}
.aes03bg .bg-animation {
    background: url(../img/custom/aes03_bg.jpg) center/cover no-repeat;
}
.aes04bg .bg-animation {
    background: url(../img/custom/aes04_bg.jpg) center/cover no-repeat;
}
.aes05bg .bg-animation {
    background: url(../img/custom/aes05_bg.jpg) center/cover no-repeat;
}
.aes06bg .bg-animation {
    background: url(../img/custom/aes06_bg.jpg) center/cover no-repeat;
}

.aes01-area2 .bg-animation {
    background: url(../img/custom/aes01_bg1.jpg) center/cover no-repeat;
}
.aes01-area3 article {
    position: relative;
    max-width: 1000px;
    margin: 40px auto;
}
.aes01-area3 article .point-num {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.aes01-area3 article .middle-title {
    margin-bottom: 0;
    padding: 40px 10px;
    color: #fff;
    background: #241f1c;
}

.aes02-area1 .basic-box h3 {
    margin-bottom: 20px;
    color: #f1f1f1;
}
.aes02-area2.bg-gray {
    padding: 200px 0;
    color: #fff;
}
.aes02-area2 .bg-animation {
    background: url(../img/custom/aes02_bg1.jpg) center/cover no-repeat;
}
.aes02-area2 .middle-title h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.aes02-area2 .middle-title h2::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #cfaa7a;
}
.aes02-area3.bg-gray {
    background: #f4ede5;
}
.aes02-area4 ul.flex .img img {
    width: 100%;
}
.aes02-area4 ul.flex p {
    padding: 8px 10px;
    color: #fff;
    background: #3e362e;
}
.aes02-area5 ul.flex .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 160px;
    border: 1px solid #ceced0;
    margin: 5px;
}
.aes02-area5 ul.flex .box p {
    white-space: pre-line;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.aes02-area5 ul.flex .box p.tit {
    margin-bottom: 10px;
}
.aes02-area5 ul.flex .box p.sub {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}
.aes02-area5 ul.flex .step1 {
    width: 28.57%;
}
.aes02-area5 ul.flex .step2 {
    width: 42.85%;
}
.aes02-area5 ul.flex .step {
    margin: 5px;
    text-align: center;
    background: #9b8b7e;
    color: #fff;
}
.aes02-area5 ul.flex .step2 > .step {
    background: #766355;
}
.aes02-area5 ul.flex .step3 > .step {
    background: #513e30;
}
.aes02-area5 ul.flex .step4 > .step {
    background: #352214;
}

.aes03-area1 .bg-animation {
    background: url(../img/custom/aes03_bg1.jpg) center/cover no-repeat;
}
.aes03-area1 ul.flex > li {
    max-width: 420px;
}
.aes03-area1 ul.flex > li:nth-child(n + 3):nth-child(-n + 4) {
    margin-top: 40px;
}
.aes03-area1 ul.flex h6 {
    margin: 15px 0 10px;
    font-weight: bold;
    color: #614836;
}

.aes04-area1 {
    background: linear-gradient(to top, #241f1c 40%, transparent 40%);
}
.aes04-area1 ul.flex {
    padding-bottom: 80px;
}
.aes04-area1 ul.flex > li {
    max-width: 406px;
    color: #fff;
}
.aes04-area1 ul.flex h6 {
    margin: 15px 0 10px;
    font-weight: bold;
}
.aes04-area2 ul.flex .img {
    position: relative;
}
.aes04-area2 ul.flex .point-num {
    margin: 20px auto;
}
.aes04-area2 ul.flex h5 {
    margin-bottom: 10px;
    font-weight: bold;
}
.aes04-area2 ul.flex > li:nth-child(n + 3):nth-child(-n + 4) {
    margin-top: 30px;
}

.aes05-area1.bg-gray {
    padding: 200px 0;
    color: #fff;
}
.aes05-area1 .bg-animation {
    background: url(../img/custom/aes05_01.jpg) center/cover no-repeat;
}
.aes05-area1 .middle-title {
    margin: 0;
    text-align: left;
}
.aes05-area2 {
    background: linear-gradient(to top, #241f1c 45%, transparent 45%);
}
.aes05-area2 ul.flex h6 {
    color: #e1b780;
}
.aes05-area3 table thead tr:last-child td:first-child {
    background: #cfaa7a;
}
.aes05-area3 table thead tr:last-child td:nth-child(2) {
    background: #241f1c;
    color: #fff;
}

.aes06-area2 article {
    position: relative;
}
.aes06-area2 article::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: #241f1c;
}
.aes06-area2 article ul.flex {
    max-width: 800px;
    margin: 0 auto;
}
.aes06-area2 article ul.flex > li > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
    border-radius: 20px;
    background: #241f1c;
}
.aes06-area2 article ul.flex p {
    color: #fff;
}
.aes06-area3 ul.flex .tit {
    margin: 15px 0 2px;
    font-weight: 700;
    color: #cfaa7a;
}
.aes06-area4 strong{font-size:1.2em;font-weight:bold;}
.aes06-area4 .num-list {
    max-width: 800px;
    margin: 0 auto;
}
.aes06-area4 .num-list .num {
    white-space: pre-line;
}
.aes06-area4 .num-list .num::before {
    top: -3px;
    background: #cfaa7a;
}
.aes06-area4 .num-list .num:nth-child(2n)::before {
    background: #997a53;
}

/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width: 1500px) {
}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width: 1200px) {
    .aes02-area2.bg-gray {
        padding: 160px 0;
    }
}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width: 1025px) {
    .aes02-area4 ul.flex {
        max-width: 550px;
        margin: 0 auto;
    }
    .aes02-area4 ul.flex > li {
        width: 50%;
    }
    .aes02-area5 ul.flex .box {
        height: 130px;
    }
    .aes02-area5 ul.flex .box p.tit {
        margin-bottom: 5px;
    }
    .aes02-area5 ul.flex .box p.sub {
        height: 48px;
    }
}

/*================================================================ 900px 이하 ================================================================= */
@media screen and (max-width: 900px) {
}

/*================================================================ 769px 이하 ================================================================= */
@media screen and (max-width: 769px) {
    .aes02-area1 .basic-box h3 {
        margin-bottom: 0;
    }
    .aes02-area2.bg-gray {
        padding: 120px 0;
    }
    .aes02-area2 .middle-title h2 {
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
    .aes02-area5 ul.flex .box {
        height: 150px;
    }
    .aes02-area5 ul.flex .step1,
    .aes02-area5 ul.flex .step2 {
        width: 100%;
    }

    .aes04-area1 ul.flex {
        padding-bottom: 40px;
    }

    .aes05-area1.bg-gray {
        padding: 140px 0;
    }

    .aes06-area3 ul.flex > li:nth-child(n + 3):nth-child(-n + 4) {
        margin-top: 20px;
    }
}

/*================================================================ 600px 이하 ================================================================= */
@media screen and (max-width: 600px) {
    .aes04-area2 ul.flex > li {
        width: 100%;
    }
    .aes04-area2 ul.flex > li:nth-child(n + 2):nth-child(-n + 4) {
        margin-top: 30px;
    }
    .aes04-area2 ul.flex .point-num {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }
    .aes04-area2 ul.flex h5 {
        margin: 20px 0 10px;
    }

    .aes05-area1.bg-gray {
        padding: 60px 0;
    }
    .aes05-area1 .bg-animation {
        background: url(../img/custom/aes05_01m.jpg) center/cover no-repeat;
    }
    .aes05-area1 ul.flex > li:last-child {
        height: 440px;
    }
    .aes05-area1 ul.flex .middle-title {
        text-align: center;
    }
}

/*================================================================ 425px 이하 ================================================================= */
@media screen and (max-width: 425px) {
    .aes01-area3 article ul.flex > li {
        width: 100%;
    }

    .aes02-area2.bg-gray {
        padding: 80px 0;
    }
    .aes02-area2 .bg-animation {
        background-position-x: -200px;
    }
    .aes02-area2 .middle-title h2 {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .aes02-area2 .middle-title h2::before {
        width: 60px;
    }
    .aes02-area5 ul.flex .box {
        height: 130px;
    }
    .aes02-area5 ul.flex .box p.sub {
        height: 40px;
    }

    .aes03-area1 ul.flex > li {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .aes03-area1 ul.flex > li:nth-child(n + 2):nth-child(-n + 4) {
        margin-top: 20px;
    }
    .aes04-area1 ul.flex > li > div {
        margin: 2px;
    }

    .aes05-area1 ul.flex > li:last-child {
        height: 360px;
    }

    .aes06-area2 ul.flex > li {
        width: 100%;
        max-width: 300px;
    }
    .aes06-area2 ul.flex > li > div {
        margin: 5px;
    }
}

/* ============================================================================================================================ */
/* ======================================================= sub5 custom 코드 ==================================================== */
/* ============================================================================================================================ */

/* ============================================================================================================================ */
/* ======================================================= sub6 custom  코드 ==================================================== */
/* ============================================================================================================================ */

.basic01bg .bg-animation {
    background: url(../img/custom/basic01_bg.jpg) center/cover no-repeat;
}
.basic02bg .bg-animation {
    background: url(../img/custom/basic02_bg.jpg) center/cover no-repeat;
}
.basic03bg .bg-animation {
    background: url(../img/custom/basic03_bg.jpg) center/cover no-repeat;
}
.basic04bg .bg-animation {
    background: url(../img/custom/basic04_bg.jpg) center/cover no-repeat;
}
.basic05bg .bg-animation {
    background: url(../img/custom/basic05_bg.jpg) center/cover no-repeat;
}

.basic01-area1 ul.flex {
    position: relative;
}
.basic01-area1 ul.flex::before {
    position: absolute;
    content: '';
    left: -350px;
    top: 50%;
    transform: translateY(-50%);
    width: 317px;
    height: 307px;
    z-index: -1;
    background: url(../img/custom/basic01_05.png) center/cover no-repeat;
}
.basic01-area1 ul.flex::after {
    position: absolute;
    content: '';
    right: -360px;
    top: 50%;
    transform: translateY(-50%);
    width: 337px;
    height: 337px;
    z-index: -1;
    background: url(../img/custom/basic01_04.png) center/cover no-repeat;
}
.basic01-area1 ul.flex > li.block-2 > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    height: 300px;
    border: 1px solid #d2d6db;
    background: #fff;
}
.basic01-area1 ul.flex > li.block-2 h5 {
    margin-bottom: 20px;
    font-weight: bold;
}
.basic01-area1 ul.flex > li.block-1 > div {
    padding: 10px;
    background: #614836;
}
.basic01-area1 ul.flex > li.block-1 h5 {
    color: #fff;
    font-weight: bold;
}
.basic01-area2.bg-gray {
    padding: 200px 0;
    color: #fff;
}
.basic01-area2 .bg-animation {
    background: url(../img/custom/basic01_bg1.jpg) center/cover no-repeat;
}
.basic01-area2 .middle-title h5 {
    margin-top: 20px;
    font-weight: 300;
}

.basic02-area1 .basic-box h3 {
    white-space: pre-line;
    line-height: 1.2;
}
.basic02-area2 .circle-box > div > div {
    background: #f4ede5;
}
.basic02-area3 ul.flex img {
    width: 100%;
}
.basic02-area3 ul.flex .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 150px;
    background: #241f1c;
}
.basic02-area3 ul.flex .txt p {
    color: #fff;
    font-weight: bold;
}
.basic02-area4 article {
    position: relative;
    margin-top: 80px;
}
.basic02-area4 article::after {
    position: absolute;
    content: '';
    right: -200px;
    top: -230px;
    width: 340px;
    height: 330px;
    background: url(../img/custom/special04_19.png) center/cover no-repeat;
}
.basic02-area4 article ul.flex {
    position: relative;
    z-index: 1;
}
.basic02-area4 article ul.flex > li:nth-child(n + 4):nth-child(-n + 6) {
    margin-top: 30px;
}
.basic02-area4 article ul.flex > li > div {
    max-width: 350px;
}
.basic02-area4 article ul.flex .num::before {
    background: #cfaa7a;
}
.basic02-area4 article ul.flex h5 {
    margin: 20px 0 10px;
    font-weight: bold;
}
.basic02-area5.bg-gray {
    padding: 220px 0;
    color: #fff;
}
.basic02-area5 .bg-animation {
    background: url(../img/custom/basic02_bg1.jpg) center/cover no-repeat;
}
.basic02-area6 ul.list > li:not(:first-child) {
    margin-top: 20px;
}
.basic02-area6 ul.list p {
    position: relative;
    padding-left: 45px;
}
.basic02-area6 ul.list p::before {
    position: absolute;
    content: attr(data-num);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: -3px;
    width: 35px;
    height: 35px;
    font-size: 1em;
    border-radius: 50%;
    background: #cfaa7a;
    color: #fff;
    font-weight: 900;
}

.basic03-area1 {
    background: linear-gradient(to top, #241f1c 38%, transparent 38%);
}
.basic03-area1 ul.flex {
    padding-bottom: 60px;
    color: #fff;
}
.basic03-area2 .top .arrow {
    width: 74px;
}
.basic03-area2 .top > li:not(:nth-child(2)) {
    flex: 1;
    text-align: center;
}
.basic03-area2 .top > li:not(:nth-child(2)) > div {
    padding: 5px 10px;
    background: #b8b8b8;
    color: #fff;
    font-weight: bold;
}
.basic03-area2 .top > li:nth-child(3) > div {
    background: #182955;
}
.basic03-area3 .num-list {
    max-width: 840px;
    margin: 0 auto;
}
.basic03-area3 .num-list .num {
    white-space: pre-line;
}
.basic03-area3 .num-list .num::before {
    top: -3px;
    background: #cfaa7a;
}
.basic03-area3 .num-list .num:nth-child(2n)::before {
    background: #997a53;
}

.basic04-area1.bg-gray {
    padding: 220px 0;
}
.basic04-area1 .bg-animation {
    background: url(../img/custom/basic04_bg1.jpg) center/cover no-repeat;
}
.basic04-area1 .middle-title {
    margin: 0;
    text-align: left;
}
.basic04-area1 .middle-title h3 {
    color: #5f4e38;
}
.basic04-area2.bg-gray {
    padding: 60px 0;
}
.basic04-area2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.basic04-area2 ul .middle-title {
    margin: 0 0 0 40px;
    text-align: left;
}
.basic04-area3 ul.flex > li > div {
    border: 1px solid #c3c2c2;
}
.basic04-area3 ul.flex .img {
    position: relative;
}
.basic04-area3 ul.flex .img .tit {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 40px;
    background: #cfaa7a;
    color: #fff;
}
.basic04-area3 ul.flex .txt {
    display: flex;
    justify-content: center;
    padding: 60px 10px;
    height: 200px;
}
.basic04-area4 ul.flex .img img {
    width: 100%;
}
.basic04-area4 ul.flex .txt .top,
.basic04-area4 ul.flex .txt .btm {
    color: #fff;
    font-family: 'NanumSquare', san-serif;
}
.basic04-area4 ul.flex .txt .top {
    padding: 5px 10px;
    font-weight: 800;
    background: #828282;
}
.basic04-area4 ul.flex .txt .mid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 10px;
    height: 175px;
    background: #ededed;
}
.basic04-area4 ul.flex .txt .btm {
    padding: 10px;
    font-weight: 600;
    background: #cfaa7a;
}

.basic05-area1 .bg-animation {
    background: url(../img/custom/basic05_bg1.jpg) center/cover no-repeat;
}
.basic05-area2 .num-list {
    max-width: 470px;
}
.basic05-area3 ul.flex .img img {
    width: 100%;
}
.basic05-area3 ul.flex .txt .top,
.basic05-area3 ul.flex .txt .btm {
    color: #fff;
    font-family: 'NanumSquare', san-serif;
}
.basic05-area3 ul.flex .txt .top {
    padding: 5px 10px;
    font-weight: 800;
    background: #828282;
}
.basic05-area3 ul.flex .txt .mid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    height: auto;
    background: #ededed;
}
.basic05-area3 ul.flex .txt .btm {
    padding: 10px;
    font-weight: 600;
    background: #cfaa7a;
}
.basic06-area1 .bg-animation {
    background: url(../img/custom/emdogain_bg.png) center/cover no-repeat;
}
.basic06-area3{
    background: url(../img/custom/emdogain_bg_02.png) center/cover no-repeat;
}
.basic06-area4{
    background: url(../img/custom/emdogain_bg_03.png) center/cover no-repeat;
}

.basic06-area5 .tit {
    margin: 15px 0 2px;
    font-weight: 700;
    color: #cfaa7a;
}
.basic06 .list ul li{width:80%;margin:0 auto;padding:20px;text-align:center;margin-bottom: 10px;border: 1px solid #aaa;background:#fff;}
.basic06 .list  ul li:last-child{margin-bottom: 20px;}
.basic06 .list ul li.check h6 {text-align: left;padding-left: 25px;}
.basic06 .list ul li.check h6:before{content:"✅";position: absolute;left: -10px;top:0;}
.basic06 .list  h5{text-align:center; font-weight:bold;}
.basic06 .text-box{padding: 20px 10px;white-space: pre-line;-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;color:#fff;text-align: center;background: #79a10d;}


.basic07-area1 .bg-animation {
    background: url(../img/custom/basic07_bg.png) center/cover no-repeat;
}
.basic07-area2 .img{text-align:center;}
.basic07-area3 ul li{padding:50px 10px;text-align:center;}
.basic07-area3 ul li:nth-child(even){background:#e2dac7;}
.basic07-area3 ul li:nth-child(odd){background:#ebd9c1;}
.basic07-area3 ul li h6{white-space: pre-line;}

.basic07-area4 .bg-animation {
    background: url(../img/custom/basic07_bg2.png) center/cover no-repeat;
}



/* txt-box 글자 */
.txt-box h1{font-family: 'Noto Sans KR', sans-serif; font-size: 46px; font-weight: 700; line-height: 58px; margin-bottom: 30px;  letter-spacing: -0.24px;}
.txt-box h2{font-family: 'Noto Sans KR', sans-serif; font-size: 41px; line-height: 62px; margin-bottom: 63px; font-weight: 400;  letter-spacing: -0.24px}
.txt-box h2 span{font-weight: 700;}
.txt-box h3{font-family: 'Noto Sans KR', sans-serif; font-size: 21px; line-height: 28.99px; font-weight: 400; letter-spacing: -0.24px}
.txt-box p{font-family:'Noto Sans KR', sans-serif;font-size: 22px;line-height: 33.99px;font-weight: 400;letter-spacing: -0.24px}
.img-box{width: auto;}
.img-box img{width: 100%; height: auto;}


.s3-1-beaf {background: url(../sub/img/s3-1-beaf-back.png) no-repeat 50% 11% / contain;}
.s3-1-beaf .txt-box {text-align: center;}
.s3-1-beaf .txt-box h2{font-family: objective-medium, sans-serif;font-size: 44px;font-weight: 500;margin-bottom: 45px;}
.s3-1-beaf .txt-box h2 span {color: #c9a48a; font-weight: 400;}
.s3-1-beaf .txt-box p{font-weight: 300;}
.s3-1-beaf .txt-box p span{color: #c9a48a; font-weight: 500;}
.s3-1-beaf .case-txt { width: 132px; height: 48px; background-color: #c9a48a; border-radius: 50px; color: #fff; font-family: objective-medium, sans-serif; font-size: 21.22px; line-height: 48px; text-align: center; margin: 64px auto 33px; font-weight: 500;}
.s3-1-beaf-table {margin: auto; border-collapse: separate; border-spacing: 9px 0;}
.s3-1-beaf-table tr:nth-of-type(2) td{font-size: 19px;line-height: 29px;color: #fff;height: 60px;line-height: 60px;text-align: center;font-weight: 400;letter-spacing: 0.24px;}
.s3-1-beaf-table tr:nth-of-type(2) td:nth-child(1){background-color: #9b9b9b;}
.s3-1-beaf-table tr:nth-of-type(2) td:nth-child(2){background-color: #c9a48a;}
.s3-1-beaf-table tr:nth-of-type(2) td:nth-child(3){background-color: #c9a48a;}
.s3-1-beaf .txt-box.under{background-color: #f1f1f1; width: 969px; height: 146px; text-align: center; font-weight: 400; font-size: 16px; line-height: 27px; display: flex; align-items: center; justify-content: center; margin: 70px auto 195px;}

@media (max-width:1420px){
    .s3-1-beaf {
        background: url(../sub/img/s3-1-beaf-back.png) no-repeat 50% 11% / contain;
    }
    .s3-1-beaf .txt-box {
        text-align: center;
    }
    .s3-1-beaf .txt-box h2 {
        font-family: objective-medium, sans-serif;
        font-size: 3.0282vw;
        font-weight: 500;
        margin-bottom: 3.1690vw;
    }
    .s3-1-beaf .txt-box h2 span {
        color: #c9a48a;
        font-weight: 400;
    }
    .s3-1-beaf .case-txt {
        width: 9.2958vw;
        height: 3.3803vw;
        background-color: #c9a48a;
        border-radius: 3.5211vw;
        color: #fff;
        font-family: objective-medium, sans-serif;
        font-size: 1.4944vw;
        line-height: 3.3803vw;
        text-align: center;
        margin: 4.5070vw auto 2.3239vw;
    }
    .s3-1-beaf-table {
        margin: auto;
        border-collapse: separate;
        border-spacing: 0.6338vw 0;
    }
    .s3-1-beaf-table tr:nth-of-type(2) td {
        font-size: 1.2676vw;
        line-height: 2.0423vw;
        color: #fff;
        height: 4.2254vw;
        line-height: 4.2254vw;
        text-align: center;
        font-weight: 500;
        letter-spacing: 0.0169vw;
    }
    .s3-1-beaf-table tr:nth-of-type(2) td:nth-child(1) {
        background-color: #9b9b9b;
    }
    .s3-1-beaf-table tr:nth-of-type(2) td:nth-child(2) {
        background-color: #c9a48a;
    }
    .s3-1-beaf .txt-box.under {
        background-color: #f1f1f1;
        width: 68.2394vw;
        height: 10.2817vw;
        text-align: center;
        font-size: 1.1268vw;
        line-height: 1.9014vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 4.9296vw auto 13.7324vw;
    }
}

@media (max-width:1024px){
    .s3-1-beaf {
        background: url(../sub/img/s3-1-beaf-back.png) no-repeat 50% 11% / contain;
    }
    .s3-1-beaf .txt-box {
        text-align: center;
    }
    .s3-1-beaf .txt-box h2 {
        font-family: objective-medium, sans-serif;
        font-size: 4.1992vw;
        font-weight: 500;
        margin-bottom: 4.3945vw;
    }
    .s3-1-beaf .txt-box h2 span {
        color: #c9a48a;
        font-weight: 400;
    }
    .s3-1-beaf .case-txt {
        width: 12.8906vw;
        height: 4.6875vw;
        background-color: #c9a48a;
        border-radius: 4.8828vw;
        color: #fff;
        font-family: objective-medium, sans-serif;
        font-size: 2.0723vw;
        line-height: 4.6875vw;
        text-align: center;
        margin: 6.2500vw auto 3.2227vw;
    }
    .s3-1-beaf-table {
        margin: auto;
        border-collapse: separate;
        border-spacing: 0.8789vw 0;
    }
    .s3-1-beaf-table tr:nth-of-type(2) td {
        font-size: 1.7578vw;
        line-height: 2.8320vw;
        color: #fff;
        height: 5.8594vw;
        line-height: 5.8594vw;
        text-align: center;
        font-weight: 400;
        letter-spacing: 0.0234vw;
    }
    .s3-1-beaf-table tr:nth-of-type(2) td:nth-child(1) {
        background-color: #9b9b9b;
    }
    .s3-1-beaf-table tr:nth-of-type(2) td:nth-child(2) {
        background-color: #c9a48a;
    }
    .s3-1-beaf .txt-box.under {
        background-color: #f1f1f1;
        width: 94.6289vw;
        height: 14.2578vw;
        text-align: center;
        font-size: 1.5625vw;
        line-height: 2.6367vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 6.8359vw auto 19.0430vw;
    }
}

@media (max-width:768px){
    .s3-1-beaf {
        background: url(../sub/img/s3-1-beaf-back.png) no-repeat 50% 11% / contain;
    }
    .s3-1-beaf .txt-box {
        text-align: center;
    }
    .s3-1-beaf .txt-box h2 {
        font-family: objective-medium, sans-serif;
        font-size: 4.599vw;
        font-weight: 500;
        margin-bottom: 2.8594vw;
    }
    .s3-1-beaf .txt-box h2 span {
        color: #c9a48a;
        font-weight: 400;
    }
    .s3-1-beaf .case-txt {
        width: 17.1875vw;
        height: 6.2500vw;
        background-color: #c9a48a;
        border-radius: 6.5104vw;
        color: #fff;
        font-family: objective-medium, sans-serif;
        font-size: 2.7630vw;
        line-height: 6.2500vw;
        text-align: center;
        margin: 8.3333vw auto 4.2969vw;
    }
    .s3-1-beaf-table {
        margin: auto;
        border-collapse: separate;
        border-spacing: 1.1719vw 0;
    }
    .s3-1-beaf-table tr:nth-of-type(2) td {
        font-size: 2.6438vw;
        line-height: 3.7760vw;
        color: #fff;
        height: 7.8125vw;
        line-height: 7.8125vw;
        text-align: center;
        font-weight: 400;
        letter-spacing: 0.0313vw;
    }
    .s3-1-beaf-table tr:nth-of-type(2) td:nth-child(1) {
        background-color: #9b9b9b;
    }
    .s3-1-beaf-table tr:nth-of-type(2) td:nth-child(2) {
        background-color: #c9a48a;
    }
    .s3-1-beaf .txt-box.under {
        background-color: #f1f1f1;
        width: 91.1719vw;
        height: 24.0104vw;
        text-align: center;
        font-size: 2.0833vw;
        line-height: 3.5156vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 9.1146vw auto 14.3906vw;
    }
}

@media (max-width:480px){
    .s3-1-beaf {
        background: url(../sub/img/s3-1-beaf-back.png) no-repeat 50% 11% / contain;
    }
    .s3-1-beaf .txt-box {}
    .s3-1-beaf .txt-box h2 {
        font-family: objective-medium, sans-serif;
        font-size: 6.2583vw;
        margin-bottom: 7.375vw;
        font-weight: 500;
    }
    .s3-1-beaf .txt-box h2 span {
        color: #c9a48a;
    }
    .s3-1-beaf .txt-box p .sub-mo-only {
        display: block;
    }
    .s3-1-beaf .case-txt {
        width: 25.5vw;
        height: 8vw;
        background-color: #c9a48a;
        border-radius: 10.4167vw;
        font-family: objective-medium, sans-serif;
        font-size: 3.8208vw;
        line-height: 8vw;
        margin: 8.3333vw auto 4.875vw;
    }
    .s3-1-beaf .txt-box.under {
        width: 87.875vw;
        height: 45.4167vw;
        font-size: 3.3333vw;
        line-height: 5.6250vw;
        align-items: center;
        margin: 10.5833vw auto 10.625vw;
    }
    .s3-1-beaf .txt-box.under p {
        font-size: 3.3417vw;
    }
    .s3-1-beaf .txt-box.under .sub-mo-only {
        display: block;
    }
    .s3-1-beaf .txt-box.under .sub-pc-only {
        display: none;
    }
}



  
.new_case {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.new_case>img{
        margin-bottom: 80px;
}
.new_con {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #fff;
}
.new_con01 {
    margin-bottom: 19px;
    background-color: #9b8b7e;
}
.new_con02 {
    margin-bottom: 19px;
    background-color: #766355;
}
.new_con03 {
    background-color: #513e30;
}

/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width: 1500px) {
}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width: 1200px) {
    .basic02-area4 article::after {
        display: none;
    }

    .basic03-area2 .top .arrow {
        display: none;
    }

    .basic04-area1.bg-gray {
        padding: 180px 0;
    }
    .new_case {
        flex-direction: column;
    }
    .new_case > img:first-child {
        margin-bottom: 30px;
    }
}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width: 1025px) {
    .basic02-area3 ul.flex > li > div {
        margin: 5px;
    }

    .basic04-area3 ul.flex .img .tit {
        bottom: -32px;
        width: 65px;
        height: 65px;
        font-size: 30px;
    }
    .basic04-area3 ul.flex .txt {
        padding: 50px 10px;
        height: 170px;
    }

    .basic05-area2 .num-list {
        max-width: 415px;
    }
}

/*================================================================ 900px 이하 ================================================================= */
@media screen and (max-width: 900px) {
    .basic02-area4 ul.top > li {
        width: 100%;
    }
    .basic02-area4 ul.top > li > div {
        max-width: 550px;
        margin: 0 auto;
    }
    .basic02-area4 ul.top > li:last-child > div {
        padding: 30px 20px;
        background: #241f1c;
        color: #fff;
    }
    .basic02-area6 ul.flex > li {
        width: 100%;
    }
    .basic02-area6 ul.flex > li > div {
        display: flex;
        justify-content: center;
        max-width: 575px;
        margin: 10px auto;
    }

    .basic04-area4 ul.flex {
        max-width: 600px;
        margin: 0 auto;
    }
    .basic04-area4 ul.flex > li {
        width: 50%;
    }
    .basic04-area4 ul.flex .txt .mid {
        height: 160px;
    }

    .basic05-area3 ul.flex {
        max-width: 600px;
        margin: 0 auto;
    }
    .basic05-area3 ul.flex > li {
        width: 50%;
    }
}

/*================================================================ 769px 이하 ================================================================= */
@media screen and (max-width: 769px) {
    .basic01-area1 ul.flex > li {
        width: 100%;
    }
    .basic01-area1 ul.flex > li.block-2 > div {
        height: 250px;
    }
    .basic01-area2.bg-gray {
        padding: 140px 0;
    }

    .basic02-area2 ul.flex {
        max-width: 500px;
        margin: 0 auto;
    }
    .basic02-area2 ul.flex > li {
        width: 50%;
    }
    .basic02-area3 ul.flex {
        max-width: 550px;
        margin: 0 auto;
    }
    .basic02-area3 ul.flex > li {
        width: 50%;
    }
    .basic02-area3 ul.flex .txt {
        height: 120px;
    }
    .basic02-area5.bg-gray {
        padding: 150px 0;
    }

    .basic03-area1 ul.flex {
        padding-bottom: 40px;
    }

    .basic04-area1.bg-gray {
        padding: 140px 0;
    }
    .basic04-area3 ul.flex > li > div {
        margin: 5px;
    }

    .basic05-area2 .num-list {
        max-width: 390px;
    }
    .basic06-area1 .bg-animation {
        background: url(../img/custom/basic06_01_m.jpg) center / cover no-repeat;
    }
    .basic07-area1 .bg-animation {
        background: url(../img/custom/basic07_bg_m.jpg) center / cover no-repeat;
    }
    .basic06 .list ul li{width:100%;}
    .basic06 .list ul li h6{font-size:15px;}
}

/*================================================================ 600px 이하 ================================================================= */
@media screen and (max-width: 600px) {
    .basic01-area2.bg-gray {
        padding: 60px 0;
    }
    .basic01-area2 .bg-animation {
        background: url(../img/custom/basic01_bg1m.jpg) center/cover no-repeat;
    }
    .basic01-area2 ul.flex > li:last-child {
        height: 300px;
    }

    .basic02-area4 article ul.flex > li {
        width: 50%;
    }
    .basic02-area4 article ul.flex > li:nth-child(n + 3):nth-child(-n + 6) {
        margin-top: 20px;
    }

    .basic03-area1 {
        background: linear-gradient(to top, #241f1c 55%, transparent 55%);
    }
    .basic03-area1 ul.flex > li {
        width: 50%;
    }
    .basic03-area2 .top {
        display: none;
    }

    .basic04-area1.bg-gray {
        padding: 60px 0;
    }
    .basic04-area1 .bg-animation {
        background: url(../img/custom/basic04_bg1m.jpg) center/cover no-repeat;
    }
    .basic04-area1 ul.flex > li:last-child {
        height: 350px;
    }
    .basic04-area1 .middle-title {
        padding-left: 10px;
    }
    .basic04-area2 ul {
        flex-direction: column;
    }
    .basic04-area2 ul .middle-title {
        margin: 30px 0 0 0;
    }
    .basic04-area3 ul.flex > li {
        width: 50%;
    }

    .basic05-area1 .bg-animation {
        background: url(../img/custom/basic05_bg1m.jpg) center/cover no-repeat;
    }
}

/*================================================================ 425px 이하 ================================================================= */
@media screen and (max-width: 425px) {
    .basic01-area1 ul.flex > li.block-2 > div {
        height: 200px;
    }
    .basic01-area2 ul.flex > li:last-child {
        height: 250px;
    }

    .basic02-area3 ul.flex {
        max-width: 280px;
    }
    .basic02-area3 ul.flex > li {
        width: 100%;
    }
    .basic02-area3 ul.flex > li > div {
        margin: 10px;
    }
    .basic02-area3 ul.flex .txt {
        height: 100px;
    }
    .basic02-area4 article {
        margin-top: 40px;
    }
    .basic02-area4 article ul.flex > li > div {
        margin: 5px;
    }
    .basic02-area5.bg-gray {
        padding: 120px 0;
    }
    .basic02-area6 ul.list p {
        padding-left: 40px;
    }
    .basic02-area6 ul.list p::before {
        width: 30px;
        height: 30px;
    }

    .basic04-area2 ul img {
        max-width: 220px;
    }
    .basic04-area3 ul.flex > li {
        width: 100%;
    }
    .basic04-area3 ul.flex > li > div {
        max-width: 320px;
        margin: 10px auto;
    }
    .basic04-area3 ul.flex .img .tit {
        bottom: -25px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    .basic04-area3 ul.flex .txt {
        padding: 40px 10px 30px;
        height: auto;
    }
    .basic04-area4 ul.flex .txt .mid {
        height: 150px;
        padding: 20px 10px;
    }

    .basic05-area2 .num-list {
        max-width: 290px;
    }
    .basic06-area6 .num-list .num{ display:block !important;
        
    }
}

/* ============================================================================================================================ */
/* ======================================================= sub6 custom 코드 ==================================================== */
/* ============================================================================================================================ */

.invisalign-area2 {
    background: url(../img/custom/invis01_bg.jpg) right / cover no-repeat;
    padding: 170px 0px;
}
.invisalign-area2 h4 {
    font-weight: 400;
}
.invisalign-area2 h2 {
    margin-bottom: 82px;
}
.invisalign-area2 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.invisalign-area3 {
    background-color: #f2f2f2;
    padding: 180px 0px;
}
.invisalign-area3 i {
    font-weight: 400;
}
.invisalign-area3-con {
    display: flex;
    max-width: 1384px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}
.invisalign-area3-con p {
    font-weight: 900;
}
.invisalign-area4 {
    padding: 130px 0px 150px;
}
.invisalign-area4 h4 {
    background-color: #898989;
    color: #fff;
    padding: 7px 0px;
}
.invisalign-area4 h6 {
    background-color: #cfaa7a;
    color: #fff;
    font-weight: 500;
    padding: 32px 0px;
}
.invisalign-area5 {
    background: url(../img/custom/invis05_bg.jpg) center / cover no-repeat;
    padding: 105px 0px 160px;
}
.invisalign-area5 .title p {
    color: #fff;
}
.invis05_con > div {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.invis05_con > div::after {
    content: '';
    display: block;
    width: 67%;
    height: 1px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}
.invis05_con > div > div {
    width: 33.3%;
}
.invis05_con h6 {
    margin: 29px 0px;
    font-weight: 500;
}
.invis05_t {
    margin-bottom: 83px;
}
.invis05_con span {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 10px solid #cfaa7a;
    display: inline-block;
}
.invisalign-area6 {
    background: url(../img/custom/invis06_bg.jpg) center / cover no-repeat;
    padding: 135px 0px;
}
.invis06 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.invis06 h4 {
    color: #fff;
    text-align: center;
    background-color: #898989;
    font-weight: 600;
}
.invis06 p {
    font-weight: 600;
}
.invis06_right > div > div {
    background-color: rgba(255, 255, 255, 0.37);
    border: 1px solid #707070;
    padding-left: 64px;
    padding-top: 35px;
    height: 133px;
}
.invis06_right {
    max-width: 524px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.invisalign-area7 {
    background: url(../img/custom/invis07_bg.jpg) center / cover no-repeat;
    padding: 145px 0px 160px;
}
.invisalign-area7 .title span {
    color: #172673;
}
.invis07 > table {
    width: 100%;
    text-align: center;
    margin-top: 53px;
}
.invis07 > table p {
    font-weight: 600;
}
.invis07 > table h6 {
    font-weight: 600;
}
.invisalign-area7 table thead td:first-child {
    background: #7c7c7c;
    color: #fff;
    border-bottom: none;
}
.invisalign-area7 table thead td:last-child {
    background: #cfaa7a;
    color: #fff;
    border-bottom: none;
}
.invisalign-area7 table td {
    border-bottom: 1px solid #707070;
    background: #fff;
    padding: 35px 0px;
}
.invisalign-area7 table tr td:nth-child(2) {
    border-bottom: 1px solid #fff;
    background: #e1e0e0;
    color: #333333;
}
.invisalign-area7 table tr:last-child td {
    border-bottom: none;
}
@media screen and (max-width: 769px) {
    .invisalign-area2 {
        padding: 80px 0px;
    }

    .invisalign-area2 .inner {
        flex-direction: column;
        align-items: center;
    }
    .invis02_left {
        text-align: center;
    }
    .invisalign-area2 h2 {
        margin-bottom: 20px;
    }
    .invisalign-area2 .inner img {
        width: 50%;
        margin-top: 50px;
    }
    .invisalign-area3 {
        padding: 80px 0px;
    }
    .invisalign-area3-wrap {
        padding: 0 10px;
    }
    .invisalign-area3-con {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .invisalign-area3-con > div {
        width: 28%;
    }
    .invisalign-area4 {
        padding: 80px 0px;
    }
    .invisalign-area4 .block-2 {
        width: 100%;
    }
    .invisalign-area4 h6 {
        padding: 10px 0px;
        font-size: 18px;
    }
    .invisalign-area5 {
        padding: 80px 0px;
    }
    .invis05_con h6 {
        margin: 15px 0px;
        font-size: 16px;
    }
    .invisalign-area6 {
        padding: 80px 0px;
    }
    .invisalign-area6 > div {
        padding: 0px 10px;
    }
    .invis06 {
        flex-direction: column;
    }
    .invis06_right > div > div {
        padding-left: 0px;
        padding-top: 8px;
        height: 70px;
        text-align: center;
    }
    .invisalign-area7 {
        padding: 80px 0px;
    }
    .invisalign-area7 h3 {
        display: flex;
        flex-direction: column;
    }
    .invis07 > table {
        margin-top: 0px;
    }
    .invisalign-area7 table td {
        padding: 10px 0px;
    }
}
