@charset "utf-8";
@import url(https://unpkg.com/dat.gui.ease@latest/dist/dat.gui.ease.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');


/*
width: calc(100% - 95px);
height: calc(100vh - 56px);
*/

html {
	position:relative;
	display:block;
	height: 100%;
	overflow-x:hidden;
    font-style: normal;
    font-family: 'Noto Sans KR', sans-serif;
}
body { overflow-x: hidden;}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
#wrap {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;


}
#wrap1 {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#menu_r {
	position:fixed;
	right:0;
	top:0;
	width:60px;
	height:100%;
	background:#fff;
	border-left:1px solid #e8e8e8;
	z-index:99998;
}
#menu_r a.tm {
	position:relative;
	display:block;
	border-bottom:1px solid #e8e8e8;
	/*background:url(../images/ic-tm.png) no-repeat center center #fff;*/
	background:#fff;
	width:60px;
	height:60px;
	text-indent:-5000px;
}
#menu_r a.tm:hover {
	background:#eef3f7;
}
#menu_r a.edu_sch {
	position:relative;
	display:block;
	border-bottom:1px solid #e8e8e8;
	background:url(../images/ic-map.png) no-repeat center center #fff;
	width:60px;
	height:60px;
	text-indent:-5000px;
}
#menu_r a.edu_sch:hover {
	background:url(../images/ic-map.png) no-repeat center center #eef3f7;
}
#menu_r a.lk_facebook {
	position:relative;
	display:block;
	background:url(../images/ic-facebook.png) no-repeat center center #fff;
	width:60px;
	height:60px;
	text-indent:-5000px;
}
#menu_r a.lk_facebook:hover {
	background:url(../images/ic-facebook.png) no-repeat center center #eef3f7;
}
#menu_r a.lk_blog {
	position:relative;
	display:block;
	background:url(../images/ic-blog.png) no-repeat center center #fff;
	width:60px;
	height:60px;
	text-indent:-5000px;
}
#menu_r a.lk_blog:hover {
	background:url(../images/ic-blog.png) no-repeat center center #eef3f7;
}
#menu_r a.lk_youtube {
	position:relative;
	display:block;
	border-bottom:1px solid #e8e8e8;
	background:url(../images/ic-youtube.png) no-repeat center center #fff;
	width:60px;
	height:60px;
	text-indent:-5000px;
}
#menu_r a.lk_youtube:hover {
	background:url(../images/ic-youtube.png) no-repeat center center #eef3f7;
}
#menu_r a {
transition:all .3s ease
}
#menu_r a:hover {
transition:all .3s ease
}
#menu_r a.top {
	position:absolute;
	right:0;
	bottom:0;
}
#wrap.show {
	transition:all 0.6s ease !important;
	opacity:1 !important;
}

.dg { display:none }

.intro_mv {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999998;
    background: #000;
    overflow: hidden;
}


.intro_mv .int_bg {
background:#fff; left:0; top:0; width:100%; height:100%; animation:int_an1 1.1s cubic-bezier(.30,.01,0,1) 0.5s 1 forwards; z-index:9999998; opacity:0;
}
@keyframes int_an1 {
		0% { background:#000000; opacity:0.7;}
		100% { background:#000000; opacity:1;}
}
.intro_mv .int_ct {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 290px;
    margin: -145px 0 0 -150px;
	text-align:center;
	z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro_mv .int_ct .inner > div {
	animation: fadeInUp 1s linear both;
}

.intro_mv .int_ct .inner .top  {
	animation-delay: 0.3s;
}

.intro_mv .int_ct .inner .md  {
	animation-delay: 1s;
}

.intro_mv .int_ct .inner .bt  {
	animation-delay: 1.7s;
	margin-top: -7px;
}



@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	0% {
		opacity: 1;
		transform: translateY(0px);
	}
}

/*@keyframes int_an2 {
		0% { opacity:0; transform:scale( 1.7 );}
		100% { opacity:1; transform:scale( 1 );}
}

@keyframes int_an3 {
		0% { opacity:1; }
		100% { opacity:0; }
}*/




.ly_pop {width:inherit; height:inherit; position:absolute; left:5px; top:130px; z-index:10000; visibility:hidden; background:#fff }
.ly_pop1 {width:inherit; height:inherit; position:absolute; left:460px; top:130px; z-index:10000; visibility:hidden; background:#fff; }
.ly_pop2 {width:inherit; height:inherit; position:absolute; left:815px; top:130px; z-index:10000; visibility:hidden; background:#fff; }
.ly_pop3 {width:inherit; height:inherit; position:absolute; left:1322px; top:130px; z-index:10000; visibility:hidden; background:#fff; border:1px solid #d3d3d3}
.pop_check { position:relative; height:30px; text-align:left; color:#fff; padding:5px 10px 0 10px; background:#646464; width:100% }
.pop_check a { display:inline-block; padding-left:5px; color:#fff !important }



/* main */
#menu { position: fixed; left: 120px; right: 120px; top: 130px; border-top: 1px solid rgba(255,255,255,.6); border-bottom: 1px solid rgba(255,255,255,.6); display: flex; justify-content: center; align-items: center; text-align:center; z-index:99; transition: all 0.8s cubic-bezier(.51,.01,0,1) 0s; gap:5%;}
#menu li { position:relative; display:block;}
#menu li a { position:relative; display:block; font-family:'Libre Baskerville'; color:rgba(255,255,255,.8); font-size:1.0em; letter-spacing:0.0em; font-weight:400; padding:25px 0; transition: all 0.3s ease;}
#menu li.active a {color:rgba(255,255,255,1); transition: all 0.3s ease; font-weight:600 !important}
#menu li:hover a { color:rgba(255,255,255,1); }

#menu .m_top { display:inline-block; margin-top:10px; color:rgba(255,255,255,1); font-size:0.8em; font-weight:600; letter-spacing:0.05em; padding-top:12px; background:url(../images/ar_top.png) no-repeat center top; background-size:10px 6px }


.fp-viewing-Overview .logo a, .fp-viewing-Premium .logo a, .fp-viewing-Premium01 .logo a, .fp-viewing-Location .logo a { background:url(../images/logo_new_b.png) no-repeat center center;   }
.fp-viewing-Overview #menu, 
.fp-viewing-Premium #menu, 
.fp-viewing-Premium01 #menu, 
.fp-viewing-Location #menu { position: fixed; left: 120px; right: 120px; top: 130px; border-top: 1px solid rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1); display: flex; justify-content: center; align-items: center; text-align:center; z-index:99; transition: all 0.8s cubic-bezier(.51,.01,0,1) 0s; gap:5%;}
.fp-viewing-Overview #menu li, 
.fp-viewing-Premium #menu li, 
.fp-viewing-Premium01 #menu li,
.fp-viewing-Location #menu li { position:relative; display:block;}
.fp-viewing-Overview #menu li a, 
.fp-viewing-Premium #menu li a, 
.fp-viewing-Premium01 #menu li a,
.fp-viewing-Location #menu li a{ position:relative; display:block; font-family:'Libre Baskerville'; color:rgba(0,0,0,1); font-size:1.0em; letter-spacing:0.0em; font-weight:300; padding:25px 0; transition: all 0.3s ease;}
.fp-viewing-Overview #menu li.active a, 
.fp-viewing-Premium #menu li.active a, 
.fp-viewing-Premium01 #menu li.active a,
.fp-viewing-Location #menu li.active a{color:rgba(0,0,0,1); transition: all 0.3s ease; font-weight:700 !important}
.fp-viewing-Overview #menu li:hover a, 
.fp-viewing-Premium #menu li:hover a, 
.fp-viewing-Premium01 #menu li:hover a,
.fp-viewing-Location #menu li:hover a { color:rgba(0,0,0,1); }


.header {
    position: fixed;
    width: 100%;
    height: 115px;
    z-index: 99;
    top: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header span {
	color: #000;
	font-family: 'Noto Sans KR';
	font-size: 18px;
	margin-right: 20px;
	font-weight: 400;
}

.header .banner {
	display: block;
}
.header .banner > a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    width: 141px;
    height: 33px;
}
.header .banner a p {
    color: #fff;
    margin-right: 5px;
    font-size: 15px;

}

.header.wh .banner a p {
    color: #000;

}
.header.wh .banner > a {
    border: 1px solid rgba(0, 0, 0, .5);
    transition: .2s;
}
.header.wh .banner > a:hover {
    border: 1px solid rgba(0, 0, 0, 1);
}
.header.wh .banner > a p {
    color: #000;
}

.header .open_m {
	display: none !important;
}

.header.gallery span {
	color: #fff;
}

.header .gnb {
    position: absolute;
    right: 65px;
    top: 0;
    width: auto;
    display: flex;
    height: 100px;
    justify-content: flex-end;
    align-items: center;
}
.header .gnb a.top_register {
    color: #fff;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    width: 122px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0.0em;
    font-family: 'Noto Sans KR';
    transition: .2s;
}



.header .gnb a.top_register:hover { border:1px solid rgba(255,255,255,1);}
.header .gnb .top_tel{ color:#fff; font-weight:600; font-family:'Noto Sans KR'; font-size:1.25em; letter-spacing:0.03em; margin-left:20px;  background:url(../images/ic-tel-wh.png) no-repeat left center; background-size:20px; padding-left:27px; line-height:1.0}
.header.blk { background:#000 }
.header.wbg { background:#fff }
.header.loc { background:#eee9d8 }

.header.location {
    background-color: #eee9d8 !important;
}

.header.gallery {
    background-color: #000 !important;
}
.header .gnb a.top_register.blk { color:#000; font-weight:400; border:1px solid rgba(0,0,0,.5); border-radius:20px; padding:5px 20px 7px 20px; font-size:1.0em; letter-spacing:0.0em; font-family:'Noto Sans KR'}
.header .gnb a.top_register.blk:hover { border:1px solid rgba(0,0,0,1);}
.header .gnb .top_tel.blk{ color:#000; font-weight:600; font-family:'Noto Sans KR'; font-size:1.25em; letter-spacing:0.03em; margin-left:20px;  background:url(../images/ic-tel-bk.png) no-repeat left center; background-size:20px; padding-left:27px; line-height:1.0}

.header .gnb .ham_menu { }

.header .gnb .ham_menu .flex {
	display: flex;
}
.header .gnb .ham_menu a { 
	font-size: 18px;
	color: #fff;
    font-weight: 600;
    font-family: 'Noto Sans KR', serif;
	display:block;
	margin: 0 0px 0 25px;
}
.header .gnb .ham_menu.blk a { color:#000 }


.header.wh {
    background: #fff;
}

.header.wh .gnb a.top_register {
    color: #000;
    border: 1px solid rgba(0, 0, 0, .5);
}

.header.wh .gnb a.top_register:hover {
    border: 1px solid rgba(0, 0, 0, 1);
}

.header.wh .gnb .top_tel{ color:#000; font-weight:600; font-family:'Noto Sans KR'; font-size:1.25em; letter-spacing:0.03em; margin-left:20px;  background:url(../images/ic-tel-bk.png) no-repeat left center; background-size:20px; padding-left:27px; line-height:1.0}
.header.wh .gnb .ham_menu a {
    color: #000;
}


.header .gnb a.top_register.blk { color:#000; font-weight:400; border:1px solid rgba(0,0,0,.5); border-radius:20px; padding:5px 20px 7px 20px; font-size:1.0em; letter-spacing:0.0em; font-family:'Noto Sans KR'}
.header .gnb a.top_register.blk:hover { border:1px solid rgba(0,0,0,1);}
.header .gnb .top_tel.blk {
    color: #000;
    font-weight: 600;
    font-family: 'Noto Sans KR';
    font-size: 19px;
    letter-spacing: 0.03em;
    margin-left: 20px;
    background: url(../images/ic-tel-bk.png) no-repeat left center;
    background-size: 20px;
    padding-left: 27px;
    line-height: 1.0
}



.logo {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.logo a {
    background: url(../img/logo_img_new.png) no-repeat;
    background-size: cover;
    display: block;
    width: 70px;
    height: 72px;
    transition: all 0.7s ease;
    transform:translateZ(0);
    backface-visibility:hidden;
    image-rendering: auto;
    image-rendering: -moz-auto; /* firefox */
    image-rendering: -o-auto; /* opera */
    /*image-rendering: -webkit-optimize-contrast; !* chrome *!*/
}


.header.wh .logo a { 
	background:url(../img/logo_img_new_b.png) no-repeat;  
}

.header.w #menu_new a{
	color: #fff;
}

.header.gallery #menu_new{
	background-color: #000;
}
.header.gallery #menu_new a {
	color: #fff;
}
#menu_new {
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    border-top: 1px solid rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
    gap: 2.5%;
    height: 35px !important;
	background-color: #fff;
}

#menu_new a {
    position: relative;
    display: block;
    cursor: pointer;
    width: 120px;
	line-height: 35px;
    font-family: 'Noto Sans KR';
    color: #000;
    font-size: 1.0em;
    letter-spacing: -0.02em;
    font-weight: 400;
    padding: 0;
    margin: 23px 0;
    transition: all 0.3s ease;
	font-weight: 500;
}

@font-face {
	font-family:'SourceHanSerifK-Regular';
	src:local(※),
	url('../font/SourceHanSerifK-Regular.woff') format('woff');
	/* url('/font/NanumSquareRoundEB.woff2') format('woff2'); */
}

@font-face {
	font-family:'MICEMyungjo';
	src:local(※),
	url('../font/MICEMyungjo.woff') format('woff');
	/* url('/font/NanumSquareRoundEB.woff2') format('woff2'); */
}

#menu_new a ul.dep1 { position:absolute; left:0; top:0; background:#000 }
#menu_new a.active {
    color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
    font-weight: 600 !important
}

#menu_new a.m0 { position:absolute !important; left:0; top:0; }
#menu_new a.m9 { position:absolute !important; right:0; top:0; }

.header.wh #menu_new {
    border-top: 1px solid rgba(0, 0, 0, .6);
    border-bottom: 1px solid rgba(0, 0, 0, .6);
}


.header.wh #menu_new a.active {transition: all 0.3s ease; font-weight:600 !important}
.header.wh #menu_new a:hover{  }
.dep_wp { position:absolute; left:0; top:200px; width:100%; z-index:999; text-align:center; display:none}
.dep_wp .dep1 { position:relative; margin:0 0 0 -56px; width:200px; height:200px; background:#fff; display:inline-block; }
.dep1.active {  background:#000 }

#menu_new.blk {
    position: fixed;
    left: 120px;
    right: 120px;
    top: 130px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
    gap: 4%;
}

#menu_new.blk a { position:relative; display:block; font-family:'Libre Baskerville'; color:rgba(0,0,0,1); font-size:1.0em; letter-spacing:0.0em; font-weight:300; padding:23px 0; transition: all 0.3s ease;}
#menu_new.blk a.active {color:rgba(0,0,0,1); transition: all 0.3s ease; font-weight:700 !important}
#menu_new.blk a:hover { color:rgba(0,0,0,1); }

#menu_new.loc {
    position: fixed;
    left: 120px;
    right: 120px;
    top: 130px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
    gap: 4%;
    background: #eee9d8;
}

#menu_new.loc a { position:relative; display:block; font-family:'Libre Baskerville'; color:rgba(0,0,0,1); font-size:1.0em; letter-spacing:0.0em; font-weight:300; padding:23px 0; transition: all 0.3s ease;}
#menu_new.loc a.active {color:rgba(0,0,0,1); transition: all 0.3s ease; font-weight:700 !important}
#menu_new.loc a:hover { color:rgba(0,0,0,1); }

#menu_new.bg  { background:#000 }

@media all and (max-width: 1600px) {
	#menu_new { gap:40px;}
    .header .drop_menu .row > ul {
        gap: 40px !important;
    }
}



.header .drop_menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    top: 135px;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.header.wh .drop_menu {
    background-color:#fff;
    left: 0;
    right: unset;
    border-bottom: 1px solid rgba(0, 0, 0, .6);

}
.header.blk .drop_menu {
    background-color: #000;
}

.header.location .drop_menu {
    background-color: #eee9d8 ;
}

.header.gallery .drop_menu {
    background-color: #000 !important;
}
.header .drop_menu .sub_menu > li {
    padding: 5px 0;
}
.header .drop_menu .sub_menu a {
    font-family: 'Noto Sans KR', serif;
    color: #fff;
    font-size: 0.95em;
    letter-spacing: -0.02em;
    font-weight: 400;
    padding: 0;
    margin: 23px 0;
    transition: all 0.3s ease;
}
.header.wh .drop_menu .sub_menu a {
    color: rgba(0, 0, 0, 1);
}
.header .drop_menu .row > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2.5%;
    left: 0;
    right: 0;
    position: relative;
    width: 100vw;
}
.header .drop_menu .row > ul > li {
    opacity: 0;
    text-align: center;
    width: 120px;
}
.header .drop_menu .row > ul > li.m08 {
	
}
.header .drop_menu .row > ul > li.on {
    opacity: 1;
}
.header .drop_menu .row {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 0;
}

.view_scroll.none {
	display: none;
}

.view_scroll {
	position: fixed;
	top: 90%;
	right: 30px;
	z-index: 100;
	font-family: 'Noto Sans KR', serif;
	font-weight: 600;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}

.view_scroll span {
	width: 1px;
	height: 75px;
	background-color: #bcbcbc;
	position: absolute;
	left: 17px;
	bottom: 30px;
}

.view_scroll span::before {
	width: 10px;
	height: 10px;
	background-color: #000;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	animation: scrollMagic 1.35s linear 0s infinite;
}

@keyframes scrollMagic {
	0%{opacity:0;  transform:translate(-50%, -30px) scale(1);}
	10%{opacity:1; transform:translate(-50%, -30px) scale( 1 );}
	50%{transform:translate(-50%, 15px) scale( 1 );}
	55%{opacity:1; transform:translate(-50%, 15px) scale(1);}
	60%{opacity:.4;}
	80%{opacity:0;transform:translate(-50%, 15px) scale(5);}
	100%{opacity:0;transform:translate(-50%, 15px) scale(5);}
}


.sub_title {
    width: 100vw;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}
.sub_title01 {
    font-size: 45px;
    font-weight: 500;
    font-family: 'Libre Baskerville';
}
.sub_title02 {
    font-size: 21px;
    font-weight: 300;
    font-family: 'Noto Serif KR', serif;
}
.sub_title.wh .sub_title01 {
    color: #fff;
}
.sub_title.wh .sub_title02 {
    color: rgba(255, 255, 255, 0.8);
}

.sec-view.sec06 { background:#fff }

/*.sec-view.sec06.active { opacity:1; transition: all 0.9s ease; animation:ann06 1.0s ease 0.0s 1 forwards;} 
@keyframes ann06 {
		0% { opacity:0; }
		100% { opacity:1;  }
}*/
.sec-view.sec06 .sec06_bg { position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: /*url(../images/bg_brand1_new.jpg) no-repeat center center*/#fff; z-index:0 }

.sec-view.sec07 { background:#fff }
/*.sec-view.sec07.active { opacity:1; transition: all 0.9s ease; animation:ann07 1.0s ease 0.0s 1 forwards;} 
@keyframes ann07 {
		0% { opacity:0; }
		100% { opacity:1;  }
}*/
.sec-view.sec07 .sec07_bg { position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: /*url(../images/bg_brand1_new.jpg) no-repeat center center*/#fff; z-index:0 }

.sec-view.sec08 { background:#000; }

.fp-viewing-footer #menu { opacity:0; transition:all 0.25s ease 0s;}
.fp-viewing-footer .logo { top:55px;}
.fp-viewing-footer .scroll,
.fp-viewing-Register .scroll { display:none }
.fp-viewing-Location .scroll span:after { background:#d6d6d6; opacity:.6 }
.fp-viewing-Location .scroll em {color:#052c48; }
.fp-viewing-Location .scroll:after { background:#052c48}
.fp-viewing-Register a.go_top {z-index:0}
.fp-viewing-footer a.go_top { opacity:1; bottom:260px; transition:all 0.5s ease 0s;  }

.scroll { position:fixed; right:0; bottom:0; opacity:1; visibility:visible; display:block; font-family:'Libre Baskerville'; width:130px; transition:all 0.5s ease 0s; z-index:99}
.scroll span {display:block; font-weight:600; color:#052c48; text-align:center; letter-spacing:0; font-size:0.85em; line-height:1.0; margin-top:30px }
.scroll span:after{content:''; display:block; width:1px; height:75px; margin:10px auto 0; background:rgba(255,255,255,.3); vertical-align:middle;}
.scroll:after{ content:''; opacity:0; display:block; position:absolute; left:50%; top:82px; width:69px; height:69px; margin:0 0 0 -34px; background:#fff; border-radius:100%; transform:translateY(100px) scale(.1); -webkit-transform:translateY(100px) scale(.1); animation:pagedownFillarc 1.0s linear 0s infinite; -webkit-animation:pagedownFillarc 1.6s linear 0s infinite;}
.scroll em { display:block; background:url(../img/mouse_icon.svg) no-repeat center top; font-weight:600; color:#fff; text-align:center; letter-spacing:0.1em; font-size:0.7em; line-height:1.0; margin-bottom:10px; transform:rotate(90deg); font-family:'Noto Sans KR';}
@keyframes pagedownFillarc{
	0%{opacity:0; -webkit-transform:translateY(-70px) scale(.1); transform:translateY(-70px) scale(.1);}
	10%{opacity:1; -webkit-transform:translateY(-70px) scale( .1 ); transform:translateY(-70px) scale( .1 );}
	50%{-webkit-transform:translateY(0) scale( .1 ); transform:translateY(0) scale( .1 );}
	55%{opacity:1; -webkit-transform:scale( .1 ); transform:scale( .1 );}
	60%{opacity:.5;}
	80%{opacity:0; -webkit-transform:scale(1); transform:scale(1);}
	100%{opacity:0; -webkit-transform:scale(1); transform:scale(1);}
}

.fp-viewing-Overview .header .gnb a.top_register,
.fp-viewing-Location .header .gnb a.top_register,
.fp-viewing-Premium .header .gnb a.top_register,
.fp-viewing-Premium01 .header .gnb a.top_register {
    color: #111;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 20px;

    font-size: 1.0em !important;
    letter-spacing: 0.0em;
    font-family: 'Noto Sans KR';
    width: 106px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.fp-viewing-Overview .header .gnb a.top_register:hover,
.fp-viewing-Location .header .gnb a.top_register:hover,
.fp-viewing-Premium .header .gnb a.top_register:hover,
.fp-viewing-Premium01 .header .gnb a.top_register:hover { border:1px solid rgba(0,0,0,1);}

.fp-viewing-Overview .header .gnb .top_tel,
.fp-viewing-Location .header .gnb .top_tel,
.fp-viewing-Premium .header .gnb .top_tel,
.fp-viewing-Premium01 .header .gnb .top_tel { color:#111; background:url(../images/ic-tel-bk.png) no-repeat left center; background-size:20px; font-size:1.25em; }

.fp-viewing-Overview .header .gnb .ham_menu a,
.fp-viewing-Location .header .gnb .ham_menu a,
.fp-viewing-Premium .header .gnb .ham_menu a,
.fp-viewing-Premium01 .header .gnb .ham_menu a { color:#000 }


html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow-x:hidden;
	

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-enabled.active { overflow:hidden !important; height:100% !important;}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.t_line { position:fixed; left:0; top:0; width:14.3%; height:100vh; background:rgba(255,255,255,1); z-index:99; border-right:1px solid rgba(255,255,255,.1); transition: all 0.9s ease; }

.fp-viewing-Intro .t_line,
.fp-viewing-Brand .t_line { background:rgba(255,255,255,0); transition: all 0.3s ease;}
.fp-viewing-Location .t_line { border-right:1px solid rgba(0,0,0,.05); }
.fp-viewing-footer .t_line { background:#004962; border-right:1px solid rgba(255,255,255,.1);} 


@media all and (max-width: 1600px) {
	.t_line  { width:18%; }
}


.cd-main-content #fullpage .cd-morph-dropdown { position:fixed !important; top:0; left:0; z-index:99997; transition: all 0.7s ease;}
.fp-viewing-firstPage .cd-main-content #fullpage .cd-morph-dropdown,
.fp-viewing-secondPage .cd-main-content #fullpage .cd-morph-dropdown,
.fp-viewing-4thPage .cd-main-content #fullpage .cd-morph-dropdown,
.fp-viewing-5thPage .cd-main-content #fullpage .cd-morph-dropdown, 
.fp-viewing-3rdPage .cd-main-content #fullpage .cd-morph-dropdown { background:none; transition: all 0.7s ease; }


.cd-main-content #fullpage .cd-morph-dropdown .main-nav > ul > li > a { color:#18191b !important; transition: all 0.7s ease; font-weight:700 }
.cd-main-content #fullpage .cd-morph-dropdown .main-nav > ul > li > a:hover { color:#0a47b4 !important; transition: all 0.7s ease;  }
.cd-main-content #fullpage .cd-morph-dropdown .head_inner .al_r > li > a { color:#8395ca; transition: all 0.7s ease; font-weight:500; font-size:0.85em; padding:6px 5px; }
.cd-main-content #fullpage .cd-morph-dropdown .head_inner .al_r > li > a:hover { color:#344b8e; transition: all 0.7s ease;  }
/*
.fp-viewing-5thPage .cd-main-content #fullpage .cd-morph-dropdown .head_inner a.logo,
.fp-viewing-lastPage .cd-main-content #fullpage .cd-morph-dropdown .head_inner a.logo { background:url(../img/logo.png) no-repeat center center !important; height: 143px; width: 32px; background-size:cover !important; transition: all 0.7s ease;  }
.fp-viewing-5thPage .cd-main-content #fullpage .cd-morph-dropdown .main-nav > ul > li > a,
.fp-viewing-lastPage .cd-main-content #fullpage .cd-morph-dropdown .main-nav > ul > li > a { color:#18191b !important; transition: all 0.7s ease;  }
.fp-viewing-5thPage .cd-main-content #fullpage .cd-morph-dropdown .main-nav > ul > li > a:hover,
.fp-viewing-lastPage .cd-main-content #fullpage .cd-morph-dropdown .main-nav > ul > li > a:hover { color:#18191b !important; transition: all 0.7s ease;  }
.fp-viewing-5thPage .cd-main-content #fullpage .cd-morph-dropdown .head_inner .al_r > li > a,
.fp-viewing-lastPage .cd-main-content #fullpage .cd-morph-dropdown .head_inner .al_r > li > a { color: rgba(0, 0, 0, .6); !important; transition: all 0.7s ease;  }
.fp-viewing-5thPage .cd-main-content #fullpage .cd-morph-dropdown .head_inner .al_r > li > a:hover,
.fp-viewing-lastPage .cd-main-content #fullpage .cd-morph-dropdown .head_inner .al_r > li > a:hover{ color: rgba(0, 0, 0, .8); !important; transition: all 0.7s ease;  }*/





@media all and (max-width: 1001px) {
	
}

/*
.header .header_inner .nav_pc { position:relative; width:1300px; height:200px; margin:0 auto; display: flex; justify-content:center; align-items: flex-start; padding-right:80px;}
.header .header_inner .nav_pc li.has-dropdown { position:relative; margin:10px 0; padding:0 18px }
.header .header_inner .nav_pc li.has-dropdown a { position:relative; display:block; font-size:1.31em; color:#67696f; font-weight:600; padding:18px 0 10px 0 }
.header .header_inner .nav_pc li.has-dropdown a:after { display:block; width:0; height:2px; background:#1a3066; content:''; margin-top:10px; transition: all 0.7s cubic-bezier(.51,.01,0,1) }
.header .header_inner .nav_pc li.has-dropdown .links-list { position:absolute; left:0; top:40px; padding:23px 0 0 18px; width:110%; }
.header .header_inner .nav_pc li.has-dropdown .links-list li { position:relative; display:inline-block; width:auto }
.header .header_inner .nav_pc li.has-dropdown .links-list li a { position:relative; display:block; font-size:1.01em; color:rgba(40,62,128, .8); font-weight:700; padding:8px 0; letter-spacing:-0.03em; border:none}
.header .header_inner .nav_pc li.has-dropdown .links-list li a:hover { position:relative; display:block; font-size:1.01em; color:#283e80; font-weight:700; letter-spacing:-0.03em; border:none}
.header .header_inner .nav_pc li.has-dropdown .links-list li a:after { position:absolute; left:0; bottom:2px; width:0; height:1px;}
.header .header_inner .nav_pc li.has-dropdown .links-list li a:hover:after { position:absolute; left:0; bottom:2px; display:block; width:100%; height:1px; background:#1a3066; content:''; transition: all 0.7s cubic-bezier(.51,.01,0,1) }
.header.active { background:#f6f6fe; height:210px; overflow:hidden; transition: all 0.7s cubic-bezier(.51,.01,0,1)}
.header.active .header_inner { position:relative; width:1300px; margin:0 auto; height:210px; overflow:hidden;}
.header.active .header_inner .nav_pc { height:210px; }
.header .header_inner .nav_pc li.has-dropdown.active a {color:#283e80; font-weight:700 }
.header .header_inner .nav_pc li.has-dropdown.active a:after { width:100%; transition: all 0.7s cubic-bezier(.51,.01,0,1)}




.header .header_inner .al_r { position:absolute; right:0;  top:26px; z-index:90; display:block; text-align:right}
.header .header_inner .al_r > li.info { display:flex; justify-content: flex-end; align-items: center; padding-right:70px; margin:-12px 0 7px 0; border-bottom:1px dashed rgba(0,0,0,.1); padding-bottom:8px; width:100%}
.header .header_inner .al_r > li.info em { font-size:0.95em; color:#222; font-weight:500; margin-right:0; }
.header .header_inner .al_r > li.info em:before { background:url(../img/ic-prof.png) no-repeat center center #eceff6; background-size:cover; width:20px; height:20px; content:''; display:inline-block; vertical-align: middle; border-radius:50%; overflow:hidden; margin:-4px 6px 0 0;}
.header .header_inner .al_r > li.info em.time { font-size:0.85em !important; color:#1a2b60; font-weight:500; margin-left:8px !important; padding-left:10px; border-left:1px solid rgba(0,0,0,.1)}
.header .header_inner .al_r > li.info em.time:before { display:none }
.header .header_inner .al_r > li.log_bt > a { color:#282c38 !important; display:block; background:#f2f4fb; border:1px solid #dce1f1; font-size:0.80em !important; border-radius:4px; margin-left:2px; padding: 6px 6px !important; font-weight:600}
.header .header_inner .al_r > li.log_bt > a:hover { background:#282c38; color:#f2f4fb !important; border:1px solid #282c38;}
.header .header_inner .al_r > li.logout { position:absolute; right:0; top:-20px; } 
.header .header_inner .al_r > li { display: inline-block; position:relative;}
.header .header_inner .al_r > li > a { color: #283e80; transition: all 0.3s ease; font-weight: 500; font-size: 0.89em; padding: 6px 5px;}
.header .header_inner .al_r > li > a:hover { color: #0f1e44; transition: all 0.3s ease; font-weight: 600;}
.header .header_inner .al_r > li.ic1 > a { background:url(../img/settings_icon.svg) no-repeat left center; background-size:16px; padding:6px 7px 6px 20px }
.header .header_inner .al_r > li.ic2 > a { background:url(../img/secure_icon.svg) no-repeat left center; background-size:16px; padding:6px 7px 6px 20px }
.header .header_inner .al_r > li.ic3 > a { background:url(../img/tag_icon.svg) no-repeat left center; background-size:16px; padding:6px 7px 6px 20px }

.header .menu-icon { display:none }*/

.t_menu {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    opacity: 1;
    transition: .7s;
}
.t_menu.active {
    left: 0;
}
/*.t_menu .t_menu_bg {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    !*background: rgba(0, 0, 0, 1);*!*/
/*    z-index: 999*/
/*}*/

@keyframes t_bg_ani {
		0% {
            opacity: 1;
            width: 0;
        }

		100% {
            opacity: 0.75;
            width: 100%;
        }

}
.t_menu .t_menu_area {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100vh;
    background: #fff;
    /*animation: t_bg_ani01 0.9s cubic-bezier(.51, .01, 0, 1) 0.0s 1 forwards;*/
    z-index: 1000
}

	
@keyframes t_bg_ani01 {
		0% { opacity:1; width:0;}
		100% { opacity:1; width:25%;}
}
.t_menu .t_menu_area .close_bt {
    position: absolute;
    right: 0;
    top: 0;
    animation: t_bg_bt 0.9s cubic-bezier(.51, .01, 0, 1) 0s 1 forwards;
    opacity: 0
}

@keyframes t_bg_bt {
		0% { opacity:0; }
		100% { opacity:1;}
}	
.t_menu .t_menu_area .close_bt a {
    display: block;
    width: 130px;
    height: 130px;
    background: url(../images/ic-ham_close_new.png) no-repeat center center;
}

.t_menu .t_menu_area .tm_ct {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 170px;
    margin: -361px 0 0 -85px;
    animation: t_bg_ani02 0.9s cubic-bezier(.51, .01, 0, 1) 0.3s 1 forwards;
    opacity: 0;
    text-align: center;
}

@keyframes t_bg_ani02 {
		0% { opacity:0; }
		100% { opacity:1;}
}	
.t_menu .t_menu_area .tm_ct .tm_logo {
    position: relative;
    width: 78px;
    height: 82px;
    background: url(../images/logo_new_b.png) no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    backface-visibility: hidden;
    image-rendering: auto;
    display: inline-block;
}

.t_menu .t_menu_area .tm_ct .tm_line { position:relative; width:30px; height:1px; background:rgba(255,255,255,.1); margin:30px auto }
.t_menu .t_menu_area .tm_ct .tm_list {
    text-align: center;
}

.t_menu .t_menu_area .tm_ct .tm_list > li {
    margin: 15px 0;

}
.t_menu .t_menu_area .tm_ct .tm_list li a {
    position: relative;
    display: block;
    font-family: 'Noto Sans KR', serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.35em;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding: 8px 0;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 400;
    line-height: 1.1;
    cursor: pointer;
}

.t_menu .t_menu_area .tm_ct .tm_list li a em {
    font-size: 0.5em;
    font-family: 'Noto Sans KR';
    letter-spacing: -0.03em;
    line-height: 1.0
}

.t_menu .t_menu_area .tm_ct .tm_list li a:hover { color:#000 }

.t_menu.bl { display:block}

.t_menu.opacity {animation:tm_ani 1.0s cubic-bezier(.51,.01,0,1) 0.0s 1 forwards; opacity:1;}

@keyframes tm_ani {
		0% { opacity:1; }
		100% { opacity:0; display:none;}
}

.main_visual_area { position:fixed; width:100%; height:100vh; background:#111; z-index:0 }

.slide-menu { display:none }
@media all and (max-width: 1001px) {
	
	.t_menu .t_menu_area {
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 100vh;
        background: #004962;
        animation: t_bg_ani01 0.9s cubic-bezier(.51, .01, 0, 1) 0.7s 1 forwards;
        z-index: 1000
    }
	@keyframes t_bg_ani01 {
        0% { opacity:1; width:0;}
        100% { opacity:1; width:100%;}
	}
	.t_menu .t_menu_area .close_bt a {
        display: block;
        width: 70px;
        height: 70px;
        background: url(../images/ic-ham_close.png) no-repeat center center;
        background-size: 22px;
    }
	.t_menu .t_menu_area .tm_ct {
        position: relative;
        left: unset;
        top: unset;
        width: unset;
        height: unset;
        margin: 0;
        animation: t_bg_ani02 0.9s cubic-bezier(.51, .01, 0, 1) 1s 1 forwards;
        opacity: 0
    }

@keyframes t_bg_ani02 {
		0% { opacity:0; }
		100% { opacity:1;}
}
	.t_menu .t_menu_area .tm_ct .tm_logo {
        position: relative;
        width: 150px;
        height: 150px;
        background: url(../img/pozes_logo.png) no-repeat;
        background-size: cover;
        margin: 0 auto 0 auto
    }

	.t_menu .t_menu_area .tm_ct .tm_list li {
        margin: 5px 0;

    }
	.t_menu .t_menu_area .tm_ct .tm_list li a {
        position: relative;
        display: block;
        color: rgba(255, 255, 255, .7);
        font-size: 2em;
        font-weight: 400;
        padding: 10px 0;
        transition: all 0.3s ease;
        text-align: center;
        line-height: 1.5
    }

	.t_menu .t_menu_area .tm_ct .tm_list li a em {
        font-size: 0.6em;
        font-family: 'Noto Sans KR';
        letter-spacing: -0.05em;
        line-height: 1.2
    }


	#hamburger-icon {
		width: 55px;
		height: 60px;
		position:absolute;
		right:0; top:0;
		display: block;
		background:url(../img/mo_m_ic.png) no-repeat center center;
		background-size:30px;
		z-index: 9999;
		text-indent:-5000px;
	}
	/*
    #hamburger-icon .line {
      display: block;
      background: #000;
      width: 35px;
      height: 5px;
      position: absolute;
      left: 0;
      border-radius: 4px;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
    }
    #hamburger-icon .line.line-1 {
      top: 0;
    }
    #hamburger-icon .line.line-2 {
      top: 50%;
    }
    #hamburger-icon .line.line-3 {
      top: 100%;
    }
    #hamburger-icon.active .line-1 {
      transform: translateY(10px) translateX(0) rotate(45deg);
      -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
      -moz-transform: translateY(10px) translateX(0) rotate(45deg)
    }
    #hamburger-icon.active .line-2 {
      opacity: 0;
    }
    #hamburger-icon.active .line-3 {
      transform: translateY(-10px) translateX(0) rotate(-45deg);
      -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
      -moz-transform: translateY(-10px) translateX(0) rotate(-45deg)
    }*/

	.slide-menu {
		position: fixed;
		display:block;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		will-change: transform;
		-webkit-transition-duration: 6.2s;
		transition-duration: 6.2s;
		-webkit-transition-timing-function: all 1.2s cubic-bezier(.4,0,.2,1);
		transition-timing-function: all 1.2s cubic-bezier(.4,0,.2,1);
		-webkit-transition-property: -webkit-transform;
		transition-property: transform;
		transition: all 1.2s cubic-bezier(.51, .01, 0, 1.06);
		background: #182b62;
		top:0;
		bottom: 0;
		color: #333;
		z-index: 9999;
		width: 100%;
		padding-bottom:80px;
		

	}
	.slide-header {
		height:auto;
		color: #fff;
		top:0;
		position: relative;
		text-align: center;
		padding:70px 20px 0 20px
	}
	

	
	.slide-header .mem_btn { position:relative; display:flex; justify-content: left; align-items: center; width:100%; flex-wrap:wrap; padding:12px 5px 10px 5px; border-top:1px dashed rgba(255,255,255,.1) }
	.slide-header .mem_btn li { position:relative; margin-right:5px;}
	.slide-header .mem_btn li.logout { display:block; width:100%; display:flex; justify-content: flex-start; align-items: center; margin:0 0 5px 0}
	.slide-header .mem_btn li.logout a { font-size:0.88em; padding:8px 11px 8px 32px; background:url(../img/ic-logout.png) no-repeat 12px center #172349; background-size:15px; color:rgba(255,255,255,.8); font-weight:500; letter-spacing:-0.03em; display:inline-block; margin-left:auto; border:none }
	.slide-header .mem_btn li.logout em { position:relative; font-size:0.97em; font-weight:600; color:rgba(255,255,255,1); padding-left:34px; }
	.slide-header .mem_btn li.logout em:before { position:absolute; left:0; top:50%; width:24px; height:24px; margin-top:-12px; background:url(../img/ic-prof.png) no-repeat center bottom rgba(255,255,255,1); background-size:24px; content:''; display:block; border-radius:50%; overflow:hidden }
	.slide-header .mem_btn li.logout em.time { font-size:0.9em !important; color:#52b4ff; font-weight:500; margin-left:8px !important; padding-left:10px; border-left:1px solid rgba(255,255,255,.1)}
	.slide-header .mem_btn li.logout em.time:before { display:none }
	.slide-header .mem_btn li a { font-size:0.8em; padding:7px 12px; background:none; border:1px solid rgba(255,255,255,.3); color:rgba(255,255,255,.8); font-weight:500; letter-spacing:-0.03em; border-radius:3px; display:inline-block }
	.slide-header .mem_btn li a:focus { border:1px solid rgba(255,255,255,1); color:rgba(255,255,255,1); }

	.slide-close-button { position:fixed; right:0; top:0; z-index:50 }
	.slide-close-button button:hover{}
	.slide-close-button button:active {}
	.slide-close-button button {
		background:url(../img/x.svg) no-repeat center center;
		background-size:50%;
		display:block;
		border: 0;
		border-radius: 50%;
		width: 60px;
		height: 66px;
		cursor: pointer;
		outline: none;
		z-index: 99999;
	}

	.slide-header p {
		font-size: 12px
	}
	.slide-menu-here { position:relative; overflow-y:scroll; height:100%; padding-bottom:80px }
	.accordion { position:relative; padding:15px 20px;  }
	.accordion li { position:relative; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.06); cursor:pointer}
	.accordionTitle { position:relative; font-size:1.1em; color:#fff; font-weight:600; padding:0 15% 0 10px; line-height:1.4; letter-spacing:-0.02em; word-break:keep-all;}
	.accordionTitle .nt_date { position:relative; display:block; color:#999; font-size:0.8em; margin-top:5px }
	.accordionTitleActive { color:#5e8bfe; font-weight:600;}
	.accordionTitleActive:after {
		background-image: linear-gradient(90deg, #52616b, #c9d6df);
		width: 100%;
	}

	/* Accordion Item Icon  */
	.accIcon {
		float: right;
		width: 20px;
		height: 20px;
		display: flex;
		margin-top: 0;
		align-items: center;
		justify-content: center;
		position:absolute; right:17px; top:0;
	}


	.accIcon:before,
	.accIcon:after {
		content: "";
		position: absolute;
		border-radius: 50px;
		background-color: #c9d6df;
		transition: ease 0.3s all;
	}

	.accIcon:before {
		width: 2px;
		height: 12px;
	}

	.accIcon:after {
		width: 12px;
		height: 2px;
	}

	.accordionTitle:hover .accIcon:before,
	.accordionTitle:hover .accIcon:after {
		background-color: #52616b;
	}

	.accIcon.anime.accIcon:before {
		transform: rotate(90deg);
	}

	/* Text Content */
	.accordion .item .text {
		opacity: 0;
		height: 0;
		padding: 0px 0;
		position: relative;
		line-height: 1.8;
		font-size: 0.8em;
		color:#666;
		/*transition: all 0.2s cubic-bezier(.51, .01, 0, 1.06);*/
		overflow: hidden;
		margin-top:0;
		letter-spacing: -0.03em;

	}

	/* Text Content - Class for JS to hide and show */
	.accordion .item .text.show {
		opacity: 1;
		height: auto;
		padding:7px 0 0 0;
		position: relative;
		z-index: 0;
		/*transition: all 0.2s cubic-bezier(.51, .01, 0, 1.06);*/
		margin-bottom:-15px;
	}
	.accordion .item .text ul { padding:12px 0; background:#283e80;  }
	.accordion .item .text ul li { position:relative; padding:0; border-bottom:none}
	.accordion .item .text ul li a { position:relative; padding:5px 20px; color:rgba(255,255,255,.7); display:block; font-size:1.2em; font-weight:500; letter-spacing:-0.02em;}
	.accordion .item .text ul li a:hover, .accordion .item .text ul li a:focus { color:#fff !important;}
	
	.slide-left {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		z-index: 99999;
		transition: all .7s cubic-bezier(.51, .01, 0, 1.06);
	}
	.mdl-layout__obfuscator {
		background-color: transparent;
		position:fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index:99997;
		visibility: hidden;
		-webkit-transition-property: background-color;
		transition-property: background-color;
		-webkit-transition-duration: .2s;
		transition-duration: .2s;
		-webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
		transition-timing-function: cubic-bezier(.4,0,.2,1);
	}
	.slide-left~.mdl-layout__obfuscator {
		background-color: rgba(0,0,0,.5);
		visibility: visible;
		overflow:hidden
	}
}
/*
#section1 { position:relative; background:#000; height:100vh; z-index:1 }
#section1 .video_bk { position:absolute; width:100%; height:100vh; top:0; left:0; background:rgba(0,0,0,.5); z-index:1}
#section1 .mv_copy { position:fixed; width:468px; height:115px; left:50%; top:50%; margin:-57px 0 0 -234px; z-index:1 }
#section1 .mv_copy .btn_play { position:absolute; left:50%; top:50%; display:none ; margin:-50px 0 0 -50px; width:100px; height:100px; border-radius:50%; z-index:9999; background:url(../images/play_icon.svg) no-repeat center center rgba(0,0,0,.3); background-size:30px; cursor:pointer; text-indent:-5000px;}
#section1 .mv_copy .btn_play.active { display:block !important }
#section1 .mv_copy .btn_pause { position:absolute; left:50%; top:50%; margin:-50px 0 0 -50px; width:100px; height:100px; border-radius:50%; z-index:9999; background:url(../images/pause_icon.svg) no-repeat center center rgba(0,0,0,.3); background-size:30px; cursor:pointer; text-indent:-5000px;}
#section1 .mv_copy .btn_pause.active { display:block !important }
#section1 .mv_copy .btn_pause.none { display:none }

#section1 #myVideo { position: absolute; top: 0; left: 0; width: 100%; object-fit: cover; min-width: 100%; min-height: 100%; height: 100vh; background-size: cover; transition: 1s opacity; z-index:0; opacity:.6;}

#section1 #myVideo{
		position: fixed;
		left: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100vh;
		background-size: 100% 100%;
 		background-color: black; 
  		background-image: 
  		background-position: center center;
  		background-size: contain;
   		object-fit: cover;
   		z-index:0;
		opacity:.6;
	}
	*/





@media all and (max-width: 1001px) {
	#section1 { height:100vh !important; overflow-x:hidden}
	#section1 .fp-tableCell { height:100vh !important}
	#section1 .mv_copy { position:fixed; width:250px; height:61px; left:50%; top:50%; margin:-30px 0 0 -125px; z-index:1 }
	#section1 .mv_copy img { width:100% }
	
#section1 .mv_copy .btn_play { position:absolute; left:50%; top:50%; display:none ; margin:-35px 0 0 -35px; width:70px; height:70px; border-radius:50%; z-index:9999; background:url(../images/play_icon.svg) no-repeat center center rgba(0,0,0,.3); background-size:22px; cursor:pointer; text-indent:-5000px;}
#section1 .mv_copy .btn_play.active { display:block !important }
#section1 .mv_copy .btn_pause { position:absolute; left:50%; top:50%; display:none ;margin:-35px 0 0 -35px; width:70px; height:70px; border-radius:50%; z-index:9999; background:url(../images/pause_icon.svg) no-repeat center center rgba(0,0,0,.3); background-size:22px; cursor:pointer; text-indent:-5000px;}
#section1 .mv_copy .btn_pause.active { display:block !important }

}



@media all and (max-width: 768px) {
	#section1 .intro .sec_ctn_box .ct_box_ani .robot { position:absolute; right:15%; top:20px; background:url(../img/sec1_robot.png) no-repeat center bottom; width:40px; height:80px; background-size:cover}
}

#section2 { position:relative; margin:0 auto; height:100vh !important; background:#111; z-index:2 }
#section2 .fp-tableCell { height:auto !important}
#section2 .brand_01 { position:relative; height:960px; display:flex; align-items: center; justify-content: flex-start; opacity:0;  z-index:1; transition: all 0.2s ease; transition-delay:0.1s; }
#section2 .br_bg01 { position:absolute; left:0; top:0; width:100%; height:100vh; background:/*url(../images/bg_brand1_new.jpg) no-repeat center center*/#111; background-size:cover; z-index:0; background-attachment: fixed;}
#section2 .brand_01 .inner { position:relative; width:100%; height:740px }
#section2 .brand_01 .inner .txt_left { position:absolute; top:20%;  left:15%; !width:470px;}
#section2 .brand_01 .inner .txt_left p.t1 { font-size:1.1em; color:#fff;  font-family: 'Noto Serif KR', serif; font-weight:200; letter-spacing:0.1em; line-height:1.4;} 
#section2 .brand_01 .inner .txt_left p.t1 em { font-weight:200; font-size:1.5em; letter-spacing:-0.05em}
#section2 .brand_01 .inner .txt_left .t2 { font-size:1.05em; color:rgba(255,255,255,.9); margin-top:30px; font-weight:300; line-height:1.7; letter-spacing:-0.03em; font-family: 'Noto Sans KR', serif; } 
#section2 .brand_01 .inner .txt_left .t2 p { margin-top:0 }
#section2 .brand_01 .inner .txt_left .t2 p:nth-of-type(2), 
#section2 .brand_01 .inner .txt_left .t2 p:nth-of-type(3),
#section2 .brand_01 .inner .txt_left .t2 p:nth-of-type(4){ margin-top:10px;}
#section2 .brand_01 .inner .txt_left .t2 p em { font-weight:500 }
#section2 .brand_01 .inner .txt_left .br_logo { width:400px; height:370px; border-top:1px solid rgba(255,255,255,.1); border-bottom:1px solid rgba(255,255,255,.1); margin-top:70px; background:url(../images/br_logo.png) no-repeat center center;}
#section2 .brand_01 .inner .txt_right { position:absolute; right:8%; width:720px; padding-top:165px; }
#section2 .brand_01 .inner .txt_right .exp_br { display:flex; align-items: flex-start; justify-content: flex-start; }
#section2 .brand_01 .inner .txt_right .exp_br .tl { font-size:1.2em; color:#fff; font-weight:500; letter-spacing:0.05em; font-family:'Montserrat'; padding-right:50px; } 
#section2 .brand_01 .inner .txt_right .exp_br .txt { font-size:0.9em; color:rgba(255,255,255,.6); margin-top:2px; text-align:left; font-weight:300; line-height:1.6}
#section2 .brand_01 .inner .txt_right .exp_br1 { position:relative; margin-top:42px;}
#section2 .brand_01 .inner .txt_right .exp_br1 .tl { font-size:1.2em; color:#fff; font-weight:500; letter-spacing:0.05em; font-family:'Montserrat'; padding-right:50px; } 
#section2 .brand_01 .inner .txt_right .exp_br1 .br_value { display:flex; align-items: center; justify-content: flex-start; margin-top:40px; }
#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value { width:268px; height:265px; border:1px solid rgba(255,255,255,.3); border-radius:50%; margin-right:-50px; display:flex; align-items: center; justify-content: center; flex-direction: column; text-align:center}
#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k { font-weight:500; font-size:1.4em; color:#fff; letter-spacing:-0.05em }
#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k br { display:none }
#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_e { font-weight:100; font-size:1.1em; color:#fff; font-family:'Montserrat'; margin-top:10px; line-height:1.6; letter-spacing:0.05em}

#section2_1 { position:relative; margin:0 auto; height:2200px !important; z-index:2 }
#section2_1 .fp-tableCell { height:auto !important; display:flex; align-items: flex-start; justify-content: center;}
#section2_1 .brand_02 { position:relative; width:100%; height:720px; display:flex; align-items: flex-start; justify-content: center;  opacity:0; z-index:1; transition: all 0.3s ease; }
#section2_1 .brand_02 .inner { position:relative; width:100%; height:720px }
#section2_1 .brand_02 .inner .txt_left { position:relative; width:100%; text-align:center; opacity:0; }
#section2_1 .brand_02 .inner .txt_left p.t1 { font-size:2.2em; color:#000; font-family: 'Noto Serif KR', serif; letter-spacing:0.22em; font-weight:300} 
#section2_1 .brand_02 .inner .txt_left p.t2 { font-size:3.2em; color:#000; font-family: 'Noto Serif KR', serif; letter-spacing:0; font-weight:400} 
#section2_1 .brand_02 .inner .txt_left p.t2 em { display:block; color:rgba(0,0,0,.2); font-size:1.2em; transform:rotate(-45deg); margin:0 30px; font-weight:300}
#section2_1 .brand_02 .inner .txt_right { position:absolute; top:120px;  width:100%; text-align:center; font-family: 'Noto Serif KR', serif;}
#section2_1 .brand_02 .inner .txt_right p.t1 { display:flex; align-items: center; justify-content: center; font-size:1.2em; font-weight:400; color:#000; margin-top:20px; font-family: 'Noto Sans KR', serif;} 
#section2_1 .brand_02 .inner .txt_right p.t1 em { display:block; color:rgba(0,0,0,.2); font-size:1.2em; transform:rotate(-45deg); margin:0 30px; font-weight:300}
#section2_1 .br_bg02 { position:absolute; left:0; top:0; width:100%; height:100%;  z-index:0; background-attachment: fixed;}
#section2_1 .br_bg02 .bg {   position: sticky !important;
  top: 0;
  width: 100%;
  height: 100vh;
  background:url(../images/bg_brand2.jpg) no-repeat center bottom; background-size:cover;}

#section2.active .brand_01 { opacity:1; transition: all 0.3s ease;}
#section2_1.active .brand_02 {opacity:1; transition: all 0.3s ease;}

#section2.active .brand_01 .inner .txt_left { position:absolute; animation:sec2_an1 2.0s cubic-bezier(.39,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec2_an1 {
		0% { opacity:0; padding-left:100px; }
		100% { opacity:1; padding-left:0;}
}
#section2.active .brand_01 .inner .txt_right { position:absolute; animation:sec2_an2 2.0s cubic-bezier(.39,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec2_an2 {
		0% { opacity:0; padding-right:100px; }
		100% { opacity:1; padding-right:0;}
}

#section2_1.active .brand_02 .inner .txt_left { position:absolute; width:100%; animation:sec2_1_an1 2.0s cubic-bezier(.41,.01,0,1) 0.7s 1 forwards; opacity:0}
@keyframes sec2_1_an1 {
		0% { opacity:0; top:320px; }
		100% { opacity:1; top:270px;}

		
}

#section2_1.active .brand_02 .inner .txt_right { position:absolute; width:100%; animation:sec2_1_an2 1.6s cubic-bezier(.39,.01,0,1) 3.2s 1 forwards; opacity:0}
@keyframes sec2_1_an2 {
		0% { opacity:0; top:320px; }
		100% { opacity:1; top:290px;}
}

#section2_1 .premium_wp { position:absolute; width:100%; height:410px; display:flex; align-items: center;  z-index:1; opacity:0; }
#section2_1 .premium_wp.active { position:fixed; z-index:3; left:0; top:0; height:100vh; opacity:1; }
#section2_1 .premium_wp.active .inner { position:relative; width:1400px; margin:0 auto; z-index:1; display:flex; animation:ani2 1.5s cubic-bezier(.41,.01,0,1) 0.5s 1 forwards; opacity:0}
@keyframes ani2 {
		0% { opacity:0; }
		100% { opacity:1;}
}
#section2_1 .premium_wp.active .inner .prem_fea_l { width:50%; padding-right:45px; }
#section2_1 .premium_wp.active .inner .prem_fea_r { width:50%; padding-left:45px;}

#section2_1 .premium_wp.active .inner .prem_f { display:flex; }
#section2_1 .premium_wp.active .inner .prem_f.mt { margin-top:45px;}
#section2_1 .premium_wp.active .inner .prem_f .premf_discr { border-top:1px solid #000; margin-left:50px; padding-top:15px; width:310px;}
#section2_1 .premium_wp.active .inner .prem_f .premf_discr .tl { font-size:1.5em; font-weight:600; letter-spacing:-0.03em; word-break:keep-all;}
#section2_1 .premium_wp.active .inner .prem_f .premf_discr .tx { font-size:1.0em; font-weight:400; letter-spacing:-0.03em; margin-top:20px; word-break:keep-all;}
#section2_1 .premium_wp.active .inner .prem_f .premf_discr.ml { margin-left:0; margin-right:50px }

#section2_1 .premium_wp.active .pr_bg_wh { position:absolute; left:0; top:0; width:100%; height:100vh;  background:url(../images/bg_brand2_wh.jpg) no-repeat center bottom; background-size:cover; z-index:0; background-attachment: fixed; animation:ani1 1.5s cubic-bezier(.41,.01,0,1) 0s 1 forwards; opacity:0}
@keyframes ani1 {
		0% { opacity:1; width:0 }
		100% { opacity:1; width:100%;}
		
}

#section2_1 .brand_02.none { opacity:0 }


@media all and (max-width: 1600px) {
	#section2 .brand_01 .inner .txt_left { left:25%; }
	#section2 .brand_01 .inner .txt_right { position:absolute; right:4%; width:520px; padding-top:210px; }
	#section2 .brand_01 .inner .txt_right .exp_br .tl { font-size:1.2em; color:#fff; font-weight:500; letter-spacing:0.05em; font-family:'Montserrat'; padding-right:40px; } 
	#section2 .brand_01 .inner .txt_right .exp_br .txt { font-size:0.9em; color:rgba(255,255,255,.6); margin-top:2px; text-align:left; font-weight:300; line-height:1.6}
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value { width:200px; height:200px; border:1px solid rgba(255,255,255,.3); border-radius:50%; margin-right:-50px; display:flex; align-items: center; justify-content: center; flex-direction: column; text-align:center}
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k { font-weight:500; font-size:1.2em; color:#fff; letter-spacing:-0.05em }
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k br { display:block }
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_e { font-weight:100; font-size:0.95em; color:#fff; font-family:'Montserrat'; margin-top:10px; line-height:1.6; letter-spacing:0.05em}
	#section2_1 .brand_02 .inner .txt_left {  }

	
}

@media all and (max-width: 1450px) {

	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k { font-weight:500; font-size:1.0em; color:#fff; letter-spacing:-0.05em }
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_e { font-weight:100; font-size:0.9em; color:#fff; font-family:'Montserrat'; margin-top:10px; line-height:1.6; letter-spacing:0.05em}

	
}

@media all and (max-width: 1300px) {
	#section2 .brand_01 .inner .txt_left { left:23%; width:390px;}
	#section2_1 .brand_02 .inner .txt_left {  }
	#section2_1 .brand_02 .inner .txt_right { }
	
}



@media all and (max-width: 1001px) {
	#section2 { position:relative; margin:0 auto; height:auto !important; background:#222; z-index:2;}
	#section2 .fp-tableCell { height:auto !important}
	#section2 .brand_01 { position:relative; height:auto; display:flex; align-items: center; justify-content: flex-start; opacity:0;  z-index:1; transition: all 0.3s ease; transition-delay:0s;}
	#section2 .br_bg01 { position:absolute; left:0; top:0; width:100%; height:100%; background:none;  z-index:0;}
	#section2 .br_bg01 .bg { position: sticky !important; top:0; width:100%; height:100vh; background:url(../images/bg_brand1_new.jpg) no-repeat center center; background-size:cover; }
	#section2 .brand_01 .inner { position:relative; width:100%; height:auto; padding:120px 10%}
	#section2 .brand_01 .inner .txt_left { position:relative !important; left:auto ; width:100%;}
	#section2 .brand_01 .inner .txt_left p.t1 { font-size:1.2em; color:#fff;  font-family: 'Noto Serif KR', serif; font-weight:200; letter-spacing:0.05em; line-height:1.6} 
	#section2 .brand_01 .inner .txt_left p.t1 em { font-weight:400; font-size:1.1em }
	#section2 .brand_01 .inner .txt_left p.t2 { font-size:0.9em; color:rgba(255,255,255,.6); margin-top:20px; font-weight:300; line-height:1.9; letter-spacing:-0.03em; word-break:keep-all;} 
	#section2 .brand_01 .inner .txt_left p.t2 br { display:none }
	#section2 .brand_01 .inner .txt_left .br_logo { width:100%; height:250px; border-top:1px solid rgba(255,255,255,.1); border-bottom:1px solid rgba(255,255,255,.1); margin-top:40px; background:url(../images/br_logo.png) no-repeat center center; background-size:120px 101px;}
	#section2 .brand_01 .inner .txt_right { position:relative !important; right:auto; width:100%; padding-top:100px; }
	#section2 .brand_01 .inner .txt_right .exp_br { display:block; align-items: flex-start; justify-content: flex-start; }
	#section2 .brand_01 .inner .txt_right .exp_br .tl { font-size:1.1em; color:#fff; font-weight:600; letter-spacing:0.05em; font-family:'Montserrat'; padding-right:0; } 
	#section2 .brand_01 .inner .txt_right .exp_br .txt { font-size:0.9em; color:rgba(255,255,255,.6); margin-top:20px; text-align:left; font-weight:300; line-height:1.6; word-break:keep-all;} 
	#section2 .brand_01 .inner .txt_right .exp_br .txt br { display:none }
	#section2 .brand_01 .inner .txt_right .exp_br1 { position:relative; margin-top:42px;}
	#section2 .brand_01 .inner .txt_right .exp_br1 .tl { font-size:1.1em; color:#fff; font-weight:600; letter-spacing:0.05em; font-family:'Montserrat'; padding-right:0; } 
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value { display:flex; align-items: center; justify-content: flex-start; margin-top:30px; }
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value { width:120px; height:120px; border:1px solid rgba(255,255,255,.3); border-radius:50%; margin-right:-25px; display:flex; align-items: center; justify-content: center; flex-direction: column; text-align:center}
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k { font-weight:500; font-size:0.85em; color:#fff; letter-spacing:-0.05em; line-height:1.2}
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k br { display:block }
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_e { font-weight:200; font-size:0.70em; color:#fff; font-family:'Montserrat'; margin-top:8px; line-height:1.2; letter-spacing:0.05em}
	
	#section2_1 { position:relative; margin:0 auto; height:860px !important; background:#111; z-index:2 }
	#section2_1 .fp-tableCell { height:auto !important}
	#section2_1 .brand_02 { position:relative; width:100%; height:860px; display:flex; align-items: center; justify-content: flex-start;  opacity:0; z-index:1; transition: all 0.3s ease; transition-delay:0s;}
	#section2_1 .brand_02 .inner { position:relative; width:100%; height:660px !important; padding:120px 10% 70px 10%; }
	#section2_1 .brand_02 .inner .txt_left {   }
	#section2_1 .brand_02 .inner .txt_left p.t1 { font-size:1.9em; color:#fff; } 
	#section2_1 .brand_02 .inner .txt_left p.t2 { font-size:1.1em; color:rgba(255,255,255,.3); margin-top:-27px;} 
	#section2_1 .brand_02 .inner .txt_right { position:absolute; right:2% !important; width:260px; top:auto; text-align:center; font-family: 'Noto Serif KR', serif; margin-top:210px;}
	#section2_1 .brand_02 .inner .txt_right p.t1 { font-size:1.0em; color:#fff; letter-spacing:0.25em; font-weight:300} 
	#section2_1 .brand_02 .inner .txt_right p.t2 { font-size:1.7em; color:rgba(255,255,255,1); margin-top:2px; letter-spacing:0.25em}
	#section2_1 .br_bg02 { position:absolute; left:0; top:0; width:100%; height:860px; background:none; z-index:0;}
	#section2_1 .br_bg02 .bg { position: sticky !important; top:0; width:100%; height:100vh; background:url(../images/bg_brand2.jpg) no-repeat center center; background-size:cover; }
	
	#section2.active .brand_01 { opacity:1; transition: all 0.2s ease;}
	#section2_1.active .brand_02 {opacity:1; transition: all 0.2s ease;}

    
}


#section2_1_1 { position:relative; margin:0 auto; height:100vh !important; z-index:2; display:flex; align-items: center;}
#section2_1_1 .fp-tableCell { height:auto !important; display:flex; align-items: center; justify-content: center; flex-wrap:wrap;}
#section2_1_1 .premium_wp { position:relative; width:1400px; height:410px; display:flex; align-items: center;  opacity:1; z-index:1; transition: all 0.3s ease; padding-top:80px; opacity:0; }
#section2_1_1 .premium_wp .prem_fea_l { width:50%; padding-right:45px; }
#section2_1_1 .premium_wp .prem_fea_r { width:50%; padding-left:45px;}

#section2_1_1 .premium_wp .prem_f { display:flex; }
#section2_1_1 .premium_wp .prem_f.mt { margin-top:45px;}
#section2_1_1 .premium_wp .prem_f .premf_discr { border-top:1px solid #000; margin-left:50px; padding-top:15px; width:310px;}
#section2_1_1 .premium_wp .prem_f .premf_discr .tl { font-size:1.5em; font-weight:600; letter-spacing:-0.03em; word-break:keep-all;}
#section2_1_1 .premium_wp .prem_f .premf_discr .tx { font-size:1.0em; font-weight:400; letter-spacing:-0.03em; margin-top:20px; word-break:keep-all;}
#section2_1_1 .premium_wp .prem_f .premf_discr.ml { margin-left:0; margin-right:50px }

#section2_1_1 .pr_bg_wh { position:absolute; left:0; top:0; width:100%; height:100vh;  background:url(../images/bg_brand2_wh.jpg) no-repeat center bottom; background-size:cover; z-index:0; background-attachment: fixed;}


#section2_1_1.active .premium_wp { opacity:1; transition: all 0.4s ease;}
#section2_1_1.active .premium_wp .prem_fea_l { position:absolute; animation:sec2_pm01 2.0s cubic-bezier(.39,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec2_pm01 {
		0% { opacity:0; left:45px;  }
		100% { opacity:1; left:0; }
}
#section2_1_1.active .premium_wp .prem_fea_r { position:absolute; animation:sec2_pm02 2.0s cubic-bezier(.39,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec2_pm02 {
		0% { opacity:0; right:0; }
		100% { opacity:1; right:-45px}
}



#section2_1_2 { position:relative; margin:0 auto; height:100vh !important; z-index:3; display:flex; align-items: center;}
#section2_1_2 .fp-tableCell { height:auto !important; display:flex; align-items: center; justify-content: center; flex-wrap:wrap;}
#section2_1_2 .premium_pz_wp { position:relative; width:100%; height:660px; opacity:0; z-index:1; transition: all 0.3s ease; padding-top:150px; }

#section2_1_2 .premium_pz_wp .slide_ct_inner { position:absolute; right:0; width:1785px }
#section2_1_2 .premium_pz_wp .slide_ct_inner .nav_wp { position:relative; width:1650px; z-index:9999 }
#section2_1_2 .premium_pz_wp .slide_ct_inner .nav_wp .nav { position:absolute; right:0; top:-10px; }
#section2_1_2 .premium_pz_wp .slide_ct_inner .nav_wp .nav li { position:relative; font-family:'Libre Baskerville'; color:#000; font-size:1.5em; display:block; letter-spacing:0.03em; padding:8px 70px 8px 0; border-bottom:1px solid #000; cursor:pointer}
#section2_1_2 .premium_pz_wp .slide_ct_inner .nav_wp .nav li.on:after { position:absolute; right:1px; top:50%; width:12px; height:12px; border-radius:50%; margin:-6px 0 0 0; display:block; content:''; background:#000}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct { width:1350px !important}

#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx {
    position: relative;
    display: flex;
    align-items: flex-end;
}

#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .lt { position:relative; width:440px;}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .lt .tit { font-family:'Libre Baskerville'; color:#000; font-size:3.7em; font-weight:700}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .lt .s_txt { font-family: 'Noto Sans KR', serif; letter-spacing:-0.03em; font-weight:400; font-size:1.45em; line-height:1.3; margin-top:20px;}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .lt .s_txt em {
    display: block;
    font-size: 1.3em;
    font-weight: 500;

}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt { position:relative;  }
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty01 ul li { position:relative; font-size:1.0em; font-weight:400; margin:3px 0; padding-left:10px; font-family: 'Noto Sans KR', serif;}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty01 ul li:before { position:absolute; left:0; top:50%; width:4px; height:4px; border-radius:50%; margin:-2px 0 0 0; display:block; content:''; background:#000}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 { position:relative;  display:flex; width:870px; flex-wrap:wrap;}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box { position:relative; width:50%; }
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box:nth-of-type(3), 
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box:nth-of-type(4){ margin-top:12px; }
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box p { font-size:1.0em; font-weight:500 }
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box ul { margin-top:4px }
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box ul li { position:relative; font-size:0.90em; font-weight:400; margin:2px 0; padding-left:10px; font-family: 'Noto Sans KR', serif;}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box ul li:before { position:absolute; left:0; top:50%; width:4px; height:4px; border-radius:50%; margin:-2px 0 0 0; display:block; content:''; background:#000}

#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_pic { margin-top:55px; }

#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slick-dots li button { text-indent:-5000px; font-size:0; }
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slick-dots li button:before { display:block; content:'SPACE'; font-size:1.0em; }


#section2_1_2 .prpz_bg { position:absolute; left:0; top:0; width:100%; height:100%; background:#fff; background-size:cover; z-index:0; background-attachment: fixed;}
#section2_1_2 .prpz_bg .color_bg { position:absolute; left:0; bottom:0; width:100%; height:30%; background:#eee9d8 }

#section2_1_2.active .premium_pz_wp { opacity:1; transition: all 0.5s ease;}
#section2_1_2.active .premium_pz_wp .slide_ct_inner { animation:sec2_pm03 1.5s cubic-bezier(.39,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec2_pm03 {
		0% { opacity:0; top:220px;  }
		100% { opacity:1; top:150px; }
}

#section2_2 { position:relative; margin:0 auto; height:100vh !important; width:100%; background:#0c2137; z-index:2;}
#section2_2 .fp-tableCell { height:auto !important}
#section2_2 .overview { position:relative; background-color: #fff; width:100%; height:100%; z-index:1; transition: all 0.4s ease; opacity:0;}
#section2_2 .overview .inner { position:relative; width:100%; height:100%; display:flex; align-items: center;}
#section2_2 .overview .inner .overview_bg { width:100%; height:100vh; background:url(../images/bg_overview_new1.jpg) no-repeat right center #0c2137; background-size:cover; z-index:99; }
#section2_2 .overview .inner .ov_left { position:relative; width:0; display:flex; align-items: flex-start; justify-content: center; flex-direction: column; background:#eee9d8; opacity:0; z-index: 999;  transition: all 0.3s ease; height:100vh; padding:0 4%}
#section2_2 .overview .inner .txt_top { text-align:left; padding-top:85px }
#section2_2 .overview .inner .txt_top p.t1 { font-size:2.6em; color:#000; font-family: 'Noto Serif KR', serif; letter-spacing:-0.03em; font-weight:400} 
#section2_2 .overview .inner .txt_top p.t2 { font-size:1.4em; font-weight:300; color:#000; margin-top:5px; font-family: 'Noto Serif KR', serif; letter-spacing:-0.03em; line-height:1.25} 
#section2_2 .overview .inner .txt_top p.t2 em { display:block; color:rgba(0,0,0,.2); font-size:1.2em; transform:rotate(-45deg); margin:0 30px; font-weight:300}
#section2_2 .overview .inner .txt_bottom { text-align:left; margin-top:45px;}
#section2_2 .overview .inner .txt_bottom p.title { font-size:1.4em; color:#000; letter-spacing:-0.03em; font-weight:400} 
#section2_2 .overview .inner .txt_bottom .ov_box { margin-top:15px;}
#section2_2 .overview .inner .txt_bottom .ov_box ul { border-top:1px solid rgba(0,0,0,1); border-bottom:1px solid rgba(0,0,0,1); padding:10px 0 }
#section2_2 .overview .inner .txt_bottom .ov_box ul:nth-of-type(1) { }
#section2_2 .overview .inner .txt_bottom .ov_box ul li { position:relative; font-size:0.9em; font-weight:400; letter-spacing:-0.03em; font-family: 'Noto Sans KR', serif; color:#000; padding:5px 0 6px 72px; border-bottom:1px solid rgba(0,0,0,.1)}
#section2_2 .overview .inner .txt_bottom .ov_box ul li:nth-of-type(8) { border-bottom:1px solid rgba(0,0,0,0)}
#section2_2 .overview .inner .txt_bottom .ov_box ul li span { position:absolute; left:0; top:5px; font-weight:500 }
#section2_2 .ov_bg { position:absolute; left:0; top:0; width:100%; height:100vh; background:url(../images/bg_overview_new.jpg) no-repeat center center #0c2137; background-size:cover; background-attachment: fixed;}


#section2_2.active .overview { opacity:1; transition: all 0.4s ease;}

#section2_2.active .overview .inner .overview_bg { animation:sec2_2_1 1.5s cubic-bezier(.45,.01,0,1) 0.0s 1 forwards;} 
@keyframes sec2_2_1 {
		0% { opacity:1; width:100%;}
		100% { opacity:1; width:71%; }
}

#section2_2.active .overview .inner .ov_left  { opacity:0; animation:sec2_2_01 1.5s cubic-bezier(.38,.01,0,1) 1.0s 1 forwards;} 
@keyframes sec2_2_01 {
		0% { opacity:0; width:0;}
		100% { opacity:1; width:29%;}
}


#section2_2.active .overview .inner .ov_left .txt_top { opacity:0; animation:sec2_2_an001 1.7s cubic-bezier(.39,.01,0,1) 1.5s 1 forwards;} 
@keyframes sec2_2_an001 {
		0% { opacity:0; }
		100% { opacity:1; }
}

#section2_2.active .overview .inner .ov_left .txt_bottom { opacity:0; animation:sec2_2_an002 1.7s cubic-bezier(.39,.01,0,1) 1.5s 1 forwards;} 
@keyframes sec2_2_an002 {
		0% { opacity:0; }
		100% { opacity:1; }
}



#section2_3 { position:relative; margin:0 auto; height:100vh !important; background:#111; z-index:2 }
#section2_3 .fp-tableCell { height:auto !important}
#section2_3 .premium { position:relative; width:100%; height:610px; display:flex; align-items: center; justify-content: flex-start;  opacity:0; z-index:1; transition: all 0.2s ease; transition-delay:0.1s;}
#section2_3 .premium .inner { position:relative; width:100%; height:610px; padding-left:14.3%; display:flex; align-items: center; justify-content: flex-start; }
#section2_3 .premium .inner .top_txt { position:relative; text-align:left; font-family:'Libre Baskerville'; color:#fff; z-index:2; padding-left:7%;}
#section2_3 .premium .inner .top_txt .po_logo {}
#section2_3 .premium .inner .top_txt .po_logo img { width:inherit; height:22px; opacity:.3}
#section2_3 .premium .inner .top_txt .et01 { font-size:3.0em; margin-top:8px;}
#section2_3 .premium .inner .top_txt .et02 { position:relative; font-size:2.1em; margin-top:0; letter-spacing:0.05em; padding-right:100px;}
#section2_3 .premium .inner .top_txt .et02 em.a1 { font-size:0.7em; margin-right:18px }
#section2_3 .premium .inner .top_txt .prev_pic { position:relative; margin-top:150px; width:530px; }
#section2_3 .premium .inner .top_txt .prev_pic .slick-prev,
#section2_3 .premium .inner .top_txt .prev_pic .slick-next { display:none !important }
/*#section2_3 .premium .inner .top_txt .et02:after { display:block; position:absolute; right:55px; bottom:-11px; content:'.'; font-size:1.8em; }*/
#section2_3 .premium .inner .top_txt .poz_cir { position:absolute; right:132px; top:200px; width:114px; height:114px; background:url(../images/poz_cir.png) no-repeat center center; }

#section2_3 .premium .inner .top_txt .poz_cir .rt_txt { position:absolute; left:50%; top:50%; margin:-57px 0 0 -57px; width:114px; height:114px; animation: 8s linear infinite rotate; transform: rotate(0deg)}
@keyframes rotate {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}


}



.circle {

            position: absolute;

            top: 0; 

            left: 0; 

            width: 150px; 

            height: 150px; 

            border-radius: 50%; 

            transform: translate(-50%, -50%);
			transition: all 0.6s cubic-bezier(.46,.01,0,1); transition-delay:0.00001s;
}
		
		
#section2_3 .premium .inner .section_wp { position:relative; display:flex; align-items: flex-start; justify-content: flex-start; width:760px; height:auto; z-index:1; flex-direction: column; }
#section2_3 .premium .inner .section_wp .sec_area { position:relative; width:100%;}
#section2_3 .premium .inner .section_wp .sec_area .prem_box { position:relative; padding-bottom:0; text-align:center; display:flex; align-items: center; justify-content: flex-start; border-bottom:1px solid rgba(255,255,255,.1); padding:32px 0;}
#section2_3 .premium .inner .section_wp .sec_area:nth-of-type(1) .prem_box { padding:0 0 32px 0 }
#section2_3 .premium .inner .section_wp .sec_area:nth-of-type(4) .prem_box { padding:32px 0 0 0; border-bottom:none}
#section2_3 .premium .inner .section_wp .sec_area .prem_box .num { color:#fff; font-size:2.6em; width:140px; }
#section2_3 .premium .inner .section_wp .sec_area .prem_box .num .tl { color:#fff; font-size:0.38em; letter-spacing:0.05em; font-weight:300 }
#section2_3 .premium .inner .section_wp .sec_area .prem_box .prem_txt { position:relative; color:rgba(255,255,255,1); font-size:1.15em; padding-left:30px; text-align:left;}
#section2_3 .premium .inner .section_wp .sec_area .prem_box .prem_txt:before { position:absolute; left:10px; top:50%;  display:block; width:30px; height:30px; content:'|'; font-size:0.8em; font-weight:100; color:rgba(255,255,255,.4); transform:rotate(-45deg); margin:-20px 0 0 -10px;}
#section2_3 .premium .inner .section_wp .sec_area .prem_box .prem_t_list { position:relative; margin-left:auto; width:390px; }
#section2_3 .premium .inner .section_wp .sec_area .prem_box .prem_t_list li { position:relative; font-size:0.9em; color:rgba(255,255,255,.7); font-weight:300; text-align:left; margin:2px 0; font-family:'Noto Sans KR'; }
#section2_3 .premium_bg { position:absolute; left:0; top:0; width:100%; height:100vh; background:#004962; background-size:cover; z-index:0; background-attachment: fixed;}

#section2_3.active .premium {opacity:1; transition: all 0.2s ease;}

#section2_3.active .premium .inner .top_txt { opacity:0; animation:sec2_3_an001 1.7s cubic-bezier(.35,.01,0,1) 0.7s 1 forwards;} 
@keyframes sec2_3_an001 {
		0% { opacity:0; left:80px}
		100% { opacity:1; left:0}
}

#section2_3.active .premium .inner .top_txt .prev_pic .pic1 {opacity:0; animation:sec2_3_an_pic1 3s cubic-bezier(.35,.01,0,1) 2s infinite forwards; }
@keyframes sec2_3_an_pic1 {
		0% { opacity:0; }
		20% { opacity:1;}
		80% { opacity:1;}
		100% { opacity:0; }
}

#section2_3.active .premium .inner .section_wp  { opacity:0; animation:sec2_3_an002 1.7s cubic-bezier(.39,.01,0,1) 0.7s 1 forwards;} 
@keyframes sec2_3_an002 {
		0% { opacity:0; right:80px}
		100% { opacity:1; right:0}
}


#section3 { position:relative; height:1950px !important; background:#eee9d8; display:flex; align-items: flex-start; justify-content: center; z-index:2; background-attachment: fixed;}
#section3 .fp-tableCell { height:auto !important; display:flex; align-items: flex-start;; justify-content: center;}
#section3 .inner01 { position:relative; width:1560px; height:auto; display:flex; align-items: flex-start; opacity:0; transition: all 0.2s ease; transition-delay:0.2s; z-index:2; padding-top:250px;}
#section3 .inner01 .left_ct { position:relative; width:50%; text-align:center}
/*#section3 .bp_modal { position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.5); z-index:9999; display:none }
#section3 .bp_modal.active { display:block; animation:sec3_modal 1.0s ease 0.2s 1 forwards; opacity:0;}
@keyframes sec3_modal {
		0% { opacity:0;   }
		100% { opacity:1; }
}
#section3 .bp_modal.active .bp_pic { position:absolute; left:50%; top:50%; width:582px; height:844px; margin:-422px 0 0 -291px; animation:sec3_modal1 1.0s cubic-bezier(.51,.01,0,1) 0.5s 1 forwards; opacity:0;}
@keyframes sec3_modal1 {
		0% { opacity:0; margin:-372px 0 0 -291px   }
		100% { opacity:1; margin:-422px 0 0 -291px}
}
#section3 .bp_modal .bp_pic .close_bp { position:absolute; left:50%; bottom:-20px; width:40px; height:40px; background:url(../images/bt-close.png) no-repeat center center; background-size:cover; cursor:pointer; z-index:999 }*/
#section3 .inner01 .left_ct .fen_pic { position:relative; opacity:0; padding-top:80px; transition: all 0.2s ease;}
#section3 .inner01 .left_ct .fen_pic.active { opacity:1; transition: all 0.7s ease; padding-top:0;}
#section3 .inner01 .left_ct .fen_pic #circle {
  width: 20px;
  height: 20px;
  background-color: red;
  opacity:.4;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin:-10px 0 0 -10px;
}
#section3 .inner01 .left_ct .fen_pic em { margin-top:15px; font-size:1.1em; font-weight:400; color:#000; text-align:center; display:block; font-family:'Noto Sans KR'; }
#section3 .inner01 .left_ct .fen_txt { margin-top:40px; text-align:center; font-size:1.05em; font-weight:400; line-height:1.9; color:#000; }
#section3 .inner01 .left_ct .fen_txt1 { margin-top:50px; background:url(../images/ic-po.png) no-repeat center top; background-size:51px 11px; padding-top:60px; text-align:center; font-size:0.9em; font-weight:400; line-height:1.8; color:#7b7b7b; font-family:'Noto Sans KR', serif;}
#section3 .inner01 .left_ct .fen_txt1 em { font-weight:500; color:#111; }
#section3 .inner01 .left_ct .fen_pic01 { margin-top:350px; opacity:0; transition: all 0.2s ease;}
#section3 .inner01 .left_ct .fen_pic01.active { opacity:1; transition: all 0.7s ease; margin-top:250px;}
#section3 .inner01 .left_ct .fen_txt2 { margin-top:30px; text-align:center; font-size:1.05em; font-weight:400; line-height:1.9; color:#000; font-family:'Noto Sans KR'; line-height:1.5}
#section3 .inner01 .right_ct { position:relative; width:50%; height:100vh}
#section3 .inner_bg { position:absolute; left:0; top:0; width:100%; height:100%; z-index:0; opacity:0; transition: all 1.5s ease;}
#section3 .inner_bg .bg { 
  position: sticky !important;
  top: 0;
  width: 100%;
  height: 100vh;
  background:url(../images/myeong_bg.jpg) no-repeat right center;}
#section3 .inner_bg.active { opacity:1; transition: all 1.5s ease; transition-delay:0.2s; }
#section3 .inner01 .right_ct .fen_pic1 { margin-left:60px;}
#section3 .inner01 .right_ct .fen_txt1 { margin-top:80px; text-align:center; font-size:1.2em; font-weight:400; line-height:1.6; font-family: 'Noto Serif KR', serif;}
#section3 .inner01 .right_ct .fen_txt1 em { font-weight:700; font-size:1.5em; letter-spacing:-0.03em; margin-top:10px; }
#section3 .inner01 .right_ct .fen_line { position:absolute; right:50.1%; bottom:-480px; width:1px; height:400px; background:rgba(0,0,0,.1); }
#section3 .inner01 .right_ct .fen_line .cir { width:11px; height:11px; background:#c2b1a7; position:absolute; left:-5px; top:250px; border-radius:50%}

#section3_1 { position:relative; height:1100px !important; background:#eee9d8; display:flex; align-items: center; justify-content: flex-start; z-index:2; background-attachment: fixed;}
#section3_1 .fp-tableCell { height:auto !important}
#section3_1 .inner02 { position:relative; height:647px;text-align:center; padding:150px 12% 0 12%; display:flex; align-items: flex-start; justify-content: flex-start; flex-wrap:wrap; opacity:0; transition: all 0.2s ease; transition-delay:0.2s;}
#section3_1 .inner02 .fen_line { position:absolute; right:28.7%; top:-175px; width:1px; height:210px; background:rgba(0,0,0,.1); }
#section3_1 .inner02 .fen_line .cir { width:11px; height:11px; background:#c2b1a7; position:absolute; left:-5px; top:150px; border-radius:50%}
#section3_1 .inner02 .fen_left { width:auto; text-align:left;}
#section3_1 .inner02 .fen_left .fen_loc_title .fen_loc_tl {font-size:3.6em; line-height:1.2; font-family:'Libre Baskerville';}
#section3_1 .inner02 .fen_left .fen_loc_title .fen_loc_tl_s {font-size:1.6em; line-height:1.2; font-family:'Noto Serif KR', serif; color:rgba(0,0,0,.9); margin-top:12px}

#section3_1 .inner02 .fen_right { width:auto; text-align:right; padding:80px 0 0 0; margin-left:auto; margin-right:0;}
#section3_1 .inner02 .fen_right .fen_loc_txt { position:relative; text-align:right; font-family:'Noto Sans KR', serif; line-height:1.9; font-weight:300}
#section3_1 .inner02 .fen_right .fen_loc_txt em { font-weight:500 }


#section3_1 .inner02 .fen_pic_loc {display:flex; align-items: flex-end; justify-content: space-between; margin-top:-40px;}
#section3_1 .inner02 .fen_pic_loc img {  transition: all 0.2s ease; width:auto }
#section3_1 .inner02 .fen_pic_loc img.img01 { width:33%;  }
#section3_1 .inner02 .fen_pic_loc img.img02 { width:57%; padding-right:100px;}


#section3.active .inner01 { opacity:1; transition: all 0.2s ease; }





#section3_1.active .inner02 { opacity:1; transition: all 0.3s ease; }

#section3_1.active .inner02 .fen_line { height:0; background:rgba(0,0,0,1);  animation:sec3_an17 2.1s cubic-bezier(.51,.01,0,1) 0s 1 forwards; opacity:0;  z-index:9}
@keyframes sec3_an17 {
		0% { opacity:0; height:0; background:rgba(0,0,0,1);}
		100% { opacity:1; height:210px; background:rgba(0,0,0,.1);}
}

#section3_1.active .inner02 .fen_line .cir { top:90px; animation:sec3_an18 2.2s cubic-bezier(.51,.01,0,1) 0.2s 1 forwards; opacity:0;}
@keyframes sec3_an18 {
		0% { opacity:0; top:0px;}
		10% { opacity:1; top:10px;}
		100% { opacity:1; top:150px;}
}

#section3_1.active .inner02 .fen_left { width:auto%; animation:sec3_an19 1.0s ease 0.5s 1 forwards;  opacity:0;}
@keyframes sec3_an19 {
		0% { opacity:0; margin-left:50px; }
		100% { opacity:1; margin-left:0; }
}


#section3_1.active .inner02 .fen_right { animation:sec3_an20 1.0s ease 0.5s 1 forwards; opacity:0;}
@keyframes sec3_an20 {
		0% { opacity:0; margin-right:50px; }
		100% { opacity:1; margin-right:0; }
}

#section3_1.active .inner02 .fen_pic_loc {  animation:sec3_an_img1 1.1s ease 0.8s 1 forwards;  opacity:0;}
@keyframes sec3_an_img1 {
		0% { opacity:0; transform: scale(0.6); }
		100% { opacity:1; transform: scale(1.0);}
} 

/*
#section3_1.active .inner02 .fen_pic_loc { animation:sec3_an21 1.8s cubic-bezier(.39,.01,0,1) 0.0s 1 forwards; opacity:0;}
@keyframes sec3_an21 {
		0% { opacity:0; transform: scale(0.2); }
		100% { opacity:1; transform: scale(1.0);}
}
*/
@media all and (max-width: 1800px) {
	#section3_1 .inner02 .fen_right { margin-right:-30px;}
}

@media all and (max-width: 1700px) {

	#section3_1.active .inner02 .fen_loc_title {}

	#section3_1.active .inner02 .fen_line { right:25.7%; }
	
}

@media all and (max-width: 1600px) {
	#section3 .inner01 {padding:0 5% 0 23%;}
    #section3 .inner01 .right_ct { padding:110px 11% 0 11%;}
	#section3_1 .inner02 {padding:0 5% 0 23%; }

	#section3_1 .inner02 .fen_line { right:22.7%; }
		
}
@media all and (max-width: 1450px) {
    #section3 .inner01 {padding:0 3% 0 23%;}
    #section3 .inner01 .right_ct { padding:110px 2% 0 2%;}
	#section3 .inner01 .right_ct .fen_pic1 img { width:200px}
	#section3_1 .inner02 .fen_line { right:19.3%; }
	
	
}

@media all and (max-width: 1400px) {

	#section3_1 .inner02 .fen_line { right:19.3%; }
}

@media all and (max-width: 1300px) {
	#section3 { height:auto !important; overflow-x:hidden}
	#section3_1 { overflow-x:hidden}
	#section3 .inner01 .right_ct { width:auto; padding:110px 0 0 0;}
	#section3.active .inner01 .right_ct { width:200px; padding:110px 0 0 0;}
	#section3 .inner01 .right_ct .fen_pic1 { margin-left:20px;}
	#section3.active .inner01 .right_ct .fen_pic1 { margin-left:20px;}


	#section3_1 .inner02 .fen_line { right:19.0%; top:-296px;}
	
}

@media all and (max-width: 1250px) {
#section3_1 .inner02 .fen_loc_txt { position:relative; text-align:left; font-size:0.9em; line-height:1.6; padding-top:20px;}
#section3_1 .inner02 .fen_pic_loc { top:320px;}
}




@media all and (max-width:1001px) {
	
#section3 { position:relative; height:auto !important; background:#f4f2e8; z-index:2}
#section3 .fp-tableCell { height:auto !important; width:100%;}
#section3 > * { animation:none }
#section3 .inner01 { position:relative; width:auto; height:auto !important; display:block; opacity:0; transition: all 0.3s ease; transition-delay:0s; padding:120px 10% 0 10%}
#section3.active .inner01 .left_ct { position:relative; left:0 !important; top:auto !important; width:100%;}
#section3 .inner01 .left_ct .fen_pic { width:100% }
#section3 .inner01 .left_ct .fen_pic img { width:100% }
#section3 .inner01 .left_ct .fen_pic em { margin-top:15px; font-size:0.9em; font-weight:400; color:#000; text-align:center; display:block; font-family:'Noto Sans KR'; }
#section3 .inner01 .left_ct .fen_txt { margin-top:20px; text-align:center; font-size:1.0em; font-weight:400; line-height:1.7; word-break:keep-all; }
#section3 .inner01 .right_ct { position:relative; right:auto; top:auto; width:100%;}
#section3 .inner01 .right_ct .fen_txt1 { margin-top:80px; text-align:center; font-size:1.4em; font-weight:400; line-height:1.6; font-family: 'Noto Serif KR', serif;}
#section3 .inner01 .right_ct .fen_txt1 em { font-weight:700; font-size:1.05em }
#section3 .inner01 .right_ct .fen_pic1 { margin-top:50px !important; text-align:center}
#section3 .inner01 .right_ct .fen_pic1 img  { width:250px;}
#section3_1 { height:auto !important; overflow:visible }
#section3_1 .fp-tableCell { height:auto !important}
#section3_1 .inner02 { position:relative; display:block; width:100%; height:auto;text-align:center; padding-bottom:100px; padding-top:0; }
#section3_1 .inner02 .fen_line { position:absolute; right:49.9% !important; top:-80px; width:1px; height:205px !important; background:rgba(0,0,0,.1); z-index:99}
#section3_1.active .inner02 .fen_line .cir { top:90px; animation:sec3_an18_mo 1.9s cubic-bezier(.51,.01,0,1) 0.2s 1 forwards; opacity:0;}
@keyframes sec3_an18_mo {
		0% { opacity:0; top:0px;}
		100% { opacity:1; top:195px;}
}



#section3_1 .inner02 .fen_loc_title { position:relative !important; width:100% !important; left:auto !important; text-align:center }
#section3_1 .inner02 .fen_loc_title .fen_loc_tl {font-size:2.3em; line-height:1.2; font-family:'Libre Baskerville';}
#section3_1 .inner02 .fen_loc_title .fen_loc_tl_s {font-size:0.9em; line-height:1.2; font-family:'Libre Baskerville'; color:rgba(0,0,0,.3); margin-top:10px}
#section3_1 .inner02 .fen_pic_loc { position:relative !important; left:auto !important; top:auto !important; margin-top:50px; }
}



#section4 { position:relative; height:100vh !important; background:#000; display:flex; align-items: center; justify-content: flex-start; z-index:2; background-attachment: fixed;}
#section4 .fp-tableCell { height:auto !important}
#section4 .inner { position:relative; width:100%; height:535px; opacity:0; transition: all 0.3s ease; transition-delay:0.2s;}
#section4 .inner .left_ct { position:absolute; left:25%; width:650px; border-right:1px solid rgba(255,255,255,.1); height:535px; display:flex; align-items: flex-end; justify-content: flex-start;}
#section4 .inner .right_ct { position:absolute; right:13%; width:530px; height:535px; }
#section4 .inner .right_ct .contact_tl { text-align:right }
#section4 .inner .right_ct .contact_tl p img { opacity:.5 }
#section4 .inner .right_ct .contact_tl .txt { color:#fff; font-size:3.5em; margin-top:20px; }
#section4 .inner .right_ct .contact_info { position:absolute; left:120px; bottom:0; }
#section4 .inner .right_ct .contact_info .tl { font-size:1.5em; font-weight:500; color:#fff }
#section4 .inner .right_ct .contact_info .tx_add { font-size:1.12em; font-weight:300; color:rgba(255,255,255,.7); margin-top:10px; font-family:'Noto Sans KR'; }
#section4 .inner .right_ct .contact_info .go_map { margin-top:40px; }
#section4 .inner .right_ct .contact_info .go_map li { margin:20px 0; padding-left:35px; }
#section4 .inner .right_ct .contact_info .go_map li a { position:relative; display:inline-block; color:#fff; font-size:1.3em; font-weight:400; padding-bottom:3px; border-bottom:1px solid rgba(255,255,255,.3) }
#section4 .inner .right_ct .contact_info .go_map li a.naver:before { position:absolute; left:-36px; top:3px; width:20px; height:28px; background:url(../images/spot_n.png) no-repeat center center; display:block; content:''; }
#section4 .inner .right_ct .contact_info .go_map li a.kakao:before { position:absolute; left:-36px; top:3px; width:22px; height:29px; background:url(../images/spot_k.png) no-repeat center center; display:block; content:''; }
#section4 .inner .right_ct .contact_info .go_map li a.naver:hover:before { background:url(../images/spot_n_ov.png) no-repeat center center; display:block; content:''; }
#section4 .inner .right_ct .contact_info .go_map li a.kakao:hover:before { background:url(../images/spot_k_ov.png) no-repeat center center; display:block; content:''; }

#section4.active .inner { position:relative; width:100%; height:535px; opacity:1; transition: all 0.2s ease;}
#section4.active .inner .left_ct { position:absolute; animation:sec4_an1 1.6s cubic-bezier(.51,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec4_an1 {
		0% { opacity:0; padding-left:90px; }
		100% { opacity:1;  padding-left:0;}
}

#section4.active .inner .right_ct { animation:sec4_an2 1.6s cubic-bezier(.51,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec4_an2 {
		0% { opacity:0; padding-right:90px; }
		100% { opacity:1;  padding-right:0;}
}
.gallery_tel {
    font-family: 'Noto Sans KR';
    color: #fff !important;
    font-size: 2em !important;
    position: relative;
    top: 10px;
}


@media all and (max-width:1800px) {
#section4 .inner .left_ct { width:650px;}
#section4 .inner .right_ct { right:10%; width:470px; }
	
}

@media all and (max-width:1700px) {
#section4 .inner .left_ct { width:620px; left:25%;}
#section4 .inner .right_ct { right:10%; width:470px; }
	
}

@media all and (max-width:1600px) {
#section4 .inner .left_ct { width:590px;}
#section4 .inner .right_ct { right:13%; width:450px; }
	
}

@media all and (max-width:1500px) {
#section4 .inner .right_ct { right:8%; width:350px; }
#section4 .inner .right_ct .contact_tl .txt { color:#fff; font-size:3.0em; margin-top:30px; }
#section4 .inner .right_ct .contact_info { left:40px; bottom:0; }
	
}

@media all and (max-width:1400px) {
#section4 .inner .right_ct { right:7%; width:330px; }
#section4 .inner .right_ct .contact_tl .txt { color:#fff; font-size:2.2em; margin-top:20px; }
#section4 .inner .right_ct .contact_info { left:50px; bottom:0; }
	
}

@media all and (max-width:1300px) {
	#section4 .inner { height:455px; }
#section4 .inner .left_ct { width:530px; height:455px;}
#section4 .inner .left_ct img { width:85% }	
#section4 .inner .right_ct { height:455px;}
}
@media all and (max-width:1200px) {
	#section4 { position:relative; height:860px !important;}
	#section4 .inner { height:390px; }
#section4 .inner .left_ct { width:450px; height:390px;}
#section4 .inner .left_ct img { width:85% }	
#section4 .inner .right_ct { height:390px;}
#section4 .inner .right_ct .contact_info .tl { font-size:1.2em; font-weight:500; color:#fff }
#section4 .inner .right_ct .contact_info .tx_add { font-size:0.95em; }
#section4 .inner .right_ct .contact_info .go_map { margin-top:30px; }
#section4 .inner .right_ct .contact_info .go_map li { margin:15px 0; padding-left:30px; }
#section4 .inner .right_ct .contact_info .go_map li a { position:relative; display:inline-block; color:#fff; font-size:0.95em; font-weight:500; padding-bottom:3px; border-bottom:1px solid rgba(255,255,255,.3) }

}

@media all and (max-width:1001px) {
	
	#section4 { position:relative; height:auto !important; background:#004962; display:block; padding:100px 10%; z-index:2; overflow-x:hidden}

#section4 .inner { position:relative; width:100%; height:auto !important; opacity:0; transition: all 0.3s ease; transition-delay:0s;}
#section4 .inner .left_ct { position:relative !important; left:auto; width:100%; border-bottom:1px solid rgba(255,255,255,.1); height:auto; border-right:none; padding-bottom:60px;}
#section4 .inner .left_ct img { width:100% }
#section4 .inner .right_ct { position:relative !important; right:auto; width:100%; height:auto !important; padding-top:60px; }
#section4 .inner .right_ct .contact_tl { text-align:right }
#section4 .inner .right_ct .contact_tl img { height:15px;}
#section4 .inner .right_ct .contact_tl .txt { color:#fff; font-size:2.0em; margin-top:10px; }
#section4 .inner .right_ct .contact_info { position:relative; left:auto; bottom:auto; margin-top:80px; }
#section4 .inner .right_ct .contact_info .tl { font-size:1.2em; font-weight:500; color:#fff }
#section4 .inner .right_ct .contact_info .tx_add { font-size:0.95em; font-weight:300; color:rgba(255,255,255,.6); margin-top:10px; font-family:'Noto Sans KR'; }
#section4 .inner .right_ct .contact_info .go_map { margin-top:40px; }
#section4 .inner .right_ct .contact_info .go_map li { margin:20px 0; padding-left:30px; }
#section4 .inner .right_ct .contact_info .go_map li a { position:relative; display:inline-block; color:#fff; font-size:0.9em; font-weight:500; padding-bottom:3px; border-bottom:1px solid rgba(255,255,255,.3) }
#section4 .inner .right_ct .contact_info .go_map li a.naver:before { position:absolute; left:-30px; top:0; width:20px; height:28px; background:url(../images/spot_n.png) no-repeat center center; display:block; content:''; }
#section4 .inner .right_ct .contact_info .go_map li a.kakao:before { position:absolute; left:-30px; top:0; width:22px; height:29px; background:url(../images/spot_k.png) no-repeat center center; display:block; content:''; }
#section4 .inner .right_ct .contact_info .go_map li a.naver:hover:before { background:url(../images/spot_n_ov.png) no-repeat center center; display:block; content:''; }
#section4 .inner .right_ct .contact_info .go_map li a.kakao:hover:before { background:url(../images/spot_k_ov.png) no-repeat center center; display:block; content:''; }

#section4.active .inner { position:relative; width:100%; height:535px; opacity:1; transition: all 0.2s ease;}
#section4.active .inner .left_ct { position:absolute; animation:sec4_an1 1.6s cubic-bezier(.51,.01,0,1) 0.5s 1 forwards; opacity:0}

}

#section5 { position:relative; height:100vh !important; background:url(../images/bg_register_new.jpg) no-repeat center center #004962; background-size:cover; border-top:1px solid rgba(255,255,255,.1) ; z-index:2; background-attachment: fixed;}
#section5 .fp-tableCell { height:auto !important}
#section5 .inner { position:relative; width:100%; height:680px;  opacity:0; transition: all 0.2s ease; transition-delay:0.0s; padding-top:40px;}
#section5 .inner .regist_tl { position:absolute; top: 15%; left:18%; width:330px; }
#section5 .inner .regist_tl { text-align:left }
#section5 .inner .regist_tl .txt_k { color:rgba(255,255,255,.4); font-size:1.5em; }
#section5 .inner .regist_tl .txt_e { color:#fff; font-size:3.5em; margin-top:20px; }
#section5 .inner .regist_input { position:absolute; right:12%; top: 12%; width:810px; margin-left:auto }

#section5.active .inner { opacity:1; transition: all 0.2s ease;}
#section5.active .inner .regist_tl { animation:sec5_an1 1.3s cubic-bezier(.51,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec5_an1 {
		0% { opacity:0; padding-left:90px; }
		100% { opacity:1;  padding-left:0;}
}

#section5.active .inner .regist_input { animation:sec5_an2 1.3s cubic-bezier(.51,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec5_an2 {
		0% { opacity:0; padding-right:90px; }
		100% { opacity:1;  padding-right:0;}
}



@media all and (max-width:1700px) {
	#section5 .inner .regist_tl {left:20%;  }
	#section5 .inner .regist_input { right:6.9%; }
	
}

@media all and (max-width:1600px) {

	#section5 .inner .regist_tl {left:18%;  }
	#section5 .inner .regist_input { right:5%; }
	#section5 .inner .regist_tl .txt_k { color:rgba(255,255,255,.3); font-size:1.3em; }
	#section5 .inner .regist_tl .txt_e { color:#fff; font-size:3.0em; margin-top:17px; }
	
}

@media all and (max-width:1500px) {

	#section5 .inner .regist_tl {left:13%;  }
	#section5 .inner .regist_input { right:5%; }
	#section5 .inner .regist_tl .txt_k { color:rgba(255,255,255,.3); font-size:1.0em; }
	#section5 .inner .regist_tl .txt_e { color:#fff; font-size:2.0em; margin-top:10px; }
	
}

@media all and (max-width:1400px) {
	#section5 { position:relative; height:957px !important; background:url(../images/bg_register.jpg) no-repeat center center #004a61; background-size:cover; border-top:1px solid rgba(255,255,255,.1) ; z-index:2; overflow-x:hidden}
	#section5 .fp-tableCell { height:auto !important}
	#section5 .inner { position:relative; width:100%; height:957px; }

	#section5 .inner .regist_tl {left:auto; right:5%; top:65px; }
	#section5 .inner .regist_input { right:5%; top:160px; }
	#section5 .inner .regist_tl .txt_k { color:rgba(255,255,255,.3); font-size:1.0em; }
	#section5 .inner .regist_tl .txt_e { color:#fff; font-size:2.2em; margin-top:7px; }
	
}


.block-line { display:flex; align-items: flex-start; justify-content: flex-start; width:100%; }
.set-block {
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px 0;
    min-height: 40px;
	max-width: 100%;
	width:100%;
	margin-bottom:10px;
	background:#fff;
	font-size:0.95em; color:#888;
	font-weight:400;
	border:1px solid #aaa;
}
.mr20 { margin-right:20px; }
.set-block > label {
    display: block;
    flex-shrink: 0;
    color: #000;
    font-size: 0.85em;
	font-weight:200;
    padding: 0 15px 0 15px;
	margin-right:10px;
	width:50px;
	border-right:1px solid #c9c9c9;
    font-weight: 500;
	letter-spacing:-0.03em;
}

.set-field-input.wid01 {
    width: 280px;
}
.set-field-input.wid02 {
    width: 180px;
}
.set-field-input.wid03 {
    width: 80px;
}
.set-field-select { padding:8px 10px; font-size:0.95em; border:none;}
.set-field-input {
    height: 20px;
    padding: 8px 10px 7px 10px;
    font-size: 0.95em;
	border:none;
    border-radius: 0;
    transition: border .1s ease;
}
.set-field-input::placeholder { color:#a8adbd; font-weight:400; font-size:0.95em; font-family:'Noto Sans KR'; line-height:1.0}
.set-field-input::-webkit-input-placeholder { color:#a8adbd; font-weight:400; font-size:0.95em; }
.set-field-input::-ms-input-placeholder { color:#a8adbd; font-weight:400; font-size:0.95em; }
.set-field-input.ml15 { margin-left:15px }

.radio-field {
    display: flex;
    align-items: center;
    padding: 8px 0;
	margin-right:12px;
}
.radio-color {
    width: 18px;
    height: 18px;
    border: 1px solid #bababa;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-position: 50%;
    transition: background .2s ease;
	margin-top:-1px;
}
.radio-color + label {
    font-size: 0.95em;
    margin:-4px 0 0 2px;
	color:#222;
	font-family:'Noto Sans KR';
}
.ml20 {
    margin-left: 20px;
}
.radio-color:checked {
  background: #222 url('../images/ico-radio.svg') 50% no-repeat;
  border-color: #222;
}

.radio-color:checked + label {
	color:#000;
	font-weight:600;
}

.ag_terms { position:relative; background:#fff; padding:20px 20px; height:115px; overflow-y:scroll; border:1px solid #d9d9d9 }
.ag_terms h3 { color:#222; font-weight:500; font-size:1.05em; letter-spacing:-0.03em }
.ag_terms h3.mt { margin-top:20px }
.ag_terms .txt { color:#666; font-weight:400; font-size:0.85em; letter-spacing:-0.03em; margin-top:12px; }
.ag_terms h4 { color:#222; font-weight:500; font-size:0.95em; letter-spacing:-0.03em; margin-top:20px;}
.ag_terms .s_txt { color:#666; font-weight:400; font-size:0.85em; letter-spacing:-0.03em; margin-top:7px; }
.ag_terms .li_tx { margin-top:5px }
.ag_terms .li_tx li { position:relative; padding-left:10px; color:#666; font-weight:400; font-size:0.85em; letter-spacing:-0.03em; margin-top:3px; }
.ag_terms .li_tx li:before { content:'-'; display:block; position:absolute; left:0; top:2px; }
.ag_terms .li_tx1 { margin-top:5px }
.ag_terms .li_tx1 li { position:relative; padding-left:0; color:#666; font-weight:400; font-size:0.85em; letter-spacing:-0.03em; margin-top:3px; }

.ag_wp { padding:15px 0 0 0;}
.agree_check { position:relative; margin-top:7px; font-size:0.85em; color:rgba(0,0,0,.8); letter-spacing:-0.05em; display: flex; justify-content:flex-end; align-items: center; padding:0 20px  }
.agree_check em { margin-right:auto}
.agree_check .checks {position: relative; display:inline-block; vertical-align:middle; margin-left:50px;}
.agree_check .checks.ml30 { margin-left:30px }
.agree_check .checks input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.agree_check .checks input[type="radio"] + label { display: inline-block; vertical-align:middle; position: relative; padding-left:28px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; margin-top:-3px; }
.agree_check .checks input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; text-align: center; background:none; border: 1px solid rgba(0,0,0,.3); border-radius: 100%; box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); }
.agree_check .checks input[type="radio"] + label:after { content: ''; position: absolute; top: 8px; left: 7px; width: 6px; height: 6px; background:rgba(0,0,0,.3); border-radius: 100%; }
.agree_check .checks input[type="radio"] + label:active:before, .checks input[type="radio"]:checked + label:active:before { }
.agree_check .checks input[type="radio"]:checked + label { color:#000; }
.agree_check .checks input[type="radio"]:checked + label:before { background:none; border-color: #000; }
.agree_check .checks input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 8px; left: 7px; width: 6px; height: 6px; background: #000; border-radius: 100%; }
.btn_alc { position:relative; text-align:center; margin-top:25px }
a.submit { display:inline-block; padding:13px 50px; background:#222; color:#fff !important; font-weight:400 !important; letter-spacing:-0.04em !important; font-size:1.0em !important }
a.submit:hover { font-weight:600 !important; background:#000;}

@media all and (max-width:1001px) {
	
#section5 { position:relative; height:auto !important; background:url(../images/bg_register.jpg) no-repeat center center #004a61; background-size:cover; border-top:1px solid rgba(255,255,255,.1) ; z-index:2}
#section5 .fp-tableCell { height:auto !important}
#section5 .inner { position:relative; width:auto !important; height:auto;  opacity:0; transition: all 0.2s ease; transition-delay:0s; padding:100px 5%;}
#section5.active .inner .regist_tl { position:relative; left:inherit; top:inherit; right:inherit; width:100% !important; animation:sec5_an1_mo 1.6s cubic-bezier(.51,.01,0,1) 0.5s 1 forwards; opacity:0}
@keyframes sec5_an1_mo {
		0% { opacity:0; }
		100% { opacity:1; }
}
#section5 .inner .regist_tl { text-align:right }
#section5 .inner .regist_tl .txt_k { color:rgba(255,255,255,.3); font-size:1.0em; }
#section5 .inner .regist_tl .txt_e { color:#fff; font-size:2.0em; margin-top:10px; }
#section5 .inner .regist_input { position:relative; right:inherit; top:inherit; margin-left:0; width:100% !important; margin-top:30px}

#section5.active .inner { opacity:1; transition: all 0.2s ease;}
.block-line { display:block; align-items: flex-start; justify-content: flex-start; width:100%; }
.set-block {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    min-height: 40px;
	margin-bottom:7px;
	background:#fff;
	font-size:0.95em; color:#888;
	font-weight:400;
	width:auto;
	flex-wrap:wrap;
	overflow:hidden;
	padding-left:25%;
}
.mr20 { margin-right:0; }
.set-block > label {
	position:absolute; left:0; top:50%; margin:-11px 0 0 0;
    display: block;
    flex-shrink: 0;
    color: #000;
    font-size: 0.85em;
	font-weight:200;
    padding: 0 0 0 15px;
	margin-right:0;
	width:17%;
	border-right:none;
    font-weight: 500;
	letter-spacing:-0.03em;
	border-right:1px solid #c9c9c9;
}
.set-block .ttx { font-size:0.85em }
.set-field-select { padding:8px 17px 8px 5px; font-size:0.9em; border:none; background:url(../images/down_chevron_icon.svg) no-repeat 90% center #fff; background-size:9px; color:#222; -webkit-appearance:none;-moz-appearance:none; appearance:none}
.set-field-input {
    height: 20px;
    padding: 8px 10px 7px 10px;
    font-size: 0.9em;
	border:none;
    border-radius: 0;
    transition: border .1s ease;
}
.set-field-input.ml15 { margin-left:10px }
.set-field-input::placeholder { color:#a8adbd; font-weight:500; font-size:1.0em; font-family:'Noto Sans KR'; line-height:1.0; letter-spacing:-0.03em;}
.radio-field {
    display: flex;
    align-items: center;
    padding: 3px 0;
	margin-right:15px;
}

.radio-color + label {
    font-size: 0.9em;
    margin:-5px 0 0 4px;
	color:#222;
	font-family:'Noto Sans KR';
}

.set-field-input.wid01 {
    width: 90%;
}
.set-field-input.wid02 {
    width: 100px;
}
.set-field-input.wid03 {
    width: 60px;
}
.ag_terms { position:relative; background:#fff; padding:20px 20px; height:60px; overflow-y:scroll }
.ag_terms h3 { color:#222; font-weight:500; font-size:0.9em; letter-spacing:-0.03em }
.ag_terms .txt { color:#666; font-weight:400; font-size:0.75em; letter-spacing:-0.03em; margin-top:10px; }
.ag_terms h4 { color:#222; font-weight:500; font-size:0.85em; letter-spacing:-0.03em; margin-top:15px;}
.ag_terms .s_txt { color:#666; font-weight:400; font-size:0.75em; letter-spacing:-0.03em; margin-top:5px; }
.ag_terms .li_tx { margin-top:5px; }
.ag_terms .li_tx li { position:relative; padding-left:12px; color:#666; font-weight:400; font-size:0.75em; letter-spacing:-0.03em; margin-top:3px; }
.ag_terms .li_tx li:before { content:'-'; display:block; position:absolute; left:0; top:0; }
.ag_terms .li_tx1 { margin-top:5px; }
.ag_terms .li_tx1 li { position:relative; padding-left:0; color:#666; font-weight:400; font-size:0.75em; letter-spacing:-0.03em; margin-top:3px; }

.agree_check { position:relative; margin-top:10px; font-size:0.8em; letter-spacing:-0.05em;display: flex; justify-content:left; align-items: center; border-bottom:1px solid rgba(255,255,255,.3); padding:20px 0 25px 0; flex-wrap:wrap;}
.agree_check em { display:block; width:100%; margin-bottom:8px;}
.agree_check .checks {position: relative; display:inline-block; vertical-align:middle; margin-left:0;}
.agree_check .checks.ml30 { margin-left:20px }
.agree_check .checks input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.agree_check .checks input[type="radio"] + label { display: inline-block; vertical-align:middle; position: relative; padding-left:28px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; margin-top:-3px;}
.agree_check .checks input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; text-align: center; background:none; border: 1px solid #38495c; border-radius: 100%; box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); }
.agree_check .checks input[type="radio"] + label:after { content: ''; position: absolute; top: 8px; left: 7px; width: 6px; height: 6px; background: #38495c; border-radius: 100%; }
.agree_check .checks input[type="radio"] + label:active:before, .checks input[type="radio"]:checked + label:active:before { }

/*.agree_check .checks input[type="radio"]:checked + label { color:#fff; }*/
.agree_check .checks input[type="radio"]:checked + label:before { background:none; border-color: #fff; }
.agree_check .checks input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 8px; left: 7px; width: 6px; height: 6px; background: #fff; border-radius: 100%; }
.btn_alc { position:relative; text-align:center; margin-top:15px }


}


.ready { position:absolute; left:50%; top:50%; width:500px; height:120px; color:rgba(0,0,0,.5); font-family: 'Noto Serif KR', serif; font-size:1.8em; margin:60px 0 0 -250px; z-index:11}

.ready1 {
    position: relative;
    width: 100%;
    height: 400px;
    color: rgba(0, 0, 0, .5);
    font-family: 'Noto Serif KR', serif;
    text-align: center;
    padding: 100px 0 0 0
}

.ready1 p.t1 { font-size:1.8em; color:#111; font-weight:200 }
.ready1 p.t2 { font-size:1.8em; color:#111; font-weight:500 }
.ready1 p.t3 { font-size:1.4em; color:#111; font-weight:200; margin-top:40px; }
.banner_list_wp { position:relative; margin-top:30px; border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; height:94px; }
.banner_list_wp .banner_list { position:relative; width:1300px; margin:0 auto; padding-top:10px; }
.banner_list_wp .banner_list .bn_area { position:relative; width:1205px; margin:0 auto; overflow:hidden }
.banner_list_wp .banner_list .bn_area ul { position:relative; overflow:hidden; width:1220px; }
.banner_list_wp .banner_list .bn_area ul li { position:relative; float:left; margin-right:8px;}
.banner_list_wp .banner_list .bn_area ul li a:hover img { opacity:.7 }
.banner_list_wp .banner_list a.btn_prev { position:absolute; left:0; top:23px; z-index:10 }
.banner_list_wp .banner_list a.btn_next { position:absolute; right:0; top:23px; }

#section6 { position:relative; height:290px !important; background:#000; border-top:1px solid rgba(255,255,255,.1); z-index:999}
#section6 .ft_inner { position:relative; width:100%; height:auto;  }
#section6 .ft_inner .ft_logo { position:absolute; left:4.9%; width:84px; height:88px; background:url(../images/logo.png) no-repeat center center; background-size:84px 88px; }
#section6 .ft_inner .add_ar { position:relative; padding-left:21% }
#section6 .ft_inner .add_ar address { }
#section6 .ft_inner .add_ar address span { display:block; color:#fff; font-size:1.1em; font-weight:400; font-family:'Noto Sans KR'; line-height:1.6 }
#section6 .ft_inner .add_ar address span:nth-of-type(2) { margin-top:10px; font-size:1.0 }
#section6 .ft_inner .add_ar address span:nth-of-type(2), #section6 .ft_inner .add_ar address span:nth-of-type(3) { font-size:0.95em; font-weight:300 }


#section6 .ft_inner .add_ar address span em { font-weight:700; font-family:'Montserrat' }
#section6 .ft_inner .add_ar .ft_guide { position:relative; margin-top:20px;}
#section6 .ft_inner .add_ar .ft_guide li { position:relative; font-size:0.85em; color:rgba(255,255,255,.3); font-weight:200; line-height:1.6; padding-left:20px; font-family:'Noto Sans KR'; letter-spacing:-0.03em;}
#section6 .ft_inner .add_ar .ft_guide li:before { position:absolute; left:0; top:0; content:'※'; display:block }
#section6 .ft_inner .ft_info { position:absolute; right:6.9%; text-align:right; top:0; }
#section6 .ft_inner .ft_info .constr_info { display:flex; align-items: center; justify-content: flex-end; color:#fff; font-size:1.1em; font-weight:500; font-family:'Noto Sans KR';}
#section6 .ft_inner .ft_info .constr_info em { color:rgba(255,255,255,.3); font-size:0.7em; margin:0 10px 0 20px; font-weight:300}
#section6 .ft_inner .ft_info .copyr { margin-top:35px; font-weight:500; font-family:'Montserrat'; font-size:0.9em; color:#fff; line-height:1.5}



@media all and (max-width:1600px) {
	a.go_top { right:5% }
}

@media all and (max-width:1600px) {
	#section6 .ft_inner .add_ar { position:relative; padding-left:23% }
	#section6 .ft_inner .ft_info { position:absolute; right:5%; text-align:right; top:0; }
}





@media all and (max-width:1001px) {
	
	#section6 { position:relative; height:470px !important; background:#004962; border-top:1px solid rgba(255,255,255,.1); z-index:999}
#section6 .ft_inner { position:relative; width:auto; height:auto;  padding:0 10px;}
#section6 .ft_inner .ft_logo { position:relative; left:inherit; width:100%; height:50px; background:url(../images/logo.png) no-repeat center center; background-size:48px 50px; }
#section6 .ft_inner .add_ar { position:relative; padding-left:0; text-align:center;  margin:20px 0 10px 0}
#section6 .ft_inner .add_ar address {  }
#section6 .ft_inner .add_ar address span { display:block; color:#fff; font-size:0.8em; font-weight:400; font-family:'Noto Sans KR'; line-height:1.6;word-break:keep-all; }
#section6 .ft_inner .add_ar address span em { font-weight:700; font-family:'Montserrat' }
#section6 .ft_inner .add_ar .ft_guide { position:relative; margin-top:15px;}
#section6 .ft_inner .add_ar .ft_guide li { position:relative; font-size:0.65em; color:rgba(255,255,255,.3); font-weight:200; line-height:1.5; padding-left:0; font-family:'Noto Sans KR'; letter-spacing:-0.03em;}
#section6 .ft_inner .add_ar .ft_guide li:before { position:relative; left:inherit; top:inherit; content:'※'; display:inline-block; vertical-align:middle }
#section6 .ft_inner .ft_info { position:relative; right:inherit; text-align:center; top:inherit; }
#section6 .ft_inner .ft_info .constr_info { display:flex; align-items: center; justify-content: center; color:#fff; font-size:0.9em; font-weight:500; font-family:'Noto Sans KR';}
#section6 .ft_inner .ft_info .constr_info em { color:rgba(255,255,255,.3); font-size:0.7em; margin:0 8px 0 0; font-weight:300}
#section6 .ft_inner .ft_info .copyr { margin-top:15px; font-weight:500; font-family:'Montserrat'; font-size:0.6em; color:#fff; line-height:1.5}

a.go_top { width:50px; height:50px; font-size:0.8em !important; 9}
}
	
/* main */
.use_sc { position:fixed !important; left:0; top:-120px; transition:all .18s ease-in; opacity:0; z-index:9998 !important;}
.use_sc.hd_fix { position:fixed !important; left:0; top:0; transition:all .4s cubic-bezier(0, 0.15, 0.13, 1.0); opacity:1; z-index:10000 !important; height:100px; background:rgba(255,255,255,.95)}
.use_sc.hd_fix .main-nav {
	  top:5px;
  }
.use_sc.hd_fix .dropdown-list { top:-10px }
.use_sc.hd_fix .head_inner .al_r {
	  top:16px;
  }
.use_sc.hd_fix .head_inner > a.logo_sc {   
	  position: absolute;
	  top: 40px;
	  left: 0;
	  height: 22px;
	  width: 255px;
	  z-index:99999;
	  background:url(../images/logo_sc.png) no-repeat center center;
	 text-indent:-5000px;	
	
  }
  

.parallax {
  position:relative;
  background-attachment: fixed;
  height:800px;

}
#containor {
	position:relative;
	width:100%;
	z-index:10;
}
#containor.member {
	border-top:1px solid #e8e8e8
}
.page_txt {
	position:relative;
	height:400px;
	max-width:1360px;
	margin:0 auto;
	display:block;
}
.page_txt .pt_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-bottom:40px;
}
.page_txt .pt1 {
	position:relative;
	color:#fff;
	font-size:2.7em;
	letter-spacing:-0.03em;
	font-weight:400;
}
.page_txt .pt2 {
	position:relative;
	color:#fff;
	font-size:1.2em;
	letter-spacing:0;
	font-weight:300;
	letter-spacing:0.03em;
	line-height:1.6;
	margin-top:15px;
}
.page_txt .pt3 {
	position:relative;
	color:rgba(255, 255, 255, .9);
	font-size:1.0em;
	letter-spacing:0;
	font-weight:600;
	letter-spacing:0.7em;
	line-height:1.6;
	margin-top:40px;
}
.path {
	position:relative;
	margin-top:-70px;
	height:70px;
	width:100%;
	background:url(../images/wh_bg.gif) no-repeat left top;
	z-index:11;
}
.path .pt_inner {
	position:relative;
	max-width:1360px;
	background:#fff;
	height:70px;
	margin:0 auto;
	border-bottom:1px solid #e8e8e8;
}
.path .pt_inner a.home {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:70px;
	height:70px;
	background:url(../images/ic-home.png) no-repeat center center #269aea;
	background-size:60%;
	text-indent:-5000px;/*background:linear-gradient(135deg, #3193d5 30%, #3a1a4c 130%); -webkit-text-fill-color: transparent;*/
}
.sel_path {
	position:absolute;
	left:70px;
	top:0;
	width:200px;
	height:69px;
	background:#fff;
	z-index:10;
}
.sel_path:after {
	content:"";
	display:block;
}
.sel_path .dep1-dropdown {
	position:absolute;
	left:0;
	top:0;
	width:270px;
	height:69px;
	color:#333;
	font-size:1.2em;
	padding:20px 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index:10;
	background:url(../images/pt_ar.png) no-repeat 92% center #fff;
	letter-spacing:-0.02em;
	outline:none;
	border-right:1px solid #e8e8e8;
}
.sel_path .dep1-dropdown .m_dropdown {/* Size & position */
	position: absolute;
	top: 69px;
	left:0;
	width:270px; /* Styles */
	background:#fff;
	list-style: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out; /* Hiding */
	max-height:0;
	overflow: hidden;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.sel_path .dep1-dropdown .m_dropdown li a {
	position:relative;
	display: block;
	font-size:0.95em;
	text-decoration: none;
	color:#777;
	padding: 10px 20px 10px 20px;
	transition: all 0.2s ease-out;
	background:url(../images/pt_dep1_ar.png) no-repeat 90% center #fff;
	background-size:6px 9px
}
.sel_path .dep1-dropdown .m_dropdown li:hover a {
	position:relative;
	color:#444;
	background:url(../images/pt_dep1_ar_on.png) no-repeat 90% center;
	background-size:6px 9px
}
.sel_path .dep1-dropdown .m_dropdown li:hover a:after {
	position:absolute;
	left:20px;
	bottom:10px;
	content:'';
	height:6px;
	background:rgba(0, 151, 255, .2)
}
.sel_path .dep1-dropdown.active {
	box-shadow: none;
	color:#fff;
	background:url(../images/pt_ar_on.png) no-repeat 92% center #1487e0;
	height:70px;
	border-right:1px solid #1487e0
}
.sel_path .dep1-dropdown.active .m_dropdown {
	max-height: 500px;
	padding:15px 0;
	top: 70px;
}
.sel_path .dep2-dropdown {
	position:absolute;
	left:270px;
	top:0;
	width:350px;
	height:70px;
	color:#1184d2;
	font-size:1.2em;
	padding:20px 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index:10;
	background:url(../images/pt_ar.png) no-repeat 92% center #fff;
	letter-spacing:-0.02em;
	outline:none;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #269aea;
}
.sel_path .dep2-dropdown .m_dropdown {/* Size & position */
	position: absolute;
	top: 70px;
	left:0;
	width:350px; /* Styles */
	background:#fff;
	list-style: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out; /* Hiding */
	max-height:0;
	overflow: hidden;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.sel_path .dep2-dropdown .m_dropdown li a {
	display: block;
	font-size:0.95em;
	text-decoration: none;
	color:#777;
	padding: 10px 20px 10px 20px;
	transition: all 0.2s ease-out;
	background:url(../images/pt_dep1_ar.png) no-repeat 90% center #fff;
	background-size:6px 9px
}
.sel_path .dep2-dropdown .m_dropdown li:hover a {
	position:relative;
	color:#444;
	background:url(../images/pt_dep1_ar_on.png) no-repeat 90% center;
	background-size:6px 9px
}
.sel_path .dep2-dropdown.active {
	box-shadow: none;
	color:#fff;
	background:url(../images/pt_ar_on.png) no-repeat 92% center #0a7ad0;
	height:70px;
	border-right:1px solid #1487e0
}
.sel_path .dep2-dropdown.active .m_dropdown {
	max-height: 500px;
	padding:15px 0;
	top: 70px;
}


/* new  */
.wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.wrap.brand {
    background-color: #000;
}
.wrap.location {
    background-color: #eee9d8;
}
.sec-view { position:relative; width:100%; height:100%; z-index:0 }
.sec-view.active { display:block; z-index:1 }
.sec-view.sec00 { position:relative; background:#000; height:100vh !important;}
.sec-view.sec00 { position:relative; background:#000; height:100vh; z-index:1 }
.sec-view.sec00 .video_bk { position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,.5); z-index:1}
.sec-view.sec00 .mv_copy { position:fixed; width:468px; height:115px; left:50%; top:50%; margin:-57px 0 0 -234px; z-index:1 }
.sec-view.sec00 .mv_copy .btn_play { position:absolute; left:50%; top:50%; display:none ; margin:-50px 0 0 -50px; width:100px; height:100px; border-radius:50%; z-index:9999; background:url(../images/play_icon.svg) no-repeat center center rgba(0,0,0,.3); background-size:30px; cursor:pointer; text-indent:-5000px;}
.sec-view.sec00 .mv_copy .btn_play.active { display:block !important }
.sec-view.sec00 .mv_copy .btn_pause { position:absolute; left:50%; top:50%; margin:-50px 0 0 -50px; width:100px; height:100px; border-radius:50%; z-index:9999; background:url(../images/pause_icon.svg) no-repeat center center rgba(0,0,0,.3); background-size:30px; cursor:pointer; text-indent:-5000px;}
.sec-view.sec00 .mv_copy .btn_pause.active { display:block !important }
.sec-view.sec00 .mv_copy .btn_pause.none { display:none }

.sec-view.sec00 #myVideo { position: absolute; top: 0; left: 0; width: 100%; object-fit: cover; min-width: 100%; min-height: 100%; height: 100vh; background-size: cover; transition: 1s opacity; z-index:1; opacity:.6;}

.sec-view.sec00 #myVideo{
		position:absolute;
		left: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100%;
		background-size: 100%;
 		background-color: black; /* in case the video doesn't fit the whole page*/
  		background-image: /* our video */;
  		background-position: center center;
  		background-size: contain;
   		object-fit: cover; /*cover video background */
   		z-index:0;
		opacity:.6;
	}

.sec-view.sub {
    margin-top: 170px;
    padding-top: 100px;
}
.sec-view.sub.bg { background:#eee9d8}
.sec-view.sub.bgbk { background:#000}
.sec-view .overview { position:relative; background-color: #fff; width:100%; height:100%; z-index:1; transition: all 0.4s ease;}
.sec-view .overview .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec-view .overview .wh_left {
    width: 72%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 3
}

.sec-view .overview .wh_right { width:38%; height:100%; position:absolute; right:0; top:0; background:#fff;  z-index:3;}
.sec-view .overview .inner .overview_bg {
    width: 1370px;
    height: 600px;
    display: block;
    background: url(../images/bg_overview_new1.jpg) no-repeat center center #0c2137;
    background-size: cover;
}

.sec-view .overview .inner .ov_left {
    display: flex;
    align-items: center;
    margin: 100px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 1370px;
    justify-content: space-between;
}

.sec-view .overview .inner .ov_left .txt_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 200px;
}


.sec-view .overview .inner .ov_left .txt_top p.t1 {
    font-size: 40px;
    color: #000;
    font-family: 'Libre Baskerville', 'Noto Serif KR', serif;
    letter-spacing: -0.03em;
    font-weight: 400;
    line-height: 1.5;
}

.sec-view .overview .inner .ov_left .txt_top p.t2 {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-top: 30px;
    font-family: 'Noto Serif KR', serif;
    letter-spacing: -0.03em;
    line-height: 1.5;
}

.sec-view .overview .inner .ov_left .txt_top p.t2 em { display:block; color:rgba(0,0,0,.2); font-size:1.2em; transform:rotate(-45deg); margin:0 30px; font-weight:300}
.sec-view .overview .inner .ov_left .txt_bottom {
    width: 50%;
}

.sec-view .overview .inner .ov_left .txt_bottom p.title { font-size:1.35em; color:#000; letter-spacing:-0.03em; font-weight:400} 
.sec-view .overview .inner .ov_left .txt_bottom .ov_box {
    min-width: 410px;
}

.sec-view .overview .inner .ov_left .txt_bottom .ov_box ul {
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec-view .overview .inner .ov_left .txt_bottom .ov_box ul:nth-of-type(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    border-top: none;
}
.sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li {
    border-bottom: 1px solid #bbbbbb;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-family: 'Noto Sans KR', serif;
    color: #000;
    padding-left: 70px;
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li:nth-of-type(8) { border-bottom:1px solid rgba(0,0,0,0)}
.sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li span {
    font-weight: 600;
    margin-right: 70px;
}

.sec-view .ov_bg { position:absolute; left:0; top:0; width:100%; height:100vh; background:url(../images/bg_overview_new.jpg) no-repeat center center #0c2137; background-size:cover; background-attachment: fixed;}

.sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li.sec {
	padding-left: 35px;
}
.sec-view .overview .wh_left { animation:ann01_1 1.8s cubic-bezier(.39,.01,0,1) 0.5s 1 forwards;} 
@keyframes ann01_1 {
		0% { opacity:1; width:62% }
		100% { opacity:1; width:0}
}

.sec-view .overview .wh_right {
    animation: ann01_2 1.7s cubic-bezier(.39, .01, 0, 1) 0.5s 1 forwards;
}

@keyframes ann01_2 {
		0% { opacity:1; width:38% }
		100% { opacity:1; width:0; }
}

.sec-view .brand_01 {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    opacity: 1;
    z-index: 1;
    transition: all 0.2s ease;
    padding: 0px;
    overflow: hidden;
    height: 700px;
}
.sec-view .brand_01 .inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec-view .brand_01 .inner .txt_left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec-view .brand_01 .inner .txt_left p.t1 {
    font-size: 1.1em;
    color: #fff;
    font-family: 'Noto Serif KR', serif;
    font-weight: 200;
    letter-spacing: 0.1em;
    line-height: 1.4;
    opacity: 0;
}
.sec-view .brand_01 .inner .txt_left p.t1.active {
    animation: brand_ani .8s .4s forwards;

}

.sec-view .brand_01 .inner .txt_left p.t1 em {
    font-weight: 200;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: -0.05em
}

.sec-view .brand_01 .inner .txt_left .t2 { font-size:1.05em; color:rgba(255,255,255,.9); margin-top:30px; font-weight:300; line-height:1.7; letter-spacing:-0.03em; font-family: 'Noto Sans KR', serif; } 
.sec-view .brand_01 .inner .txt_left .t2 p { margin-top:0 }
.sec-view .brand_01 .inner .txt_left .t2 p:nth-of-type(2), 
.sec-view .brand_01 .inner .txt_left .t2 p:nth-of-type(3),
.sec-view .brand_01 .inner .txt_left .t2 p:nth-of-type(4){ margin-top:10px;}
.sec-view .brand_01 .inner .txt_left .t2 p em { font-weight:500 }
.sec-view .brand_01 .inner .txt_left .br_logo {
    width: 400px;
    height: 370px;
    background: url(../images/br_logo.png) no-repeat center center;
    clip-path: polygon(50% 50%, 50% 25%, 50% 50%, 75% 50%, 50% 50%, 50% 75%, 50% 50%, 25% 50%);

    animation: polygon ease-in-out 1s .7s forwards;
}
@keyframes polygon {
    0% {
        clip-path: polygon(50% 50%, 50% 25%, 50% 50%, 75% 50%, 50% 50%, 50% 75%, 50% 50%, 25% 50%);


    }
    100% {
        clip-path: polygon(0 0, 50% 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 0 100%, 0 50%);

    }

}

.sec-view .brand_01 .inner .txt_right { width:auto; }
.sec-view .brand_01 .inner .txt_right .exp_br {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
    opacity: 0;
}
.sec-view .brand_01 .inner .txt_right .exp_br.active {
    animation: brand_ani .8s .3s forwards;
}
@keyframes brand_ani {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.sec-view .brand_01 .inner .txt_right .exp_br .tl {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: 'Montserrat';
    margin-bottom: 40px;
}

.sec-view .brand_01 .inner .txt_right .exp_br .txt {
    font-size: 16px;
    color: #fff;
    margin-top: 2px;
    font-weight: 400;
    text-align: center;
    line-height: 2.5;
}

.sec-view .brand_01 .inner .txt_right .exp_br1 {
    position: relative;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    align-items: center;
}
.sec-view .brand_01 .inner .txt_right .exp_br1.active {
    animation: brand_ani .8s .4s forwards;

}

.sec-view .brand_01 .inner .txt_right .exp_br1 .tl {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: 'Montserrat';
    width: fit-content;
}

.sec-view .brand_01 .inner .txt_right .exp_br1 .br_value {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 70px;
}

.sec-view .brand_01 .inner .txt_right .exp_br1 .br_value .value {
    width: 268px;
    height: 265px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    margin-right: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.sec-view .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k { font-weight:500; font-size:1.4em; color:#fff; letter-spacing:-0.05em }
.sec-view .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k br { display:none }
.sec-view .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_e {
    font-weight: 400;
    font-size: 1.1em;
    color: #fff;
    font-family: 'Montserrat';
    margin-top: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em
}

.sec-view .br_bg01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #000;
    z-index: -1;
}
.sec-view .br_bg01 {
    animation: ann02_1 1.2s cubic-bezier(.45, .01, 0, 1) 0.4s 1 forwards;
}
@keyframes ann02_1 {
		0% { opacity:1; height:0 }
		100% { opacity:1; height:100%; }
}

@keyframes ann02_2 {
		0% { opacity:0; padding:0 20%; }
		100% { opacity:1; padding:0 10%; }
}

.sec-view { position:relative; margin:0 auto; height:100% !important; transition: all 0.3s ease; background:#fff;}
.sec-view .brand_02 { position:relative; width:100%; }
.sec-view .brand_02 .top_txt {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 10px 0 65px 0;
    z-index: 9;
}

.sec-view .brand_02 .top_txt p.t1 {
    font-size: 36px;
    color: #000;
    font-family: 'Noto Serif KR', serif;
    letter-spacing: 0;
    font-weight: 300;
    width: fit-content;
    display: inline-block;
}

.sec-view .brand_02 .top_txt p.t2 {
    font-size: 36px;
    color: #000;
    font-family: 'Noto Serif KR', serif;
    letter-spacing: 0;
    font-weight: 600;
    width: fit-content;
    display: inline-block;
    line-height: 1.3;
}


.sec-view .brand_02 .prm_h_pic {
    position: relative !important;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 478px !important;
    background: url(../images/bg_brand2.jpg) no-repeat center 100%;
    background-size: cover;
}

/*.sec-view .br_bg02 { position:absolute; left:0; top:200px; right:0; bottom:0; width:100%; height:100vh;  z-index:0;}
.sec-view .br_bg02 .bg { position: sticky !important; left:0; bottom: 0; width: 100%; height: 100%; background:url(../images/bg_brand2.jpg) no-repeat center bottom; background-attachment: fixed; background-size:cover;}*/
  
.sec-view .brand_02 .top_txt p.t1 {
    opacity: 0;
    animation: ann03 1.6s cubic-bezier(.49, .01, 0, 1) 0.4s 1 forwards;
}

.premium_h_img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.premium_h_img_text {
    width: 1370px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: start;
    padding-top: 20px;
    font-size: 19px;
    font-family: 'Noto Sans KR', serif;
    padding-left: 35px;
    font-weight: 600;
}
.premium_h_img_text::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 18px;
    top: 20px;
    width: 3px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
}

@keyframes ann03 {
		0% {
            opacity: 0;
            transform: translateX(-20px);

        }
		100% {
            opacity: 1;
            transform: translateX(0px);
        }
}
.sec-view .brand_02 .top_txt p.t2 {
    opacity: 0;
    animation: ann031 1.6s cubic-bezier(.41, .01, 0, 1) 0.4s 1 forwards;
}

@keyframes ann031 {
		0% {
            opacity: 0;
            transform: translateX(20px);

        }
		100% {
            opacity: 1;
            transform: translateX(3px);
        }

}
.sec-view .brand_02 .prm_h_pic { opacity:1; !animation:ann032 1.5s cubic-bezier(.49,.01,0,1) 1.3s 1 forwards;} 
@keyframes ann032 {
		0% { opacity:0; width:0; height: 1000px; left:50%;}
		100% { opacity:1; width:100%; height: 1000px; left:0;}
}

.sec-view .brand_02 .top_txt p.t2 span {
    font-size: 18px !important;
    position: relative;
    bottom: 24px;
	font-family: 'NotoSansKR-Medium' !important;
}

@font-face {
	font-family:'NotoSansKR-Medium';
	src:local(※),
	url('../font/NotoSansKR-Medium-Hestia.woff') format('woff');
	/* url('/font/NanumSquareRoundEB.woff2') format('woff2'); */
}

@font-face {
	font-family:'Harshita';
	src:local(※),
	url('../font/Harshita.woff') format('woff');
	/* url('/font/NanumSquareRoundEB.woff2') format('woff2'); */
}

.sec-view .brand_02 .premium_wp {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 9
}

.sec-view .brand_02 .premium_wp .pre_inner {
    position: relative;
    width: 1370px;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 100px;
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_fea_l {
    padding-right: 0;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_fea_r {
    padding-left: 0;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    margin-top: 180px;
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_f {
    display: flex;
    flex-direction: column;
    opacity: 0;
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_f.mt {
    margin-top: 50px;
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_f .premf_discr {
    padding: 40px 40px 210px 22px;
    position: relative;

}
.sec-view .brand_02 .premium_wp .pre_inner .prem_f .premf_discr::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 41px;
    width: 3px;
    height: 107px;
    background-color: rgba(0, 0, 0, 0.8);
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_f .premf_discr .tl {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.03em;
    word-break: keep-all;
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_f .premf_discr .tx {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin-top: 17px;
    word-break: keep-all;
    font-family: 'Noto Sans KR', serif;
}


.sec-view .brand_02 .premium_wp .pre_inner .prem_f .premf_discr.ml {
}
.sec-view.active .brand_02 .br_inner02.active .premium_wp {
    animation: ann03_6 1.5s cubic-bezier(.39, .01, 0, 1) 0.3s 1 forwards;
    opacity: 0;
}
@keyframes ann03_6 {
		0% { opacity:0; }
		100% { opacity:1; }
}


.sec-view.active .brand_02 .br_inner02.active .premium_wp .pre_inner .prem_fea_l { position:absolute; animation:ann03_3 1.2s cubic-bezier(.39,.01,0,1) 0.7s 1 forwards; opacity:0;} 
@keyframes ann03_3 {
		0% { opacity:0; left:40px; }
		100% { opacity:1; left:0; }
}
.sec-view.active .brand_02 .br_inner02.active .premium_wp .pre_inner .prem_fea_r { position:absolute; animation:ann03_4 1.2s cubic-bezier(.39,.01,0,1) 0.7s 1 forwards; opacity:0;} 
@keyframes ann03_4 {
		0% { opacity:0; right:40px; }
		100% { opacity:1; right:0; }
}

.sec-view .brand_02 .premium_wp.active .pre_inner .prem_f {
    animation: ann03_4 1.2s cubic-bezier(.39, .01, 0, 1) 0.4s 1 forwards;
    opacity: 0;
}

@keyframes ann03_4 {
		0% { opacity:0; margin-top:-50px; }
		100% { opacity:1; margin-top:0px; }
}

.sec-view .premium_pz_wp {
    position: relative;
    width: 100vw;
    padding: 0;
    z-index: 2;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec-view .premium_pz_wp::after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #f5f2e8;
    width: 100vw;
    height: 370px;
    bottom: -130px;
    left: 0;
    z-index: -1;
}
.premium_pz_wp02 {
    margin-top: 260px;
    margin-bottom: 320px;
}
.sec-view .premium_pz_wp.premium_pz_wp02::after {
    height: 367px;
    bottom: -78px;
}
.sec-view .premium_pz_wp.premium_pz_wp03::after {
    height: 1134px;
    bottom: -47px;
}

.sec-view .premium_pz_wp .nav_wp { position:relative; width:100%; z-index:9999 }
.sec-view .premium_pz_wp .nav_wp .nav { text-align:center}
.sec-view .premium_pz_wp .nav_wp .nav li {
    position: relative;
    font-family: 'Noto Sans KR', serif;
    color: #000;
    font-size: 1.2em;
    display: inline-block;
    letter-spacing: 0.03em;
    cursor: pointer;
    margin: 30px;
    margin-top: 0;
    padding-bottom: 10px;
}
.sec-view .premium_pz_wp .nav_wp .nav li::after {
    content: '/';
    display: inline-block;
    position: absolute;
    /*width: 5px;*/
    /*height: 5px;*/
    /*background-color: #000;*/
    /*border-radius: 100%;*/
    top: calc(50% - 3px);
    transform: translateY(-50%);
    right: -35px;
    font-weight: 400;
}
.sec-view .premium_pz_wp .nav_wp .nav li:last-child::after {
    content: none;
}
.sec-view .premium_pz_wp .nav_wp .nav li.on {
    border-bottom:1px solid #000;
    font-weight: bold;
}
.sec-view .premium_pz_wp .slide_ct {
    position: relative;
    width: 1370px;
    margin-top: 50px;
    overflow: hidden;
}
.pre_p_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.sec-view .nav_wp { position:relative; width:100%; z-index:9999 }
.sec-view .nav_wp .nav { text-align:center}
.sec-view .nav_wp .nav li {
    position: relative;
    font-family: 'Noto Sans KR', serif;
    color: #000;
    font-size: 1.2em;
    display: inline-block;
    letter-spacing: 0.03em;
    cursor: pointer;
    margin: 30px;
    padding-bottom: 10px;
}
.sec-view .nav_wp .nav li::after {
    content: '/';
    display: inline-block;
    position: absolute;
    color: #000;
    font-weight: 400;
    /*width: 5px;*/
    /*height: 5px;*/
    /*background-color: #000;*/
    /*border-radius: 100%;*/
    top: calc(50% - 3px);
    transform: translateY(-50%);
    right: -35px;

}
.sec-view .nav_wp .nav li:last-child::after {
    content: none;
}
.sec-view .nav_wp .nav li.on {
    border-bottom:1px solid #000;
    font-weight: bold;
}


.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sec-view .premium_pz_wp .slide_ct .pz_prm_tx.pz_prm_tx02 {
    align-items: flex-start;
}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx.hei {  }
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .lt {
    position: relative;
    width: unset;
    margin-bottom: 0px;
}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .lt .tit { font-family: 'Noto Serif KR', serif; color:#000; font-size:3.7em; font-weight:500; line-height:1.0}
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .lt .s_txt {
    font-family: 'Noto Sans KR', serif;
    letter-spacing: -0.03em;
    font-weight: 400;
    font-size: 1.65em;
    line-height: 1.3;
    text-align: start;

}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .lt .s_txt em {
    display: block;
    text-align: start;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.8;
}
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx.pz_prm_tx02 .lt .s_txt em {
    text-align: start;
}
.pre_p_sub_t {
    width: 187px;
    height: 45px;
    border: 1px solid #a5a5a5;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 45px;
    font-family: 'Libre Baskerville';
    margin-bottom: 25px;
}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt { position:relative; margin-top: 30px; }
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty01 ul li { position:relative; font-size:1.0em; font-weight:400; margin:3px 0; padding-left:10px; font-family: 'Noto Sans KR', serif;}
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty01 ul li:before { position:absolute; left:0; top:50%; width:4px; height:4px; border-radius:50%; margin:-2px 0 0 0; display:block; content:''; background:#000}
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 { position:relative;  display:flex; width:890px; flex-wrap:wrap;}
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box { position:relative; width:50%; }
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box:nth-of-type(3), 
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box:nth-of-type(4){ margin-top:12px; }
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box p { font-size:1.0em; font-weight:500 }
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box ul { margin-top:4px }
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box ul li { position:relative; font-size:0.90em; font-weight:400; margin:2px 0; padding-left:10px; font-family: 'Noto Sans KR', serif;}
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box ul li:before { position:absolute; left:0; top:50%; width:4px; height:4px; border-radius:50%; margin:-2px 0 0 0; display:block; content:''; background:#000}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_pic {
    margin-top: 37px;
    display: flex;
    position: relative;
}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_pic img {
    display: inline-block;
}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_pic.p2 img {
    !width: 940px;
}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_pic.p1 { margin-top:60px; }

.sec-view .premium_pz_wp .slider .slick-dots li button { text-indent:-5000px; font-size:0; }
.sec-view .premium_pz_wp .slider .slick-dots li button:before { display:block; content:'SPACE'; font-size:1.0em; }


.sec-view .prpz_bg { position:absolute; left:0; top:0; width:100%; height:100vh; background:#fff; background-size:cover; z-index:0; background-attachment: fixed; z-index:0}
.sec-view .prpz_bg .color_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: #eee9d8
}
.sec-view .prpz_bg .color_bg.p1 {
    bottom: -51px;
}
.sec-view .prpz_bg .color_bg.p2 {
    /*bottom: -224px;*/
}

.premium_bottom_text {
    font-size: 15px;
}
.premium_bottom_text > div {
	max-width: 455px;
	margin: 0 auto;
    margin-top: 15px;
}

.premium_bottom_text p, .p1_bottom .lst_box > ul > li {
    width: fit-content;
    line-height: 1.8;
    font-weight: normal;
    font-family: 'Noto Sans KR', serif;
}



.sec-view.active {
    opacity: 1;
    transition: all 0.4s ease;
    animation: ann04 1.0s ease 0.0s 1 forwards;
}

@keyframes ann04 {
		0% { opacity:0; }
		100% { opacity:1;  }
}

.p1_bottom {
    display: flex;
    justify-content: space-between;
}
.p1_bottom .premium_bottom_text > div {
    flex-direction: column;
    margin-top: 70px;
}
.p1_bottom .lst_box {
    margin-bottom: 40px;
}
.p1_bottom .lst_box > p {
    font-weight: bold;
    font-size: 19px;
    line-height: 2;
}


.sec-view .inner02 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    z-index: 1;
    max-width: 1920px;
    flex-direction: row;
}

.sec-view .inner02 .fen_line { position:absolute; right:28.7%; top:-175px; width:1px; height:210px; background:rgba(0,0,0,.1); }
.sec-view .inner02 .fen_line .cir { width:11px; height:11px; background:#c2b1a7; position:absolute; left:-5px; top:150px; border-radius:50%}
.sec-view .inner02 .fen_txt01 {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location_bottom {
    display: flex;
    flex-direction: column;
}

.sec-view .inner02 .fen_txt01 .fen_loc_title {
    width: auto;
}
.sec-view .inner02 .fen_txt01 .fen_loc_title .fen_loc_tl {
    font-size: 30px;
    line-height: 1.5;
    font-family:'Noto Serif KR', serif;
}

.sec-view .inner02 .fen_txt01 .fen_loc_title .fen_loc_tl_s {
    font-size: 1.4em;
    line-height: 1.2;
    font-family: 'Noto Serif KR', serif;
    color: rgba(0, 0, 0, .9);
    margin-top: 20px
}

.sec-view .inner02 .fen_txt01 .fen_loc_title .fen_scription {
    position: relative;
    text-align: end;
    font-family: 'Noto Sans KR', serif;
    line-height: 1.9;
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: -0.03em;
    word-break: keep-all;
    color: #555
}

.sec-view .inner02 .fen_txt01 .fen_loc_title .fen_scription em { font-weight:600; color:#000 }
.sec-view .inner02 .fen_pic { width:auto; text-align:right; padding:40px 0 0 0; margin-left:auto; margin-right:0;}
.sec-view .inner02 .fen_right .fen_loc_txt { position:relative; text-align:right; font-family:'Noto Sans KR', serif; line-height:1.9; font-weight:300}
.sec-view .inner02 .fen_right .fen_loc_txt em { font-weight:500 }
.sec-view .inner02 .fen_pic_loc {
    position: relative;
    margin-bottom: 60px;
	margin-top: 30px;
}
.sec-view .inner02 .fen_pic_loc::after {
    position: absolute;
    display: inline-block;
    content: '';
    background-color: #e6dfc7;
    height: 1500px;
    width: 1370px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1000px;
    z-index: -1;
}

.sec-view .inner02 .fen_pic_loc img {  transition: all 0.2s ease; width:auto;  }
.sec-view .inner02 .fen_pic_loc img.img01 {   }
.sec-view .inner02 .fen_pic_loc img.img02 {
    width: 985px;
}


.sec-view .inner01 { position:relative; width:1340px; height:auto; display:flex; align-items: flex-start; z-index:4; margin:0 auto; padding: 0 0 110px 0}
.sec-view .inner01 .left_ct { position:relative; width:50%; text-align:center; z-index:1}
.sec-view .inner01 .left_ct .fen_pic { position:relative; padding-top:80px; transition: all 0.2s ease;}
.sec-view .inner01 .left_ct .fen_pic.active { opacity:1; transition: all 0.7s ease; padding-top:0;}
.sec-view .inner01 .left_ct .fen_pic #circle {
  width: 20px;
  height: 20px;
  background-color: red;
  opacity:.4;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin:-10px 0 0 -10px;
}
.sec-view .inner01 .left_ct .fen_pic em { margin-top:15px; font-size:1.1em; font-weight:400; color:#000; text-align:center; display:block; font-family:'Noto Sans KR'; }
.sec-view .inner01 .left_ct .fen_txt { margin-top:40px; text-align:center; font-size:1.05em; font-weight:400; line-height:1.9; color:#000; }
.sec-view .inner01 .left_ct .fen_txt1 { margin-top:50px; background:url(../images/ic-po.png) no-repeat center top; background-size:51px 11px; padding-top:60px; text-align:center; font-size:1.0em; font-weight:400; line-height:1.8; color:#666; font-family:'Noto Sans KR', serif;}
.sec-view .inner01 .left_ct .fen_txt1 em { font-weight:500; color:#111; }
.sec-view .inner01 .left_ct .fen_pic01 { margin-top:150px; transition: all 0.2s ease;}
.sec-view .inner01 .left_ct .fen_pic01 img { margin-left:-60px; }
.sec-view .left_ct .fen_pic01.active { opacity:1; transition: all 0.7s ease; margin-top:250px;}
.sec-view .inner01 .left_ct .fen_txt2 { margin-top:30px; text-align:center; font-size:1.05em; font-weight:400; line-height:1.9; color:#000; font-family:'Noto Sans KR'; line-height:1.5}
.sec-view .inner01 .left_ct .fen_txt2_1 { margin-top:15px; text-align:center; font-size:0.9em; font-weight:400; line-height:1.9; color:#666; font-family:'Noto Sans KR'; line-height:1.5}
.sec-view .inner01 .left_ct .fen_txt2_1 em { font-weight:500; color:#111 }
.sec-view .inner01 .right_ct { position:relative; width:50%; height:100vh; z-index:1}

.sec-view .fen_bottom_bg { position:absolute; width:100%; height:100vh; z-index:3;}
.sec-view .fen_bottom_bg .bg {
    position: fixed;
    top: 50px;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/myeong_bg.png) no-repeat 90% center;
    transition: .3s;
}
  
.sec-view .inner_bg.active { opacity:1; transition: all 1.5s ease; transition-delay:0.2s; }
.sec-view .inner01 .right_ct .fen_pic1 { margin-left:60px;}
.sec-view .inner01 .right_ct .fen_txt1 { margin-top:80px; text-align:center; font-size:1.2em; font-weight:400; line-height:1.6; font-family: 'Noto Serif KR', serif;}
.sec-view .inner01 .right_ct .fen_txt1 em { font-weight:700; font-size:1.5em; letter-spacing:-0.03em; margin-top:10px; }
.sec-view .inner01 .right_ct .fen_line { position:absolute; right:50.1%; bottom:-480px; width:1px; height:400px; background:rgba(0,0,0,.1); }
.sec-view .inner01 .right_ct .fen_line .cir { width:11px; height:11px; background:#c2b1a7; position:absolute; left:-5px; top:250px; border-radius:50%}

.sec-view .sec05_bg { position:fixed; z-index:0; width:100%; height:100%; left:0; top:0;  background:#eee9d8;}


.sec-view.sec05.active { opacity:1; transition: all 0.6s ease; animation:ann05 1.0s ease 0.0s 1 forwards;} 
@keyframes ann05 {
		0% { opacity:0; }
		100% { opacity:1;  }
}
@media all and (max-width:1600px) {
	.sec-view .inner02 .fen_txt01 .fen_loc_title { width:660px; }
    .sec-view .inner02 .fen_txt01 .fen_loc_title .fen_scription {
        font-size: 1em;
    }
    .sec-view .inner02 .fen_txt01 {
        width: 1420px;
    }

}


.sec-view .g_inner {
    position: relative;
    width: 1340px;
    margin: 0 auto;
    height: 600px;
    padding: 0px 0 120px 0;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.sec-view .g_inner .left_ct { width:50%; border-right:1px solid rgba(255,255,255,.1); height:358px; display:flex; align-items: flex-end; justify-content: flex-start;}
.sec-view .g_inner .right_ct {
    position: relative;
    width: 50%;
    height: 350px;
}

.sec-view .g_inner .right_ct .contact_tl { text-align:right }
.sec-view .g_inner .right_ct .contact_tl p img { opacity:.5 }
.sec-view .g_inner .right_ct .contact_tl .txt { color:#fff; font-size:3.5em; margin-top:20px; }
.sec-view .g_inner .right_ct .contact_info { position:absolute; left:120px; bottom:0; }
.sec-view .g_inner .right_ct .contact_info .tl {
    font-size: 2.3em;
    font-weight: 500;
    color: #fff;
    font-family: 'Noto Sans KR';
}

.sec-view .g_inner .right_ct .contact_info .tx_add { font-size:1.12em; font-weight:300; color:rgba(255,255,255,.7); margin-top:15px; font-family:'Noto Sans KR'; }
.sec-view .g_inner .right_ct .contact_info .go_map { margin-top:40px; }
.sec-view .g_inner .right_ct .contact_info .go_map li { margin:20px 0; padding-left:35px; }
.sec-view .g_inner .right_ct .contact_info .go_map li a { position:relative; display:inline-block; color:#fff; font-size:1.3em; font-weight:400; padding-bottom:3px; border-bottom:1px solid rgba(255,255,255,.3) }
.sec-view .g_inner .right_ct .contact_info .go_map li a.naver:before { position:absolute; left:-36px; top:3px; width:20px; height:28px; background:url(../images/spot_n.png) no-repeat center center; display:block; content:''; }
.sec-view .g_inner .right_ct .contact_info .go_map li a.kakao:before { position:absolute; left:-36px; top:3px; width:22px; height:29px; background:url(../images/spot_k.png) no-repeat center center; display:block; content:''; }
.sec-view .g_inner .right_ct .contact_info .go_map li a.naver:hover:before { background:url(../images/spot_n_ov.png) no-repeat center center; display:block; content:''; }
.sec-view .g_inner .right_ct .contact_info .go_map li a.kakao:hover:before { background:url(../images/spot_k_ov.png) no-repeat center center; display:block; content:''; }
.sec-view.active .inner { opacity:1; transition: all 0.9s ease; animation:ann08 1.0s ease 0.0s 1 forwards;} 

.sec-view .sec08_bg { position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: /*url(../images/bg_brand1_new.jpg) no-repeat center center*/#000; z-index:0 }

@keyframes ann08 {
		0% { opacity:0; }
		100% { opacity:1;  }
}


.sec-view.active { display:block; z-index:1}

.sec-view .regi_inner { position:relative; width:1340px; margin:0 auto; height:860px; padding:80px 0 70px 0; z-index:1; overflow:hidden; background:#000;}

.sec-view .regi_inner .regist_tl { position:absolute; top: 80px; left:0; width:330px; }
.sec-view .regi_inner .regist_tl { text-align:left }
.sec-view .regi_inner .regist_tl .txt_k { color:rgba(255,255,255,.4); font-size:1.5em; }
.sec-view .regi_inner .regist_tl .txt_e { color:#fff; font-size:3.5em; margin-top:20px; }
.sec-view .regi_inner .regist_input { position:absolute; right:0; top: 80px; width:810px; margin-left:auto; background:#fff; padding:20px; }

.sec-view.active .regi_inner { opacity:1; transition: all 0.2s ease;}
.sec-view.active .regi_inner .regist_tl { animation:ani09 1.3s cubic-bezier(.51,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes ani09 {
		0% { opacity:0; padding-left:90px; }
		100% { opacity:1;  padding-left:0;}
}

.sec-view.sec09.active .inner .regist_input { animation:ani09_1 1.3s cubic-bezier(.51,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes ani09_1 {
		0% { opacity:0; padding-right:90px; }
		100% { opacity:1;  padding-right:20px;}
}
.sec-view.sec09 .sec09_bg { position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: /*url(../images/bg_brand1_new.jpg) no-repeat center center*/#000; z-index:0 }



.footer {
    position: relative;
    height: inherit !important;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, .1);
    z-index: 9;
    padding: 70px 0;
    margin-top: 150px;
}

.footer.w {
	 background: #fff;
	 border-top: 1px solid #948f8d;
}

.footer.w .ft_inner .ft_logo {
	background: url(../images/footer_logo_w.png) no-repeat center center;
}

.footer.w .ft_inner .add_ar address span,
.footer .ft_inner .ft_info .copyr {
	color: #000 !important;
	font-weight: 500;
}

.footer.w .ft_inner .add_ar address span:nth-of-type(2), .footer.w .ft_inner .add_ar address span:nth-of-type(3) {
	font-weight: 400;
}

.footer.w .ft_inner .add_ar .ft_guide li, .footer.w .ft_inner .ft_info .constr_info em {
	color: #7f7f7f;
	font-weight: 400;
}

.footer .ft_inner { position:relative; max-width:100%; height:auto;  display:flex; align-items: flex-start; justify-content: flex-start; margin:0 120px }
a.go_top { position:absolute; right:0; bottom:0; top:-105px; background:#fff; width:66px; height:66px; border-radius:50%; display:flex; align-items:center; justify-content: center; font-size:0.9em !important; font-family:'Montserrat' !important; color:#0f243a !important; font-weight:800 !important; transition: all 0.3s ease-out; z-index:9999}
.footer .ft_inner .ft_logo {
    width: 86px;
    height: 90px;
	min-width: 86px;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 86px 90px;
}

.footer .ft_inner .add_ar { position:relative; padding-left:80px }
.footer .ft_inner .add_ar address { }
.footer .ft_inner .add_ar address span { display:block; color:#fff; font-size:1.1em; font-weight:400; font-family:'Noto Sans KR'; line-height:1.6 }
.footer .ft_inner .add_ar address span:nth-of-type(2) { margin-top:10px; font-size:1.0 }
.footer .ft_inner .add_ar address span:nth-of-type(2), .footer .ft_inner .add_ar address span:nth-of-type(3) { font-size:0.95em; font-weight:300 }


.footer .ft_inner .add_ar address span em { font-weight:700; font-family:'Montserrat' }
.footer .ft_inner .add_ar .ft_guide { position:relative; margin-top:20px;}
.footer .ft_inner .add_ar .ft_guide li { position:relative; font-size:0.85em; color:rgba(255,255,255,.3); font-weight:200; line-height:1.6; padding-left:20px; font-family:'Noto Sans KR'; letter-spacing:-0.03em;}
.footer .ft_inner .add_ar .ft_guide li:before { position:absolute; left:0; top:0; content:'※'; display:block }
.footer .ft_inner .ft_info { text-align:right; margin-left:auto; width: }
.footer .ft_inner .ft_info .constr_info { display:flex; align-items: center; justify-content: flex-end; color:#fff; font-size:1.1em; font-weight:500; font-family:'Noto Sans KR';}
.footer .ft_inner .ft_info .constr_info em { color:rgba(255,255,255,.3); font-size:0.7em; margin:0 10px 0 20px; font-weight:300}
.footer .ft_inner .ft_info .copyr { margin-top:35px; font-weight:500; font-family:'Montserrat'; font-size:0.9em; color:#fff; line-height:1.5}

@media all and (max-width:1700px) {
	.footer .ft_inner { position:relative; margin: 0 70px;}
}



#go_top_btn {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	background:rgba(0, 0, 0, .4);
	width:55px;
	height:55px;
	text-align:center;
	border-radius:50%;
}
#go_top_btn img {
	width:55px;
	height:55px;
}

/*-- 블록 설정 색상 start--*/
::-moz-selection {
 background: #111;
 color: #fff;
}
::selection {
 background: #111;
 color: #fff;
}

.regist_input > form {
    padding: 25px 20px;
}


.pc {
    display: block !important;
}
.mobile {
    display: none !important;
}
.pc_flex {
    display: flex !important;
}
.mobile_flex {
    display: none !important;
}

@media screen and (max-width: 1001px) {
    .mobile {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    .mobile_flex {
        display: flex !important;
    }
    .pc_flex {
        display: none !important;
    }

	.view_scroll {
		display: none;
	}

    .header {
        position: fixed;
        width: 100%;
        height: 140px;
        z-index: 99;
        top: 0;
        overflow: hidden;
        transition: all 0.7s cubic-bezier(.51, .01, 0, 1);
    }

	.header .banner {
		display: none;
	}

	.header .open_m {
		position: relative;
		display: block !important;
		color: #000;
		font-family: 'Noto Sans KR', serif;
		font-size: 20px;
		margin-right: 5px;
		font-weight: 500;
	}

/*	.header .open_m::before {
		content: '';
		position: absolute;
		background-color: #000;
		width: 1px;
		height: 20px;
		top: 6px;
		right: -25px;
		z-index: 9999;
	}*/

	.header.gallery .open_m {
		color: #fff;
	}

	.header.gallery .open_m::before {
		background-color: #fff;
	}

    .header.wh {
        border-bottom: 1px solid #000;
    }
    #menu_new {
        display: none !important;
    }
    .header .gnb a.top_register, .header.wh .gnb a.top_register {
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 130px;
        right: unset;
        width: 135px;
        height: 50px;
        font-size: 18px !important;
        border-radius: 80px;
    }
    .logo {
        position: absolute !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        z-index: 999999;
    }
    .logo a {
        background-image: url("../img/m/m_logo_img_new.png");
		width: 74px;
        height: 78px;
    }
    .header.wh .logo a {
        background-image: url("../img/m/m_logo_img_new_b.png");
    }
    .header .gnb {
        width: 100vw;
        justify-content: space-between;
        right: unset;
        padding: 0 20px;
        height: 140px;
    }
    .header .gnb .top_tel {
        width: 40px;
        height: 40px;
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        background-image: url("../images/m_tel.png");
        width: 48px;
        height: 48px;
        margin-left: 30px !important;
        background-size: cover !important;
    }
    .header.wh .gnb .top_tel {
        background-image: url("../images/m_tel_w.png");
    }
    .header .gnb .ham_menu {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header .gnb .ham_menu a {
        margin: 0;
        font-size: 20px;
        display: block;
        margin-right: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header.gallery .open_m::before {
        content: none;
    }
    .header .gnb .ham_menu .open_m a {
        margin: 0;
        font-size: 18px;
        display: block;
        margin-right: 30px;
        width: 145px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 80px;
        border: 1px solid rgba(255, 255, 255, .5);
    }
    .header .gnb .ham_menu .open_m a p {
        margin-right: 5px;
    }
    .sec-view.sub {
        margin-top: 140px;
    }
    .t_menu .t_menu_area .close_bt a {
        background: url("../images/m_menu.png");
        width: 30px;
        height: 30px;
        position: relative;
        top: 42px;
        right: 37px;
        background-size: cover;
    }

    .sub_title {
        height: 460px;
    }

    .t_menu .t_menu_area {
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
    }
	
	a.go_top {
		top: -115px;
		width: 86px;
		height: 86px;
		font-size: 1.3em !important;
	}
    .footer {
        border-top: 1px solid rgb(255 255 255 / 45%);
    }
    .footer .ft_inner {
        flex-direction: column;
        align-items: center;
    }
    .footer .ft_inner .ft_logo {
        margin-bottom: 40px;
        background: url(../img/m/m_footer_logo.png) no-repeat center center;
        width: 104px;
        height: 108px;
    }

	.footer.w .ft_inner .ft_logo {
		background: url(../img/m/m_footer_logo_w.png) no-repeat center center;
		width: 102px;
        height: 106px;
	}

    .footer .ft_inner .add_ar {
        padding-left: 0 !important;
    }

    .footer .ft_inner .add_ar address span, .footer .ft_inner .add_ar address span:nth-of-type(2), .footer .ft_inner .add_ar address span:nth-of-type(3) {
        text-align: center;
        font-size: 1.3em;
    }
    .footer .ft_inner .add_ar address span:nth-child(1) {
        font-size: 1.8em;
        text-align: center;
    }
    .footer .ft_inner .add_ar .ft_guide li {
        font-size: 1.1em !important;
    }

    .footer .ft_inner .ft_info {
        text-align: center;
        margin-left: 0;
        margin-top: 40px;
    }
    .footer .ft_inner .ft_info .copyr, .footer .ft_inner .ft_info .constr_info em {
        font-size: 1.1em;
    }


    .sec-view .inner02 .fen_pic_loc {
        right: unset;
        position: relative;
    }
    .sec-view .inner02 .fen_txt01 {
        align-items: center;
        width: unset;
        height: unset;
        padding-bottom: 80px;
    }
    .sec-view .inner01 {
        width: unset;
        padding: 0;
        justify-content: center;
        margin-bottom: 100px;
    }
    .sec-view .inner01 .left_ct {
        width: unset;
    }
    .sec-view .fen_bottom_bg .bg {
        width: 100vw;
        background-image: url("../images/m_myeong_bg.png");
    }
    .sec-view .inner02 .fen_txt01 .fen_loc_title .fen_scription {
        font-size: 1.5em;
    }
    .sec-view .inner01 .left_ct .fen_pic em, .sec-view .inner01 .left_ct .fen_txt1 {
        font-size: 1.5em;
    }
    .sec-view .inner01 .left_ct .fen_pic01 img {
        margin: 0;
    }
    .sec-view .inner01 .left_ct .fen_txt2, .sec-view .inner01 .left_ct .fen_txt2_1 {
        font-size: 1.5em;
    }

    .sec-view.sec00 #myVideo {
        width: 100vw;
        height: 102vh;
        object-fit: none;
    }
    .sec-view .overview .inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: unset;
    }
    .sec-view .overview .inner .overview_bg {
        width: 100vw;
        height: 400px;
        background: url(../images/m_bg_overview_new1.jpg) no-repeat 0 center #0c2137;
        background-size: cover;
    }
    .sec-view .overview .inner .ov_left {
        width: 100vw;
    }

    .sec-view.register {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sec-view.register .regi_inner {
        position: relative;
        width: unset;
        height: 1408px;
    }
    .sec-view.register .regi_inner .regist_tl {
        position: relative;
        top: 0;
    }
    .sec-view.register .regi_inner .regist_input {
        position: relative;
        width: 80vw;
        margin: 0;
    }

    .set-block > label {
        transform: translateY(-50%);
        margin: 0;
        font-size: 1.4em;
    }
    .set-field-input {
        height: 40px;
        font-size: 1.4em;
    }
    .radio-color {
        width: 22px;
        height: 22px;
    }
    .radio-color + label {
        font-size: 1.4em;
    }
    .set-field-select {
        font-size: 1.4em;
        height: 53px !important;
        width: 81px;
    }
    .set-field-select.address {
        width: 140px;
    }


    .sec-view.gallery {
        position: relative;
    }
    .sec-view.gallery .g_inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: unset;
        height: unset;
    }
    .sec-view.gallery .g_inner .left_ct {
        width: unset;
        display: block;
        height: unset;
        margin-bottom: 40px;
    }
    .sec-view.gallery .g_inner .right_ct {
        position: relative;
        width: unset;
      
    }
    .sec-view.gallery .g_inner .right_ct .contact_tl {
        text-align: center;
    }
    .sec-view.gallery .g_inner .right_ct .contact_tl > p:nth-child(1) {
        display: none;
    }
    .sec-view.gallery .g_inner .right_ct .contact_info {
        position: relative;
        left: unset;
        bottom: unset;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .sec-view.gallery .g_inner .right_ct .contact_info .go_map li {
        padding-left: unset;

    }

    .sub_title01 {
        font-size: 48px;
    }
    .sub_title02 {
        font-size: 27px;
    }
    .sec-view .overview .inner .ov_left {
        border: none;
        flex-direction: column;
    }
    .sec-view .overview .inner .ov_left .txt_top {
        padding-left: 0;
    }
    .sec-view .overview .inner .ov_left .txt_top p.t2 {
        font-size: 22px;
        line-height: 1.8;
    }

    .sec-view .overview .inner .ov_left .txt_bottom {
        width: unset;
    }
    .sec-view .overview .inner .ov_left .txt_bottom .ov_box {
        width: 90vw;
    }
    .sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li {
        font-size: 20px;
    }
    .sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li:nth-child(1) {
        border-top: 1px solid #000;
    }
    .sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li:last-child {
        border-bottom: 1px solid #000;
    }
    .sec-view .overview .inner .ov_left .txt_bottom {
        margin-top: 80px;
    }
    .premium_h_img {
        width: 100vw;
    }
    .premium_h_img_text {
        width: 100vw;
        padding-left: 64px;
        font-size: 22px;
    }
    .premium_h_img_text::before {
        left: 50px;
        height: 40px;
    }
    .sec-view .brand_02 .premium_wp .pre_inner .prem_f {
        opacity: 1;
    }
    .sec-view .brand_02 .premium_wp .pre_inner {
        width: 100vw;
        flex-direction: column;
        align-items: center;
    }
    .sec-view .brand_02 .premium_wp .pre_inner .prem_f .premf_discr {
        padding: 40px 40px 50px 20px;
    }
    .sec-view .brand_02 .premium_wp .pre_inner .prem_fea_r {
        margin-top: 0;
    }

    .sec-view .premium_pz_wp .nav_wp .nav li {
        font-size: 24px;
    }
    .sec-view .premium_pz_wp .slide_ct {
        width: 100vw;
    }
    .pre_p_top {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 35px;
    }
    .pre_p_sub_t {
        width: 210px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        margin-bottom: 0;
    }

    .sec-view .premium_pz_wp .slide_ct .pz_prm_tx .lt .s_txt {
        font-size: 30px;
    }
    .sec-view .premium_pz_wp .slide_ct .pz_prm_tx .lt .s_txt em {
        display: inline-block;
        font-weight: 600;
        font-size: 35px;
    }
    .premium_bottom_text p, .p1_bottom .lst_box > ul > li {
        font-size: 18px;
        line-height: 2;
    }
    .premium_bottom_text > div {
        max-width: unset;
    }
    .sec-view .premium_pz_wp .slide_ct .pz_prm_pic {
        padding: 0 35px;
    }
    .sec-view .premium_pz_wp::after {
        bottom: -33px;
        height: 204px;
    }
    .premium_pz_wp02 {
        margin-top: 100px;
    }
    .sec-view .premium_pz_wp.premium_pz_wp02::after {
        height: 448px;
        bottom: -36px;
    }
    .p1_bottom {
        flex-direction: column-reverse;
    }
    .premium_bottom_text {
        padding: 0 35px;
    }
    .p1_bottom .lst_box > p {
        font-size: 22px;
    }
    .pre_p_top  {
        flex-direction: column-reverse;
    }
    .pre_p_top .premium_bottom_text {
        padding: 0;
    }
    .sec-view .premium_pz_wp .slide_ct .pz_prm_pic.p2 img {
        width: 90vw;
    }
    .sec-view .premium_pz_wp .slide_ct .pz_prm_pic {
        justify-content: center;
    }

    .sec-view .nav_wp .nav li {
        font-size: 24px;
    }
    .sec-view .inner02 .fen_txt01 .fen_loc_title .fen_loc_tl {
        font-size: 40px;
    }
    .sec-view .inner02 .fen_txt01 .fen_loc_title .fen_loc_tl b {
        display: block;
    }
    .sec-view .inner02 .fen_pic_loc img.img02 {
        width: 90vw;
    }
    .bt_img > div {
        flex-direction: column;
        margin-bottom: 0;
    }
    .bt_img li {
        margin-bottom: 30px;
        width: 675px;
    }
    .bt_img li img {
        width: 675px;
    }
    .sec-view .inner02 .fen_txt01 .fen_loc_title .fen_scription {
        position: relative !important;
        bottom: 0 !important;
        text-align: start;
        padding: 0 35px;
    }
    .sec-view .inner02 .fen_pic_loc::after {
        height: 2500px;
        bottom: -2220px;
    }
    .sec-view .g_inner .right_ct .contact_info .tx_add {
        font-size: 24px;
    }
    #customCheck04 {
        width: 230px !important;
    }
    .set-block {
        margin-bottom: 15px;
        min-height: 80px;
    }
    .ag_terms {
        height: 230px;
		background: none;
    }
    .regist_input > form {
        padding: 35px;
        padding-bottom: 150px;
    }
    .agree_check {
        font-size: 24px;
    }
    .agree_check .checks input[type="radio"] + label:before {
        width: 24px;
        height: 24px;
        top: 7px;
    }


    .agree_check .checks input[type="radio"] + label:after {
        width: 10px;
        height: 10px;
        top: 15px;
        left: 8px;
		background:rgba(0,0,0,.3);
    }

    .agree_check .checks input[type="radio"]:checked + label:before {
        border-color: #000 !important;
    }
	.agree_check .checks input[type="radio"]:checked + label:after {
        width: 10px;
        height: 10px;
        top: 15px;
        left: 8px;
		background:#000;
    }

    .w120 {
        width: 150px;
        height: 53px;
        font-size: 1.4em;
    }
    .ag_terms h3 {
        font-size: 1.4em;
    }
    .ag_terms .txt, .ag_terms h4,.ag_terms .li_tx li, .ag_terms .s_txt, .ag_terms .li_tx1 li  {
        font-size: 1.3em;
    }
    a.submit {
        font-size: 1.85em !important;
        padding: 20px 80px;
    }
    .t_menu .t_menu_area .tm_ct .tm_list li a:hover {
        color: #fff;
    }

}

@charset "utf-8";
@import url(https://unpkg.com/dat.gui.ease@latest/dist/dat.gui.ease.css);



/*
width: calc(100% - 95px);
height: calc(100vh - 56px);
*/

html {
	position:relative;
	display:block;
	height: 100%;
	overflow-x:hidden
}
body { overflow-x: hidden;}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
body::-webkit-scrollbar {
    display: none;
}
#wrap {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;


}
#wrap1 {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#menu_r {
	position:fixed;
	right:0;
	top:0;
	width:60px;
	height:100%;
	background:#fff;
	border-left:1px solid #e8e8e8;
	z-index:99998;
}
#menu_r a.tm {
	position:relative;
	display:block;
	border-bottom:1px solid #e8e8e8;
	/*background:url(../images/ic-tm.png) no-repeat center center #fff;*/
	background:#fff;
	width:60px;
	height:60px;
	text-indent:-5000px;
}
#menu_r a.tm:hover {
	background:#eef3f7;
}
#menu_r a.edu_sch {
	position:relative;
	display:block;
	border-bottom:1px solid #e8e8e8;
	background:url(../images/ic-map.png) no-repeat center center #fff;
	width:60px;
	height:60px;
	text-indent:-5000px;
}
#menu_r a.edu_sch:hover {
	background:url(../images/ic-map.png) no-repeat center center #eef3f7;
}
#menu_r a.lk_facebook {
	position:relative;
	display:block;
	background:url(../images/ic-facebook.png) no-repeat center center #fff;
	width:60px;
	height:60px;
	text-indent:-5000px;
}
#menu_r a.lk_facebook:hover {
	background:url(../images/ic-facebook.png) no-repeat center center #eef3f7;
}
#menu_r a.lk_blog {
	position:relative;
	display:block;
	background:url(../images/ic-blog.png) no-repeat center center #fff;
	width:60px;
	height:60px;
	text-indent:-5000px;
}
#menu_r a.lk_blog:hover {
	background:url(../images/ic-blog.png) no-repeat center center #eef3f7;
}
#menu_r a.lk_youtube {
	position:relative;
	display:block;
	border-bottom:1px solid #e8e8e8;
	background:url(../images/ic-youtube.png) no-repeat center center #fff;
	width:60px;
	height:60px;
	text-indent:-5000px;
}
#menu_r a.lk_youtube:hover {
	background:url(../images/ic-youtube.png) no-repeat center center #eef3f7;
}
#menu_r a {
transition:all .3s ease
}
#menu_r a:hover {
transition:all .3s ease
}
#menu_r a.top {
	position:absolute;
	right:0;
	bottom:0;
}
#wrap.show {
	transition:all 0.6s ease !important;
	opacity:1 !important;
}

.dg { display:none }

.intro_mv {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999998;
    background: #000;
    overflow: hidden;
}


.intro_mv .int_bg {
background:#fff; left:0; top:0; width:100%; height:100%; animation:int_an1 1.1s cubic-bezier(.30,.01,0,1) 0.5s 1 forwards; z-index:9999998; opacity:0;
}
@keyframes int_an1 {
		0% { background:#000000; opacity:0.7;}
		100% { background:#000000; opacity:1;}
}
.intro_mv .int_ct {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 290px;
    margin: -145px 0 0 -150px;
	text-align:center;
	z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro_mv .int_ct .inner > div {
	animation: fadeInUp 1s linear both;
}

.intro_mv .int_ct .inner .top  {
	animation-delay: 0.3s;
}

.intro_mv .int_ct .inner .md  {
	animation-delay: 1s;
}

.intro_mv .int_ct .inner .bt  {
	animation-delay: 1.7s;
	margin-top: -7px;
}



@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	0% {
		opacity: 1;
		transform: translateY(0px);
	}
}

/*@keyframes int_an2 {
		0% { opacity:0; transform:scale( 1.7 );}
		100% { opacity:1; transform:scale( 1 );}
}

@keyframes int_an3 {
		0% { opacity:1; }
		100% { opacity:0; }
}*/




.ly_pop {width:inherit; height:inherit; position:absolute; left:5px; top:130px; z-index:10000; visibility:hidden; background:#fff }
.ly_pop1 {width:inherit; height:inherit; position:absolute; left:460px; top:130px; z-index:10000; visibility:hidden; background:#fff; }
.ly_pop2 {width:inherit; height:inherit; position:absolute; left:815px; top:130px; z-index:10000; visibility:hidden; background:#fff; }
.ly_pop3 {width:inherit; height:inherit; position:absolute; left:1322px; top:130px; z-index:10000; visibility:hidden; background:#fff; border:1px solid #d3d3d3}
.pop_check { position:relative; height:30px; text-align:left; color:#fff; padding:5px 10px 0 10px; background:#646464; width:100% }
.pop_check a { display:inline-block; padding-left:5px; color:#fff !important }



/* main */
#menu { position: fixed; left: 120px; right: 120px; top: 130px; border-top: 1px solid rgba(255,255,255,.6); border-bottom: 1px solid rgba(255,255,255,.6); display: flex; justify-content: center; align-items: center; text-align:center; z-index:99; transition: all 0.8s cubic-bezier(.51,.01,0,1) 0s; gap:5%;}
#menu li { position:relative; display:block;}
#menu li a { position:relative; display:block; font-family:'Libre Baskerville'; color:rgba(255,255,255,.8); font-size:1.0em; letter-spacing:0.0em; font-weight:400; padding:25px 0; transition: all 0.3s ease;}
#menu li.active a {color:rgba(255,255,255,1); transition: all 0.3s ease; font-weight:600 !important}
#menu li:hover a { color:rgba(255,255,255,1); }

#menu .m_top { display:inline-block; margin-top:10px; color:rgba(255,255,255,1); font-size:0.8em; font-weight:600; letter-spacing:0.05em; padding-top:12px; background:url(../images/ar_top.png) no-repeat center top; background-size:10px 6px }


.fp-viewing-Overview .logo a, .fp-viewing-Premium .logo a, .fp-viewing-Premium01 .logo a, .fp-viewing-Location .logo a { background:url(../images/logo_new_b.png) no-repeat center center;   }
.fp-viewing-Overview #menu, 
.fp-viewing-Premium #menu, 
.fp-viewing-Premium01 #menu, 
.fp-viewing-Location #menu { position: fixed; left: 120px; right: 120px; top: 130px; border-top: 1px solid rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.1); display: flex; justify-content: center; align-items: center; text-align:center; z-index:99; transition: all 0.8s cubic-bezier(.51,.01,0,1) 0s; gap:5%;}
.fp-viewing-Overview #menu li, 
.fp-viewing-Premium #menu li, 
.fp-viewing-Premium01 #menu li,
.fp-viewing-Location #menu li { position:relative; display:block;}
.fp-viewing-Overview #menu li a, 
.fp-viewing-Premium #menu li a, 
.fp-viewing-Premium01 #menu li a,
.fp-viewing-Location #menu li a{ position:relative; display:block; font-family:'Libre Baskerville'; color:rgba(0,0,0,1); font-size:1.0em; letter-spacing:0.0em; font-weight:300; padding:25px 0; transition: all 0.3s ease;}
.fp-viewing-Overview #menu li.active a, 
.fp-viewing-Premium #menu li.active a, 
.fp-viewing-Premium01 #menu li.active a,
.fp-viewing-Location #menu li.active a{color:rgba(0,0,0,1); transition: all 0.3s ease; font-weight:700 !important}
.fp-viewing-Overview #menu li:hover a, 
.fp-viewing-Premium #menu li:hover a, 
.fp-viewing-Premium01 #menu li:hover a,
.fp-viewing-Location #menu li:hover a { color:rgba(0,0,0,1); }


.header {
    position: fixed;
    width: 100%;
    height: 115px;
    z-index: 99;
    top: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header span {
	color: #000;
	font-family: 'Noto Sans KR';
	font-size: 18px;
	margin-right: 20px;
	font-weight: 400;
}

.header .banner {
	display: block;
}
.header .banner > a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    width: 141px;
    height: 33px;
}
.header .banner a p {
    color: #fff;
    margin-right: 5px;
    font-size: 15px;

}

.header.wh .banner a p {
    color: #000;

}
.header.wh .banner > a {
    border: 1px solid rgba(0, 0, 0, .5);
    transition: .2s;
}
.header.wh .banner > a:hover {
    border: 1px solid rgba(0, 0, 0, 1);
}
.header.wh .banner > a p {
    color: #000;
}

.header .open_m {
	display: none !important;
}

.header.gallery span {
	color: #fff;
}

.header .gnb {
    position: absolute;
    right: 65px;
    top: 0;
    width: auto;
    display: flex;
    height: 100px;
    justify-content: flex-end;
    align-items: center;
}
.header .gnb a.top_register {
    color: #fff;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    width: 122px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    letter-spacing: 0.0em;
    font-family: 'Noto Sans KR';
    transition: .2s;
}



.header .gnb a.top_register:hover { border:1px solid rgba(255,255,255,1);}
.header .gnb .top_tel{ color:#fff; font-weight:600; font-family:'Noto Sans KR'; font-size:1.25em; letter-spacing:0.03em; margin-left:20px;  background:url(../images/ic-tel-wh.png) no-repeat left center; background-size:20px; padding-left:27px; line-height:1.0}
.header.blk { background:#000 }
.header.wbg { background:#fff }
.header.loc { background:#eee9d8 }

.header.location {
    background-color: #eee9d8 !important;
}

.header.gallery {
    background-color: #000 !important;
}
.header .gnb a.top_register.blk { color:#000; font-weight:400; border:1px solid rgba(0,0,0,.5); border-radius:20px; padding:5px 20px 7px 20px; font-size:1.0em; letter-spacing:0.0em; font-family:'Noto Sans KR'}
.header .gnb a.top_register.blk:hover { border:1px solid rgba(0,0,0,1);}
.header .gnb .top_tel.blk{ color:#000; font-weight:600; font-family:'Noto Sans KR'; font-size:1.25em; letter-spacing:0.03em; margin-left:20px;  background:url(../images/ic-tel-bk.png) no-repeat left center; background-size:20px; padding-left:27px; line-height:1.0}

.header .gnb .ham_menu { }

.header .gnb .ham_menu .flex {
	display: flex;
}
.header .gnb .ham_menu a { 
	font-size: 18px;
	color: #fff;
    font-weight: 600;
    font-family: 'Noto Sans KR', serif;
	display:block;
	margin: 0 0px 0 25px;
}
.header .gnb .ham_menu.blk a { color:#000 }


.header.wh {
    background: #fff;
}

.header.wh .gnb a.top_register {
    color: #000;
    border: 1px solid rgba(0, 0, 0, .5);
}

.header.wh .gnb a.top_register:hover {
    border: 1px solid rgba(0, 0, 0, 1);
}

.header.wh .gnb .top_tel{ color:#000; font-weight:600; font-family:'Noto Sans KR'; font-size:1.25em; letter-spacing:0.03em; margin-left:20px;  background:url(../images/ic-tel-bk.png) no-repeat left center; background-size:20px; padding-left:27px; line-height:1.0}
.header.wh .gnb .ham_menu a {
    color: #000;
}


.header .gnb a.top_register.blk { color:#000; font-weight:400; border:1px solid rgba(0,0,0,.5); border-radius:20px; padding:5px 20px 7px 20px; font-size:1.0em; letter-spacing:0.0em; font-family:'Noto Sans KR'}
.header .gnb a.top_register.blk:hover { border:1px solid rgba(0,0,0,1);}
.header .gnb .top_tel.blk {
    color: #000;
    font-weight: 600;
    font-family: 'Noto Sans KR';
    font-size: 19px;
    letter-spacing: 0.03em;
    margin-left: 20px;
    background: url(../images/ic-tel-bk.png) no-repeat left center;
    background-size: 20px;
    padding-left: 27px;
    line-height: 1.0
}



.logo {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.logo a {
    background: url(../img/logo_img_new.png) no-repeat;
    background-size: cover;
    display: block;
    width: 70px;
    height: 72px;
    transition: all 0.7s ease;
    transform:translateZ(0);
    backface-visibility:hidden;
    image-rendering: auto;
    image-rendering: -moz-auto; /* firefox */
    image-rendering: -o-auto; /* opera */
    /*image-rendering: -webkit-optimize-contrast; !* chrome *!*/
}


.header.wh .logo a { 
	background:url(../img/logo_img_new_b.png) no-repeat;  
}

.header.w #menu_new a{
	color: #fff;
}

.header.gallery #menu_new{
	background-color: #000;
}
.header.gallery #menu_new a {
	color: #fff;
}
#menu_new {
    position: fixed;
    left: 0;
    right: 0;
    top: 100px;
    border-top: 1px solid rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
    gap: 2.5%;
    height: 35px !important;
	background-color: #fff;
}

#menu_new a {
    position: relative;
    display: block;
    cursor: pointer;
    width: 120px;
	line-height: 35px;
    font-family: 'Noto Sans KR';
    color: #000;
    font-size: 1.0em;
    letter-spacing: -0.02em;
    font-weight: 400;
    padding: 0;
    margin: 23px 0;
    transition: all 0.3s ease;
	font-weight: 500;
}

@font-face {
	font-family:'SourceHanSerifK-Regular';
	src:local(※),
	url('../font/SourceHanSerifK-Regular.woff') format('woff');
	/* url('/font/NanumSquareRoundEB.woff2') format('woff2'); */
}

@font-face {
	font-family:'MICEMyungjo';
	src:local(※),
	url('../font/MICEMyungjo.woff') format('woff');
	/* url('/font/NanumSquareRoundEB.woff2') format('woff2'); */
}

#menu_new a ul.dep1 { position:absolute; left:0; top:0; background:#000 }
#menu_new a.active {
    color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
    font-weight: 600 !important
}

#menu_new a.m0 { position:absolute !important; left:0; top:0; }
#menu_new a.m9 { position:absolute !important; right:0; top:0; }

.header.wh #menu_new {
    border-top: 1px solid rgba(0, 0, 0, .6);
    border-bottom: 1px solid rgba(0, 0, 0, .6);
}


.header.wh #menu_new a.active {transition: all 0.3s ease; font-weight:600 !important}
.header.wh #menu_new a:hover{  }
.dep_wp { position:absolute; left:0; top:200px; width:100%; z-index:999; text-align:center; display:none}
.dep_wp .dep1 { position:relative; margin:0 0 0 -56px; width:200px; height:200px; background:#fff; display:inline-block; }
.dep1.active {  background:#000 }

#menu_new.blk {
    position: fixed;
    left: 120px;
    right: 120px;
    top: 130px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
    gap: 4%;
}

#menu_new.blk a { position:relative; display:block; font-family:'Libre Baskerville'; color:rgba(0,0,0,1); font-size:1.0em; letter-spacing:0.0em; font-weight:300; padding:23px 0; transition: all 0.3s ease;}
#menu_new.blk a.active {color:rgba(0,0,0,1); transition: all 0.3s ease; font-weight:700 !important}
#menu_new.blk a:hover { color:rgba(0,0,0,1); }

#menu_new.loc {
    position: fixed;
    left: 120px;
    right: 120px;
    top: 130px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
    gap: 4%;
    background: #eee9d8;
}

#menu_new.loc a { position:relative; display:block; font-family:'Libre Baskerville'; color:rgba(0,0,0,1); font-size:1.0em; letter-spacing:0.0em; font-weight:300; padding:23px 0; transition: all 0.3s ease;}
#menu_new.loc a.active {color:rgba(0,0,0,1); transition: all 0.3s ease; font-weight:700 !important}
#menu_new.loc a:hover { color:rgba(0,0,0,1); }

#menu_new.bg  { background:#000 }

@media all and (max-width: 1600px) {
	#menu_new { gap:40px;}
    .header .drop_menu .row > ul {
        gap: 40px !important;
    }
}



.header .drop_menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    top: 135px;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.header.wh .drop_menu {
    background-color:#fff;
    left: 0;
    right: unset;
    border-bottom: 1px solid rgba(0, 0, 0, .6);

}
.header.blk .drop_menu {
    background-color: #000;
}

.header.location .drop_menu {
    background-color: #eee9d8 ;
}

.header.gallery .drop_menu {
    background-color: #000 !important;
}
.header .drop_menu .sub_menu > li {
    padding: 5px 0;
}
.header .drop_menu .sub_menu a {
    font-family: 'Noto Sans KR', serif;
    color: #fff;
    font-size: 0.95em;
    letter-spacing: -0.02em;
    font-weight: 400;
    padding: 0;
    margin: 23px 0;
    transition: all 0.3s ease;
}
.header.wh .drop_menu .sub_menu a {
    color: rgba(0, 0, 0, 1);
}
.header .drop_menu .row > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2.5%;
    left: 0;
    right: 0;
    position: relative;
    width: 100vw;
}
.header .drop_menu .row > ul > li {
    opacity: 0;
    text-align: center;
    width: 120px;
}
.header .drop_menu .row > ul > li.m08 {
	
}
.header .drop_menu .row > ul > li.on {
    opacity: 1;
}
.header .drop_menu .row {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top: 0;
}

.view_scroll.none {
	display: none;
}

.view_scroll {
	position: fixed;
	top: 90%;
	right: 30px;
	z-index: 100;
	font-family: 'Noto Sans KR', serif;
	font-weight: 600;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
}

.view_scroll span {
	width: 1px;
	height: 75px;
	background-color: #bcbcbc;
	position: absolute;
	left: 17px;
	bottom: 30px;
}

.view_scroll span::before {
	width: 10px;
	height: 10px;
	background-color: #000;
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	animation: scrollMagic 1.35s linear 0s infinite;
}

@keyframes scrollMagic {
	0%{opacity:0;  transform:translate(-50%, -30px) scale(1);}
	10%{opacity:1; transform:translate(-50%, -30px) scale( 1 );}
	50%{transform:translate(-50%, 15px) scale( 1 );}
	55%{opacity:1; transform:translate(-50%, 15px) scale(1);}
	60%{opacity:.4;}
	80%{opacity:0;transform:translate(-50%, 15px) scale(5);}
	100%{opacity:0;transform:translate(-50%, 15px) scale(5);}
}


.sub_title {
    width: 100vw;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}
.sub_title01 {
    font-size: 45px;
    font-weight: 500;
    font-family: 'Libre Baskerville';
}
.sub_title02 {
    font-size: 21px;
    font-weight: 300;
    font-family: 'Noto Serif KR', serif;
}
.sub_title.wh .sub_title01 {
    color: #fff;
}
.sub_title.wh .sub_title02 {
    color: rgba(255, 255, 255, 0.8);
}

.sec-view.sec06 { background:#fff }

/*.sec-view.sec06.active { opacity:1; transition: all 0.9s ease; animation:ann06 1.0s ease 0.0s 1 forwards;} 
@keyframes ann06 {
		0% { opacity:0; }
		100% { opacity:1;  }
}*/
.sec-view.sec06 .sec06_bg { position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: /*url(../images/bg_brand1_new.jpg) no-repeat center center*/#fff; z-index:0 }

.sec-view.sec07 { background:#fff }
/*.sec-view.sec07.active { opacity:1; transition: all 0.9s ease; animation:ann07 1.0s ease 0.0s 1 forwards;} 
@keyframes ann07 {
		0% { opacity:0; }
		100% { opacity:1;  }
}*/
.sec-view.sec07 .sec07_bg { position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: /*url(../images/bg_brand1_new.jpg) no-repeat center center*/#fff; z-index:0 }

.sec-view.sec08 { background:#000; }

.fp-viewing-footer #menu { opacity:0; transition:all 0.25s ease 0s;}
.fp-viewing-footer .logo { top:55px;}
.fp-viewing-footer .scroll,
.fp-viewing-Register .scroll { display:none }
.fp-viewing-Location .scroll span:after { background:#d6d6d6; opacity:.6 }
.fp-viewing-Location .scroll em {color:#052c48; }
.fp-viewing-Location .scroll:after { background:#052c48}
.fp-viewing-Register a.go_top {z-index:0}
.fp-viewing-footer a.go_top { opacity:1; bottom:260px; transition:all 0.5s ease 0s;  }

.scroll { position:fixed; right:0; bottom:0; opacity:1; visibility:visible; display:block; font-family:'Libre Baskerville'; width:130px; transition:all 0.5s ease 0s; z-index:99}
.scroll span {display:block; font-weight:600; color:#052c48; text-align:center; letter-spacing:0; font-size:0.85em; line-height:1.0; margin-top:30px }
.scroll span:after{content:''; display:block; width:1px; height:75px; margin:10px auto 0; background:rgba(255,255,255,.3); vertical-align:middle;}
.scroll:after{ content:''; opacity:0; display:block; position:absolute; left:50%; top:82px; width:69px; height:69px; margin:0 0 0 -34px; background:#fff; border-radius:100%; transform:translateY(100px) scale(.1); -webkit-transform:translateY(100px) scale(.1); animation:pagedownFillarc 1.0s linear 0s infinite; -webkit-animation:pagedownFillarc 1.6s linear 0s infinite;}
.scroll em { display:block; background:url(../img/mouse_icon.svg) no-repeat center top; font-weight:600; color:#fff; text-align:center; letter-spacing:0.1em; font-size:0.7em; line-height:1.0; margin-bottom:10px; transform:rotate(90deg); font-family:'Noto Sans KR';}
@keyframes pagedownFillarc{
	0%{opacity:0; -webkit-transform:translateY(-70px) scale(.1); transform:translateY(-70px) scale(.1);}
	10%{opacity:1; -webkit-transform:translateY(-70px) scale( .1 ); transform:translateY(-70px) scale( .1 );}
	50%{-webkit-transform:translateY(0) scale( .1 ); transform:translateY(0) scale( .1 );}
	55%{opacity:1; -webkit-transform:scale( .1 ); transform:scale( .1 );}
	60%{opacity:.5;}
	80%{opacity:0; -webkit-transform:scale(1); transform:scale(1);}
	100%{opacity:0; -webkit-transform:scale(1); transform:scale(1);}
}

.fp-viewing-Overview .header .gnb a.top_register,
.fp-viewing-Location .header .gnb a.top_register,
.fp-viewing-Premium .header .gnb a.top_register,
.fp-viewing-Premium01 .header .gnb a.top_register {
    color: #111;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 20px;

    font-size: 1.0em !important;
    letter-spacing: 0.0em;
    font-family: 'Noto Sans KR';
    width: 106px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.fp-viewing-Overview .header .gnb a.top_register:hover,
.fp-viewing-Location .header .gnb a.top_register:hover,
.fp-viewing-Premium .header .gnb a.top_register:hover,
.fp-viewing-Premium01 .header .gnb a.top_register:hover { border:1px solid rgba(0,0,0,1);}

.fp-viewing-Overview .header .gnb .top_tel,
.fp-viewing-Location .header .gnb .top_tel,
.fp-viewing-Premium .header .gnb .top_tel,
.fp-viewing-Premium01 .header .gnb .top_tel { color:#111; background:url(../images/ic-tel-bk.png) no-repeat left center; background-size:20px; font-size:1.25em; }

.fp-viewing-Overview .header .gnb .ham_menu a,
.fp-viewing-Location .header .gnb .ham_menu a,
.fp-viewing-Premium .header .gnb .ham_menu a,
.fp-viewing-Premium01 .header .gnb .ham_menu a { color:#000 }


html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow-x:hidden;
	

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-enabled.active { overflow:hidden !important; height:100% !important;}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.t_line { position:fixed; left:0; top:0; width:14.3%; height:100vh; background:rgba(255,255,255,1); z-index:99; border-right:1px solid rgba(255,255,255,.1); transition: all 0.9s ease; }

.fp-viewing-Intro .t_line,
.fp-viewing-Brand .t_line { background:rgba(255,255,255,0); transition: all 0.3s ease;}
.fp-viewing-Location .t_line { border-right:1px solid rgba(0,0,0,.05); }
.fp-viewing-footer .t_line { background:#004962; border-right:1px solid rgba(255,255,255,.1);} 


@media all and (max-width: 1600px) {
	.t_line  { width:18%; }
}


.cd-main-content #fullpage .cd-morph-dropdown { position:fixed !important; top:0; left:0; z-index:99997; transition: all 0.7s ease;}
.fp-viewing-firstPage .cd-main-content #fullpage .cd-morph-dropdown,
.fp-viewing-secondPage .cd-main-content #fullpage .cd-morph-dropdown,
.fp-viewing-4thPage .cd-main-content #fullpage .cd-morph-dropdown,
.fp-viewing-5thPage .cd-main-content #fullpage .cd-morph-dropdown, 
.fp-viewing-3rdPage .cd-main-content #fullpage .cd-morph-dropdown { background:none; transition: all 0.7s ease; }


.cd-main-content #fullpage .cd-morph-dropdown .main-nav > ul > li > a { color:#18191b !important; transition: all 0.7s ease; font-weight:700 }
.cd-main-content #fullpage .cd-morph-dropdown .main-nav > ul > li > a:hover { color:#0a47b4 !important; transition: all 0.7s ease;  }
.cd-main-content #fullpage .cd-morph-dropdown .head_inner .al_r > li > a { color:#8395ca; transition: all 0.7s ease; font-weight:500; font-size:0.85em; padding:6px 5px; }
.cd-main-content #fullpage .cd-morph-dropdown .head_inner .al_r > li > a:hover { color:#344b8e; transition: all 0.7s ease;  }
/*
.fp-viewing-5thPage .cd-main-content #fullpage .cd-morph-dropdown .head_inner a.logo,
.fp-viewing-lastPage .cd-main-content #fullpage .cd-morph-dropdown .head_inner a.logo { background:url(../img/logo.png) no-repeat center center !important; height: 143px; width: 32px; background-size:cover !important; transition: all 0.7s ease;  }
.fp-viewing-5thPage .cd-main-content #fullpage .cd-morph-dropdown .main-nav > ul > li > a,
.fp-viewing-lastPage .cd-main-content #fullpage .cd-morph-dropdown .main-nav > ul > li > a { color:#18191b !important; transition: all 0.7s ease;  }
.fp-viewing-5thPage .cd-main-content #fullpage .cd-morph-dropdown .main-nav > ul > li > a:hover,
.fp-viewing-lastPage .cd-main-content #fullpage .cd-morph-dropdown .main-nav > ul > li > a:hover { color:#18191b !important; transition: all 0.7s ease;  }
.fp-viewing-5thPage .cd-main-content #fullpage .cd-morph-dropdown .head_inner .al_r > li > a,
.fp-viewing-lastPage .cd-main-content #fullpage .cd-morph-dropdown .head_inner .al_r > li > a { color: rgba(0, 0, 0, .6); !important; transition: all 0.7s ease;  }
.fp-viewing-5thPage .cd-main-content #fullpage .cd-morph-dropdown .head_inner .al_r > li > a:hover,
.fp-viewing-lastPage .cd-main-content #fullpage .cd-morph-dropdown .head_inner .al_r > li > a:hover{ color: rgba(0, 0, 0, .8); !important; transition: all 0.7s ease;  }*/





@media all and (max-width: 1001px) {
	
}

/*
.header .header_inner .nav_pc { position:relative; width:1300px; height:200px; margin:0 auto; display: flex; justify-content:center; align-items: flex-start; padding-right:80px;}
.header .header_inner .nav_pc li.has-dropdown { position:relative; margin:10px 0; padding:0 18px }
.header .header_inner .nav_pc li.has-dropdown a { position:relative; display:block; font-size:1.31em; color:#67696f; font-weight:600; padding:18px 0 10px 0 }
.header .header_inner .nav_pc li.has-dropdown a:after { display:block; width:0; height:2px; background:#1a3066; content:''; margin-top:10px; transition: all 0.7s cubic-bezier(.51,.01,0,1) }
.header .header_inner .nav_pc li.has-dropdown .links-list { position:absolute; left:0; top:40px; padding:23px 0 0 18px; width:110%; }
.header .header_inner .nav_pc li.has-dropdown .links-list li { position:relative; display:inline-block; width:auto }
.header .header_inner .nav_pc li.has-dropdown .links-list li a { position:relative; display:block; font-size:1.01em; color:rgba(40,62,128, .8); font-weight:700; padding:8px 0; letter-spacing:-0.03em; border:none}
.header .header_inner .nav_pc li.has-dropdown .links-list li a:hover { position:relative; display:block; font-size:1.01em; color:#283e80; font-weight:700; letter-spacing:-0.03em; border:none}
.header .header_inner .nav_pc li.has-dropdown .links-list li a:after { position:absolute; left:0; bottom:2px; width:0; height:1px;}
.header .header_inner .nav_pc li.has-dropdown .links-list li a:hover:after { position:absolute; left:0; bottom:2px; display:block; width:100%; height:1px; background:#1a3066; content:''; transition: all 0.7s cubic-bezier(.51,.01,0,1) }
.header.active { background:#f6f6fe; height:210px; overflow:hidden; transition: all 0.7s cubic-bezier(.51,.01,0,1)}
.header.active .header_inner { position:relative; width:1300px; margin:0 auto; height:210px; overflow:hidden;}
.header.active .header_inner .nav_pc { height:210px; }
.header .header_inner .nav_pc li.has-dropdown.active a {color:#283e80; font-weight:700 }
.header .header_inner .nav_pc li.has-dropdown.active a:after { width:100%; transition: all 0.7s cubic-bezier(.51,.01,0,1)}




.header .header_inner .al_r { position:absolute; right:0;  top:26px; z-index:90; display:block; text-align:right}
.header .header_inner .al_r > li.info { display:flex; justify-content: flex-end; align-items: center; padding-right:70px; margin:-12px 0 7px 0; border-bottom:1px dashed rgba(0,0,0,.1); padding-bottom:8px; width:100%}
.header .header_inner .al_r > li.info em { font-size:0.95em; color:#222; font-weight:500; margin-right:0; }
.header .header_inner .al_r > li.info em:before { background:url(../img/ic-prof.png) no-repeat center center #eceff6; background-size:cover; width:20px; height:20px; content:''; display:inline-block; vertical-align: middle; border-radius:50%; overflow:hidden; margin:-4px 6px 0 0;}
.header .header_inner .al_r > li.info em.time { font-size:0.85em !important; color:#1a2b60; font-weight:500; margin-left:8px !important; padding-left:10px; border-left:1px solid rgba(0,0,0,.1)}
.header .header_inner .al_r > li.info em.time:before { display:none }
.header .header_inner .al_r > li.log_bt > a { color:#282c38 !important; display:block; background:#f2f4fb; border:1px solid #dce1f1; font-size:0.80em !important; border-radius:4px; margin-left:2px; padding: 6px 6px !important; font-weight:600}
.header .header_inner .al_r > li.log_bt > a:hover { background:#282c38; color:#f2f4fb !important; border:1px solid #282c38;}
.header .header_inner .al_r > li.logout { position:absolute; right:0; top:-20px; } 
.header .header_inner .al_r > li { display: inline-block; position:relative;}
.header .header_inner .al_r > li > a { color: #283e80; transition: all 0.3s ease; font-weight: 500; font-size: 0.89em; padding: 6px 5px;}
.header .header_inner .al_r > li > a:hover { color: #0f1e44; transition: all 0.3s ease; font-weight: 600;}
.header .header_inner .al_r > li.ic1 > a { background:url(../img/settings_icon.svg) no-repeat left center; background-size:16px; padding:6px 7px 6px 20px }
.header .header_inner .al_r > li.ic2 > a { background:url(../img/secure_icon.svg) no-repeat left center; background-size:16px; padding:6px 7px 6px 20px }
.header .header_inner .al_r > li.ic3 > a { background:url(../img/tag_icon.svg) no-repeat left center; background-size:16px; padding:6px 7px 6px 20px }

.header .menu-icon { display:none }*/

.t_menu {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    opacity: 1;
    transition: .7s;
}
.t_menu.active {
    left: 0;
}
/*.t_menu .t_menu_bg {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    !*background: rgba(0, 0, 0, 1);*!*/
/*    z-index: 999*/
/*}*/

@keyframes t_bg_ani {
		0% {
            opacity: 1;
            width: 0;
        }

		100% {
            opacity: 0.75;
            width: 100%;
        }

}
.t_menu .t_menu_area {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100vh;
    background: #fff;
    /*animation: t_bg_ani01 0.9s cubic-bezier(.51, .01, 0, 1) 0.0s 1 forwards;*/
    z-index: 1000
}

	
@keyframes t_bg_ani01 {
		0% { opacity:1; width:0;}
		100% { opacity:1; width:25%;}
}
.t_menu .t_menu_area .close_bt {
    position: absolute;
    right: 0;
    top: 0;
    animation: t_bg_bt 0.9s cubic-bezier(.51, .01, 0, 1) 0s 1 forwards;
    opacity: 0
}

@keyframes t_bg_bt {
		0% { opacity:0; }
		100% { opacity:1;}
}	
.t_menu .t_menu_area .close_bt a {
    display: block;
    width: 130px;
    height: 130px;
    background: url(../images/ic-ham_close_new.png) no-repeat center center;
}

.t_menu .t_menu_area .tm_ct {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 170px;
    margin: -361px 0 0 -85px;
    animation: t_bg_ani02 0.9s cubic-bezier(.51, .01, 0, 1) 0.3s 1 forwards;
    opacity: 0;
    text-align: center;
}

@keyframes t_bg_ani02 {
		0% { opacity:0; }
		100% { opacity:1;}
}	
.t_menu .t_menu_area .tm_ct .tm_logo {
    position: relative;
    width: 78px;
    height: 82px;
    background: url(../images/logo_new_b.png) no-repeat;
    background-size: cover;
    margin: 0 auto 0 auto;
    backface-visibility: hidden;
    image-rendering: auto;
    display: inline-block;
}

.t_menu .t_menu_area .tm_ct .tm_line { position:relative; width:30px; height:1px; background:rgba(255,255,255,.1); margin:30px auto }
.t_menu .t_menu_area .tm_ct .tm_list {
    text-align: center;
}

.t_menu .t_menu_area .tm_ct .tm_list > li {
    margin: 15px 0;

}
.t_menu .t_menu_area .tm_ct .tm_list li a {
    position: relative;
    display: block;
    font-family: 'Noto Sans KR', serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.35em;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding: 8px 0;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 400;
    line-height: 1.1;
    cursor: pointer;
}

.t_menu .t_menu_area .tm_ct .tm_list li a em {
    font-size: 0.5em;
    font-family: 'Noto Sans KR';
    letter-spacing: -0.03em;
    line-height: 1.0
}

.t_menu .t_menu_area .tm_ct .tm_list li a:hover { color:#000 }

.t_menu.bl { display:block}

.t_menu.opacity {animation:tm_ani 1.0s cubic-bezier(.51,.01,0,1) 0.0s 1 forwards; opacity:1;}

@keyframes tm_ani {
		0% { opacity:1; }
		100% { opacity:0; display:none;}
}

.main_visual_area { position:fixed; width:100%; height:100vh; background:#111; z-index:0 }

.slide-menu { display:none }
@media all and (max-width: 1001px) {
	
	.t_menu .t_menu_area {
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 100vh;
        background: #004962;
        animation: t_bg_ani01 0.9s cubic-bezier(.51, .01, 0, 1) 0.7s 1 forwards;
        z-index: 1000
    }
	@keyframes t_bg_ani01 {
        0% { opacity:1; width:0;}
        100% { opacity:1; width:100%;}
	}
	.t_menu .t_menu_area .close_bt a {
        display: block;
        width: 70px;
        height: 70px;
        background: url(../images/ic-ham_close.png) no-repeat center center;
        background-size: 22px;
    }
	.t_menu .t_menu_area .tm_ct {
        position: relative;
        left: unset;
        top: unset;
        width: unset;
        height: unset;
        margin: 0;
        animation: t_bg_ani02 0.9s cubic-bezier(.51, .01, 0, 1) 1s 1 forwards;
        opacity: 0
    }

@keyframes t_bg_ani02 {
		0% { opacity:0; }
		100% { opacity:1;}
}
	.t_menu .t_menu_area .tm_ct .tm_logo {
        position: relative;
        width: 150px;
        height: 150px;
        background: url(../img/pozes_logo.png) no-repeat;
        background-size: cover;
        margin: 0 auto 0 auto
    }

	.t_menu .t_menu_area .tm_ct .tm_list li {
        margin: 5px 0;

    }
	.t_menu .t_menu_area .tm_ct .tm_list li a {
        position: relative;
        display: block;
        color: rgba(255, 255, 255, .7);
        font-size: 2em;
        font-weight: 400;
        padding: 10px 0;
        transition: all 0.3s ease;
        text-align: center;
        line-height: 1.5
    }

	.t_menu .t_menu_area .tm_ct .tm_list li a em {
        font-size: 0.6em;
        font-family: 'Noto Sans KR';
        letter-spacing: -0.05em;
        line-height: 1.2
    }


	#hamburger-icon {
		width: 55px;
		height: 60px;
		position:absolute;
		right:0; top:0;
		display: block;
		background:url(../img/mo_m_ic.png) no-repeat center center;
		background-size:30px;
		z-index: 9999;
		text-indent:-5000px;
	}
	/*
    #hamburger-icon .line {
      display: block;
      background: #000;
      width: 35px;
      height: 5px;
      position: absolute;
      left: 0;
      border-radius: 4px;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
    }
    #hamburger-icon .line.line-1 {
      top: 0;
    }
    #hamburger-icon .line.line-2 {
      top: 50%;
    }
    #hamburger-icon .line.line-3 {
      top: 100%;
    }
    #hamburger-icon.active .line-1 {
      transform: translateY(10px) translateX(0) rotate(45deg);
      -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
      -moz-transform: translateY(10px) translateX(0) rotate(45deg)
    }
    #hamburger-icon.active .line-2 {
      opacity: 0;
    }
    #hamburger-icon.active .line-3 {
      transform: translateY(-10px) translateX(0) rotate(-45deg);
      -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
      -moz-transform: translateY(-10px) translateX(0) rotate(-45deg)
    }*/

	.slide-menu {
		position: fixed;
		display:block;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		will-change: transform;
		-webkit-transition-duration: 6.2s;
		transition-duration: 6.2s;
		-webkit-transition-timing-function: all 1.2s cubic-bezier(.4,0,.2,1);
		transition-timing-function: all 1.2s cubic-bezier(.4,0,.2,1);
		-webkit-transition-property: -webkit-transform;
		transition-property: transform;
		transition: all 1.2s cubic-bezier(.51, .01, 0, 1.06);
		background: #182b62;
		top:0;
		bottom: 0;
		color: #333;
		z-index: 9999;
		width: 100%;
		padding-bottom:80px;
		

	}
	.slide-header {
		height:auto;
		color: #fff;
		top:0;
		position: relative;
		text-align: center;
		padding:70px 20px 0 20px
	}
	

	
	.slide-header .mem_btn { position:relative; display:flex; justify-content: left; align-items: center; width:100%; flex-wrap:wrap; padding:12px 5px 10px 5px; border-top:1px dashed rgba(255,255,255,.1) }
	.slide-header .mem_btn li { position:relative; margin-right:5px;}
	.slide-header .mem_btn li.logout { display:block; width:100%; display:flex; justify-content: flex-start; align-items: center; margin:0 0 5px 0}
	.slide-header .mem_btn li.logout a { font-size:0.88em; padding:8px 11px 8px 32px; background:url(../img/ic-logout.png) no-repeat 12px center #172349; background-size:15px; color:rgba(255,255,255,.8); font-weight:500; letter-spacing:-0.03em; display:inline-block; margin-left:auto; border:none }
	.slide-header .mem_btn li.logout em { position:relative; font-size:0.97em; font-weight:600; color:rgba(255,255,255,1); padding-left:34px; }
	.slide-header .mem_btn li.logout em:before { position:absolute; left:0; top:50%; width:24px; height:24px; margin-top:-12px; background:url(../img/ic-prof.png) no-repeat center bottom rgba(255,255,255,1); background-size:24px; content:''; display:block; border-radius:50%; overflow:hidden }
	.slide-header .mem_btn li.logout em.time { font-size:0.9em !important; color:#52b4ff; font-weight:500; margin-left:8px !important; padding-left:10px; border-left:1px solid rgba(255,255,255,.1)}
	.slide-header .mem_btn li.logout em.time:before { display:none }
	.slide-header .mem_btn li a { font-size:0.8em; padding:7px 12px; background:none; border:1px solid rgba(255,255,255,.3); color:rgba(255,255,255,.8); font-weight:500; letter-spacing:-0.03em; border-radius:3px; display:inline-block }
	.slide-header .mem_btn li a:focus { border:1px solid rgba(255,255,255,1); color:rgba(255,255,255,1); }

	.slide-close-button { position:fixed; right:0; top:0; z-index:50 }
	.slide-close-button button:hover{}
	.slide-close-button button:active {}
	.slide-close-button button {
		background:url(../img/x.svg) no-repeat center center;
		background-size:50%;
		display:block;
		border: 0;
		border-radius: 50%;
		width: 60px;
		height: 66px;
		cursor: pointer;
		outline: none;
		z-index: 99999;
	}

	.slide-header p {
		font-size: 12px
	}
	.slide-menu-here { position:relative; overflow-y:scroll; height:100%; padding-bottom:80px }
	.accordion { position:relative; padding:15px 20px;  }
	.accordion li { position:relative; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.06); cursor:pointer}
	.accordionTitle { position:relative; font-size:1.1em; color:#fff; font-weight:600; padding:0 15% 0 10px; line-height:1.4; letter-spacing:-0.02em; word-break:keep-all;}
	.accordionTitle .nt_date { position:relative; display:block; color:#999; font-size:0.8em; margin-top:5px }
	.accordionTitleActive { color:#5e8bfe; font-weight:600;}
	.accordionTitleActive:after {
		background-image: linear-gradient(90deg, #52616b, #c9d6df);
		width: 100%;
	}

	/* Accordion Item Icon  */
	.accIcon {
		float: right;
		width: 20px;
		height: 20px;
		display: flex;
		margin-top: 0;
		align-items: center;
		justify-content: center;
		position:absolute; right:17px; top:0;
	}


	.accIcon:before,
	.accIcon:after {
		content: "";
		position: absolute;
		border-radius: 50px;
		background-color: #c9d6df;
		transition: ease 0.3s all;
	}

	.accIcon:before {
		width: 2px;
		height: 12px;
	}

	.accIcon:after {
		width: 12px;
		height: 2px;
	}

	.accordionTitle:hover .accIcon:before,
	.accordionTitle:hover .accIcon:after {
		background-color: #52616b;
	}

	.accIcon.anime.accIcon:before {
		transform: rotate(90deg);
	}

	/* Text Content */
	.accordion .item .text {
		opacity: 0;
		height: 0;
		padding: 0px 0;
		position: relative;
		line-height: 1.8;
		font-size: 0.8em;
		color:#666;
		/*transition: all 0.2s cubic-bezier(.51, .01, 0, 1.06);*/
		overflow: hidden;
		margin-top:0;
		letter-spacing: -0.03em;

	}

	/* Text Content - Class for JS to hide and show */
	.accordion .item .text.show {
		opacity: 1;
		height: auto;
		padding:7px 0 0 0;
		position: relative;
		z-index: 0;
		/*transition: all 0.2s cubic-bezier(.51, .01, 0, 1.06);*/
		margin-bottom:-15px;
	}
	.accordion .item .text ul { padding:12px 0; background:#283e80;  }
	.accordion .item .text ul li { position:relative; padding:0; border-bottom:none}
	.accordion .item .text ul li a { position:relative; padding:5px 20px; color:rgba(255,255,255,.7); display:block; font-size:1.2em; font-weight:500; letter-spacing:-0.02em;}
	.accordion .item .text ul li a:hover, .accordion .item .text ul li a:focus { color:#fff !important;}
	
	.slide-left {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		z-index: 99999;
		transition: all .7s cubic-bezier(.51, .01, 0, 1.06);
	}
	.mdl-layout__obfuscator {
		background-color: transparent;
		position:fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index:99997;
		visibility: hidden;
		-webkit-transition-property: background-color;
		transition-property: background-color;
		-webkit-transition-duration: .2s;
		transition-duration: .2s;
		-webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
		transition-timing-function: cubic-bezier(.4,0,.2,1);
	}
	.slide-left~.mdl-layout__obfuscator {
		background-color: rgba(0,0,0,.5);
		visibility: visible;
		overflow:hidden
	}
}
/*
#section1 { position:relative; background:#000; height:100vh; z-index:1 }
#section1 .video_bk { position:absolute; width:100%; height:100vh; top:0; left:0; background:rgba(0,0,0,.5); z-index:1}
#section1 .mv_copy { position:fixed; width:468px; height:115px; left:50%; top:50%; margin:-57px 0 0 -234px; z-index:1 }
#section1 .mv_copy .btn_play { position:absolute; left:50%; top:50%; display:none ; margin:-50px 0 0 -50px; width:100px; height:100px; border-radius:50%; z-index:9999; background:url(../images/play_icon.svg) no-repeat center center rgba(0,0,0,.3); background-size:30px; cursor:pointer; text-indent:-5000px;}
#section1 .mv_copy .btn_play.active { display:block !important }
#section1 .mv_copy .btn_pause { position:absolute; left:50%; top:50%; margin:-50px 0 0 -50px; width:100px; height:100px; border-radius:50%; z-index:9999; background:url(../images/pause_icon.svg) no-repeat center center rgba(0,0,0,.3); background-size:30px; cursor:pointer; text-indent:-5000px;}
#section1 .mv_copy .btn_pause.active { display:block !important }
#section1 .mv_copy .btn_pause.none { display:none }

#section1 #myVideo { position: absolute; top: 0; left: 0; width: 100%; object-fit: cover; min-width: 100%; min-height: 100%; height: 100vh; background-size: cover; transition: 1s opacity; z-index:0; opacity:.6;}

#section1 #myVideo{
		position: fixed;
		left: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100vh;
		background-size: 100% 100%;
 		background-color: black; 
  		background-image: 
  		background-position: center center;
  		background-size: contain;
   		object-fit: cover;
   		z-index:0;
		opacity:.6;
	}
	*/





@media all and (max-width: 1001px) {
	#section1 { height:100vh !important; overflow-x:hidden}
	#section1 .fp-tableCell { height:100vh !important}
	#section1 .mv_copy { position:fixed; width:250px; height:61px; left:50%; top:50%; margin:-30px 0 0 -125px; z-index:1 }
	#section1 .mv_copy img { width:100% }
	
#section1 .mv_copy .btn_play { position:absolute; left:50%; top:50%; display:none ; margin:-35px 0 0 -35px; width:70px; height:70px; border-radius:50%; z-index:9999; background:url(../images/play_icon.svg) no-repeat center center rgba(0,0,0,.3); background-size:22px; cursor:pointer; text-indent:-5000px;}
#section1 .mv_copy .btn_play.active { display:block !important }
#section1 .mv_copy .btn_pause { position:absolute; left:50%; top:50%; display:none ;margin:-35px 0 0 -35px; width:70px; height:70px; border-radius:50%; z-index:9999; background:url(../images/pause_icon.svg) no-repeat center center rgba(0,0,0,.3); background-size:22px; cursor:pointer; text-indent:-5000px;}
#section1 .mv_copy .btn_pause.active { display:block !important }

}



@media all and (max-width: 768px) {
	#section1 .intro .sec_ctn_box .ct_box_ani .robot { position:absolute; right:15%; top:20px; background:url(../img/sec1_robot.png) no-repeat center bottom; width:40px; height:80px; background-size:cover}
}

#section2 { position:relative; margin:0 auto; height:100vh !important; background:#111; z-index:2 }
#section2 .fp-tableCell { height:auto !important}
#section2 .brand_01 { position:relative; height:960px; display:flex; align-items: center; justify-content: flex-start; opacity:0;  z-index:1; transition: all 0.2s ease; transition-delay:0.1s; }
#section2 .br_bg01 { position:absolute; left:0; top:0; width:100%; height:100vh; background:/*url(../images/bg_brand1_new.jpg) no-repeat center center*/#111; background-size:cover; z-index:0; background-attachment: fixed;}
#section2 .brand_01 .inner { position:relative; width:100%; height:740px }
#section2 .brand_01 .inner .txt_left { position:absolute; top:20%;  left:15%; !width:470px;}
#section2 .brand_01 .inner .txt_left p.t1 { font-size:1.1em; color:#fff;  font-family: 'Noto Serif KR', serif; font-weight:200; letter-spacing:0.1em; line-height:1.4;} 
#section2 .brand_01 .inner .txt_left p.t1 em { font-weight:200; font-size:1.5em; letter-spacing:-0.05em}
#section2 .brand_01 .inner .txt_left .t2 { font-size:1.05em; color:rgba(255,255,255,.9); margin-top:30px; font-weight:300; line-height:1.7; letter-spacing:-0.03em; font-family: 'Noto Sans KR', serif; } 
#section2 .brand_01 .inner .txt_left .t2 p { margin-top:0 }
#section2 .brand_01 .inner .txt_left .t2 p:nth-of-type(2), 
#section2 .brand_01 .inner .txt_left .t2 p:nth-of-type(3),
#section2 .brand_01 .inner .txt_left .t2 p:nth-of-type(4){ margin-top:10px;}
#section2 .brand_01 .inner .txt_left .t2 p em { font-weight:500 }
#section2 .brand_01 .inner .txt_left .br_logo { width:400px; height:370px; border-top:1px solid rgba(255,255,255,.1); border-bottom:1px solid rgba(255,255,255,.1); margin-top:70px; background:url(../images/br_logo.png) no-repeat center center;}
#section2 .brand_01 .inner .txt_right { position:absolute; right:8%; width:720px; padding-top:165px; }
#section2 .brand_01 .inner .txt_right .exp_br { display:flex; align-items: flex-start; justify-content: flex-start; }
#section2 .brand_01 .inner .txt_right .exp_br .tl { font-size:1.2em; color:#fff; font-weight:500; letter-spacing:0.05em; font-family:'Montserrat'; padding-right:50px; } 
#section2 .brand_01 .inner .txt_right .exp_br .txt { font-size:0.9em; color:rgba(255,255,255,.6); margin-top:2px; text-align:left; font-weight:300; line-height:1.6}
#section2 .brand_01 .inner .txt_right .exp_br1 { position:relative; margin-top:42px;}
#section2 .brand_01 .inner .txt_right .exp_br1 .tl { font-size:1.2em; color:#fff; font-weight:500; letter-spacing:0.05em; font-family:'Montserrat'; padding-right:50px; } 
#section2 .brand_01 .inner .txt_right .exp_br1 .br_value { display:flex; align-items: center; justify-content: flex-start; margin-top:40px; }
#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value { width:268px; height:265px; border:1px solid rgba(255,255,255,.3); border-radius:50%; margin-right:-50px; display:flex; align-items: center; justify-content: center; flex-direction: column; text-align:center}
#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k { font-weight:500; font-size:1.4em; color:#fff; letter-spacing:-0.05em }
#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k br { display:none }
#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_e { font-weight:100; font-size:1.1em; color:#fff; font-family:'Montserrat'; margin-top:10px; line-height:1.6; letter-spacing:0.05em}

#section2_1 { position:relative; margin:0 auto; height:2200px !important; z-index:2 }
#section2_1 .fp-tableCell { height:auto !important; display:flex; align-items: flex-start; justify-content: center;}
#section2_1 .brand_02 { position:relative; width:100%; height:720px; display:flex; align-items: flex-start; justify-content: center;  opacity:0; z-index:1; transition: all 0.3s ease; }
#section2_1 .brand_02 .inner { position:relative; width:100%; height:720px }
#section2_1 .brand_02 .inner .txt_left { position:relative; width:100%; text-align:center; opacity:0; }
#section2_1 .brand_02 .inner .txt_left p.t1 { font-size:2.2em; color:#000; font-family: 'Noto Serif KR', serif; letter-spacing:0.22em; font-weight:300} 
#section2_1 .brand_02 .inner .txt_left p.t2 { font-size:3.2em; color:#000; font-family: 'Noto Serif KR', serif; letter-spacing:0; font-weight:400} 
#section2_1 .brand_02 .inner .txt_left p.t2 em { display:block; color:rgba(0,0,0,.2); font-size:1.2em; transform:rotate(-45deg); margin:0 30px; font-weight:300}
#section2_1 .brand_02 .inner .txt_right { position:absolute; top:120px;  width:100%; text-align:center; font-family: 'Noto Serif KR', serif;}
#section2_1 .brand_02 .inner .txt_right p.t1 { display:flex; align-items: center; justify-content: center; font-size:1.2em; font-weight:400; color:#000; margin-top:20px; font-family: 'Noto Sans KR', serif;} 
#section2_1 .brand_02 .inner .txt_right p.t1 em { display:block; color:rgba(0,0,0,.2); font-size:1.2em; transform:rotate(-45deg); margin:0 30px; font-weight:300}
#section2_1 .br_bg02 { position:absolute; left:0; top:0; width:100%; height:100%;  z-index:0; background-attachment: fixed;}
#section2_1 .br_bg02 .bg {   position: sticky !important;
  top: 0;
  width: 100%;
  height: 100vh;
  background:url(../images/bg_brand2.jpg) no-repeat center bottom; background-size:cover;}

#section2.active .brand_01 { opacity:1; transition: all 0.3s ease;}
#section2_1.active .brand_02 {opacity:1; transition: all 0.3s ease;}

#section2.active .brand_01 .inner .txt_left { position:absolute; animation:sec2_an1 2.0s cubic-bezier(.39,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec2_an1 {
		0% { opacity:0; padding-left:100px; }
		100% { opacity:1; padding-left:0;}
}
#section2.active .brand_01 .inner .txt_right { position:absolute; animation:sec2_an2 2.0s cubic-bezier(.39,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec2_an2 {
		0% { opacity:0; padding-right:100px; }
		100% { opacity:1; padding-right:0;}
}

#section2_1.active .brand_02 .inner .txt_left { position:absolute; width:100%; animation:sec2_1_an1 2.0s cubic-bezier(.41,.01,0,1) 0.7s 1 forwards; opacity:0}
@keyframes sec2_1_an1 {
		0% { opacity:0; top:320px; }
		100% { opacity:1; top:270px;}

		
}

#section2_1.active .brand_02 .inner .txt_right { position:absolute; width:100%; animation:sec2_1_an2 1.6s cubic-bezier(.39,.01,0,1) 3.2s 1 forwards; opacity:0}
@keyframes sec2_1_an2 {
		0% { opacity:0; top:320px; }
		100% { opacity:1; top:290px;}
}

#section2_1 .premium_wp { position:absolute; width:100%; height:410px; display:flex; align-items: center;  z-index:1; opacity:0; }
#section2_1 .premium_wp.active { position:fixed; z-index:3; left:0; top:0; height:100vh; opacity:1; }
#section2_1 .premium_wp.active .inner { position:relative; width:1400px; margin:0 auto; z-index:1; display:flex; animation:ani2 1.5s cubic-bezier(.41,.01,0,1) 0.5s 1 forwards; opacity:0}
@keyframes ani2 {
		0% { opacity:0; }
		100% { opacity:1;}
}
#section2_1 .premium_wp.active .inner .prem_fea_l { width:50%; padding-right:45px; }
#section2_1 .premium_wp.active .inner .prem_fea_r { width:50%; padding-left:45px;}

#section2_1 .premium_wp.active .inner .prem_f { display:flex; }
#section2_1 .premium_wp.active .inner .prem_f.mt { margin-top:45px;}
#section2_1 .premium_wp.active .inner .prem_f .premf_discr { border-top:1px solid #000; margin-left:50px; padding-top:15px; width:310px;}
#section2_1 .premium_wp.active .inner .prem_f .premf_discr .tl { font-size:1.5em; font-weight:600; letter-spacing:-0.03em; word-break:keep-all;}
#section2_1 .premium_wp.active .inner .prem_f .premf_discr .tx { font-size:1.0em; font-weight:400; letter-spacing:-0.03em; margin-top:20px; word-break:keep-all;}
#section2_1 .premium_wp.active .inner .prem_f .premf_discr.ml { margin-left:0; margin-right:50px }

#section2_1 .premium_wp.active .pr_bg_wh { position:absolute; left:0; top:0; width:100%; height:100vh;  background:url(../images/bg_brand2_wh.jpg) no-repeat center bottom; background-size:cover; z-index:0; background-attachment: fixed; animation:ani1 1.5s cubic-bezier(.41,.01,0,1) 0s 1 forwards; opacity:0}
@keyframes ani1 {
		0% { opacity:1; width:0 }
		100% { opacity:1; width:100%;}
		
}

#section2_1 .brand_02.none { opacity:0 }


@media all and (max-width: 1600px) {
	#section2 .brand_01 .inner .txt_left { left:25%; }
	#section2 .brand_01 .inner .txt_right { position:absolute; right:4%; width:520px; padding-top:210px; }
	#section2 .brand_01 .inner .txt_right .exp_br .tl { font-size:1.2em; color:#fff; font-weight:500; letter-spacing:0.05em; font-family:'Montserrat'; padding-right:40px; } 
	#section2 .brand_01 .inner .txt_right .exp_br .txt { font-size:0.9em; color:rgba(255,255,255,.6); margin-top:2px; text-align:left; font-weight:300; line-height:1.6}
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value { width:200px; height:200px; border:1px solid rgba(255,255,255,.3); border-radius:50%; margin-right:-50px; display:flex; align-items: center; justify-content: center; flex-direction: column; text-align:center}
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k { font-weight:500; font-size:1.2em; color:#fff; letter-spacing:-0.05em }
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k br { display:block }
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_e { font-weight:100; font-size:0.95em; color:#fff; font-family:'Montserrat'; margin-top:10px; line-height:1.6; letter-spacing:0.05em}
	#section2_1 .brand_02 .inner .txt_left {  }

	
}

@media all and (max-width: 1450px) {

	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k { font-weight:500; font-size:1.0em; color:#fff; letter-spacing:-0.05em }
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_e { font-weight:100; font-size:0.9em; color:#fff; font-family:'Montserrat'; margin-top:10px; line-height:1.6; letter-spacing:0.05em}

	
}

@media all and (max-width: 1300px) {
	#section2 .brand_01 .inner .txt_left { left:23%; width:390px;}
	#section2_1 .brand_02 .inner .txt_left {  }
	#section2_1 .brand_02 .inner .txt_right { }
	
}



@media all and (max-width: 1001px) {
	#section2 { position:relative; margin:0 auto; height:auto !important; background:#222; z-index:2;}
	#section2 .fp-tableCell { height:auto !important}
	#section2 .brand_01 { position:relative; height:auto; display:flex; align-items: center; justify-content: flex-start; opacity:0;  z-index:1; transition: all 0.3s ease; transition-delay:0s;}
	#section2 .br_bg01 { position:absolute; left:0; top:0; width:100%; height:100%; background:none;  z-index:0;}
	#section2 .br_bg01 .bg { position: sticky !important; top:0; width:100%; height:100vh; background:url(../images/bg_brand1_new.jpg) no-repeat center center; background-size:cover; }
	#section2 .brand_01 .inner { position:relative; width:100%; height:auto; padding:120px 10%}
	#section2 .brand_01 .inner .txt_left { position:relative !important; left:auto ; width:100%;}
	#section2 .brand_01 .inner .txt_left p.t1 { font-size:1.2em; color:#fff;  font-family: 'Noto Serif KR', serif; font-weight:200; letter-spacing:0.05em; line-height:1.6} 
	#section2 .brand_01 .inner .txt_left p.t1 em { font-weight:400; font-size:1.1em }
	#section2 .brand_01 .inner .txt_left p.t2 { font-size:0.9em; color:rgba(255,255,255,.6); margin-top:20px; font-weight:300; line-height:1.9; letter-spacing:-0.03em; word-break:keep-all;} 
	#section2 .brand_01 .inner .txt_left p.t2 br { display:none }
	#section2 .brand_01 .inner .txt_left .br_logo { width:100%; height:250px; border-top:1px solid rgba(255,255,255,.1); border-bottom:1px solid rgba(255,255,255,.1); margin-top:40px; background:url(../images/br_logo.png) no-repeat center center; background-size:120px 101px;}
	#section2 .brand_01 .inner .txt_right { position:relative !important; right:auto; width:100%; padding-top:100px; }
	#section2 .brand_01 .inner .txt_right .exp_br { display:block; align-items: flex-start; justify-content: flex-start; }
	#section2 .brand_01 .inner .txt_right .exp_br .tl { font-size:1.1em; color:#fff; font-weight:600; letter-spacing:0.05em; font-family:'Montserrat'; padding-right:0; } 
	#section2 .brand_01 .inner .txt_right .exp_br .txt { font-size:0.9em; color:rgba(255,255,255,.6); margin-top:20px; text-align:left; font-weight:300; line-height:1.6; word-break:keep-all;} 
	#section2 .brand_01 .inner .txt_right .exp_br .txt br { display:none }
	#section2 .brand_01 .inner .txt_right .exp_br1 { position:relative; margin-top:42px;}
	#section2 .brand_01 .inner .txt_right .exp_br1 .tl { font-size:1.1em; color:#fff; font-weight:600; letter-spacing:0.05em; font-family:'Montserrat'; padding-right:0; } 
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value { display:flex; align-items: center; justify-content: flex-start; margin-top:30px; }
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value { width:120px; height:120px; border:1px solid rgba(255,255,255,.3); border-radius:50%; margin-right:-25px; display:flex; align-items: center; justify-content: center; flex-direction: column; text-align:center}
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k { font-weight:500; font-size:0.85em; color:#fff; letter-spacing:-0.05em; line-height:1.2}
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k br { display:block }
	#section2 .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_e { font-weight:200; font-size:0.70em; color:#fff; font-family:'Montserrat'; margin-top:8px; line-height:1.2; letter-spacing:0.05em}
	
	#section2_1 { position:relative; margin:0 auto; height:860px !important; background:#111; z-index:2 }
	#section2_1 .fp-tableCell { height:auto !important}
	#section2_1 .brand_02 { position:relative; width:100%; height:860px; display:flex; align-items: center; justify-content: flex-start;  opacity:0; z-index:1; transition: all 0.3s ease; transition-delay:0s;}
	#section2_1 .brand_02 .inner { position:relative; width:100%; height:660px !important; padding:120px 10% 70px 10%; }
	#section2_1 .brand_02 .inner .txt_left {   }
	#section2_1 .brand_02 .inner .txt_left p.t1 { font-size:1.9em; color:#fff; } 
	#section2_1 .brand_02 .inner .txt_left p.t2 { font-size:1.1em; color:rgba(255,255,255,.3); margin-top:-27px;} 
	#section2_1 .brand_02 .inner .txt_right { position:absolute; right:2% !important; width:260px; top:auto; text-align:center; font-family: 'Noto Serif KR', serif; margin-top:210px;}
	#section2_1 .brand_02 .inner .txt_right p.t1 { font-size:1.0em; color:#fff; letter-spacing:0.25em; font-weight:300} 
	#section2_1 .brand_02 .inner .txt_right p.t2 { font-size:1.7em; color:rgba(255,255,255,1); margin-top:2px; letter-spacing:0.25em}
	#section2_1 .br_bg02 { position:absolute; left:0; top:0; width:100%; height:860px; background:none; z-index:0;}
	#section2_1 .br_bg02 .bg { position: sticky !important; top:0; width:100%; height:100vh; background:url(../images/bg_brand2.jpg) no-repeat center center; background-size:cover; }
	
	#section2.active .brand_01 { opacity:1; transition: all 0.2s ease;}
	#section2_1.active .brand_02 {opacity:1; transition: all 0.2s ease;}

    
}


#section2_1_1 { position:relative; margin:0 auto; height:100vh !important; z-index:2; display:flex; align-items: center;}
#section2_1_1 .fp-tableCell { height:auto !important; display:flex; align-items: center; justify-content: center; flex-wrap:wrap;}
#section2_1_1 .premium_wp { position:relative; width:1400px; height:410px; display:flex; align-items: center;  opacity:1; z-index:1; transition: all 0.3s ease; padding-top:80px; opacity:0; }
#section2_1_1 .premium_wp .prem_fea_l { width:50%; padding-right:45px; }
#section2_1_1 .premium_wp .prem_fea_r { width:50%; padding-left:45px;}

#section2_1_1 .premium_wp .prem_f { display:flex; }
#section2_1_1 .premium_wp .prem_f.mt { margin-top:45px;}
#section2_1_1 .premium_wp .prem_f .premf_discr { border-top:1px solid #000; margin-left:50px; padding-top:15px; width:310px;}
#section2_1_1 .premium_wp .prem_f .premf_discr .tl { font-size:1.5em; font-weight:600; letter-spacing:-0.03em; word-break:keep-all;}
#section2_1_1 .premium_wp .prem_f .premf_discr .tx { font-size:1.0em; font-weight:400; letter-spacing:-0.03em; margin-top:20px; word-break:keep-all;}
#section2_1_1 .premium_wp .prem_f .premf_discr.ml { margin-left:0; margin-right:50px }

#section2_1_1 .pr_bg_wh { position:absolute; left:0; top:0; width:100%; height:100vh;  background:url(../images/bg_brand2_wh.jpg) no-repeat center bottom; background-size:cover; z-index:0; background-attachment: fixed;}


#section2_1_1.active .premium_wp { opacity:1; transition: all 0.4s ease;}
#section2_1_1.active .premium_wp .prem_fea_l { position:absolute; animation:sec2_pm01 2.0s cubic-bezier(.39,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec2_pm01 {
		0% { opacity:0; left:45px;  }
		100% { opacity:1; left:0; }
}
#section2_1_1.active .premium_wp .prem_fea_r { position:absolute; animation:sec2_pm02 2.0s cubic-bezier(.39,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec2_pm02 {
		0% { opacity:0; right:0; }
		100% { opacity:1; right:-45px}
}



#section2_1_2 { position:relative; margin:0 auto; height:100vh !important; z-index:3; display:flex; align-items: center;}
#section2_1_2 .fp-tableCell { height:auto !important; display:flex; align-items: center; justify-content: center; flex-wrap:wrap;}
#section2_1_2 .premium_pz_wp { position:relative; width:100%; height:660px; opacity:0; z-index:1; transition: all 0.3s ease; padding-top:150px; }

#section2_1_2 .premium_pz_wp .slide_ct_inner { position:absolute; right:0; width:1785px }
#section2_1_2 .premium_pz_wp .slide_ct_inner .nav_wp { position:relative; width:1650px; z-index:9999 }
#section2_1_2 .premium_pz_wp .slide_ct_inner .nav_wp .nav { position:absolute; right:0; top:-10px; }
#section2_1_2 .premium_pz_wp .slide_ct_inner .nav_wp .nav li { position:relative; font-family:'Libre Baskerville'; color:#000; font-size:1.5em; display:block; letter-spacing:0.03em; padding:8px 70px 8px 0; border-bottom:1px solid #000; cursor:pointer}
#section2_1_2 .premium_pz_wp .slide_ct_inner .nav_wp .nav li.on:after { position:absolute; right:1px; top:50%; width:12px; height:12px; border-radius:50%; margin:-6px 0 0 0; display:block; content:''; background:#000}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct { width:1350px !important}

#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx {
    position: relative;
    display: flex;
    align-items: flex-end;
}

#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .lt { position:relative; width:440px;}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .lt .tit { font-family:'Libre Baskerville'; color:#000; font-size:3.7em; font-weight:700}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .lt .s_txt { font-family: 'Noto Sans KR', serif; letter-spacing:-0.03em; font-weight:400; font-size:1.45em; line-height:1.3; margin-top:20px;}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .lt .s_txt em {
    display: block;
    font-size: 1.3em;
    font-weight: 500;

}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt { position:relative;  }
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty01 ul li { position:relative; font-size:1.0em; font-weight:400; margin:3px 0; padding-left:10px; font-family: 'Noto Sans KR', serif;}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty01 ul li:before { position:absolute; left:0; top:50%; width:4px; height:4px; border-radius:50%; margin:-2px 0 0 0; display:block; content:''; background:#000}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 { position:relative;  display:flex; width:870px; flex-wrap:wrap;}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box { position:relative; width:50%; }
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box:nth-of-type(3), 
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box:nth-of-type(4){ margin-top:12px; }
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box p { font-size:1.0em; font-weight:500 }
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box ul { margin-top:4px }
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box ul li { position:relative; font-size:0.90em; font-weight:400; margin:2px 0; padding-left:10px; font-family: 'Noto Sans KR', serif;}
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box ul li:before { position:absolute; left:0; top:50%; width:4px; height:4px; border-radius:50%; margin:-2px 0 0 0; display:block; content:''; background:#000}

#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slide_ct .pz_prm_pic { margin-top:55px; }

#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slick-dots li button { text-indent:-5000px; font-size:0; }
#section2_1_2 .premium_pz_wp .slide_ct_inner .slider .slick-dots li button:before { display:block; content:'SPACE'; font-size:1.0em; }


#section2_1_2 .prpz_bg { position:absolute; left:0; top:0; width:100%; height:100%; background:#fff; background-size:cover; z-index:0; background-attachment: fixed;}
#section2_1_2 .prpz_bg .color_bg { position:absolute; left:0; bottom:0; width:100%; height:30%; background:#eee9d8 }

#section2_1_2.active .premium_pz_wp { opacity:1; transition: all 0.5s ease;}
#section2_1_2.active .premium_pz_wp .slide_ct_inner { animation:sec2_pm03 1.5s cubic-bezier(.39,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec2_pm03 {
		0% { opacity:0; top:220px;  }
		100% { opacity:1; top:150px; }
}

#section2_2 { position:relative; margin:0 auto; height:100vh !important; width:100%; background:#0c2137; z-index:2;}
#section2_2 .fp-tableCell { height:auto !important}
#section2_2 .overview { position:relative; background-color: #fff; width:100%; height:100%; z-index:1; transition: all 0.4s ease; opacity:0;}
#section2_2 .overview .inner { position:relative; width:100%; height:100%; display:flex; align-items: center;}
#section2_2 .overview .inner .overview_bg { width:100%; height:100vh; background:url(../images/bg_overview_new1.jpg) no-repeat right center #0c2137; background-size:cover; z-index:99; }
#section2_2 .overview .inner .ov_left { position:relative; width:0; display:flex; align-items: flex-start; justify-content: center; flex-direction: column; background:#eee9d8; opacity:0; z-index: 999;  transition: all 0.3s ease; height:100vh; padding:0 4%}
#section2_2 .overview .inner .txt_top { text-align:left; padding-top:85px }
#section2_2 .overview .inner .txt_top p.t1 { font-size:2.6em; color:#000; font-family: 'Noto Serif KR', serif; letter-spacing:-0.03em; font-weight:400} 
#section2_2 .overview .inner .txt_top p.t2 { font-size:1.4em; font-weight:300; color:#000; margin-top:5px; font-family: 'Noto Serif KR', serif; letter-spacing:-0.03em; line-height:1.25} 
#section2_2 .overview .inner .txt_top p.t2 em { display:block; color:rgba(0,0,0,.2); font-size:1.2em; transform:rotate(-45deg); margin:0 30px; font-weight:300}
#section2_2 .overview .inner .txt_bottom { text-align:left; margin-top:45px;}
#section2_2 .overview .inner .txt_bottom p.title { font-size:1.4em; color:#000; letter-spacing:-0.03em; font-weight:400} 
#section2_2 .overview .inner .txt_bottom .ov_box { margin-top:15px;}
#section2_2 .overview .inner .txt_bottom .ov_box ul { border-top:1px solid rgba(0,0,0,1); border-bottom:1px solid rgba(0,0,0,1); padding:10px 0 }
#section2_2 .overview .inner .txt_bottom .ov_box ul:nth-of-type(1) { }
#section2_2 .overview .inner .txt_bottom .ov_box ul li { position:relative; font-size:0.9em; font-weight:400; letter-spacing:-0.03em; font-family: 'Noto Sans KR', serif; color:#000; padding:5px 0 6px 72px; border-bottom:1px solid rgba(0,0,0,.1)}
#section2_2 .overview .inner .txt_bottom .ov_box ul li:nth-of-type(8) { border-bottom:1px solid rgba(0,0,0,0)}
#section2_2 .overview .inner .txt_bottom .ov_box ul li span { position:absolute; left:0; top:5px; font-weight:500 }
#section2_2 .ov_bg { position:absolute; left:0; top:0; width:100%; height:100vh; background:url(../images/bg_overview_new.jpg) no-repeat center center #0c2137; background-size:cover; background-attachment: fixed;}


#section2_2.active .overview { opacity:1; transition: all 0.4s ease;}

#section2_2.active .overview .inner .overview_bg { animation:sec2_2_1 1.5s cubic-bezier(.45,.01,0,1) 0.0s 1 forwards;} 
@keyframes sec2_2_1 {
		0% { opacity:1; width:100%;}
		100% { opacity:1; width:71%; }
}

#section2_2.active .overview .inner .ov_left  { opacity:0; animation:sec2_2_01 1.5s cubic-bezier(.38,.01,0,1) 1.0s 1 forwards;} 
@keyframes sec2_2_01 {
		0% { opacity:0; width:0;}
		100% { opacity:1; width:29%;}
}


#section2_2.active .overview .inner .ov_left .txt_top { opacity:0; animation:sec2_2_an001 1.7s cubic-bezier(.39,.01,0,1) 1.5s 1 forwards;} 
@keyframes sec2_2_an001 {
		0% { opacity:0; }
		100% { opacity:1; }
}

#section2_2.active .overview .inner .ov_left .txt_bottom { opacity:0; animation:sec2_2_an002 1.7s cubic-bezier(.39,.01,0,1) 1.5s 1 forwards;} 
@keyframes sec2_2_an002 {
		0% { opacity:0; }
		100% { opacity:1; }
}



#section2_3 { position:relative; margin:0 auto; height:100vh !important; background:#111; z-index:2 }
#section2_3 .fp-tableCell { height:auto !important}
#section2_3 .premium { position:relative; width:100%; height:610px; display:flex; align-items: center; justify-content: flex-start;  opacity:0; z-index:1; transition: all 0.2s ease; transition-delay:0.1s;}
#section2_3 .premium .inner { position:relative; width:100%; height:610px; padding-left:14.3%; display:flex; align-items: center; justify-content: flex-start; }
#section2_3 .premium .inner .top_txt { position:relative; text-align:left; font-family:'Libre Baskerville'; color:#fff; z-index:2; padding-left:7%;}
#section2_3 .premium .inner .top_txt .po_logo {}
#section2_3 .premium .inner .top_txt .po_logo img { width:inherit; height:22px; opacity:.3}
#section2_3 .premium .inner .top_txt .et01 { font-size:3.0em; margin-top:8px;}
#section2_3 .premium .inner .top_txt .et02 { position:relative; font-size:2.1em; margin-top:0; letter-spacing:0.05em; padding-right:100px;}
#section2_3 .premium .inner .top_txt .et02 em.a1 { font-size:0.7em; margin-right:18px }
#section2_3 .premium .inner .top_txt .prev_pic { position:relative; margin-top:150px; width:530px; }
#section2_3 .premium .inner .top_txt .prev_pic .slick-prev,
#section2_3 .premium .inner .top_txt .prev_pic .slick-next { display:none !important }
/*#section2_3 .premium .inner .top_txt .et02:after { display:block; position:absolute; right:55px; bottom:-11px; content:'.'; font-size:1.8em; }*/
#section2_3 .premium .inner .top_txt .poz_cir { position:absolute; right:132px; top:200px; width:114px; height:114px; background:url(../images/poz_cir.png) no-repeat center center; }

#section2_3 .premium .inner .top_txt .poz_cir .rt_txt { position:absolute; left:50%; top:50%; margin:-57px 0 0 -57px; width:114px; height:114px; animation: 8s linear infinite rotate; transform: rotate(0deg)}
@keyframes rotate {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}


}



.circle {

            position: absolute;

            top: 0; 

            left: 0; 

            width: 150px; 

            height: 150px; 

            border-radius: 50%; 

            transform: translate(-50%, -50%);
			transition: all 0.6s cubic-bezier(.46,.01,0,1); transition-delay:0.00001s;
}
		
		
#section2_3 .premium .inner .section_wp { position:relative; display:flex; align-items: flex-start; justify-content: flex-start; width:760px; height:auto; z-index:1; flex-direction: column; }
#section2_3 .premium .inner .section_wp .sec_area { position:relative; width:100%;}
#section2_3 .premium .inner .section_wp .sec_area .prem_box { position:relative; padding-bottom:0; text-align:center; display:flex; align-items: center; justify-content: flex-start; border-bottom:1px solid rgba(255,255,255,.1); padding:32px 0;}
#section2_3 .premium .inner .section_wp .sec_area:nth-of-type(1) .prem_box { padding:0 0 32px 0 }
#section2_3 .premium .inner .section_wp .sec_area:nth-of-type(4) .prem_box { padding:32px 0 0 0; border-bottom:none}
#section2_3 .premium .inner .section_wp .sec_area .prem_box .num { color:#fff; font-size:2.6em; width:140px; }
#section2_3 .premium .inner .section_wp .sec_area .prem_box .num .tl { color:#fff; font-size:0.38em; letter-spacing:0.05em; font-weight:300 }
#section2_3 .premium .inner .section_wp .sec_area .prem_box .prem_txt { position:relative; color:rgba(255,255,255,1); font-size:1.15em; padding-left:30px; text-align:left;}
#section2_3 .premium .inner .section_wp .sec_area .prem_box .prem_txt:before { position:absolute; left:10px; top:50%;  display:block; width:30px; height:30px; content:'|'; font-size:0.8em; font-weight:100; color:rgba(255,255,255,.4); transform:rotate(-45deg); margin:-20px 0 0 -10px;}
#section2_3 .premium .inner .section_wp .sec_area .prem_box .prem_t_list { position:relative; margin-left:auto; width:390px; }
#section2_3 .premium .inner .section_wp .sec_area .prem_box .prem_t_list li { position:relative; font-size:0.9em; color:rgba(255,255,255,.7); font-weight:300; text-align:left; margin:2px 0; font-family:'Noto Sans KR'; }
#section2_3 .premium_bg { position:absolute; left:0; top:0; width:100%; height:100vh; background:#004962; background-size:cover; z-index:0; background-attachment: fixed;}

#section2_3.active .premium {opacity:1; transition: all 0.2s ease;}

#section2_3.active .premium .inner .top_txt { opacity:0; animation:sec2_3_an001 1.7s cubic-bezier(.35,.01,0,1) 0.7s 1 forwards;} 
@keyframes sec2_3_an001 {
		0% { opacity:0; left:80px}
		100% { opacity:1; left:0}
}

#section2_3.active .premium .inner .top_txt .prev_pic .pic1 {opacity:0; animation:sec2_3_an_pic1 3s cubic-bezier(.35,.01,0,1) 2s infinite forwards; }
@keyframes sec2_3_an_pic1 {
		0% { opacity:0; }
		20% { opacity:1;}
		80% { opacity:1;}
		100% { opacity:0; }
}

#section2_3.active .premium .inner .section_wp  { opacity:0; animation:sec2_3_an002 1.7s cubic-bezier(.39,.01,0,1) 0.7s 1 forwards;} 
@keyframes sec2_3_an002 {
		0% { opacity:0; right:80px}
		100% { opacity:1; right:0}
}


#section3 { position:relative; height:1950px !important; background:#eee9d8; display:flex; align-items: flex-start; justify-content: center; z-index:2; background-attachment: fixed;}
#section3 .fp-tableCell { height:auto !important; display:flex; align-items: flex-start;; justify-content: center;}
#section3 .inner01 { position:relative; width:1560px; height:auto; display:flex; align-items: flex-start; opacity:0; transition: all 0.2s ease; transition-delay:0.2s; z-index:2; padding-top:250px;}
#section3 .inner01 .left_ct { position:relative; width:50%; text-align:center}
/*#section3 .bp_modal { position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.5); z-index:9999; display:none }
#section3 .bp_modal.active { display:block; animation:sec3_modal 1.0s ease 0.2s 1 forwards; opacity:0;}
@keyframes sec3_modal {
		0% { opacity:0;   }
		100% { opacity:1; }
}
#section3 .bp_modal.active .bp_pic { position:absolute; left:50%; top:50%; width:582px; height:844px; margin:-422px 0 0 -291px; animation:sec3_modal1 1.0s cubic-bezier(.51,.01,0,1) 0.5s 1 forwards; opacity:0;}
@keyframes sec3_modal1 {
		0% { opacity:0; margin:-372px 0 0 -291px   }
		100% { opacity:1; margin:-422px 0 0 -291px}
}
#section3 .bp_modal .bp_pic .close_bp { position:absolute; left:50%; bottom:-20px; width:40px; height:40px; background:url(../images/bt-close.png) no-repeat center center; background-size:cover; cursor:pointer; z-index:999 }*/
#section3 .inner01 .left_ct .fen_pic { position:relative; opacity:0; padding-top:80px; transition: all 0.2s ease;}
#section3 .inner01 .left_ct .fen_pic.active { opacity:1; transition: all 0.7s ease; padding-top:0;}
#section3 .inner01 .left_ct .fen_pic #circle {
  width: 20px;
  height: 20px;
  background-color: red;
  opacity:.4;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin:-10px 0 0 -10px;
}
#section3 .inner01 .left_ct .fen_pic em { margin-top:15px; font-size:1.1em; font-weight:400; color:#000; text-align:center; display:block; font-family:'Noto Sans KR'; }
#section3 .inner01 .left_ct .fen_txt { margin-top:40px; text-align:center; font-size:1.05em; font-weight:400; line-height:1.9; color:#000; }
#section3 .inner01 .left_ct .fen_txt1 { margin-top:50px; background:url(../images/ic-po.png) no-repeat center top; background-size:51px 11px; padding-top:60px; text-align:center; font-size:0.9em; font-weight:400; line-height:1.8; color:#7b7b7b; font-family:'Noto Sans KR', serif;}
#section3 .inner01 .left_ct .fen_txt1 em { font-weight:500; color:#111; }
#section3 .inner01 .left_ct .fen_pic01 { margin-top:350px; opacity:0; transition: all 0.2s ease;}
#section3 .inner01 .left_ct .fen_pic01.active { opacity:1; transition: all 0.7s ease; margin-top:250px;}
#section3 .inner01 .left_ct .fen_txt2 { margin-top:30px; text-align:center; font-size:1.05em; font-weight:400; line-height:1.9; color:#000; font-family:'Noto Sans KR'; line-height:1.5}
#section3 .inner01 .right_ct { position:relative; width:50%; height:100vh}
#section3 .inner_bg { position:absolute; left:0; top:0; width:100%; height:100%; z-index:0; opacity:0; transition: all 1.5s ease;}
#section3 .inner_bg .bg { 
  position: sticky !important;
  top: 0;
  width: 100%;
  height: 100vh;
  background:url(../images/myeong_bg.jpg) no-repeat right center;}
#section3 .inner_bg.active { opacity:1; transition: all 1.5s ease; transition-delay:0.2s; }
#section3 .inner01 .right_ct .fen_pic1 { margin-left:60px;}
#section3 .inner01 .right_ct .fen_txt1 { margin-top:80px; text-align:center; font-size:1.2em; font-weight:400; line-height:1.6; font-family: 'Noto Serif KR', serif;}
#section3 .inner01 .right_ct .fen_txt1 em { font-weight:700; font-size:1.5em; letter-spacing:-0.03em; margin-top:10px; }
#section3 .inner01 .right_ct .fen_line { position:absolute; right:50.1%; bottom:-480px; width:1px; height:400px; background:rgba(0,0,0,.1); }
#section3 .inner01 .right_ct .fen_line .cir { width:11px; height:11px; background:#c2b1a7; position:absolute; left:-5px; top:250px; border-radius:50%}

#section3_1 { position:relative; height:1100px !important; background:#eee9d8; display:flex; align-items: center; justify-content: flex-start; z-index:2; background-attachment: fixed;}
#section3_1 .fp-tableCell { height:auto !important}
#section3_1 .inner02 { position:relative; height:647px;text-align:center; padding:150px 12% 0 12%; display:flex; align-items: flex-start; justify-content: flex-start; flex-wrap:wrap; opacity:0; transition: all 0.2s ease; transition-delay:0.2s;}
#section3_1 .inner02 .fen_line { position:absolute; right:28.7%; top:-175px; width:1px; height:210px; background:rgba(0,0,0,.1); }
#section3_1 .inner02 .fen_line .cir { width:11px; height:11px; background:#c2b1a7; position:absolute; left:-5px; top:150px; border-radius:50%}
#section3_1 .inner02 .fen_left { width:auto; text-align:left;}
#section3_1 .inner02 .fen_left .fen_loc_title .fen_loc_tl {font-size:3.6em; line-height:1.2; font-family:'Libre Baskerville';}
#section3_1 .inner02 .fen_left .fen_loc_title .fen_loc_tl_s {font-size:1.6em; line-height:1.2; font-family:'Noto Serif KR', serif; color:rgba(0,0,0,.9); margin-top:12px}

#section3_1 .inner02 .fen_right { width:auto; text-align:right; padding:80px 0 0 0; margin-left:auto; margin-right:0;}
#section3_1 .inner02 .fen_right .fen_loc_txt { position:relative; text-align:right; font-family:'Noto Sans KR', serif; line-height:1.9; font-weight:300}
#section3_1 .inner02 .fen_right .fen_loc_txt em { font-weight:500 }


#section3_1 .inner02 .fen_pic_loc {display:flex; align-items: flex-end; justify-content: space-between; margin-top:-40px;}
#section3_1 .inner02 .fen_pic_loc img {  transition: all 0.2s ease; width:auto }
#section3_1 .inner02 .fen_pic_loc img.img01 { width:33%;  }
#section3_1 .inner02 .fen_pic_loc img.img02 { width:57%; padding-right:100px;}


#section3.active .inner01 { opacity:1; transition: all 0.2s ease; }





#section3_1.active .inner02 { opacity:1; transition: all 0.3s ease; }

#section3_1.active .inner02 .fen_line { height:0; background:rgba(0,0,0,1);  animation:sec3_an17 2.1s cubic-bezier(.51,.01,0,1) 0s 1 forwards; opacity:0;  z-index:9}
@keyframes sec3_an17 {
		0% { opacity:0; height:0; background:rgba(0,0,0,1);}
		100% { opacity:1; height:210px; background:rgba(0,0,0,.1);}
}

#section3_1.active .inner02 .fen_line .cir { top:90px; animation:sec3_an18 2.2s cubic-bezier(.51,.01,0,1) 0.2s 1 forwards; opacity:0;}
@keyframes sec3_an18 {
		0% { opacity:0; top:0px;}
		10% { opacity:1; top:10px;}
		100% { opacity:1; top:150px;}
}

#section3_1.active .inner02 .fen_left { width:auto%; animation:sec3_an19 1.0s ease 0.5s 1 forwards;  opacity:0;}
@keyframes sec3_an19 {
		0% { opacity:0; margin-left:50px; }
		100% { opacity:1; margin-left:0; }
}


#section3_1.active .inner02 .fen_right { animation:sec3_an20 1.0s ease 0.5s 1 forwards; opacity:0;}
@keyframes sec3_an20 {
		0% { opacity:0; margin-right:50px; }
		100% { opacity:1; margin-right:0; }
}

#section3_1.active .inner02 .fen_pic_loc {  animation:sec3_an_img1 1.1s ease 0.8s 1 forwards;  opacity:0;}
@keyframes sec3_an_img1 {
		0% { opacity:0; transform: scale(0.6); }
		100% { opacity:1; transform: scale(1.0);}
} 

/*
#section3_1.active .inner02 .fen_pic_loc { animation:sec3_an21 1.8s cubic-bezier(.39,.01,0,1) 0.0s 1 forwards; opacity:0;}
@keyframes sec3_an21 {
		0% { opacity:0; transform: scale(0.2); }
		100% { opacity:1; transform: scale(1.0);}
}
*/
@media all and (max-width: 1800px) {
	#section3_1 .inner02 .fen_right { margin-right:-30px;}
}

@media all and (max-width: 1700px) {

	#section3_1.active .inner02 .fen_loc_title {}

	#section3_1.active .inner02 .fen_line { right:25.7%; }
	
}

@media all and (max-width: 1600px) {
	#section3 .inner01 {padding:0 5% 0 23%;}
    #section3 .inner01 .right_ct { padding:110px 11% 0 11%;}
	#section3_1 .inner02 {padding:0 5% 0 23%; }

	#section3_1 .inner02 .fen_line { right:22.7%; }
		
}
@media all and (max-width: 1450px) {
    #section3 .inner01 {padding:0 3% 0 23%;}
    #section3 .inner01 .right_ct { padding:110px 2% 0 2%;}
	#section3 .inner01 .right_ct .fen_pic1 img { width:200px}
	#section3_1 .inner02 .fen_line { right:19.3%; }
	
	
}

@media all and (max-width: 1400px) {

	#section3_1 .inner02 .fen_line { right:19.3%; }
}

@media all and (max-width: 1300px) {
	#section3 { height:auto !important; overflow-x:hidden}
	#section3_1 { overflow-x:hidden}
	#section3 .inner01 .right_ct { width:auto; padding:110px 0 0 0;}
	#section3.active .inner01 .right_ct { width:200px; padding:110px 0 0 0;}
	#section3 .inner01 .right_ct .fen_pic1 { margin-left:20px;}
	#section3.active .inner01 .right_ct .fen_pic1 { margin-left:20px;}


	#section3_1 .inner02 .fen_line { right:19.0%; top:-296px;}
	
}

@media all and (max-width: 1250px) {
#section3_1 .inner02 .fen_loc_txt { position:relative; text-align:left; font-size:0.9em; line-height:1.6; padding-top:20px;}
#section3_1 .inner02 .fen_pic_loc { top:320px;}
}




@media all and (max-width:1001px) {
	
#section3 { position:relative; height:auto !important; background:#f4f2e8; z-index:2}
#section3 .fp-tableCell { height:auto !important; width:100%;}
#section3 > * { animation:none }
#section3 .inner01 { position:relative; width:auto; height:auto !important; display:block; opacity:0; transition: all 0.3s ease; transition-delay:0s; padding:120px 10% 0 10%}
#section3.active .inner01 .left_ct { position:relative; left:0 !important; top:auto !important; width:100%;}
#section3 .inner01 .left_ct .fen_pic { width:100% }
#section3 .inner01 .left_ct .fen_pic img { width:100% }
#section3 .inner01 .left_ct .fen_pic em { margin-top:15px; font-size:0.9em; font-weight:400; color:#000; text-align:center; display:block; font-family:'Noto Sans KR'; }
#section3 .inner01 .left_ct .fen_txt { margin-top:20px; text-align:center; font-size:1.0em; font-weight:400; line-height:1.7; word-break:keep-all; }
#section3 .inner01 .right_ct { position:relative; right:auto; top:auto; width:100%;}
#section3 .inner01 .right_ct .fen_txt1 { margin-top:80px; text-align:center; font-size:1.4em; font-weight:400; line-height:1.6; font-family: 'Noto Serif KR', serif;}
#section3 .inner01 .right_ct .fen_txt1 em { font-weight:700; font-size:1.05em }
#section3 .inner01 .right_ct .fen_pic1 { margin-top:50px !important; text-align:center}
#section3 .inner01 .right_ct .fen_pic1 img  { width:250px;}
#section3_1 { height:auto !important; overflow:visible }
#section3_1 .fp-tableCell { height:auto !important}
#section3_1 .inner02 { position:relative; display:block; width:100%; height:auto;text-align:center; padding-bottom:100px; padding-top:0; }
#section3_1 .inner02 .fen_line { position:absolute; right:49.9% !important; top:-80px; width:1px; height:205px !important; background:rgba(0,0,0,.1); z-index:99}
#section3_1.active .inner02 .fen_line .cir { top:90px; animation:sec3_an18_mo 1.9s cubic-bezier(.51,.01,0,1) 0.2s 1 forwards; opacity:0;}
@keyframes sec3_an18_mo {
		0% { opacity:0; top:0px;}
		100% { opacity:1; top:195px;}
}



#section3_1 .inner02 .fen_loc_title { position:relative !important; width:100% !important; left:auto !important; text-align:center }
#section3_1 .inner02 .fen_loc_title .fen_loc_tl {font-size:2.3em; line-height:1.2; font-family:'Libre Baskerville';}
#section3_1 .inner02 .fen_loc_title .fen_loc_tl_s {font-size:0.9em; line-height:1.2; font-family:'Libre Baskerville'; color:rgba(0,0,0,.3); margin-top:10px}
#section3_1 .inner02 .fen_pic_loc { position:relative !important; left:auto !important; top:auto !important; margin-top:50px; }
}



#section4 { position:relative; height:100vh !important; background:#000; display:flex; align-items: center; justify-content: flex-start; z-index:2; background-attachment: fixed;}
#section4 .fp-tableCell { height:auto !important}
#section4 .inner { position:relative; width:100%; height:535px; opacity:0; transition: all 0.3s ease; transition-delay:0.2s;}
#section4 .inner .left_ct { position:absolute; left:25%; width:650px; border-right:1px solid rgba(255,255,255,.1); height:535px; display:flex; align-items: flex-end; justify-content: flex-start;}
#section4 .inner .right_ct { position:absolute; right:13%; width:530px; height:535px; }
#section4 .inner .right_ct .contact_tl { text-align:right }
#section4 .inner .right_ct .contact_tl p img { opacity:.5 }
#section4 .inner .right_ct .contact_tl .txt { color:#fff; font-size:3.5em; margin-top:20px; }
#section4 .inner .right_ct .contact_info { position:absolute; left:120px; bottom:0; }
#section4 .inner .right_ct .contact_info .tl { font-size:1.5em; font-weight:500; color:#fff }
#section4 .inner .right_ct .contact_info .tx_add { font-size:1.12em; font-weight:300; color:rgba(255,255,255,.7); margin-top:10px; font-family:'Noto Sans KR'; }
#section4 .inner .right_ct .contact_info .go_map { margin-top:40px; }
#section4 .inner .right_ct .contact_info .go_map li { margin:20px 0; padding-left:35px; }
#section4 .inner .right_ct .contact_info .go_map li a { position:relative; display:inline-block; color:#fff; font-size:1.3em; font-weight:400; padding-bottom:3px; border-bottom:1px solid rgba(255,255,255,.3) }
#section4 .inner .right_ct .contact_info .go_map li a.naver:before { position:absolute; left:-36px; top:3px; width:20px; height:28px; background:url(../images/spot_n.png) no-repeat center center; display:block; content:''; }
#section4 .inner .right_ct .contact_info .go_map li a.kakao:before { position:absolute; left:-36px; top:3px; width:22px; height:29px; background:url(../images/spot_k.png) no-repeat center center; display:block; content:''; }
#section4 .inner .right_ct .contact_info .go_map li a.naver:hover:before { background:url(../images/spot_n_ov.png) no-repeat center center; display:block; content:''; }
#section4 .inner .right_ct .contact_info .go_map li a.kakao:hover:before { background:url(../images/spot_k_ov.png) no-repeat center center; display:block; content:''; }

#section4.active .inner { position:relative; width:100%; height:535px; opacity:1; transition: all 0.2s ease;}
#section4.active .inner .left_ct { position:absolute; animation:sec4_an1 1.6s cubic-bezier(.51,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec4_an1 {
		0% { opacity:0; padding-left:90px; }
		100% { opacity:1;  padding-left:0;}
}

#section4.active .inner .right_ct { animation:sec4_an2 1.6s cubic-bezier(.51,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec4_an2 {
		0% { opacity:0; padding-right:90px; }
		100% { opacity:1;  padding-right:0;}
}
.gallery_tel {
    font-family: 'Noto Sans KR';
    color: #fff !important;
    font-size: 2em !important;
    position: relative;
    top: 10px;
}


@media all and (max-width:1800px) {
#section4 .inner .left_ct { width:650px;}
#section4 .inner .right_ct { right:10%; width:470px; }
	
}

@media all and (max-width:1700px) {
#section4 .inner .left_ct { width:620px; left:25%;}
#section4 .inner .right_ct { right:10%; width:470px; }
	
}

@media all and (max-width:1600px) {
#section4 .inner .left_ct { width:590px;}
#section4 .inner .right_ct { right:13%; width:450px; }
	
}

@media all and (max-width:1500px) {
#section4 .inner .right_ct { right:8%; width:350px; }
#section4 .inner .right_ct .contact_tl .txt { color:#fff; font-size:3.0em; margin-top:30px; }
#section4 .inner .right_ct .contact_info { left:40px; bottom:0; }
	
}

@media all and (max-width:1400px) {
#section4 .inner .right_ct { right:7%; width:330px; }
#section4 .inner .right_ct .contact_tl .txt { color:#fff; font-size:2.2em; margin-top:20px; }
#section4 .inner .right_ct .contact_info { left:50px; bottom:0; }
	
}

@media all and (max-width:1300px) {
	#section4 .inner { height:455px; }
#section4 .inner .left_ct { width:530px; height:455px;}
#section4 .inner .left_ct img { width:85% }	
#section4 .inner .right_ct { height:455px;}
}
@media all and (max-width:1200px) {
	#section4 { position:relative; height:860px !important;}
	#section4 .inner { height:390px; }
#section4 .inner .left_ct { width:450px; height:390px;}
#section4 .inner .left_ct img { width:85% }	
#section4 .inner .right_ct { height:390px;}
#section4 .inner .right_ct .contact_info .tl { font-size:1.2em; font-weight:500; color:#fff }
#section4 .inner .right_ct .contact_info .tx_add { font-size:0.95em; }
#section4 .inner .right_ct .contact_info .go_map { margin-top:30px; }
#section4 .inner .right_ct .contact_info .go_map li { margin:15px 0; padding-left:30px; }
#section4 .inner .right_ct .contact_info .go_map li a { position:relative; display:inline-block; color:#fff; font-size:0.95em; font-weight:500; padding-bottom:3px; border-bottom:1px solid rgba(255,255,255,.3) }

}

@media all and (max-width:1001px) {
	
	#section4 { position:relative; height:auto !important; background:#004962; display:block; padding:100px 10%; z-index:2; overflow-x:hidden}

#section4 .inner { position:relative; width:100%; height:auto !important; opacity:0; transition: all 0.3s ease; transition-delay:0s;}
#section4 .inner .left_ct { position:relative !important; left:auto; width:100%; border-bottom:1px solid rgba(255,255,255,.1); height:auto; border-right:none; padding-bottom:60px;}
#section4 .inner .left_ct img { width:100% }
#section4 .inner .right_ct { position:relative !important; right:auto; width:100%; height:auto !important; padding-top:60px; }
#section4 .inner .right_ct .contact_tl { text-align:right }
#section4 .inner .right_ct .contact_tl img { height:15px;}
#section4 .inner .right_ct .contact_tl .txt { color:#fff; font-size:2.0em; margin-top:10px; }
#section4 .inner .right_ct .contact_info { position:relative; left:auto; bottom:auto; margin-top:80px; }
#section4 .inner .right_ct .contact_info .tl { font-size:1.2em; font-weight:500; color:#fff }
#section4 .inner .right_ct .contact_info .tx_add { font-size:0.95em; font-weight:300; color:rgba(255,255,255,.6); margin-top:10px; font-family:'Noto Sans KR'; }
#section4 .inner .right_ct .contact_info .go_map { margin-top:40px; }
#section4 .inner .right_ct .contact_info .go_map li { margin:20px 0; padding-left:30px; }
#section4 .inner .right_ct .contact_info .go_map li a { position:relative; display:inline-block; color:#fff; font-size:0.9em; font-weight:500; padding-bottom:3px; border-bottom:1px solid rgba(255,255,255,.3) }
#section4 .inner .right_ct .contact_info .go_map li a.naver:before { position:absolute; left:-30px; top:0; width:20px; height:28px; background:url(../images/spot_n.png) no-repeat center center; display:block; content:''; }
#section4 .inner .right_ct .contact_info .go_map li a.kakao:before { position:absolute; left:-30px; top:0; width:22px; height:29px; background:url(../images/spot_k.png) no-repeat center center; display:block; content:''; }
#section4 .inner .right_ct .contact_info .go_map li a.naver:hover:before { background:url(../images/spot_n_ov.png) no-repeat center center; display:block; content:''; }
#section4 .inner .right_ct .contact_info .go_map li a.kakao:hover:before { background:url(../images/spot_k_ov.png) no-repeat center center; display:block; content:''; }

#section4.active .inner { position:relative; width:100%; height:535px; opacity:1; transition: all 0.2s ease;}
#section4.active .inner .left_ct { position:absolute; animation:sec4_an1 1.6s cubic-bezier(.51,.01,0,1) 0.5s 1 forwards; opacity:0}

}

#section5 { position:relative; height:100vh !important; background:url(../images/bg_register_new.jpg) no-repeat center center #004962; background-size:cover; border-top:1px solid rgba(255,255,255,.1) ; z-index:2; background-attachment: fixed;}
#section5 .fp-tableCell { height:auto !important}
#section5 .inner { position:relative; width:100%; height:680px;  opacity:0; transition: all 0.2s ease; transition-delay:0.0s; padding-top:40px;}
#section5 .inner .regist_tl { position:absolute; top: 15%; left:18%; width:330px; }
#section5 .inner .regist_tl { text-align:left }
#section5 .inner .regist_tl .txt_k { color:rgba(255,255,255,.4); font-size:1.5em; }
#section5 .inner .regist_tl .txt_e { color:#fff; font-size:3.5em; margin-top:20px; }
#section5 .inner .regist_input { position:absolute; right:12%; top: 12%; width:810px; margin-left:auto }

#section5.active .inner { opacity:1; transition: all 0.2s ease;}
#section5.active .inner .regist_tl { animation:sec5_an1 1.3s cubic-bezier(.51,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec5_an1 {
		0% { opacity:0; padding-left:90px; }
		100% { opacity:1;  padding-left:0;}
}

#section5.active .inner .regist_input { animation:sec5_an2 1.3s cubic-bezier(.51,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes sec5_an2 {
		0% { opacity:0; padding-right:90px; }
		100% { opacity:1;  padding-right:0;}
}



@media all and (max-width:1700px) {
	#section5 .inner .regist_tl {left:20%;  }
	#section5 .inner .regist_input { right:6.9%; }
	
}

@media all and (max-width:1600px) {

	#section5 .inner .regist_tl {left:18%;  }
	#section5 .inner .regist_input { right:5%; }
	#section5 .inner .regist_tl .txt_k { color:rgba(255,255,255,.3); font-size:1.3em; }
	#section5 .inner .regist_tl .txt_e { color:#fff; font-size:3.0em; margin-top:17px; }
	
}

@media all and (max-width:1500px) {

	#section5 .inner .regist_tl {left:13%;  }
	#section5 .inner .regist_input { right:5%; }
	#section5 .inner .regist_tl .txt_k { color:rgba(255,255,255,.3); font-size:1.0em; }
	#section5 .inner .regist_tl .txt_e { color:#fff; font-size:2.0em; margin-top:10px; }
	
}

@media all and (max-width:1400px) {
	#section5 { position:relative; height:957px !important; background:url(../images/bg_register.jpg) no-repeat center center #004a61; background-size:cover; border-top:1px solid rgba(255,255,255,.1) ; z-index:2; overflow-x:hidden}
	#section5 .fp-tableCell { height:auto !important}
	#section5 .inner { position:relative; width:100%; height:957px; }

	#section5 .inner .regist_tl {left:auto; right:5%; top:65px; }
	#section5 .inner .regist_input { right:5%; top:160px; }
	#section5 .inner .regist_tl .txt_k { color:rgba(255,255,255,.3); font-size:1.0em; }
	#section5 .inner .regist_tl .txt_e { color:#fff; font-size:2.2em; margin-top:7px; }
	
}


.block-line { display:flex; align-items: flex-start; justify-content: flex-start; width:100%; }
.set-block {
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px 0;
    min-height: 40px;
	max-width: 100%;
	width:100%;
	margin-bottom:10px;
	background:#fff;
	font-size:0.95em; color:#888;
	font-weight:400;
	border:1px solid #aaa;
}
.mr20 { margin-right:20px; }
.set-block > label {
    display: block;
    flex-shrink: 0;
    color: #000;
    font-size: 0.85em;
	font-weight:200;
    padding: 0 15px 0 15px;
	margin-right:10px;
	width:50px;
	border-right:1px solid #c9c9c9;
    font-weight: 500;
	letter-spacing:-0.03em;
}

.set-field-input.wid01 {
    width: 280px;
}
.set-field-input.wid02 {
    width: 180px;
}
.set-field-input.wid03 {
    width: 80px;
}
.set-field-select { padding:8px 10px; font-size:0.95em; border:none;}
.set-field-input {
    height: 20px;
    padding: 8px 10px 7px 10px;
    font-size: 0.95em;
	border:none;
    border-radius: 0;
    transition: border .1s ease;
}
.set-field-input::placeholder { color:#a8adbd; font-weight:400; font-size:0.95em; font-family:'Noto Sans KR'; line-height:1.0}
.set-field-input::-webkit-input-placeholder { color:#a8adbd; font-weight:400; font-size:0.95em; }
.set-field-input::-ms-input-placeholder { color:#a8adbd; font-weight:400; font-size:0.95em; }
.set-field-input.ml15 { margin-left:15px }

.radio-field {
    display: flex;
    align-items: center;
    padding: 8px 0;
	margin-right:12px;
}
.radio-color {
    width: 18px;
    height: 18px;
    border: 1px solid #bababa;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-position: 50%;
    transition: background .2s ease;
	margin-top:-1px;
}
.radio-color + label {
    font-size: 0.95em;
    margin:-4px 0 0 2px;
	color:#222;
	font-family:'Noto Sans KR';
}
.ml20 {
    margin-left: 20px;
}
.radio-color:checked {
  background: #222 url('../images/ico-radio.svg') 50% no-repeat;
  border-color: #222;
}

.radio-color:checked + label {
	color:#000;
	font-weight:600;
}

.ag_terms { position:relative; background:#fff; padding:20px 20px; height:115px; overflow-y:scroll; border:1px solid #d9d9d9 }
.ag_terms h3 { color:#222; font-weight:500; font-size:1.05em; letter-spacing:-0.03em }
.ag_terms h3.mt { margin-top:20px }
.ag_terms .txt { color:#666; font-weight:400; font-size:0.85em; letter-spacing:-0.03em; margin-top:12px; }
.ag_terms h4 { color:#222; font-weight:500; font-size:0.95em; letter-spacing:-0.03em; margin-top:20px;}
.ag_terms .s_txt { color:#666; font-weight:400; font-size:0.85em; letter-spacing:-0.03em; margin-top:7px; }
.ag_terms .li_tx { margin-top:5px }
.ag_terms .li_tx li { position:relative; padding-left:10px; color:#666; font-weight:400; font-size:0.85em; letter-spacing:-0.03em; margin-top:3px; }
.ag_terms .li_tx li:before { content:'-'; display:block; position:absolute; left:0; top:2px; }
.ag_terms .li_tx1 { margin-top:5px }
.ag_terms .li_tx1 li { position:relative; padding-left:0; color:#666; font-weight:400; font-size:0.85em; letter-spacing:-0.03em; margin-top:3px; }

.ag_wp { padding:15px 0 0 0;}
.agree_check { position:relative; margin-top:7px; font-size:0.85em; color:rgba(0,0,0,.8); letter-spacing:-0.05em; display: flex; justify-content:flex-end; align-items: center; padding:0 20px  }
.agree_check em { margin-right:auto}
.agree_check .checks {position: relative; display:inline-block; vertical-align:middle; margin-left:50px;}
.agree_check .checks.ml30 { margin-left:30px }
.agree_check .checks input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.agree_check .checks input[type="radio"] + label { display: inline-block; vertical-align:middle; position: relative; padding-left:28px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; margin-top:-3px; }
.agree_check .checks input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; text-align: center; background:none; border: 1px solid rgba(0,0,0,.3); border-radius: 100%; box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); }
.agree_check .checks input[type="radio"] + label:after { content: ''; position: absolute; top: 8px; left: 7px; width: 6px; height: 6px; background:rgba(0,0,0,.3); border-radius: 100%; }
.agree_check .checks input[type="radio"] + label:active:before, .checks input[type="radio"]:checked + label:active:before { }
.agree_check .checks input[type="radio"]:checked + label { color:#000; }
.agree_check .checks input[type="radio"]:checked + label:before { background:none; border-color: #000; }
.agree_check .checks input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 8px; left: 7px; width: 6px; height: 6px; background: #000; border-radius: 100%; }
.btn_alc { position:relative; text-align:center; margin-top:25px }
a.submit { display:inline-block; padding:13px 50px; background:#222; color:#fff !important; font-weight:400 !important; letter-spacing:-0.04em !important; font-size:1.0em !important }
a.submit:hover { font-weight:600 !important; background:#000;}

@media all and (max-width:1001px) {
	
#section5 { position:relative; height:auto !important; background:url(../images/bg_register.jpg) no-repeat center center #004a61; background-size:cover; border-top:1px solid rgba(255,255,255,.1) ; z-index:2}
#section5 .fp-tableCell { height:auto !important}
#section5 .inner { position:relative; width:auto !important; height:auto;  opacity:0; transition: all 0.2s ease; transition-delay:0s; padding:100px 5%;}
#section5.active .inner .regist_tl { position:relative; left:inherit; top:inherit; right:inherit; width:100% !important; animation:sec5_an1_mo 1.6s cubic-bezier(.51,.01,0,1) 0.5s 1 forwards; opacity:0}
@keyframes sec5_an1_mo {
		0% { opacity:0; }
		100% { opacity:1; }
}
#section5 .inner .regist_tl { text-align:right }
#section5 .inner .regist_tl .txt_k { color:rgba(255,255,255,.3); font-size:1.0em; }
#section5 .inner .regist_tl .txt_e { color:#fff; font-size:2.0em; margin-top:10px; }
#section5 .inner .regist_input { position:relative; right:inherit; top:inherit; margin-left:0; width:100% !important; margin-top:30px}

#section5.active .inner { opacity:1; transition: all 0.2s ease;}
.block-line { display:block; align-items: flex-start; justify-content: flex-start; width:100%; }
.set-block {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    min-height: 40px;
	margin-bottom:7px;
	background:#fff;
	font-size:0.95em; color:#888;
	font-weight:400;
	width:auto;
	flex-wrap:wrap;
	overflow:hidden;
	padding-left:25%;
}
.mr20 { margin-right:0; }
.set-block > label {
	position:absolute; left:0; top:50%; margin:-11px 0 0 0;
    display: block;
    flex-shrink: 0;
    color: #000;
    font-size: 0.85em;
	font-weight:200;
    padding: 0 0 0 15px;
	margin-right:0;
	width:17%;
	border-right:none;
    font-weight: 500;
	letter-spacing:-0.03em;
	border-right:1px solid #c9c9c9;
}
.set-block .ttx { font-size:0.85em }
.set-field-select { padding:8px 17px 8px 5px; font-size:0.9em; border:none; background:url(../images/down_chevron_icon.svg) no-repeat 90% center #fff; background-size:9px; color:#222; -webkit-appearance:none;-moz-appearance:none; appearance:none}
.set-field-input {
    height: 20px;
    padding: 8px 10px 7px 10px;
    font-size: 0.9em;
	border:none;
    border-radius: 0;
    transition: border .1s ease;
}
.set-field-input.ml15 { margin-left:10px }
.set-field-input::placeholder { color:#a8adbd; font-weight:500; font-size:1.0em; font-family:'Noto Sans KR'; line-height:1.0; letter-spacing:-0.03em;}
.radio-field {
    display: flex;
    align-items: center;
    padding: 3px 0;
	margin-right:15px;
}

.radio-color + label {
    font-size: 0.9em;
    margin:-5px 0 0 4px;
	color:#222;
	font-family:'Noto Sans KR';
}

.set-field-input.wid01 {
    width: 90%;
}
.set-field-input.wid02 {
    width: 100px;
}
.set-field-input.wid03 {
    width: 60px;
}
.ag_terms { position:relative; background:#fff; padding:20px 20px; height:60px; overflow-y:scroll }
.ag_terms h3 { color:#222; font-weight:500; font-size:0.9em; letter-spacing:-0.03em }
.ag_terms .txt { color:#666; font-weight:400; font-size:0.75em; letter-spacing:-0.03em; margin-top:10px; }
.ag_terms h4 { color:#222; font-weight:500; font-size:0.85em; letter-spacing:-0.03em; margin-top:15px;}
.ag_terms .s_txt { color:#666; font-weight:400; font-size:0.75em; letter-spacing:-0.03em; margin-top:5px; }
.ag_terms .li_tx { margin-top:5px; }
.ag_terms .li_tx li { position:relative; padding-left:12px; color:#666; font-weight:400; font-size:0.75em; letter-spacing:-0.03em; margin-top:3px; }
.ag_terms .li_tx li:before { content:'-'; display:block; position:absolute; left:0; top:0; }
.ag_terms .li_tx1 { margin-top:5px; }
.ag_terms .li_tx1 li { position:relative; padding-left:0; color:#666; font-weight:400; font-size:0.75em; letter-spacing:-0.03em; margin-top:3px; }

.agree_check { position:relative; margin-top:10px; font-size:0.8em; letter-spacing:-0.05em;display: flex; justify-content:left; align-items: center; border-bottom:1px solid rgba(255,255,255,.3); padding:20px 0 25px 0; flex-wrap:wrap;}
.agree_check em { display:block; width:100%; margin-bottom:8px;}
.agree_check .checks {position: relative; display:inline-block; vertical-align:middle; margin-left:0;}
.agree_check .checks.ml30 { margin-left:20px }
.agree_check .checks input[type="radio"] { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.agree_check .checks input[type="radio"] + label { display: inline-block; vertical-align:middle; position: relative; padding-left:28px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; margin-top:-3px;}
.agree_check .checks input[type="radio"] + label:before { content: ''; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; text-align: center; background:none; border: 1px solid #38495c; border-radius: 100%; box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); }
.agree_check .checks input[type="radio"] + label:after { content: ''; position: absolute; top: 8px; left: 7px; width: 6px; height: 6px; background: #38495c; border-radius: 100%; }
.agree_check .checks input[type="radio"] + label:active:before, .checks input[type="radio"]:checked + label:active:before { }

/*.agree_check .checks input[type="radio"]:checked + label { color:#fff; }*/
.agree_check .checks input[type="radio"]:checked + label:before { background:none; border-color: #fff; }
.agree_check .checks input[type="radio"]:checked + label:after { content: ''; position: absolute; top: 8px; left: 7px; width: 6px; height: 6px; background: #fff; border-radius: 100%; }
.btn_alc { position:relative; text-align:center; margin-top:15px }


}


.ready { position:absolute; left:50%; top:50%; width:500px; height:120px; color:rgba(0,0,0,.5); font-family: 'Noto Serif KR', serif; font-size:1.8em; margin:60px 0 0 -250px; z-index:11}

.ready1 {
    position: relative;
    width: 100%;
    height: 400px;
    color: rgba(0, 0, 0, .5);
    font-family: 'Noto Serif KR', serif;
    text-align: center;
    padding: 100px 0 0 0
}

.ready1 p.t1 { font-size:1.8em; color:#111; font-weight:200 }
.ready1 p.t2 { font-size:1.8em; color:#111; font-weight:500 }
.ready1 p.t3 { font-size:1.4em; color:#111; font-weight:200; margin-top:40px; }
.banner_list_wp { position:relative; margin-top:30px; border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; height:94px; }
.banner_list_wp .banner_list { position:relative; width:1300px; margin:0 auto; padding-top:10px; }
.banner_list_wp .banner_list .bn_area { position:relative; width:1205px; margin:0 auto; overflow:hidden }
.banner_list_wp .banner_list .bn_area ul { position:relative; overflow:hidden; width:1220px; }
.banner_list_wp .banner_list .bn_area ul li { position:relative; float:left; margin-right:8px;}
.banner_list_wp .banner_list .bn_area ul li a:hover img { opacity:.7 }
.banner_list_wp .banner_list a.btn_prev { position:absolute; left:0; top:23px; z-index:10 }
.banner_list_wp .banner_list a.btn_next { position:absolute; right:0; top:23px; }

#section6 { position:relative; height:290px !important; background:#000; border-top:1px solid rgba(255,255,255,.1); z-index:999}
#section6 .ft_inner { position:relative; width:100%; height:auto;  }
#section6 .ft_inner .ft_logo { position:absolute; left:4.9%; width:84px; height:88px; background:url(../images/logo.png) no-repeat center center; background-size:84px 88px; }
#section6 .ft_inner .add_ar { position:relative; padding-left:21% }
#section6 .ft_inner .add_ar address { }
#section6 .ft_inner .add_ar address span { display:block; color:#fff; font-size:1.1em; font-weight:400; font-family:'Noto Sans KR'; line-height:1.6 }
#section6 .ft_inner .add_ar address span:nth-of-type(2) { margin-top:10px; font-size:1.0 }
#section6 .ft_inner .add_ar address span:nth-of-type(2), #section6 .ft_inner .add_ar address span:nth-of-type(3) { font-size:0.95em; font-weight:300 }


#section6 .ft_inner .add_ar address span em { font-weight:700; font-family:'Montserrat' }
#section6 .ft_inner .add_ar .ft_guide { position:relative; margin-top:20px;}
#section6 .ft_inner .add_ar .ft_guide li { position:relative; font-size:0.85em; color:rgba(255,255,255,.3); font-weight:200; line-height:1.6; padding-left:20px; font-family:'Noto Sans KR'; letter-spacing:-0.03em;}
#section6 .ft_inner .add_ar .ft_guide li:before { position:absolute; left:0; top:0; content:'※'; display:block }
#section6 .ft_inner .ft_info { position:absolute; right:6.9%; text-align:right; top:0; }
#section6 .ft_inner .ft_info .constr_info { display:flex; align-items: center; justify-content: flex-end; color:#fff; font-size:1.1em; font-weight:500; font-family:'Noto Sans KR';}
#section6 .ft_inner .ft_info .constr_info em { color:rgba(255,255,255,.3); font-size:0.7em; margin:0 10px 0 20px; font-weight:300}
#section6 .ft_inner .ft_info .copyr { margin-top:35px; font-weight:500; font-family:'Montserrat'; font-size:0.9em; color:#fff; line-height:1.5}



@media all and (max-width:1600px) {
	a.go_top { right:5% }
}

@media all and (max-width:1600px) {
	#section6 .ft_inner .add_ar { position:relative; padding-left:23% }
	#section6 .ft_inner .ft_info { position:absolute; right:5%; text-align:right; top:0; }
}





@media all and (max-width:1001px) {
	
	#section6 { position:relative; height:470px !important; background:#004962; border-top:1px solid rgba(255,255,255,.1); z-index:999}
#section6 .ft_inner { position:relative; width:auto; height:auto;  padding:0 10px;}
#section6 .ft_inner .ft_logo { position:relative; left:inherit; width:100%; height:50px; background:url(../images/logo.png) no-repeat center center; background-size:48px 50px; }
#section6 .ft_inner .add_ar { position:relative; padding-left:0; text-align:center;  margin:20px 0 10px 0}
#section6 .ft_inner .add_ar address {  }
#section6 .ft_inner .add_ar address span { display:block; color:#fff; font-size:0.8em; font-weight:400; font-family:'Noto Sans KR'; line-height:1.6;word-break:keep-all; }
#section6 .ft_inner .add_ar address span em { font-weight:700; font-family:'Montserrat' }
#section6 .ft_inner .add_ar .ft_guide { position:relative; margin-top:15px;}
#section6 .ft_inner .add_ar .ft_guide li { position:relative; font-size:0.65em; color:rgba(255,255,255,.3); font-weight:200; line-height:1.5; padding-left:0; font-family:'Noto Sans KR'; letter-spacing:-0.03em;}
#section6 .ft_inner .add_ar .ft_guide li:before { position:relative; left:inherit; top:inherit; content:'※'; display:inline-block; vertical-align:middle }
#section6 .ft_inner .ft_info { position:relative; right:inherit; text-align:center; top:inherit; }
#section6 .ft_inner .ft_info .constr_info { display:flex; align-items: center; justify-content: center; color:#fff; font-size:0.9em; font-weight:500; font-family:'Noto Sans KR';}
#section6 .ft_inner .ft_info .constr_info em { color:rgba(255,255,255,.3); font-size:0.7em; margin:0 8px 0 0; font-weight:300}
#section6 .ft_inner .ft_info .copyr { margin-top:15px; font-weight:500; font-family:'Montserrat'; font-size:0.6em; color:#fff; line-height:1.5}

a.go_top { width:50px; height:50px; font-size:0.8em !important; 9}
}
	
/* main */
.use_sc { position:fixed !important; left:0; top:-120px; transition:all .18s ease-in; opacity:0; z-index:9998 !important;}
.use_sc.hd_fix { position:fixed !important; left:0; top:0; transition:all .4s cubic-bezier(0, 0.15, 0.13, 1.0); opacity:1; z-index:10000 !important; height:100px; background:rgba(255,255,255,.95)}
.use_sc.hd_fix .main-nav {
	  top:5px;
  }
.use_sc.hd_fix .dropdown-list { top:-10px }
.use_sc.hd_fix .head_inner .al_r {
	  top:16px;
  }
.use_sc.hd_fix .head_inner > a.logo_sc {   
	  position: absolute;
	  top: 40px;
	  left: 0;
	  height: 22px;
	  width: 255px;
	  z-index:99999;
	  background:url(../images/logo_sc.png) no-repeat center center;
	 text-indent:-5000px;	
	
  }
  

.parallax {
  position:relative;
  background-attachment: fixed;
  height:800px;

}
#containor {
	position:relative;
	width:100%;
	z-index:10;
}
#containor.member {
	border-top:1px solid #e8e8e8
}
.page_txt {
	position:relative;
	height:400px;
	max-width:1360px;
	margin:0 auto;
	display:block;
}
.page_txt .pt_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-bottom:40px;
}
.page_txt .pt1 {
	position:relative;
	color:#fff;
	font-size:2.7em;
	letter-spacing:-0.03em;
	font-weight:400;
}
.page_txt .pt2 {
	position:relative;
	color:#fff;
	font-size:1.2em;
	letter-spacing:0;
	font-weight:300;
	letter-spacing:0.03em;
	line-height:1.6;
	margin-top:15px;
}
.page_txt .pt3 {
	position:relative;
	color:rgba(255, 255, 255, .9);
	font-size:1.0em;
	letter-spacing:0;
	font-weight:600;
	letter-spacing:0.7em;
	line-height:1.6;
	margin-top:40px;
}
.path {
	position:relative;
	margin-top:-70px;
	height:70px;
	width:100%;
	background:url(../images/wh_bg.gif) no-repeat left top;
	z-index:11;
}
.path .pt_inner {
	position:relative;
	max-width:1360px;
	background:#fff;
	height:70px;
	margin:0 auto;
	border-bottom:1px solid #e8e8e8;
}
.path .pt_inner a.home {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:70px;
	height:70px;
	background:url(../images/ic-home.png) no-repeat center center #269aea;
	background-size:60%;
	text-indent:-5000px;/*background:linear-gradient(135deg, #3193d5 30%, #3a1a4c 130%); -webkit-text-fill-color: transparent;*/
}
.sel_path {
	position:absolute;
	left:70px;
	top:0;
	width:200px;
	height:69px;
	background:#fff;
	z-index:10;
}
.sel_path:after {
	content:"";
	display:block;
}
.sel_path .dep1-dropdown {
	position:absolute;
	left:0;
	top:0;
	width:270px;
	height:69px;
	color:#333;
	font-size:1.2em;
	padding:20px 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index:10;
	background:url(../images/pt_ar.png) no-repeat 92% center #fff;
	letter-spacing:-0.02em;
	outline:none;
	border-right:1px solid #e8e8e8;
}
.sel_path .dep1-dropdown .m_dropdown {/* Size & position */
	position: absolute;
	top: 69px;
	left:0;
	width:270px; /* Styles */
	background:#fff;
	list-style: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out; /* Hiding */
	max-height:0;
	overflow: hidden;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.sel_path .dep1-dropdown .m_dropdown li a {
	position:relative;
	display: block;
	font-size:0.95em;
	text-decoration: none;
	color:#777;
	padding: 10px 20px 10px 20px;
	transition: all 0.2s ease-out;
	background:url(../images/pt_dep1_ar.png) no-repeat 90% center #fff;
	background-size:6px 9px
}
.sel_path .dep1-dropdown .m_dropdown li:hover a {
	position:relative;
	color:#444;
	background:url(../images/pt_dep1_ar_on.png) no-repeat 90% center;
	background-size:6px 9px
}
.sel_path .dep1-dropdown .m_dropdown li:hover a:after {
	position:absolute;
	left:20px;
	bottom:10px;
	content:'';
	height:6px;
	background:rgba(0, 151, 255, .2)
}
.sel_path .dep1-dropdown.active {
	box-shadow: none;
	color:#fff;
	background:url(../images/pt_ar_on.png) no-repeat 92% center #1487e0;
	height:70px;
	border-right:1px solid #1487e0
}
.sel_path .dep1-dropdown.active .m_dropdown {
	max-height: 500px;
	padding:15px 0;
	top: 70px;
}
.sel_path .dep2-dropdown {
	position:absolute;
	left:270px;
	top:0;
	width:350px;
	height:70px;
	color:#1184d2;
	font-size:1.2em;
	padding:20px 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index:10;
	background:url(../images/pt_ar.png) no-repeat 92% center #fff;
	letter-spacing:-0.02em;
	outline:none;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #269aea;
}
.sel_path .dep2-dropdown .m_dropdown {/* Size & position */
	position: absolute;
	top: 70px;
	left:0;
	width:350px; /* Styles */
	background:#fff;
	list-style: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out; /* Hiding */
	max-height:0;
	overflow: hidden;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.sel_path .dep2-dropdown .m_dropdown li a {
	display: block;
	font-size:0.95em;
	text-decoration: none;
	color:#777;
	padding: 10px 20px 10px 20px;
	transition: all 0.2s ease-out;
	background:url(../images/pt_dep1_ar.png) no-repeat 90% center #fff;
	background-size:6px 9px
}
.sel_path .dep2-dropdown .m_dropdown li:hover a {
	position:relative;
	color:#444;
	background:url(../images/pt_dep1_ar_on.png) no-repeat 90% center;
	background-size:6px 9px
}
.sel_path .dep2-dropdown.active {
	box-shadow: none;
	color:#fff;
	background:url(../images/pt_ar_on.png) no-repeat 92% center #0a7ad0;
	height:70px;
	border-right:1px solid #1487e0
}
.sel_path .dep2-dropdown.active .m_dropdown {
	max-height: 500px;
	padding:15px 0;
	top: 70px;
}


/* new  */
.wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.wrap.brand {
    background-color: #000;
}
.wrap.location {
    background-color: #eee9d8;
}
.sec-view { position:relative; width:100%; height:100%; z-index:0 }
.sec-view.active { display:block; z-index:1 }
.sec-view.sec00 { position:relative; background:#000; height:100vh !important;}
.sec-view.sec00 { position:relative; background:#000; height:100vh; z-index:1 }
.sec-view.sec00 .video_bk { position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,.5); z-index:1}
.sec-view.sec00 .mv_copy { position:fixed; width:468px; height:115px; left:50%; top:50%; margin:-57px 0 0 -234px; z-index:1 }
.sec-view.sec00 .mv_copy .btn_play { position:absolute; left:50%; top:50%; display:none ; margin:-50px 0 0 -50px; width:100px; height:100px; border-radius:50%; z-index:9999; background:url(../images/play_icon.svg) no-repeat center center rgba(0,0,0,.3); background-size:30px; cursor:pointer; text-indent:-5000px;}
.sec-view.sec00 .mv_copy .btn_play.active { display:block !important }
.sec-view.sec00 .mv_copy .btn_pause { position:absolute; left:50%; top:50%; margin:-50px 0 0 -50px; width:100px; height:100px; border-radius:50%; z-index:9999; background:url(../images/pause_icon.svg) no-repeat center center rgba(0,0,0,.3); background-size:30px; cursor:pointer; text-indent:-5000px;}
.sec-view.sec00 .mv_copy .btn_pause.active { display:block !important }
.sec-view.sec00 .mv_copy .btn_pause.none { display:none }

.sec-view.sec00 #myVideo { position: absolute; top: 0; left: 0; width: 100%; object-fit: cover; min-width: 100%; min-height: 100%; height: 100vh; background-size: cover; transition: 1s opacity; z-index:1; opacity:.6;}

.sec-view.sec00 #myVideo{
		position:absolute;
		left: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100%;
		background-size: 100%;
 		background-color: black; /* in case the video doesn't fit the whole page*/
  		background-image: /* our video */;
  		background-position: center center;
  		background-size: contain;
   		object-fit: cover; /*cover video background */
   		z-index:0;
		opacity:.6;
	}

.sec-view.sub {
    margin-top: 170px;
    padding-top: 100px;
}
.sec-view.sub.bg { background:#eee9d8}
.sec-view.sub.bgbk { background:#000}
.sec-view .overview { position:relative; background-color: #fff; width:100%; height:100%; z-index:1; transition: all 0.4s ease;}
.sec-view .overview .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec-view .overview .wh_left {
    width: 72%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 3
}

.sec-view .overview .wh_right { width:38%; height:100%; position:absolute; right:0; top:0; background:#fff;  z-index:3;}
.sec-view .overview .inner .overview_bg {
    width: 1370px;
    height: 600px;
    display: block;
    background: url(../images/bg_overview_new1.jpg) no-repeat center center #0c2137;
    background-size: cover;
}

.sec-view .overview .inner .ov_left {
    display: flex;
    align-items: center;
    margin: 100px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 1370px;
    justify-content: space-between;
}

.sec-view .overview .inner .ov_left .txt_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-left: 200px;
}


.sec-view .overview .inner .ov_left .txt_top p.t1 {
    font-size: 40px;
    color: #000;
    font-family: 'Libre Baskerville', 'Noto Serif KR', serif;
    letter-spacing: -0.03em;
    font-weight: 400;
    line-height: 1.5;
}

.sec-view .overview .inner .ov_left .txt_top p.t2 {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin-top: 30px;
    font-family: 'Noto Serif KR', serif;
    letter-spacing: -0.03em;
    line-height: 1.5;
}

.sec-view .overview .inner .ov_left .txt_top p.t2 em { display:block; color:rgba(0,0,0,.2); font-size:1.2em; transform:rotate(-45deg); margin:0 30px; font-weight:300}
.sec-view .overview .inner .ov_left .txt_bottom {
    width: 50%;
}

.sec-view .overview .inner .ov_left .txt_bottom p.title { font-size:1.35em; color:#000; letter-spacing:-0.03em; font-weight:400} 
.sec-view .overview .inner .ov_left .txt_bottom .ov_box {
    min-width: 410px;
}

.sec-view .overview .inner .ov_left .txt_bottom .ov_box ul {
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec-view .overview .inner .ov_left .txt_bottom .ov_box ul:nth-of-type(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    border-top: none;
}
.sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li {
    border-bottom: 1px solid #bbbbbb;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-family: 'Noto Sans KR', serif;
    color: #000;
    padding-left: 70px;
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li:nth-of-type(8) { border-bottom:1px solid rgba(0,0,0,0)}
.sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li span {
    font-weight: 600;
    margin-right: 70px;
}

.sec-view .ov_bg { position:absolute; left:0; top:0; width:100%; height:100vh; background:url(../images/bg_overview_new.jpg) no-repeat center center #0c2137; background-size:cover; background-attachment: fixed;}

.sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li.sec {
	padding-left: 35px;
}
.sec-view .overview .wh_left { animation:ann01_1 1.8s cubic-bezier(.39,.01,0,1) 0.5s 1 forwards;} 
@keyframes ann01_1 {
		0% { opacity:1; width:62% }
		100% { opacity:1; width:0}
}

.sec-view .overview .wh_right {
    animation: ann01_2 1.7s cubic-bezier(.39, .01, 0, 1) 0.5s 1 forwards;
}

@keyframes ann01_2 {
		0% { opacity:1; width:38% }
		100% { opacity:1; width:0; }
}

.sec-view .brand_01 {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    opacity: 1;
    z-index: 1;
    transition: all 0.2s ease;
    padding: 0px;
    overflow: hidden;
    height: 700px;
}
.sec-view .brand_01 .inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec-view .brand_01 .inner .txt_left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec-view .brand_01 .inner .txt_left p.t1 {
    font-size: 1.1em;
    color: #fff;
    font-family: 'Noto Serif KR', serif;
    font-weight: 200;
    letter-spacing: 0.1em;
    line-height: 1.4;
    opacity: 0;
}
.sec-view .brand_01 .inner .txt_left p.t1.active {
    animation: brand_ani .8s .4s forwards;

}

.sec-view .brand_01 .inner .txt_left p.t1 em {
    font-weight: 200;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: -0.05em
}

.sec-view .brand_01 .inner .txt_left .t2 { font-size:1.05em; color:rgba(255,255,255,.9); margin-top:30px; font-weight:300; line-height:1.7; letter-spacing:-0.03em; font-family: 'Noto Sans KR', serif; } 
.sec-view .brand_01 .inner .txt_left .t2 p { margin-top:0 }
.sec-view .brand_01 .inner .txt_left .t2 p:nth-of-type(2), 
.sec-view .brand_01 .inner .txt_left .t2 p:nth-of-type(3),
.sec-view .brand_01 .inner .txt_left .t2 p:nth-of-type(4){ margin-top:10px;}
.sec-view .brand_01 .inner .txt_left .t2 p em { font-weight:500 }
.sec-view .brand_01 .inner .txt_left .br_logo {
    width: 400px;
    height: 370px;
    background: url(../images/br_logo.png) no-repeat center center;
    clip-path: polygon(50% 50%, 50% 25%, 50% 50%, 75% 50%, 50% 50%, 50% 75%, 50% 50%, 25% 50%);

    animation: polygon ease-in-out 1s .7s forwards;
}
@keyframes polygon {
    0% {
        clip-path: polygon(50% 50%, 50% 25%, 50% 50%, 75% 50%, 50% 50%, 50% 75%, 50% 50%, 25% 50%);


    }
    100% {
        clip-path: polygon(0 0, 50% 0, 100% 0, 100% 50%, 100% 100%, 50% 100%, 0 100%, 0 50%);

    }

}

.sec-view .brand_01 .inner .txt_right { width:auto; }
.sec-view .brand_01 .inner .txt_right .exp_br {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
    opacity: 0;
}
.sec-view .brand_01 .inner .txt_right .exp_br.active {
    animation: brand_ani .8s .3s forwards;
}
@keyframes brand_ani {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.sec-view .brand_01 .inner .txt_right .exp_br .tl {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: 'Montserrat';
    margin-bottom: 40px;
}

.sec-view .brand_01 .inner .txt_right .exp_br .txt {
    font-size: 16px;
    color: #fff;
    margin-top: 2px;
    font-weight: 400;
    text-align: center;
    line-height: 2.5;
}

.sec-view .brand_01 .inner .txt_right .exp_br1 {
    position: relative;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    align-items: center;
}
.sec-view .brand_01 .inner .txt_right .exp_br1.active {
    animation: brand_ani .8s .4s forwards;

}

.sec-view .brand_01 .inner .txt_right .exp_br1 .tl {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: 'Montserrat';
    width: fit-content;
}

.sec-view .brand_01 .inner .txt_right .exp_br1 .br_value {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 70px;
}

.sec-view .brand_01 .inner .txt_right .exp_br1 .br_value .value {
    width: 268px;
    height: 265px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    margin-right: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.sec-view .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k { font-weight:500; font-size:1.4em; color:#fff; letter-spacing:-0.05em }
.sec-view .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_k br { display:none }
.sec-view .brand_01 .inner .txt_right .exp_br1 .br_value .value .txt_e {
    font-weight: 400;
    font-size: 1.1em;
    color: #fff;
    font-family: 'Montserrat';
    margin-top: 10px;
    line-height: 1.6;
    letter-spacing: 0.05em
}

.sec-view .br_bg01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #000;
    z-index: -1;
}
.sec-view .br_bg01 {
    animation: ann02_1 1.2s cubic-bezier(.45, .01, 0, 1) 0.4s 1 forwards;
}
@keyframes ann02_1 {
		0% { opacity:1; height:0 }
		100% { opacity:1; height:100%; }
}

@keyframes ann02_2 {
		0% { opacity:0; padding:0 20%; }
		100% { opacity:1; padding:0 10%; }
}

.sec-view { position:relative; margin:0 auto; height:100% !important; transition: all 0.3s ease; background:#fff;}
.sec-view .brand_02 { position:relative; width:100%; }
.sec-view .brand_02 .top_txt {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 10px 0 65px 0;
    z-index: 9;
}

.sec-view .brand_02 .top_txt p.t1 {
    font-size: 36px;
    color: #000;
    font-family: 'Noto Serif KR', serif;
    letter-spacing: 0;
    font-weight: 300;
    width: fit-content;
    display: inline-block;
}

.sec-view .brand_02 .top_txt p.t2 {
    font-size: 36px;
    color: #000;
    font-family: 'Noto Serif KR', serif;
    letter-spacing: 0;
    font-weight: 600;
    width: fit-content;
    display: inline-block;
    line-height: 1.3;
}


.sec-view .brand_02 .prm_h_pic {
    position: relative !important;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 478px !important;
    background: url(../images/bg_brand2.jpg) no-repeat center 100%;
    background-size: cover;
}

/*.sec-view .br_bg02 { position:absolute; left:0; top:200px; right:0; bottom:0; width:100%; height:100vh;  z-index:0;}
.sec-view .br_bg02 .bg { position: sticky !important; left:0; bottom: 0; width: 100%; height: 100%; background:url(../images/bg_brand2.jpg) no-repeat center bottom; background-attachment: fixed; background-size:cover;}*/
  
.sec-view .brand_02 .top_txt p.t1 {
    opacity: 0;
    animation: ann03 1.6s cubic-bezier(.49, .01, 0, 1) 0.4s 1 forwards;
}

.premium_h_img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.premium_h_img_text {
    width: 1370px;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: start;
    padding-top: 20px;
    font-size: 19px;
    font-family: 'Noto Sans KR', serif;
    padding-left: 35px;
    font-weight: 600;
}
.premium_h_img_text::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 18px;
    top: 20px;
    width: 3px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
}

@keyframes ann03 {
		0% {
            opacity: 0;
            transform: translateX(-20px);

        }
		100% {
            opacity: 1;
            transform: translateX(0px);
        }
}
.sec-view .brand_02 .top_txt p.t2 {
    opacity: 0;
    animation: ann031 1.6s cubic-bezier(.41, .01, 0, 1) 0.4s 1 forwards;
}

@keyframes ann031 {
		0% {
            opacity: 0;
            transform: translateX(20px);

        }
		100% {
            opacity: 1;
            transform: translateX(3px);
        }

}
.sec-view .brand_02 .prm_h_pic { opacity:1; !animation:ann032 1.5s cubic-bezier(.49,.01,0,1) 1.3s 1 forwards;} 
@keyframes ann032 {
		0% { opacity:0; width:0; height: 1000px; left:50%;}
		100% { opacity:1; width:100%; height: 1000px; left:0;}
}

.sec-view .brand_02 .top_txt p.t2 span {
    font-size: 18px !important;
    position: relative;
    bottom: 24px;
	font-family: 'NotoSansKR-Medium' !important;
}

@font-face {
	font-family:'NotoSansKR-Medium';
	src:local(※),
	url('../font/NotoSansKR-Medium-Hestia.woff') format('woff');
	/* url('/font/NanumSquareRoundEB.woff2') format('woff2'); */
}

@font-face {
	font-family:'Harshita';
	src:local(※),
	url('../font/Harshita.woff') format('woff');
	/* url('/font/NanumSquareRoundEB.woff2') format('woff2'); */
}

.sec-view .brand_02 .premium_wp {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 9
}

.sec-view .brand_02 .premium_wp .pre_inner {
    position: relative;
    width: 1370px;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 100px;
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_fea_l {
    padding-right: 0;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_fea_r {
    padding-left: 0;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    margin-top: 180px;
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_f {
    display: flex;
    flex-direction: column;
    opacity: 0;
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_f.mt {
    margin-top: 50px;
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_f .premf_discr {
    padding: 40px 40px 210px 22px;
    position: relative;

}
.sec-view .brand_02 .premium_wp .pre_inner .prem_f .premf_discr::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 41px;
    width: 3px;
    height: 107px;
    background-color: rgba(0, 0, 0, 0.8);
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_f .premf_discr .tl {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.03em;
    word-break: keep-all;
}
.sec-view .brand_02 .premium_wp .pre_inner .prem_f .premf_discr .tx {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin-top: 17px;
    word-break: keep-all;
    font-family: 'Noto Sans KR', serif;
}


.sec-view .brand_02 .premium_wp .pre_inner .prem_f .premf_discr.ml {
}
.sec-view.active .brand_02 .br_inner02.active .premium_wp {
    animation: ann03_6 1.5s cubic-bezier(.39, .01, 0, 1) 0.3s 1 forwards;
    opacity: 0;
}
@keyframes ann03_6 {
		0% { opacity:0; }
		100% { opacity:1; }
}


.sec-view.active .brand_02 .br_inner02.active .premium_wp .pre_inner .prem_fea_l { position:absolute; animation:ann03_3 1.2s cubic-bezier(.39,.01,0,1) 0.7s 1 forwards; opacity:0;} 
@keyframes ann03_3 {
		0% { opacity:0; left:40px; }
		100% { opacity:1; left:0; }
}
.sec-view.active .brand_02 .br_inner02.active .premium_wp .pre_inner .prem_fea_r { position:absolute; animation:ann03_4 1.2s cubic-bezier(.39,.01,0,1) 0.7s 1 forwards; opacity:0;} 
@keyframes ann03_4 {
		0% { opacity:0; right:40px; }
		100% { opacity:1; right:0; }
}

.sec-view .brand_02 .premium_wp.active .pre_inner .prem_f {
    animation: ann03_4 1.2s cubic-bezier(.39, .01, 0, 1) 0.4s 1 forwards;
    opacity: 0;
}

@keyframes ann03_4 {
		0% { opacity:0; margin-top:-50px; }
		100% { opacity:1; margin-top:0px; }
}

.sec-view .premium_pz_wp {
    position: relative;
    width: 100vw;
    padding: 0;
    z-index: 2;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec-view .premium_pz_wp::after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #f5f2e8;
    width: 100vw;
    height: 370px;
    bottom: -130px;
    left: 0;
    z-index: -1;
}
.premium_pz_wp02 {
    margin-top: 260px;
    margin-bottom: 320px;
}
.sec-view .premium_pz_wp.premium_pz_wp02::after {
    height: 367px;
    bottom: -78px;
}
.sec-view .premium_pz_wp.premium_pz_wp03::after {
    height: 1134px;
    bottom: -47px;
}

.sec-view .premium_pz_wp .nav_wp { position:relative; width:100%; z-index:9999 }
.sec-view .premium_pz_wp .nav_wp .nav { text-align:center}
.sec-view .premium_pz_wp .nav_wp .nav li {
    position: relative;
    font-family: 'Noto Sans KR', serif;
    color: #000;
    font-size: 1.2em;
    display: inline-block;
    letter-spacing: 0.03em;
    cursor: pointer;
    margin: 30px;
    margin-top: 0;
    padding-bottom: 10px;
}
.sec-view .premium_pz_wp .nav_wp .nav li::after {
    content: '/';
    display: inline-block;
    position: absolute;
    /*width: 5px;*/
    /*height: 5px;*/
    /*background-color: #000;*/
    /*border-radius: 100%;*/
    top: calc(50% - 3px);
    transform: translateY(-50%);
    right: -35px;
    font-weight: 400;
}
.sec-view .premium_pz_wp .nav_wp .nav li:last-child::after {
    content: none;
}
.sec-view .premium_pz_wp .nav_wp .nav li.on {
    border-bottom:1px solid #000;
    font-weight: bold;
}
.sec-view .premium_pz_wp .slide_ct {
    position: relative;
    width: 1370px;
    margin-top: 50px;
    overflow: hidden;
}
.pre_p_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.sec-view .nav_wp { position:relative; width:100%; z-index:9999 }
.sec-view .nav_wp .nav { text-align:center}
.sec-view .nav_wp .nav li {
    position: relative;
    font-family: 'Noto Sans KR', serif;
    color: #000;
    font-size: 1.2em;
    display: inline-block;
    letter-spacing: 0.03em;
    cursor: pointer;
    margin: 30px;
    padding-bottom: 10px;
}
.sec-view .nav_wp .nav li::after {
    content: '/';
    display: inline-block;
    position: absolute;
    color: #000;
    font-weight: 400;
    /*width: 5px;*/
    /*height: 5px;*/
    /*background-color: #000;*/
    /*border-radius: 100%;*/
    top: calc(50% - 3px);
    transform: translateY(-50%);
    right: -35px;

}
.sec-view .nav_wp .nav li:last-child::after {
    content: none;
}
.sec-view .nav_wp .nav li.on {
    border-bottom:1px solid #000;
    font-weight: bold;
}


.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sec-view .premium_pz_wp .slide_ct .pz_prm_tx.pz_prm_tx02 {
    align-items: flex-start;
}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx.hei {  }
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .lt {
    position: relative;
    width: unset;
    margin-bottom: 0px;
}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .lt .tit { font-family: 'Noto Serif KR', serif; color:#000; font-size:3.7em; font-weight:500; line-height:1.0}
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .lt .s_txt {
    font-family: 'Noto Sans KR', serif;
    letter-spacing: -0.03em;
    font-weight: 400;
    font-size: 1.65em;
    line-height: 1.3;
    text-align: start;

}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .lt .s_txt em {
    display: block;
    text-align: start;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.8;
}
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx.pz_prm_tx02 .lt .s_txt em {
    text-align: start;
}
.pre_p_sub_t {
    width: 187px;
    height: 45px;
    border: 1px solid #a5a5a5;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 45px;
    font-family: 'Libre Baskerville';
    margin-bottom: 25px;
}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt { position:relative; margin-top: 30px; }
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty01 ul li { position:relative; font-size:1.0em; font-weight:400; margin:3px 0; padding-left:10px; font-family: 'Noto Sans KR', serif;}
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty01 ul li:before { position:absolute; left:0; top:50%; width:4px; height:4px; border-radius:50%; margin:-2px 0 0 0; display:block; content:''; background:#000}
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 { position:relative;  display:flex; width:890px; flex-wrap:wrap;}
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box { position:relative; width:50%; }
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box:nth-of-type(3), 
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box:nth-of-type(4){ margin-top:12px; }
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box p { font-size:1.0em; font-weight:500 }
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box ul { margin-top:4px }
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box ul li { position:relative; font-size:0.90em; font-weight:400; margin:2px 0; padding-left:10px; font-family: 'Noto Sans KR', serif;}
.sec-view .premium_pz_wp  .slide_ct .pz_prm_tx .rt .ft_ty02 .lst_box ul li:before { position:absolute; left:0; top:50%; width:4px; height:4px; border-radius:50%; margin:-2px 0 0 0; display:block; content:''; background:#000}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_pic {
    margin-top: 37px;
    display: flex;
    position: relative;
}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_pic img {
    display: inline-block;
}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_pic.p2 img {
    !width: 940px;
}

.sec-view .premium_pz_wp  .slide_ct .pz_prm_pic.p1 { margin-top:60px; }

.sec-view .premium_pz_wp .slider .slick-dots li button { text-indent:-5000px; font-size:0; }
.sec-view .premium_pz_wp .slider .slick-dots li button:before { display:block; content:'SPACE'; font-size:1.0em; }


.sec-view .prpz_bg { position:absolute; left:0; top:0; width:100%; height:100vh; background:#fff; background-size:cover; z-index:0; background-attachment: fixed; z-index:0}
.sec-view .prpz_bg .color_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: #eee9d8
}
.sec-view .prpz_bg .color_bg.p1 {
    bottom: -51px;
}
.sec-view .prpz_bg .color_bg.p2 {
    /*bottom: -224px;*/
}

.premium_bottom_text {
    font-size: 15px;
}
.premium_bottom_text > div {
	max-width: 455px;
	margin: 0 auto;
    margin-top: 15px;
}

.premium_bottom_text p, .p1_bottom .lst_box > ul > li {
    width: fit-content;
    line-height: 1.8;
    font-weight: normal;
    font-family: 'Noto Sans KR', serif;
}



.sec-view.active {
    opacity: 1;
    transition: all 0.4s ease;
    animation: ann04 1.0s ease 0.0s 1 forwards;
}

@keyframes ann04 {
		0% { opacity:0; }
		100% { opacity:1;  }
}

.p1_bottom {
    display: flex;
    justify-content: space-between;
}
.p1_bottom .premium_bottom_text > div {
    flex-direction: column;
    margin-top: 70px;
}
.p1_bottom .lst_box {
    margin-bottom: 40px;
}
.p1_bottom .lst_box > p {
    font-weight: bold;
    font-size: 19px;
    line-height: 2;
}


.sec-view .inner02 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    z-index: 1;
    max-width: 1920px;
    flex-direction: row;
}

.sec-view .inner02 .fen_line { position:absolute; right:28.7%; top:-175px; width:1px; height:210px; background:rgba(0,0,0,.1); }
.sec-view .inner02 .fen_line .cir { width:11px; height:11px; background:#c2b1a7; position:absolute; left:-5px; top:150px; border-radius:50%}
.sec-view .inner02 .fen_txt01 {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location_bottom {
    display: flex;
    flex-direction: column;
}

.sec-view .inner02 .fen_txt01 .fen_loc_title {
    width: auto;
}
.sec-view .inner02 .fen_txt01 .fen_loc_title .fen_loc_tl {
    font-size: 30px;
    line-height: 1.5;
    font-family:'Noto Serif KR', serif;
}

.sec-view .inner02 .fen_txt01 .fen_loc_title .fen_loc_tl_s {
    font-size: 1.4em;
    line-height: 1.2;
    font-family: 'Noto Serif KR', serif;
    color: rgba(0, 0, 0, .9);
    margin-top: 20px
}

.sec-view .inner02 .fen_txt01 .fen_loc_title .fen_scription {
    position: relative;
    text-align: end;
    font-family: 'Noto Sans KR', serif;
    line-height: 1.9;
    font-weight: 400;
    font-size: 1.1em;
    letter-spacing: -0.03em;
    word-break: keep-all;
    color: #555
}

.sec-view .inner02 .fen_txt01 .fen_loc_title .fen_scription em { font-weight:600; color:#000 }
.sec-view .inner02 .fen_pic { width:auto; text-align:right; padding:40px 0 0 0; margin-left:auto; margin-right:0;}
.sec-view .inner02 .fen_right .fen_loc_txt { position:relative; text-align:right; font-family:'Noto Sans KR', serif; line-height:1.9; font-weight:300}
.sec-view .inner02 .fen_right .fen_loc_txt em { font-weight:500 }
.sec-view .inner02 .fen_pic_loc {
    position: relative;
    margin-bottom: 60px;
	margin-top: 30px;
}
.sec-view .inner02 .fen_pic_loc::after {
    position: absolute;
    display: inline-block;
    content: '';
    background-color: #e6dfc7;
    height: 1500px;
    width: 1370px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1000px;
    z-index: -1;
}

.sec-view .inner02 .fen_pic_loc img {  transition: all 0.2s ease; width:auto;  }
.sec-view .inner02 .fen_pic_loc img.img01 {   }
.sec-view .inner02 .fen_pic_loc img.img02 {
    width: 985px;
}


.sec-view .inner01 { position:relative; width:1340px; height:auto; display:flex; align-items: flex-start; z-index:4; margin:0 auto; padding: 0 0 110px 0}
.sec-view .inner01 .left_ct { position:relative; width:50%; text-align:center; z-index:1}
.sec-view .inner01 .left_ct .fen_pic { position:relative; padding-top:80px; transition: all 0.2s ease;}
.sec-view .inner01 .left_ct .fen_pic.active { opacity:1; transition: all 0.7s ease; padding-top:0;}
.sec-view .inner01 .left_ct .fen_pic #circle {
  width: 20px;
  height: 20px;
  background-color: red;
  opacity:.4;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin:-10px 0 0 -10px;
}
.sec-view .inner01 .left_ct .fen_pic em { margin-top:15px; font-size:1.1em; font-weight:400; color:#000; text-align:center; display:block; font-family:'Noto Sans KR'; }
.sec-view .inner01 .left_ct .fen_txt { margin-top:40px; text-align:center; font-size:1.05em; font-weight:400; line-height:1.9; color:#000; }
.sec-view .inner01 .left_ct .fen_txt1 { margin-top:50px; background:url(../images/ic-po.png) no-repeat center top; background-size:51px 11px; padding-top:60px; text-align:center; font-size:1.0em; font-weight:400; line-height:1.8; color:#666; font-family:'Noto Sans KR', serif;}
.sec-view .inner01 .left_ct .fen_txt1 em { font-weight:500; color:#111; }
.sec-view .inner01 .left_ct .fen_pic01 { margin-top:150px; transition: all 0.2s ease;}
.sec-view .inner01 .left_ct .fen_pic01 img { margin-left:-60px; }
.sec-view .left_ct .fen_pic01.active { opacity:1; transition: all 0.7s ease; margin-top:250px;}
.sec-view .inner01 .left_ct .fen_txt2 { margin-top:30px; text-align:center; font-size:1.05em; font-weight:400; line-height:1.9; color:#000; font-family:'Noto Sans KR'; line-height:1.5}
.sec-view .inner01 .left_ct .fen_txt2_1 { margin-top:15px; text-align:center; font-size:0.9em; font-weight:400; line-height:1.9; color:#666; font-family:'Noto Sans KR'; line-height:1.5}
.sec-view .inner01 .left_ct .fen_txt2_1 em { font-weight:500; color:#111 }
.sec-view .inner01 .right_ct { position:relative; width:50%; height:100vh; z-index:1}

.sec-view .fen_bottom_bg { position:absolute; width:100%; height:100vh; z-index:3;}
.sec-view .fen_bottom_bg .bg {
    position: fixed;
    top: 50px;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/myeong_bg.png) no-repeat 90% center;
    transition: .3s;
}
  
.sec-view .inner_bg.active { opacity:1; transition: all 1.5s ease; transition-delay:0.2s; }
.sec-view .inner01 .right_ct .fen_pic1 { margin-left:60px;}
.sec-view .inner01 .right_ct .fen_txt1 { margin-top:80px; text-align:center; font-size:1.2em; font-weight:400; line-height:1.6; font-family: 'Noto Serif KR', serif;}
.sec-view .inner01 .right_ct .fen_txt1 em { font-weight:700; font-size:1.5em; letter-spacing:-0.03em; margin-top:10px; }
.sec-view .inner01 .right_ct .fen_line { position:absolute; right:50.1%; bottom:-480px; width:1px; height:400px; background:rgba(0,0,0,.1); }
.sec-view .inner01 .right_ct .fen_line .cir { width:11px; height:11px; background:#c2b1a7; position:absolute; left:-5px; top:250px; border-radius:50%}

.sec-view .sec05_bg { position:fixed; z-index:0; width:100%; height:100%; left:0; top:0;  background:#eee9d8;}


.sec-view.sec05.active { opacity:1; transition: all 0.6s ease; animation:ann05 1.0s ease 0.0s 1 forwards;} 
@keyframes ann05 {
		0% { opacity:0; }
		100% { opacity:1;  }
}
@media all and (max-width:1600px) {
	.sec-view .inner02 .fen_txt01 .fen_loc_title { width:660px; }
    .sec-view .inner02 .fen_txt01 .fen_loc_title .fen_scription {
        font-size: 1em;
    }
    .sec-view .inner02 .fen_txt01 {
        width: 1420px;
    }

}


.sec-view .g_inner {
    position: relative;
    width: 1340px;
    margin: 0 auto;
    height: 600px;
    padding: 0px 0 120px 0;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.sec-view .g_inner .left_ct { width:50%; border-right:1px solid rgba(255,255,255,.1); height:358px; display:flex; align-items: flex-end; justify-content: flex-start;}
.sec-view .g_inner .right_ct {
    position: relative;
    width: 50%;
    height: 350px;
}

.sec-view .g_inner .right_ct .contact_tl { text-align:right }
.sec-view .g_inner .right_ct .contact_tl p img { opacity:.5 }
.sec-view .g_inner .right_ct .contact_tl .txt { color:#fff; font-size:3.5em; margin-top:20px; }
.sec-view .g_inner .right_ct .contact_info { position:absolute; left:120px; bottom:0; }
.sec-view .g_inner .right_ct .contact_info .tl {
    font-size: 2.3em;
    font-weight: 500;
    color: #fff;
    font-family: 'Noto Sans KR';
}

.sec-view .g_inner .right_ct .contact_info .tx_add { font-size:1.12em; font-weight:300; color:rgba(255,255,255,.7); margin-top:15px; font-family:'Noto Sans KR'; }
.sec-view .g_inner .right_ct .contact_info .go_map { margin-top:40px; }
.sec-view .g_inner .right_ct .contact_info .go_map li { margin:20px 0; padding-left:35px; }
.sec-view .g_inner .right_ct .contact_info .go_map li a { position:relative; display:inline-block; color:#fff; font-size:1.3em; font-weight:400; padding-bottom:3px; border-bottom:1px solid rgba(255,255,255,.3) }
.sec-view .g_inner .right_ct .contact_info .go_map li a.naver:before { position:absolute; left:-36px; top:3px; width:20px; height:28px; background:url(../images/spot_n.png) no-repeat center center; display:block; content:''; }
.sec-view .g_inner .right_ct .contact_info .go_map li a.kakao:before { position:absolute; left:-36px; top:3px; width:22px; height:29px; background:url(../images/spot_k.png) no-repeat center center; display:block; content:''; }
.sec-view .g_inner .right_ct .contact_info .go_map li a.naver:hover:before { background:url(../images/spot_n_ov.png) no-repeat center center; display:block; content:''; }
.sec-view .g_inner .right_ct .contact_info .go_map li a.kakao:hover:before { background:url(../images/spot_k_ov.png) no-repeat center center; display:block; content:''; }
.sec-view.active .inner { opacity:1; transition: all 0.9s ease; animation:ann08 1.0s ease 0.0s 1 forwards;} 

.sec-view .sec08_bg { position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: /*url(../images/bg_brand1_new.jpg) no-repeat center center*/#000; z-index:0 }

@keyframes ann08 {
		0% { opacity:0; }
		100% { opacity:1;  }
}


.sec-view.active { display:block; z-index:1}

.sec-view .regi_inner { position:relative; width:1340px; margin:0 auto; height:860px; padding:80px 0 70px 0; z-index:1; overflow:hidden; background:#000;}

.sec-view .regi_inner .regist_tl { position:absolute; top: 80px; left:0; width:330px; }
.sec-view .regi_inner .regist_tl { text-align:left }
.sec-view .regi_inner .regist_tl .txt_k { color:rgba(255,255,255,.4); font-size:1.5em; }
.sec-view .regi_inner .regist_tl .txt_e { color:#fff; font-size:3.5em; margin-top:20px; }
.sec-view .regi_inner .regist_input { position:absolute; right:0; top: 80px; width:810px; margin-left:auto; background:#fff; padding:20px; }

.sec-view.active .regi_inner { opacity:1; transition: all 0.2s ease;}
.sec-view.active .regi_inner .regist_tl { animation:ani09 1.3s cubic-bezier(.51,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes ani09 {
		0% { opacity:0; padding-left:90px; }
		100% { opacity:1;  padding-left:0;}
}

.sec-view.sec09.active .inner .regist_input { animation:ani09_1 1.3s cubic-bezier(.51,.01,0,1) 0.3s 1 forwards; opacity:0}
@keyframes ani09_1 {
		0% { opacity:0; padding-right:90px; }
		100% { opacity:1;  padding-right:20px;}
}
.sec-view.sec09 .sec09_bg { position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: /*url(../images/bg_brand1_new.jpg) no-repeat center center*/#000; z-index:0 }



.footer {
    position: relative;
    height: inherit !important;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, .1);
    z-index: 9;
    padding: 70px 0;
    margin-top: 150px;
}

.footer.w {
	 background: #fff;
	 border-top: 1px solid #948f8d;
}

.footer.w .ft_inner .ft_logo {
	background: url(../images/footer_logo_w.png) no-repeat center center;
}

.footer.w .ft_inner .add_ar address span,
.footer .ft_inner .ft_info .copyr {
	color: #000 !important;
	font-weight: 500;
}

.footer.w .ft_inner .add_ar address span:nth-of-type(2), .footer.w .ft_inner .add_ar address span:nth-of-type(3) {
	font-weight: 400;
}

.footer.w .ft_inner .add_ar .ft_guide li, .footer.w .ft_inner .ft_info .constr_info em {
	color: #7f7f7f;
	font-weight: 400;
}

.footer .ft_inner { position:relative; max-width:100%; height:auto;  display:flex; align-items: flex-start; justify-content: flex-start; margin:0 120px }
a.go_top { position:absolute; right:0; bottom:0; top:-105px; background:#fff; width:66px; height:66px; border-radius:50%; display:flex; align-items:center; justify-content: center; font-size:0.9em !important; font-family:'Montserrat' !important; color:#0f243a !important; font-weight:800 !important; transition: all 0.3s ease-out; z-index:9999}
.footer .ft_inner .ft_logo {
    width: 86px;
    height: 90px;
	min-width: 86px;
    background: url(../images/logo.png) no-repeat center center;
    background-size: 86px 90px;
}

.footer .ft_inner .add_ar { position:relative; padding-left:80px }
.footer .ft_inner .add_ar address { }
.footer .ft_inner .add_ar address span { display:block; color:#fff; font-size:1.1em; font-weight:400; font-family:'Noto Sans KR'; line-height:1.6 }
.footer .ft_inner .add_ar address span:nth-of-type(2) { margin-top:10px; font-size:1.0 }
.footer .ft_inner .add_ar address span:nth-of-type(2), .footer .ft_inner .add_ar address span:nth-of-type(3) { font-size:0.95em; font-weight:300 }


.footer .ft_inner .add_ar address span em { font-weight:700; font-family:'Montserrat' }
.footer .ft_inner .add_ar .ft_guide { position:relative; margin-top:20px;}
.footer .ft_inner .add_ar .ft_guide li { position:relative; font-size:0.85em; color:rgba(255,255,255,.3); font-weight:200; line-height:1.6; padding-left:20px; font-family:'Noto Sans KR'; letter-spacing:-0.03em;}
.footer .ft_inner .add_ar .ft_guide li:before { position:absolute; left:0; top:0; content:'※'; display:block }
.footer .ft_inner .ft_info { text-align:right; margin-left:auto; width: }
.footer .ft_inner .ft_info .constr_info { display:flex; align-items: center; justify-content: flex-end; color:#fff; font-size:1.1em; font-weight:500; font-family:'Noto Sans KR';}
.footer .ft_inner .ft_info .constr_info em { color:rgba(255,255,255,.3); font-size:0.7em; margin:0 10px 0 20px; font-weight:300}
.footer .ft_inner .ft_info .copyr { margin-top:35px; font-weight:500; font-family:'Montserrat'; font-size:0.9em; color:#fff; line-height:1.5}

@media all and (max-width:1700px) {
	.footer .ft_inner { position:relative; margin: 0 70px;}
}



#go_top_btn {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	background:rgba(0, 0, 0, .4);
	width:55px;
	height:55px;
	text-align:center;
	border-radius:50%;
}
#go_top_btn img {
	width:55px;
	height:55px;
}

/*-- 블록 설정 색상 start--*/
::-moz-selection {
 background: #111;
 color: #fff;
}
::selection {
 background: #111;
 color: #fff;
}

.regist_input > form {
    padding: 25px 20px;
}


.pc {
    display: block !important;
}
.mobile {
    display: none !important;
}
.pc_flex {
    display: flex !important;
}
.mobile_flex {
    display: none !important;
}

@media screen and (max-width: 1001px) {
    .mobile {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    .mobile_flex {
        display: flex !important;
    }
    .pc_flex {
        display: none !important;
    }

	.view_scroll {
		display: none;
	}

    .header {
        position: fixed;
        width: 100%;
        height: 140px;
        z-index: 99;
        top: 0;
        overflow: hidden;
        transition: all 0.7s cubic-bezier(.51, .01, 0, 1);
    }

	.header .banner {
		display: none;
	}

	.header .open_m {
		position: relative;
		display: block !important;
		color: #000;
		font-family: 'Noto Sans KR', serif;
		font-size: 20px;
		margin-right: 5px;
		font-weight: 500;
	}

/*	.header .open_m::before {
		content: '';
		position: absolute;
		background-color: #000;
		width: 1px;
		height: 20px;
		top: 6px;
		right: -25px;
		z-index: 9999;
	}*/

	.header.gallery .open_m {
		color: #fff;
	}

	.header.gallery .open_m::before {
		background-color: #fff;
	}

    .header.wh {
        border-bottom: 1px solid #000;
    }
    #menu_new {
        display: none !important;
    }
    .header .gnb a.top_register, .header.wh .gnb a.top_register {
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 130px;
        right: unset;
        width: 135px;
        height: 50px;
        font-size: 18px !important;
        border-radius: 80px;
    }
    .logo {
        position: absolute !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        z-index: 999999;
    }
    .logo a {
        background-image: url("../img/m/m_logo_img_new.png");
		width: 74px;
        height: 78px;
    }
    .header.wh .logo a {
        background-image: url("../img/m/m_logo_img_new_b.png");
    }
    .header .gnb {
        width: 100vw;
        justify-content: space-between;
        right: unset;
        padding: 0 20px;
        height: 140px;
    }
    .header .gnb .top_tel {
        width: 40px;
        height: 40px;
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        background-image: url("../images/m_tel.png");
        width: 48px;
        height: 48px;
        margin-left: 30px !important;
        background-size: cover !important;
    }
    .header.wh .gnb .top_tel {
        background-image: url("../images/m_tel_w.png");
    }
    .header .gnb .ham_menu {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header .gnb .ham_menu a {
        margin: 0;
        font-size: 20px;
        display: block;
        margin-right: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header.gallery .open_m::before {
        content: none;
    }
    .header .gnb .ham_menu .open_m a {
        margin: 0;
        font-size: 18px;
        display: block;
        margin-right: 30px;
        width: 145px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 80px;
        border: 1px solid rgba(255, 255, 255, .5);
    }
    .header .gnb .ham_menu .open_m a p {
        margin-right: 5px;
    }
    .sec-view.sub {
        margin-top: 140px;
    }
    .t_menu .t_menu_area .close_bt a {
        background: url("../images/m_menu.png");
        width: 30px;
        height: 30px;
        position: relative;
        top: 42px;
        right: 37px;
        background-size: cover;
    }

    .sub_title {
        height: 460px;
    }

    .t_menu .t_menu_area {
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100vw;
    }
	
	a.go_top {
		top: -115px;
		width: 86px;
		height: 86px;
		font-size: 1.3em !important;
	}
    .footer {
        border-top: 1px solid rgb(255 255 255 / 45%);
    }
    .footer .ft_inner {
        flex-direction: column;
        align-items: center;
    }
    .footer .ft_inner .ft_logo {
        margin-bottom: 40px;
        background: url(../img/m/m_footer_logo.png) no-repeat center center;
        width: 104px;
        height: 108px;
    }

	.footer.w .ft_inner .ft_logo {
		background: url(../img/m/m_footer_logo_w.png) no-repeat center center;
		width: 102px;
        height: 106px;
	}

    .footer .ft_inner .add_ar {
        padding-left: 0 !important;
    }

    .footer .ft_inner .add_ar address span, .footer .ft_inner .add_ar address span:nth-of-type(2), .footer .ft_inner .add_ar address span:nth-of-type(3) {
        text-align: center;
        font-size: 1.3em;
    }
    .footer .ft_inner .add_ar address span:nth-child(1) {
        font-size: 1.8em;
        text-align: center;
    }
    .footer .ft_inner .add_ar .ft_guide li {
        font-size: 1.1em !important;
    }

    .footer .ft_inner .ft_info {
        text-align: center;
        margin-left: 0;
        margin-top: 40px;
    }
    .footer .ft_inner .ft_info .copyr, .footer .ft_inner .ft_info .constr_info em {
        font-size: 1.1em;
    }


    .sec-view .inner02 .fen_pic_loc {
        right: unset;
        position: relative;
    }
    .sec-view .inner02 .fen_txt01 {
        align-items: center;
        width: unset;
        height: unset;
        padding-bottom: 80px;
    }
    .sec-view .inner01 {
        width: unset;
        padding: 0;
        justify-content: center;
        margin-bottom: 100px;
    }
    .sec-view .inner01 .left_ct {
        width: unset;
    }
    .sec-view .fen_bottom_bg .bg {
        width: 100vw;
        background-image: url("../images/m_myeong_bg.png");
    }
    .sec-view .inner02 .fen_txt01 .fen_loc_title .fen_scription {
        font-size: 1.5em;
    }
    .sec-view .inner01 .left_ct .fen_pic em, .sec-view .inner01 .left_ct .fen_txt1 {
        font-size: 1.5em;
    }
    .sec-view .inner01 .left_ct .fen_pic01 img {
        margin: 0;
    }
    .sec-view .inner01 .left_ct .fen_txt2, .sec-view .inner01 .left_ct .fen_txt2_1 {
        font-size: 1.5em;
    }

    .sec-view.sec00 #myVideo {
        width: 100vw;
        height: 102vh;
        object-fit: none;
    }
    .sec-view .overview .inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: unset;
    }
    .sec-view .overview .inner .overview_bg {
        width: 100vw;
        height: 400px;
        background: url(../images/m_bg_overview_new1.jpg) no-repeat 0 center #0c2137;
        background-size: cover;
    }
    .sec-view .overview .inner .ov_left {
        width: 100vw;
    }

    .sec-view.register {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sec-view.register .regi_inner {
        position: relative;
        width: unset;
        height: 1408px;
    }
    .sec-view.register .regi_inner .regist_tl {
        position: relative;
        top: 0;
    }
    .sec-view.register .regi_inner .regist_input {
        position: relative;
        width: 80vw;
        margin: 0;
    }

    .set-block > label {
        transform: translateY(-50%);
        margin: 0;
        font-size: 1.4em;
    }
    .set-field-input {
        height: 40px;
        font-size: 1.4em;
    }
    .radio-color {
        width: 22px;
        height: 22px;
    }
    .radio-color + label {
        font-size: 1.4em;
    }
    .set-field-select {
        font-size: 1.4em;
        height: 53px !important;
        width: 50px;
    }
    .set-field-select.address {
        width: 140px;
    }


    .sec-view.gallery {
        position: relative;
    }
    .sec-view.gallery .g_inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: unset;
        height: unset;
    }
    .sec-view.gallery .g_inner .left_ct {
        width: unset;
        display: block;
        height: unset;
        margin-bottom: 40px;
    }
    .sec-view.gallery .g_inner .right_ct {
        position: relative;
        width: unset;
      
    }
    .sec-view.gallery .g_inner .right_ct .contact_tl {
        text-align: center;
    }
    .sec-view.gallery .g_inner .right_ct .contact_tl > p:nth-child(1) {
        display: none;
    }
    .sec-view.gallery .g_inner .right_ct .contact_info {
        position: relative;
        left: unset;
        bottom: unset;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .sec-view.gallery .g_inner .right_ct .contact_info .go_map li {
        padding-left: unset;

    }

    .sub_title01 {
        font-size: 48px;
    }
    .sub_title02 {
        font-size: 27px;
    }
    .sec-view .overview .inner .ov_left {
        border: none;
        flex-direction: column;
    }
    .sec-view .overview .inner .ov_left .txt_top {
        padding-left: 0;
    }
    .sec-view .overview .inner .ov_left .txt_top p.t2 {
        font-size: 22px;
        line-height: 1.8;
    }

    .sec-view .overview .inner .ov_left .txt_bottom {
        width: unset;
    }
    .sec-view .overview .inner .ov_left .txt_bottom .ov_box {
        width: 90vw;
    }
    .sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li {
        font-size: 20px;
    }
    .sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li:nth-child(1) {
        border-top: 1px solid #000;
    }
    .sec-view .overview .inner .ov_left .txt_bottom .ov_box ul li:last-child {
        border-bottom: 1px solid #000;
    }
    .sec-view .overview .inner .ov_left .txt_bottom {
        margin-top: 80px;
    }
    .premium_h_img {
        width: 100vw;
    }
    .premium_h_img_text {
        width: 100vw;
        padding-left: 64px;
        font-size: 22px;
    }
    .premium_h_img_text::before {
        left: 50px;
        height: 40px;
    }
    .sec-view .brand_02 .premium_wp .pre_inner .prem_f {
        opacity: 1;
    }
    .sec-view .brand_02 .premium_wp .pre_inner {
        width: 100vw;
        flex-direction: column;
        align-items: center;
    }
    .sec-view .brand_02 .premium_wp .pre_inner .prem_f .premf_discr {
        padding: 40px 40px 50px 20px;
    }
    .sec-view .brand_02 .premium_wp .pre_inner .prem_fea_r {
        margin-top: 0;
    }

    .sec-view .premium_pz_wp .nav_wp .nav li {
        font-size: 24px;
    }
    .sec-view .premium_pz_wp .slide_ct {
        width: 100vw;
    }
    .pre_p_top {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 35px;
    }
    .pre_p_sub_t {
        width: 210px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        margin-bottom: 0;
    }

    .sec-view .premium_pz_wp .slide_ct .pz_prm_tx .lt .s_txt {
        font-size: 30px;
    }
    .sec-view .premium_pz_wp .slide_ct .pz_prm_tx .lt .s_txt em {
        display: inline-block;
        font-weight: 600;
        font-size: 35px;
    }
    .premium_bottom_text p, .p1_bottom .lst_box > ul > li {
        font-size: 18px;
        line-height: 2;
    }
    .premium_bottom_text > div {
        max-width: unset;
    }
    .sec-view .premium_pz_wp .slide_ct .pz_prm_pic {
        padding: 0 35px;
    }
    .sec-view .premium_pz_wp::after {
        bottom: -33px;
        height: 204px;
    }
    .premium_pz_wp02 {
        margin-top: 100px;
    }
    .sec-view .premium_pz_wp.premium_pz_wp02::after {
        height: 448px;
        bottom: -36px;
    }
    .p1_bottom {
        flex-direction: column-reverse;
    }
    .premium_bottom_text {
        padding: 0 35px;
    }
    .p1_bottom .lst_box > p {
        font-size: 22px;
    }
    .pre_p_top  {
        flex-direction: column-reverse;
    }
    .pre_p_top .premium_bottom_text {
        padding: 0;
    }
    .sec-view .premium_pz_wp .slide_ct .pz_prm_pic.p2 img {
        width: 90vw;
    }
    .sec-view .premium_pz_wp .slide_ct .pz_prm_pic {
        justify-content: center;
    }

    .sec-view .nav_wp .nav li {
        font-size: 24px;
    }
    .sec-view .inner02 .fen_txt01 .fen_loc_title .fen_loc_tl {
        font-size: 40px;
    }
    .sec-view .inner02 .fen_txt01 .fen_loc_title .fen_loc_tl b {
        display: block;
    }
    .sec-view .inner02 .fen_pic_loc img.img02 {
        width: 90vw;
    }
    .bt_img > div {
        flex-direction: column;
        margin-bottom: 0;
    }
    .bt_img li {
        margin-bottom: 30px;
        width: 675px;
    }
    .bt_img li img {
        width: 675px;
    }
    .sec-view .inner02 .fen_txt01 .fen_loc_title .fen_scription {
        position: relative !important;
        bottom: 0 !important;
        text-align: start;
        padding: 0 35px;
    }
    .sec-view .inner02 .fen_pic_loc::after {
        height: 2500px;
        bottom: -2220px;
    }
    .sec-view .g_inner .right_ct .contact_info .tx_add {
        font-size: 24px;
    }
    #customCheck04 {
        width: 230px !important;
    }
    .set-block {
        margin-bottom: 15px;
        min-height: 80px;
    }
    .ag_terms {
        height: 230px;
		background: none;
    }
    .regist_input > form {
        padding: 35px;
        padding-bottom: 150px;
    }
    .agree_check {
        font-size: 24px;
    }
    .agree_check .checks input[type="radio"] + label:before {
        width: 24px;
        height: 24px;
        top: 7px;
    }


    .agree_check .checks input[type="radio"] + label:after {
        width: 10px;
        height: 10px;
        top: 15px;
        left: 8px;
		background:rgba(0,0,0,.3);
    }

    .agree_check .checks input[type="radio"]:checked + label:before {
        border-color: #000 !important;
    }
	.agree_check .checks input[type="radio"]:checked + label:after {
        width: 10px;
        height: 10px;
        top: 15px;
        left: 8px;
		background:#000;
    }

    .w120 {
        width: 150px;
        height: 53px;
        font-size: 1.4em;
    }
    .ag_terms h3 {
        font-size: 1.4em;
    }
    .ag_terms .txt, .ag_terms h4,.ag_terms .li_tx li, .ag_terms .s_txt, .ag_terms .li_tx1 li  {
        font-size: 1.3em;
    }
    a.submit {
        font-size: 1.85em !important;
        padding: 20px 80px;
    }
    .t_menu .t_menu_area .tm_ct .tm_list li a:hover {
        color: #fff;
    }

}







