/*
font-family: 'Pretendard';
font-family: 'GmarketSansMedium';
font-family: 'Roboto', sans-serif;
font-family :'frutiger';
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Yellowtail', cursive;
font-family :'frutiger2';
*/

/*초기화*/
* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: auto;
    position: relative;
    font-family: 'Pretendard' !important;
    font-size: 17px;
    color: #666;
    scroll-behavior: smooth;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

/*공통*/
.pc {
    display: block;
}

.tablet {
    display: none;
}

.mob {
    display: none;
}

.move {
    opacity: 0;
}

.move2 {
    opacity: 0;
}

.move3 {
    opacity: 0;
}

.inner {
    width: 90%;
    max-width: 1200px;
}

.inner2 {
    width: 90%;
    max-width: 1400px;
}

.inner3 {
    width: 90%;
}

.inner4 {
    width: 85%;
}

.inner5 {
    width: 70%;
}

.main {
    width: 100%;
    position: relative;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gmarket {
    font-family: 'GmarketSansMedium';
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.frutiger {
    font-family: 'frutiger';
    letter-spacing: -1px;
}

.frutiger2 {
    font-family: 'frutiger2';
    letter-spacing: -1px;
}

.yellowtail {
    font-family: 'Yellowtail', cursive;
}

.noto {
    font-family: 'Noto Sans KR', sans-serif;
}

.italic {
    font-style: italic;
}

.color0 {
    color: #000;
}

.color1 {
    color: #fff;
}

.color2 {
    color: #182438;
}

.color3 {
    color: #4074b2;
}

.color4 {
    color: #9bb5e0;
}

/*헤더*/
.header {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: all 0.4s;
    z-index: 10;
}

.header::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 79px;
}

.header .inner5 {
    margin: 22px auto 0;
    font-size: 0;
}

.header .inner5>div {
    display: inline-block;
    vertical-align: top;
}

.header:hover {
    height: 290px;
    background: rgba(0, 0, 0, 0.8);
}

.h_logo {
    width: 150px;
    position: relative;
    z-index: 99;
}

.h_nav {
    width: calc(100% - 300px);
    box-sizing: border-box;
    padding-left: 5%;
    margin-top: 10px;
}

.h_etc {
    width: 150px;
    text-align: end;
    margin-top: 8px;
    position: relative;
    z-index: 99;
}

.h_logo img {
    width: 100%;
}

.main_menu {
    font-size: 0;
}

.main_menu>li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
}

.main_menu>li>a {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
}

.sub_menu {
    text-align: center;
    margin-top: 42px;
    position: relative;
}

.sub_menu::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #4074b2;
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s;
}

.sub_menu>li>a {
    font-size: 0.95rem;
    font-weight: 300;
    display: block;
    padding: 8px 0;
    color: #fff;
    transition: all 0.4s;
    text-transform: capitalize;
}

.sub_menu>li>a:hover {
    color: #4074b2;
}

.sub_menu:hover::before {
    opacity: 1;
}

.hamburger {
    display: inline-block;
    width: 28px;
    height: 22px;
    position: relative;
    cursor: pointer;
}

.hamburger>span {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.4s;
}

.hamburger>span:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
}

.hamburger>span:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hamburger>span:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: 0;
}

.hamburger.rotate>span:nth-child(1) {
    left: -2px;
    top: 10px;
    transform: rotate(45deg);
}

.hamburger.rotate>span:nth-child(2) {
    opacity: 0;
}

.hamburger.rotate>span:nth-child(3) {
    position: absolute;
    left: -2px;
    bottom: 10px;
    transform: rotate(-45deg);
}

.sitemap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30;
    width: 100%;
    height: 100vh;
    background: #4074b2;
    color: #fff;
    transform: translateY(-100%);
    transition: all 0.4s;
}

.open {
    transform: none;
}

.hidden {
    overflow: hidden;
}

.sitemap .inner5 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sitemap .tit {
    font-size: 3rem;
    margin-bottom: 4vh;
}

.mob_menu {
    width: 100%;
    font-size: 0;
    display: flex;
}

.mob_menu>li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    box-sizing: border-box;
    padding: 0 1.5vw;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.mob_menu>li:nth-child(1) {
    padding: 0 0 1.5vw;
    border-left: 1px solid transparent;
}

.mob_menu>li>p {
    font-size: 1.6rem;
    font-weight: 700;
}

.mob_sub {
    margin-top: 3vh;
}

.mob_sub>li>a {
    font-size: 1.2rem;
    font-weight: 200;
    display: block;
    padding: 1vh 0;
    text-transform: capitalize;
}

/*푸터*/
.footer {
    background: #080808;
    color: #fff;
    padding-top: 8vh;
    position: relative
}

.footer::after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    bottom: 40px;
}

