@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&family=Poppins:wght@500&display=swap');
@font-face {
    font-family: 'PRISTINA';
    src: url(../font/PRISTINA.woff);
    font-weight: 400;
    font-style: normal;
  }
/* ==========================================================================
    #RESET
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0 | 20110126
    License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    -webkit-text-size-adjust: none;
    
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{border: none;} 
address{font-style: normal;}
fieldset{border: none;} 
legend{position: absolute;left: -999em;} 
input[type=button],
input[type=submit],
input[type=reset],
input[type=image],
button, a, select{cursor: pointer; outline: none;} 
input{ outline: none;}

label.away{position: absolute;left: -999em;} 
/* ==========================================================================
    #FONT
   ========================================================================== */
/* 
    font-family: 'Noto Sans KR', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'PRISTINA';
*/
.ko{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.en{
    font-family: 'Poppins', sans-serif;
    font-weight: 500; 
    font-style: normal;
}
.font_1{
    font-family: 'PRISTINA';
}

.bold{
    font-weight: 700;
}
.upp{
    text-transform: uppercase;
}
.cap{
    text-transform: capitalize;
}
.t-shadow{
    text-shadow: 0px 3px 6px rgba(0,0,0,.16);
}


/* ==========================================================================
    #FONT-SIZE
========================================================================== */
.f30{ font-size: 30px;}
.f20{ font-size: 20px;}
.f16{ font-size: 16px;}
.f14{ font-size: 14px;}
.f12{ font-size: 12px;}
.f10{ font-size: 10px;}


/* ==========================================================================
    #COLOR
========================================================================== */
.cf{color: #fff; }
.color_1{color: #CFB699;}
.color_2{color: #466E82; }
.cc{color: #CCCCCC; }
.ce{color: #eee; }
.c9{color: #999; }

::selection{ background-color: #CFB699; color: #fff;}


/* ==========================================================================
    #COL
    ========================================================================== */
.col-1{ width: 100%;}
.col-2{ width: 50%;}
.col-3{ width: 33.33%;}
.col-4{ width: 25%;}
.col-5{ width: 20%;}
.col-7{ width: calc(100%/7);}


/* ==========================================================================
    #BTN
    ========================================================================== */
#btn01{ display: inline-block; width: 170px; height: 40px; line-height: 38px; text-align: center; font-size: 12px; font-family: 'Poppins', sans-serif; font-weight: 500; color: #CFB699; border: 1px solid #CFB699; transition: .3s; text-transform: uppercase;}
#btn01.v1{ color: #fff; border: 1px solid #fff;}
#btn01.v2{ color: #fff; border: 1px solid #466E82; background-color: #466E82;}
#btn02{ display: inline-block; width: 140px; height: 30px; line-height: 28px; text-align: center; font-size: 12px; font-family: 'Poppins', sans-serif; font-weight: 500; color: #fff; border: 1px solid #fff; transition: .3s; text-transform: uppercase;}
#btn03{ display: inline-block; width: 100%; height: 30px; line-height: 28px; text-align: center; font-size: 12px; font-family: 'Poppins', sans-serif; font-weight: 500; color: #CFB699; border: 1px solid #CFB699; transition: .3s; text-transform: uppercase;}


/* ==========================================================================
    #SCROLLBAR
    ========================================================================== */
body::-webkit-scrollbar { width: 7px; }
body::-webkit-scrollbar-thumb{ height: 17%; background-color: #CFB699; border-radius: 2px; }
body::-webkit-scrollbar-track{ background-color: #fff; }


/* ==========================================================================
    #FLOAT
    ========================================================================== */
.fl{ float: left;}
.fr{float: right;}
.clb{ clear: both; font-size: 0;}




body{ font-family: 'Noto Sans KR', sans-serif; width: 100%; font-weight: 400; font-size: 12px; overflow-x: hidden; }
.sec-wrap{ width: 100%; padding: 0 20px; height: 100%; position: relative; margin: 0 auto; box-sizing: border-box;}

.v-middle{ width: 100%; height: 100%; display: table-cell; vertical-align: middle;}
.img{ width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat;  position: absolute; top: 0; left: 0; transition: .5s;}
.bg-img{ background-size: cover; background-position: center; background-repeat: no-repeat; }
.bg-parallax { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-attachment: fixed;}
.none-mo{ display: inline-block!important;}
.none-pc{ display: none!important;}
.flex-wrap{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}

/* tit */
.tit h3{ line-height: 30px; padding-bottom: 10px;}
.tit p{ line-height: 20px; padding-bottom: 20px;}


/* swiper */
.swiper-button-prev, .swiper-button-next {outline: none !important; background-image: unset!important; width: 13px; height: 20px; text-align: center; font-size: 20px; transition: .3s; color: #fff;}
.swiper-button-prev{ left: 20px;}
.swiper-button-next{ right: 20px;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{ opacity: .4;}
.swiper-button-next:after, .swiper-button-prev:after{ position: absolute; top: -999em; }

.swiper-pagination-bullet{ position: relative; width: 10px; height: 10px; background: rgba(255,255,255,.5); opacity: 1; margin: 10px!important; transition: .3s; }
.swiper-pagination-bullet-active{ background: rgba(255,255,255,1); opacity: 1; }
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 70px;}
.swiper-pagination-progressbar{ background-color: #fff;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{ background: #466E82;}
.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    width: 170px; height: 2px;
}

/* ==========================================================================
    #FULL-SWIPER
========================================================================== */
.full-swiper{ height: 100%; position: relative; overflow: hidden;}
.full-swiper .swiper-slide{ background-size: cover; background-repeat: no-repeat; background-position: center;}
.full-swiper .pag-wrap{position: absolute; bottom: 32px; left: 0; right: 0; margin: 0 auto; width: fit-content; position: relative; }
.full-swiper .pag-wrap .full-pag{ position: relative; top: -3px;}
.full-swiper .pag-wrap > div{ display: inline-block; position: relative; z-index: 10; margin: 0 5px;}
.full-swiper .swiper-play{ position: absolute; width: 20px; height: 20px; border: 1px solid #fff; border-radius: 50%; z-index: 10; bottom: 40px; left: 0; right: 0; margin: 0 auto; cursor: pointer;}
.full-swiper .swiper-play .swiper-button-pause, .full-swiper .swiper-play .swiper-button-play{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 18px; text-align: center; font-size: 10px; color: #fff;}


/* ==========================================================================
    #SUB-TOP
    ========================================================================== */
#sub-top{ /*height: 200px;*/ height: 51.28vw; margin-top: 110px; position: relative;}
#sub-top .sub-tit{ position: absolute; top: calc(50% - 10px); width: 100%; text-align: center;}
#sub-top .sub-tit h3{ padding-bottom: 5px;}


/* ==========================================================================
    #TAB
    ========================================================================== */
#tab{ border-bottom: 1px solid #ccc; }
#tab .sec-wrap{ overflow-y: auto; padding: 10px 20px; }
#tab .sec-wrap::-webkit-scrollbar { display: none; }
#tab h3{ padding-bottom: 10px;}
#tab ul{ font-size: 0; display: flex; width: max-content; }
#tab ul li{ display: inline-block; padding: 0 10px;}
#tab ul li:first-child{ padding-left:0}
#tab ul li:last-child{ padding-right: 0;}
#tab ul li a{ position: relative; transition: .3;}
#tab ul li a:after{ content: ''; position: absolute; bottom: -8px; left: 0; right: 0; margin: 0 auto; width: 34px; height: 1px; background-color: #466E82; transition: .3s; transform: scaleX(0);}
#tab ul li a:hover{ color: #466E82;}
#tab ul li a:hover:after{ transform: scaleX(1);}
#tab ul li a.active{ color: #466E82;}
#tab ul li a.active:after{ transform: scaleX(1);}