/* @font-face {
    font-family: 'gmarket';
    src: url('/ko/font/GmarketSansMedium.otf');
}

@font-face {
    font-family: 'gmarket b';
    src: url('/ko/font/GmarketSansBold.otf');
}

@font-face {
    font-family: 'gmarket l';
    src: url('/ko/font/GmarketSansLight.otf');
} */

* {
    box-sizing: border-box !important;
    /* font-family: 'gmarket'; */
    word-break: keep-all !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'gmarket'; */
    font-weight: 400;
}

a,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    text-decoration-line: none;
}

html {
    background: #fff;
    overflow-y: scroll;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.container {
    width: 1120px;
    margin: 0 auto;
}

.invisible_header {
    width: 100%;
    height: 100px;
}

ul {
    list-style: none;
    padding: 0;
}

@media (max-width: 1199px) {
    .container {
        width: 900px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 700px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
    }
    .invisible_header {
        height: 60px;
    }
}


/* 메인헤더 */

#main_nav {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    height: 100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
}

#main_nav::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 101px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
}

#main_nav:hover {
    background: #fff;
    height: 290px;
}

#main_nav:hover::after {
    opacity: 1;
}

#main_nav>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main_nav .logo {
    width: 20%;
    height: 48px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main_nav .logo>a {
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
}

#main_nav .logo>a.off {
    opacity: 1;
}

#main_nav .logo>a.on {
    opacity: 0;
}

#main_nav:hover .logo>a.off {
    opacity: 0;
}

#main_nav:hover .logo>a.on {
    opacity: 1;
}

#main_nav #main_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#main_nav #main_menu>li {
    float: left;
    position: relative;
    height: 100px;
    width: 180px;
}

#main_nav #main_menu>li>a {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 100px;
    padding: 0 20px;
    display: block;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
}

#main_nav:hover #main_menu>li>a {
    color: #222;
}

#main_nav #main_menu>li>.main_sub_menu {
    padding: 20px 0;
    width: 100%;
}

#main_nav #main_menu>li>.main_sub_menu>li>a {
    display: block;
    width: 100%;
    line-height: 34px;
    font-size: 16px;
    color: #555;
    text-align: center;
}

#main_nav #main_menu>li>a:hover {
    color: #000;
}

#main_nav #main_menu>li>.main_sub_menu>li>a:hover {
    color: #000;
}

#main_nav .all_menu {
    width: 15%;
    text-align: right;
}

#main_nav .all_menu a {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 0px;
    color: #fff;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
}

#main_nav .all_menu #ENG_ICON {
    margin-left: 10px;
}

#main_nav:hover .all_menu a {
    color: #222;
}

#main_nav .blog_icon_box {
    margin-left: 20px;
}

.mobile_menu {
    display: none;
}

.mobile_menu_logo {
    display: none;
}