.footer .inner5 {
    margin: auto;
}

.f_ul {
    padding-bottom: 5vh;
    font-size: 0;
}

.f_ul>li {
    display: inline-block;
    vertical-align: top;
}

.f_logo {
    width: 150px;
    margin-right: 50px;
}

.f_info {
    width: calc(100% - 450px);
    margin-right: 80px;
}

.f_nav {
    width: 150px;
    text-align: end;
}

.f_logo img {
    width: 100%;
}

.f_info p {
    font-size: 0.95rem;
    font-weight: 200;
    margin-bottom: 10px;
}

.f_info p span {
    display: inline-block;
    vertical-align: middle;
}

.f_info p span.bold {
    font-weight: 500;
}

.f_info p span.mar {
    margin-right: 16px;
}

.f_info2>li {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.f_info2>li.left {
    margin-right: 80px;
}

.f_menu {
    font-size: 0.9rem;
}

.f_menu>li>a {
    font-size: 0.95rem;
    font-weight: 200;
    display: block;
    padding-bottom: 10px;
}

.f_copy {
    font-size: 0.85rem;
    font-weight: 100;
    padding: 10px 0;
}

.top_btn {
    width: 50px;
    height: 50px;
    background: #4074b2;
    position: absolute;
    right: 10%;
    top: -25px;
    text-align: center;
    cursor: pointer;
}

.top_btn i {
    line-height: 50px;
    font-size: 2rem;
    color: #fff;
}

/*main1*/
.m1 {
    height: 100vh;
}

.m1 .swiper {
    width: 100%;
    height: 100%;
}

.m1 .swiper-slide1 {
    background: url(../img/main/m1_bg11.png) no-repeat center/cover;
}

.m1 .swiper-slide2 {
    background: url(../img/main/m1_bg22.png) no-repeat center/cover;
}

.m1 .swiper-slide3 {
    background: url(../img/main/m1_bg3.png) no-repeat center/cover;
}

.m1 .swiper-slide4 {
    background: url(../img/main/m1_bg4.png) no-repeat center/cover;
}

.m1_txt {
    text-align: center;
    top: 54%;
}

.m1_txt .txt1 {
    font-size: 3.4rem;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1.3;
    margin-bottom: 3vh;
}

.m1_txt .txt2 {
    font-size: 1rem;
    font-weight: 300;
}

.m1_control {
    z-index: 1;
    text-align: end;
    top: 46%;
}

.m1_control .pag_wrap {
    width: auto;
    height: 140px;
    display: inline-block;
    position: relative;
}

.m1_control .pag_wrap .swiper-pagination {
    left: auto;
    bottom: auto;
}

.m1_control .pag_wrap .swiper-pagination-bullet {
    display: block;
    background: #fff;
    margin: 30px 0 !important;
    opacity: 1;
    width: 8px;
    height: 8px;
    position: relative;
}

.m1_control .pag_wrap .swiper-pagination-bullet::after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #4074b2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.4s;
}

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

.m1_control .swiper-pagination-bullet-active::after {
    opacity: 1 !important;
    z-index: -1;
}

/*main2*/
.m2 {
    height: 80vh;
}

.m2 .mySwiper {
    width: 100%;
    height: 100%;
}

.m2 .mySwiper .swiper-slide {
    background: #fff;
    position: relative;
}

.m2 .mySwiper .swiper-slide::after {
    content: '';
    width: 37%;
    height: 95%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #f0f0f0;
}

.m2_con {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 2;
}

.m2_con>li {
    display: inline-block;
    vertical-align: middle;
}

.m2_con>li.txt {
    width: 40%;
}

.m2_con>li.txt .txt1 {
    font-size: 0.9rem;
    text-transform: uppercase;
}

.m2_con>li.txt .txt2 {
    font-size: 4rem;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    margin: 1vh 0 3vh;
}

.m2_con>li.txt .txt3 {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 18vh;
}

.m2_con>li.img {
    width: 60%;
    position: relative;
}

.m2_con>li.img img {
    width: 60%;
    position: relative;
}

.m2_con>li.img .m2_point {
    font-size: 7rem;
    position: absolute;
    right: 10%;
    bottom: 2%;
    z-index: 3;
}

.m2_more {
    font-size: 1.5rem;
    font-weight: 300;
    position: relative;
}

.m2_more::after {
    content: '';
    width: 118%;
    height: 2px;
    background: #4074b2;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: all 0.4s;
}

.m2_more:hover::after {
    width: 128%;
}

.m2_control {
    z-index: 1;
    top: 50%;
}

.m2_control .pag_wrap {
    width: auto;
    height: 140px;
    display: inline-block;
    position: relative;
}

.m2_control .pag_wrap .swiper-pagination {
    left: auto;
    bottom: auto;
}