@media (max-width: 767px) {
    #main_nav {
        height: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    #main_nav:hover {
        height: 60px;
        background: rgba(0, 0, 0, 0.3);
    }
    #main_nav .logo {
        width: 90%;
        padding: 0 18px;
        justify-content: flex-start;
    }
    #main_nav .logo>a {
        top: 14px;
        left: 20px;
    }
    #main_nav .logo>a>img {
        width: 47px;
    }
    #main_nav:hover .logo>a.off {
        opacity: 1;
    }
    #main_nav:hover .logo>a.on {
        opacity: 0;
    }
    .mobile_menu_logo {
        height: 95px;
        background: #221815;
        width: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        padding: 0 15px;
        display: block;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s ease;
    }
    .mobile_menu_logo.mobile_active {
        left: 0;
    }
    .mobile_menu_logo .mobile_menu_logo_top {
        height: 60px;
        border-bottom: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile_menu_logo .mobile_menu_logo_top>.logo {
        width: 160px;
        height: 60px;
    }
    .mobile_menu_logo .mobile_menu_logo_top>.logo>a {
        left: 5px !important;
    }
    .mobile_menu_logo .mobile_menu_logo_top>.mobile_menu_close {
        width: 60px;
        height: 60px;
        padding: 21px 18px;
        margin-right: -15px;
    }
    .mobile_menu_logo .mobile_menu_logo_top>.mobile_menu_close>.lines {
        width: 24px;
        height: 2px;
        background: #fff;
        display: block;
    }
    .mobile_menu_logo .mobile_menu_logo_top>.mobile_menu_close>.line1 {
        margin-top: 6px;
        margin-bottom: -2px;
        transform: rotate(135deg);
    }
    .mobile_menu_logo .mobile_menu_logo_top>.mobile_menu_close>.line2 {
        transform: rotate(45deg);
        margin-bottom: 2px;
    }
    .mobile_menu_logo .mobile_menu_logo_bottom {
        display: flex;
        height: 35px;
        width: 100%;
    }
    .mobile_menu_logo .mobile_menu_logo_bottom>a {
        display: flex;
        height: 35px;
        padding: 0 5px;
        align-items: center;
        font-size: 12px;
        color: #fff;
        opacity: 0.5;
    }
    .mobile_menu_logo .mobile_menu_logo_bottom>a.active {
        opacity: 1;
    }
    .mobile_menu_logo .mobile_menu_logo_bottom .m_blog_icon {
        opacity: 1;
    }
    #main_nav #main_menu {
        position: fixed;
        width: 100%;
        height: calc(100% - 95px);
        top: 95px;
        left: 100%;
        display: block;
        background: #fff;
        z-index: 10000;
        padding: 0 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s ease;
    }
    #main_nav #main_menu.mobile_active {
        left: 0;
    }
    #main_nav #main_menu>li {
        display: flex;
        height: auto;
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #e8e8e8;
    }
    #main_nav #main_menu>li>a {
        width: 30%;
        font-size: 16px;
        color: #221815;
        line-height: 1.8em;
        padding: 0;
        text-align: left;
    }
    #main_nav #main_menu>li>.main_sub_menu {
        width: 70%;
        padding: 0;
        padding-left: 30px;
    }
    #main_nav #main_menu>li>.main_sub_menu>li>a {
        font-size: 16px;
        color: #555;
        line-height: 1.8em;
        text-align: left;
    }
    #main_nav .all_menu {
        display: none;
    }
    #main_nav .blog_icon_box {
        display: none;
    }
    .mobile_menu {
        display: block;
        width: 60px;
        height: 60px;
        padding: 21px 18px;
    }
    .mobile_menu .lines {
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        margin-bottom: 6px;
    }
    .mainStep {
        display: none;
    }
}


/* 서브 헤더 */

#sub_nav {
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
}

#sub_nav::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 101px;
    left: 0;
}

#sub_nav>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sub_nav .logo {
    width: 20%;
    height: 48px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sub_nav .logo>a {
    display: block;
}

#sub_nav #main_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#sub_nav #main_menu>li {
    float: left;
    position: relative;
    height: 100px;
    width: 180px;
}

#sub_nav #main_menu>li>a {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 100px;
    padding: 0 20px;
    display: block;
    text-align: center;
}

#sub_nav #main_menu>li>.main_sub_menu {
    padding: 20px 0;
    width: 100%;
}

#sub_nav #main_menu>li>.main_sub_menu>li>a {
    display: block;
    width: 100%;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#sub_nav #main_menu>li>a:hover {
    color: #000;
}

#sub_nav #main_menu>li>.main_sub_menu>li>a:hover {
    color: #000;
}

#sub_nav .all_menu {
    width: 17%;
    text-align: right;
}

#sub_nav .all_menu a {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 0px;
    color: #fff;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

#sub_nav .all_menu #ENG_ICON {
    margin-left: 10px;
}

#sub_nav:hover {
    height: 290px;
}

#sub_nav .blog_icon_box {
    margin-left: 20px;
}

@media (max-width: 767px) {
    #sub_nav {
        height: 60px;
        border-bottom: 1px solid #e5e5e5;
    }
    #sub_nav:hover {
        height: 60px;
    }
    #sub_nav .logo>a {
        top: 14px;
        left: 20px;
    }
    #sub_nav .logo>a>img {
        width: 47px;
    }
    #sub_nav #main_menu {
        position: fixed;
        width: 100%;
        height: calc(100% - 95px);
        top: 95px;
        left: 100%;
        display: block;
        background: #fff;
        z-index: 10000;
        padding: 0 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s ease;
    }
    #sub_nav #main_menu.mobile_active {
        left: 0;
    }
    #sub_nav #main_menu>li {
        display: flex;
        height: auto;
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #e8e8e8;
    }
    #sub_nav #main_menu>li>a {
        width: 30%;
        font-size: 16px;
        color: #221815;
        line-height: 1.8em;
        padding: 0;
        text-align: left;
    }
    #sub_nav #main_menu>li>.main_sub_menu {
        width: 70%;
        padding: 0;
        padding-left: 30px;
    }
    #sub_nav #main_menu>li>.main_sub_menu>li>a {
        font-size: 16px;
        color: #555;
        line-height: 1.8em;
        text-align: left;
    }
    #sub_nav .all_menu {
        display: none;
    }
    #sub_nav .mobile_menu .lines {
        background: #fff;
    }
    #sub_nav .blog_icon_box {
        display: none;
    }
}


/* 푸터 */

.footer_wrap {
    height: 150px !important;
    background: #34373C;
    padding: 18px 0px;
}

.footer_wrap .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 6px;
    margin-bottom: 11px;
}

.footer_wrap .email_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.footer_wrap .column_line {
    border-left: 2px solid #BEBFC0;
    height: 11px;
    margin-right: 3px;
}

.footer_wrap .email_wrap .email {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    align-items: center;
    text-align: center;
    color: #A4A5A6;
}

.footer_wrap .address {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    color: #A4A5A6;
    margin-bottom: 5px;
}

.footer_wrap .copyright {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 350;
    font-size: 10px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #6F7173;
}

.tail_intro .intro_slider {
    padding: 0 30px;
}

@media (max-width: 768px) {
    .section.footer_wrap {
        padding: 20px;
        height: auto !important;
    }
    .footer_wrap {
        padding: 20px;
        height: auto !important;
    }
}

@media (max-width: 390px) {
    .footer_wrap .wrap img {
        width: 30px;
    }
    .footer_wrap .email_wrap .email {
        font-size: 10px;
        line-height: 10px;
    }
}


/* 공통 섹션 */

.mainWrap {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #252525;
    top: 0;
    left: 0;
}

.sectionWrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section {
    position: absolute;
    width: 100%;
    height: 100%;
}

.section.prev {
    z-index: 0;
    bottom: 100%;
    opacity: 1;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s ease;
}

.section.next {
    z-index: 10;
    bottom: -100%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s ease;
}

.section.last {
    z-index: 0;
    bottom: 150px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s ease;
}

.section.footer_wrap {
    height: 150px;
    bottom: -150px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s ease;
}

.section.active {
    z-index: 5;
    bottom: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s ease;
}