.m2_control .pag_wrap .swiper-pagination-bullet {
    display: block;
    background: #999;
    margin: 30px 0 !important;
    opacity: 1;
    width: 8px;
    height: 8px;
    position: relative;
}

.m2_control .pag_wrap .swiper-pagination-bullet::after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.4s;
}

.m2_control .swiper-pagination-bullet-active {
    background: #999;
    opacity: 1;
}

.m2_control .swiper-pagination-bullet-active::after {
    opacity: 1 !important;
    z-index: -1;
}


/*main3*/
.m3 {
    background: url(../img/main/m3_bg.png) no-repeat center/cover;
    overflow: hidden;
}

.m3 .inner5 {
    text-align: end;
    margin: auto;
}

.m3 .txt1 {
    font-size: 5.6rem;
    font-weight: 900;
    letter-spacing: -2px;
    color: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    line-height: 1;
    margin-top: -12px;
}

.m3 .txt2 {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 1.2;
    margin: 10vh 0 3vh;
    color: #fff;
}

.m3 .txt2 span {
    font-weight: 800;
}

.m3 .txt3 {
    font-size: 1.1rem;
    font-weight: 200;
    line-height: 1.4;
    color: #b2b2b2;
    margin-bottom: 10vh;
}

.quick_menu {
    background: #1f3f66;
    display: inline-block;
    font-size: 0;
}

.quick_menu>li {
    width: 210px;
    height: 210px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    transition: all 0.4s;
}

.quick_menu>li::after {
    content: '';
    width: 211px;
    height: 211px;
    border: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.quick_menu>li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.menu_box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.menu_box img {
    width: 97px;
    margin: auto;
}

.menu_box img:nth-child(2) {
    display: none;
}

.menu_box p {
    font-size: 0.95rem;
    color: #b2b2b2;
    text-transform: uppercase;
    font-weight: 200;
    width: 85%;
    margin: 20px auto 0;
    position: relative;
}

.menu_box p i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.quick_menu>li:hover {
    background: #4074b2;
}

.quick_menu>li:hover::after {
    opacity: 1;
}

.quick_menu>li:hover .menu_box img:nth-child(1) {
    display: none;
}

.quick_menu>li:hover .menu_box img:nth-child(2) {
    display: block;
}

.quick_menu>li:hover .menu_box p {
    color: #fff;
}

/*메인5*/
.m5 {
    padding: 18vh 0;
}

.m5_ul {
    margin-left: 15%;
    font-size: 0;
}

.m5_ul>li {
    display: inline-block;
    vertical-align: middle;
}

.m5_ul>li.left {
    width: 35%;
    font-size: 1rem;
    box-sizing: border-box;
    padding-right: 5%;
}

.m5_ul>li.left .txt1 {
    font-weight: 700;
    margin-bottom: 1vh;
}

.m5_ul>li.left .txt2 {
    font-size: 1.6rem;
    color: #1a1a1a;
    font-weight: 700;
}

.m5_ul>li.left .txt2::after {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #4074b2;
    display: block;
    margin: 1vh 0 2vh;
}

.m5_ul>li.right {
    width: 65%;
}

.m5_ul>li.right img {
    display: block;
    width: 100%;
}

.m5_more {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-top: 2vh;
    transition: all 0.4s;
}

.m5_more i {
    font-size: 0.8rem;
    margin: 2px 0 0 6px;
}

.m5_more:hover {
    background: #4074b2;
    border: 1px solid #4074b2;
    color: #fff;
}


/*메인4*/
.m4 {
    padding: 18vh 0;
}

.m4 .inner5 {
    margin: auto;
    text-align: center;
}

.m4 .txt1 {
    font-size: 4rem;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.m4 .txt2 {
    font-size: 1.4rem;
    margin: 6vh 0 5vh;
}

.m4_ul {
    margin: auto;
    width: 70%;
    font-size: 0;
}

.m4_ul>li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.m4_ul>li img {
    max-width: 162px;
}

.m4_ul>li p {
    font-size: 1.1rem;
    margin-top: 16px;
}

/*메인6*/
.m6 {
    background: #f7f9f9;
    padding: 18vh 0;
}

.m6 .inner5 {
    margin: auto;
}

.m6 .txt1 {
    font-size: 2.7rem;
    font-weight: 400;
    letter-spacing: -1px;
    color: #1a1a1a;
}

.m6 .txt1 span {
    font-weight: 800;
}

.m6 .txt2 {
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    margin: 2vh 0 8vh;
    color: #808080;
}

.m6 img {
    width: 95%;
    margin-left: 5%;
}

.m6_point {
    font-size: 5.5rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -3px;
    color: #ebebeb;
    position: absolute;
    right: 3%;
    bottom: 5vh;
}