.section_inner_wrapper {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.section_inner_wrapper2 {
    height: 100%;
}

@media (max-width: 767px) {
    .mainWrap {
        position: relative;
        height: auto;
    }
    .sectionWrap {
        position: relative;
        height: auto;
    }
    .section {
        position: relative;
        height: auto;
        z-index: 0 !important;
        left: 0 !important;
        top: 0 !important;
        bottom: auto !important;
        right: auto !important;
        padding: 100px 10px;
    }
}


/* 우측 메인 스텝 */

.mainStep {
    position: fixed;
    right: 40px;
    top: calc(50% - 83px);
    z-index: 19;
    width: 100px;
    height: 166px;
    text-align: center;
}

.mainStep ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

.mainStep ul::before {
    display: block;
    content: "";
    width: 1px;
    height: 175px;
    background: #aaa;
    position: absolute;
    top: 10px;
    left: 3px;
}

.mainStep li {
    text-align: left;
    position: relative;
    margin-bottom: 24px;
    cursor: pointer;
    color: #aaa;
}

.mainStep li a {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    margin-right: 15px;
}

.mainStep li.on {
    color: #fff;
}

.mainStep li.on a {
    background: #fff;
}

.mainStep li.on a::after {
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: -9px;
    left: -9px;
}

.mainStep li a:hover {
    background: #fff;
}

.mainStep li:last-child {
    margin-bottom: 0;
}

.mainStep.black li.on {
    color: #525252;
}

.mainStep.black li.on a {
    background: #525252;
}

.mainStep.black li.on a::after {
    border-color: #525252;
}

@media (max-width: 991px) {
    .mainStep {
        width: 70px;
        top: calc(50% - 100px);
    }
    .mainStep ul::before {
        height: 150px;
    }
    .mainStep li {
        margin-bottom: 18px;
        font-size: 15px;
    }
}


/* 우측 탑버튼, 상담하기 */

.top_button {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 1000;
    margin-right: 20px;
}

.consult_button {
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 40px;
    z-index: 1000;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .top_button {
        bottom: 15px;
        right: 10px;
        margin-right: 0px;
    }
    .consult_button {
        bottom: 55px;
        right: 10px;
        margin-right: 0px;
    }
}


/* 각 섹션 */

.section_background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section000 .section_background {
    background: #fff;
}

.section001 .section_background {
    background: #E5E9F3;
    background-size: cover;
}

.section002 .section_background {
    background: url(http://www.kowinsblue.com/blue/templet/templet3/img/background2.png) no-repeat center center;
    background-size: cover;
}

.section003 .section_background {
    background: url(http://www.kowinsblue.com/blue/templet/templet3/img/background3.png) no-repeat center center;
    background-size: cover;
}

.section004 .section_background {
    background: url(http://www.kowinsblue.com/blue/templet/templet3/img/background4.png) no-repeat center center;
    background-size: cover;
}


/* 섹션1 */

.main_slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main_slider .main_slider_inner1 {
    background: url(http://www.kowinsblue.com/blue/templet/templet3/img/background1.png) no-repeat center center;
    background-size: cover;
}

.main_slider .main_slider_inner2 {
    background: url(http://www.kowinsblue.com/blue/templet/templet3/img/background1.png) no-repeat center center;
    background-size: cover;
}

.main_slider .main_slider_inner3 {
    background: url(http://www.kowinsblue.com/blue/templet/templet3/img/background1.png) no-repeat center center;
    background-size: cover;
}

.section000>.main_banner_texts {
    position: absolute;
    top: calc(50% - 145px);
    left: calc(50% - 325.9px);
    z-index: 100;
}

.section000>.main_banner_texts>.main_banner_text {
    color: #fff;
    text-align: center;
}

.section000>.main_banner_texts>h4.main_banner_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 70px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -20px;
    opacity: 0;
}

.section000>.main_banner_texts>h3.main_banner_text {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -20px;
    opacity: 0;
}

.section000>.main_banner_texts>h1.main_banner_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 74px;
    line-height: 70px;
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
    top: -20px;
    opacity: 0;
}

.section000 .swiper-pagination-bullets {
    bottom: 80px;
}

.section000 .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    margin: 0 6px;
}

.section000 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.section000.anim>.main_banner_texts>h4.main_banner_text {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    opacity: 1;
}

.section000.anim>.main_banner_texts>h3.main_banner_text {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    transition-delay: 0.4s;
    opacity: 1;
}

.section000.anim>.main_banner_texts>h1.main_banner_text {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    transition-delay: 0.2s;
    opacity: 1;
}

.mobile_section000_hide {
    display: none;
}

@media (max-width: 991px) {
    .section000>.main_banner_texts {
        left: calc(50% - 267px);
    }
    .section000>.main_banner_texts>h4.main_banner_text {
        font-size: 35px;
    }
    .section000>.main_banner_texts>h1.main_banner_text {
        font-size: 50px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .section000>.main_banner_texts>h3.main_banner_text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .section000 {
        padding: 0;
    }
    .section000>.main_banner_texts {
        width: 100%;
        left: 0;
        text-align: center;
        top: 150px;
    }
    .section000>.main_banner_texts>h4.main_banner_text {
        opacity: 1;
        top: 0;
        font-size: 20px;
    }
    .section000>.main_banner_texts>h3.main_banner_text {
        opacity: 1;
        top: 0;
        font-size: 22px;
        display: inline-block;
        width: 200px;
        line-height: 1.4em;
    }
    .section000>.main_banner_texts>h1.main_banner_text {
        opacity: 1;
        top: 0;
        font-size: 38px;
        margin-top: 50px;
        margin-bottom: 150px;
        line-height: 1.4em;
    }
    .section000 .swiper-pagination-bullets {
        bottom: 50px;
    }
}


/* 섹션2 */

.business_section_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 70px;
    margin-top: 140px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    top: -20px;
    opacity: 0;
}

.business_inners {
    width: 520px;
    height: 640px;
    border-radius: 30px;
    margin-right: 80px;
    float: left;
    position: relative;
    background: #000;
    top: -20px;
    opacity: 0;
}

.business_inners:last-child {
    margin-right: 0;
}

.business_inners>img {
    width: 100%;
}

.business_inners:hover>img {
    opacity: 0.7;
}

.business_inners>h4 {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% - 112.5px);
}

.business_inners>h4>small {
    font-size: 30px;
}

.business_inners>h4>span {
    display: block;
}

.section001.anim .business_section_title {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    opacity: 1;
}

.section001.anim .business_inners {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    transition-delay: 0.2s;
    opacity: 1;
}

@media (max-width: 1300px) {
    .business_inners {
        width: 400px;
        height: 490px;
        border-radius: 25px;
    }
    .business_inners>h4>small {
        font-size: 25px;
    }
    .business_inners>h4 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .business_section_title {
        margin-top: 200px;
    }
    .business_inners {
        width: calc((100% - 30px) / 2);
        height: 415px;
        margin-right: 30px;
    }
    .business_inners:last-child {
        margin-right: 0;
    }
    .business_inners>h4 {
        font-size: 22px;
        top: calc(50% - 44.5px);
    }
}

@media (max-width: 767px) {
    .business_section_title {
        opacity: 1;
        top: 0;
        margin-bottom: 40px;
        font-size: 26px;
        margin-top: 0;
    }
    .business_inners {
        opacity: 1;
        top: 0;
        width: calc((100% - 10px) / 2);
        height: 254px;
        margin-right: 10px;
        border-radius: 14px;
    }
    .business_inners:last-child {
        margin-right: 0;
    }
    .business_inners>h4 {
        font-size: 16px;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: center;
    }
    .business_inners>h4>small {
        display: none;
    }
    .business_inners>h4>span {
        padding: 0 15px;
    }
}


/* 섹션3 */

.intro_section_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    margin-top: 200px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    top: -20px;
    opacity: 0;
}

.intro_section_text {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    top: -20px;
    opacity: 0;
}

.intro_section_ul {
    width: 100%;
    margin: 100px 0px;
    text-align: center;
    position: relative;
    top: -20px;
    opacity: 0;
}

.intro_section_ul li {
    display: inline-block;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 40px;
    border-radius: 50%;
    margin-bottom: 30px;
    box-shadow: 6px 6px 10px 3px rgba(0, 0, 0, 0.2);
}

.intro_section_ul li .intro_section_ul_inner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.intro_section_ul li p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 19px;
    color: #333;
    font-weigth: 500;
}

.intro_section_ul li .intro_section_ul_inner>div {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.intro_slider {
    background: #fff;
    padding: 0 30px;
}

.intro_slider .swiper-slide img {
    width: 100%;
}

.section002 .intro_slider {
    position: relative;
    top: -20px;
    padding: 0 30px;
    opacity: 0;
}

.intro_section_ul li:hover .intro_section_ul_inner>div {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.intro_slider .swiper-button-prev {
    left: 0;
    color: #999;
}

.intro_slider .swiper-button-next {
    right: 0;
    color: #999;
}

.intro_slider .swiper-button-next:after,
.intro_slider .swiper-button-prev:after {
    font-size: 24px;
}

.section002.anim .intro_section_title {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    opacity: 1;
}

.section002.anim .intro_section_text {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    transition-delay: 0.2s;
    opacity: 1;
}

.section002.anim .intro_section_ul {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    transition-delay: 0.4s;
    opacity: 1;
}

.section002.anim .intro_slider {
    top: 0;
    padding: 0 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    transition-delay: 0.6s;
    opacity: 1;
}

@media (max-width: 991px) {
    .intro_section_ul {
        padding: 0px;
    }
    .intro_section_text {
        font-size: 20px;
    }
    .intro_section_ul li {
        width: 200px;
        height: 200px;
        margin: 0 15px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .intro_section_title {
        top: 0;
        opacity: 1;
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 26px;
    }
    .intro_section_text {
        top: 0;
        opacity: 1;
        font-size: 14px;
    }
    .intro_section_ul {
        top: 0;
        opacity: 1;
    }
    .intro_section_ul li {
        width: 140px;
        height: 140px;
        margin: 0 10px;
        margin-bottom: 20px;
    }
    .intro_section_ul li .intro_section_ul_inner img {
        width: 42px;
    }
    .intro_section_ul li p {
        font-size: 12px;
        margin-top: 10px;
    }
    .section002 .intro_slider {
        top: 0;
        opacity: 1;
    }
}


/* 섹션4 */

.qna_section_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 30px;
    position: relative;
    top: -20px;
    opacity: 0;
}

.qna_section_container {
    width: 800px;
    margin: 0 auto;
    position: relative;
    top: -20px;
    opacity: 0;
}

.qna_section_ul {
    width: 100%;
}

.qna_section_ul>li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.qna_section_ul>li>h4 {
    width: 100px;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.qna_text {
    width: 700px;
    height: 50px;
    background: #fff;
    border: none;
    font-size: 18px;
    border-radius: 0;
}

.qna_section_ul>li>textarea {
    height: 270px;
    width: 700px;
    background: #fff;
    border: none;
    border-radius: 0;
    font-size: 18px;
}

.main_check_hide {
    display: none;
}

.main_check {
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    margin-right: 10px;
    display: block;
    position: relative;
}

.main_check::after {
    display: none;
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    top: 3px;
    left: 3px;
    position: absolute;
}

.main_check_title {
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
}

.main_check_hide:checked+.main_check::after {
    display: block;
}

.qna_submit {
    width: 700px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    border: none;
    background: #5B4EE8;
    border-radius: 10px;
    margin-top: 30px;
}

.qna_submit:disabled {
    background: #aaa;
    cursor: not-allowed;
}

.section003.anim .qna_section_title {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    opacity: 1;
}

.section003.anim .qna_section_container {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    transition-delay: 0.2s;
    opacity: 1;
}


/* 섹션4 - 모달 */

.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    /* 숨기기 */
    z-index: -1;
    opacity: 0;
}

.show {
    opacity: 1;
    z-index: 1000;
    transition: all .5s;
}

.window {
    position: relative;
    width: 100%;
    height: 100%;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    /* 임시 지정 */
    width: 70%;
    height: 40%;
    /* 초기에 약간 아래에 배치 */
    transform: translate(-50%, -40%);
}

.show .popup {
    transform: translate(-50%, -50%);
    transition: all .5s;
}

#show {
    border: none;
    background: none;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    right: 0;
    text-decoration: underline;
}

#close {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 3%;
    border: none;
    background: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

#policy_area {
    width: 90%;
    height: 80%;
}

@media (max-width: 991px) {
    .qna_section_container {
        width: 100%;
        padding: 0 20px;
    }
    .qna_section_ul>li>h4 {
        width: 18%;
    }
    .qna_text {
        width: 82%;
    }
    .qna_section_ul>li>textarea {
        width: 82%;
        height: 200px;
    }
    .qna_submit {
        width: 82%;
    }
    #show {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .qna_section_title {
        top: 0;
        opacity: 1;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .qna_section_container {
        top: 0;
        opacity: 1;
        padding: 0;
    }
    .qna_text {
        height: 34px;
    }
    .qna_section_ul>li>h4 {
        font-size: 16px;
        width: 25%;
    }
    .qna_section_ul>li>textarea {
        height: 150px;
    }
    .qna_section_ul>li>.empty_h4 {
        display: none;
    }
    .main_check_title {
        font-size: 14px;
    }
    .main_check {
        width: 20px;
        height: 20px;
    }
    .main_check::after {
        width: 10px;
        height: 10px;
    }
    .qna_submit {
        width: 100%;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
    }
    #show {
        font-size: 13px;
        right: 0px;
    }
}

@media (max-width: 510px) {
    #show {
        top: 360px;
    }
}


/* 섹션5 */

.about_section_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    margin: 0;
    margin-top: 150px;
    text-align: center;
    opacity: 0;
    position: relative;
    top: -20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
}

.about_section_text {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 100px;
    text-align: center;
    opacity: 0;
    position: relative;
    top: -20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
}

.about_section_ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.about_section_ul li {
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 10px;
    opacity: 0;
    position: relative;
    top: -20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
}

.about_section_ul li:nth-child(1) {
    background: rgba(46, 93, 149, 0.8);
}

.about_section_ul li:nth-child(2) {
    background: rgba(121, 123, 204, 0.8);
}

.about_section_ul li:nth-child(3) {
    background: rgba(81, 164, 157, 0.8);
}

.about_section_ul li>a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.about_section_ul li>a>div {
    margin-bottom: 15px;
}

.about_section_ul li>a>p {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 6px;
    color: #fff;
}

.about_section_ul li>a>small {
    display: block;
    font-size: 14px;
    font-family: 'gmarket l';
    color: #fff;
}

.about_section_ul li>a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.section004.anim .about_section_title {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    opacity: 1;
}

.section004.anim .about_section_text {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    transition-delay: 0.2s;
    opacity: 1;
}

.section004.anim .about_section_ul li:nth-child(1) {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    transition-delay: 0.4s;
    opacity: 1;
}

.section004.anim .about_section_ul li:nth-child(2) {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    transition-delay: 0.5s;
    opacity: 1;
}

.section004.anim .about_section_ul li:nth-child(3) {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    transition-delay: 0.6s;
    opacity: 1;
}

.section004.anim .about_section_ul li:nth-child(4) {
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s ease;
    transition-delay: 0.7s;
    opacity: 1;
}

@media (max-width: 991px) {
    .about_section_title {
        margin-top: 200px;
    }
    .about_section_text {
        font-size: 20px;
        line-height: 35px;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .about_section_ul li {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 767px) {
    .section004 {
        text-align: center;
    }
    .about_section_title {
        top: 0;
        opacity: 1;
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .about_section_title>b {
        font-size: 30px;
    }
    .about_section_text {
        top: 0;
        opacity: 1;
        font-size: 16px;
        margin-bottom: 50px;
        display: inline-block;
        max-width: 280px;
        margin-top: 0;
    }
    .about_section_ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .about_section_ul>li {
        width: 160px;
        height: 160px;
    }
    .about_section_ul>li img {
        width: 36px;
    }
    .about_section_ul li>a>p {
        font-size: 14px;
    }
    .about_section_ul li>a>small {
        font-size: 10px;
    }
    .about_section_ul li:nth-child(1) {
        top: 0;
        opacity: 1;
    }
    .about_section_ul li:nth-child(2) {
        top: 0;
        opacity: 1;
    }
    .about_section_ul li:nth-child(3) {
        top: 0;
        opacity: 1;
    }
    .about_section_ul li:nth-child(4) {
        top: 0;
        opacity: 1;
    }
}