@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 400;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 700;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 300;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
}


.nanumbarungothic * {
 font-family: 'NanumSquare', sans-serif; 
}


html{
	
}

a {	
	color:#333333;
	text-decoration:none;
}

a:hover {	
	text-decoration:none;
}

body {
    font-family: 'NEXON Lv2 Gothic', sans-serif;
	overflow-x: hidden;	
}
.none { display:none; }

/* 비메오 */

#vimeoWrap{
     position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    margin: 0;
  }
#vimeoWrap iframe,
#vimeoWrap object,
#vimeoWrap embed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mmovie {
    width: 1000px;
    padding-bottom: 56.25%; /* 16/9 ratio */
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: 1;
    background: #fff;
    margin: 0 auto;
}
#mmovie iframe,
#mmovie object,
#mmovie embed {
    position: relative;
    width: 1000px;
    height: 700px;
    margin: 0 auto;
}

/*비메오*/


.wrap{
	width:100%;
	min-width: 1140px;
	height:auto;
	opacity: 1;
}

#top {
    position: fixed;
    right: 0;
    z-index: 9999999999;
}
#top img {
    display: block;
}
#header {
    width: 100%;
    height: 95px;
    margin: 0 auto;
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    z-index: 111111111;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #423e7d;
    box-sizing: border-box;
}
.h_inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	min-width: 1100px;   
}
.logo {
    display: block;
    left: 1.5%;
    position: relative;
}
.logo a {
    display: block;
    text-indent: -9999px;
    background: url(../img/logo.png) no-repeat 0 0;
    width: 303px; height: 60px;
    top: 17px;
    position: relative;
    left: 1.5%;
}


nav {
    width: 50%;
    position: relative;
	min-width: 900px;
    left: 22vw;
    
}
nav>ul {
display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

}
nav>ul>li {
    width: 16%;
    height: 94px;
	position: relative;
}
nav>ul>li>a {
    display: block;
    color: #666;
    line-height: 95px;
    position: relative;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    box-sizing: border-box;
    font-weight: 700;
}
nav>ul>li::before {
    display: block;
    content: "";
     width: 3px; 
    height: 3px;
    position: absolute;
    z-index: 999;
    background: #c6c6c6;
    border-radius: 100px;
    top: 50%;
    margin-top: -3px;
}
nav>ul>li:first-child::before {
    display: none;
}
nav>ul>li::after {
    display: block;
    content: "";
    width: 190px;
    height: 12px;
    position: absolute;
    z-index: 111;
    background: url(../img/babg.png) no-repeat 0 0;
    bottom:0px;
    left: 50%;
    margin-left: -98px;
}
nav i {
    content: "";
    width: 20px;height: 0px;
    background: #423e7d;
    opacity: 1;
    position: absolute;
    z-index: 111;
    left: 56%;
    bottom: 0;
    margin-left: -10px;
    transition: all 0.2s;
}
nav>ul>li>a:hover {
    font-weight: 700;
        color:#f15c2d;
}
nav>ul>li>ul{
	position: absolute;
	width: 100%;
	display: none;
}

nav>ul>li>ul>li{
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #fff;
	height: 50px;
}
nav>ul>li>ul>li>a{
	line-height: 48px;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	height: 100%;
}
nav>ul>li>ul>li:hover{
	background-color: #423e7d;
}
nav>ul>li>ul>li:hover a{
	color: #fff;
}
.call {
    background: url(../img/call.png) no-repeat 0 0;
    width: 183px; height: 351px;
    top: 28px;
    position: absolute;
    right: 2vw;
    transition: all .5s;
}

.border {
    position: relative;
    left: 50%;
    margin-left: -960px;
}


@media all and (max-width:1540px){
    .call {
        right: -250px;
        transition: all 1s;
    }
}
@media all and (max-width:1700px){
    nav {
    	min-width: 800px;        
    }
}
/**/
.sub {
}
.sub li a {
    font-size: 14px;
    border-top: 1px solid #eee !important;
}
.sub li:first-child a {
    border-top: none !important;
}
.sub a:hover {
    background: #423e7d;
}
/*main*/
.copy {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.main_con{
	overflow-y: visible;
	position:relative;
	width:100%;
	min-width:1300px;
	height: 100%;
    display: block;
}
.main_inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.swiper-wrapper {
    margin: 0 auto;
    position: relative;
}
.main_con .label {
    font-size: 13px;
    position: absolute;
    left: 350px;
    top: 230px;
    padding: 5px;
    letter-spacing:6px;
    background: #fff;
    color: #777;
    display: block;
    font-family: 'NEXON Lv2 Gothic';
}
#slbtn {
    position: relative;
    width: 135px;
    top: 233px;
    left: 313px;
}
.arrow {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0 !important;
    z-index: 1111;
    
}
.arrow::before {
    content: "";
    display: block;
    background: url(../img/bt_arrow.png) no-repeat 0 0;
    width: 27px; height: 10px;
    position: absolute;
    top: 4px;
    left: 100px;
    z-index: -1;
    padding: 10px 20px;
}
.swiper-button-prev {
    position: absolute;
    left: 50% !important;
    top: 14px;
    z-index: 11111;
    margin-left: 24px;
    width: 25px !important;
}
.swiper-button-next {
    position: absolute;
    left: 95% !important;
    right: 0;
    top: 14px;
    width: 25px !important;
    margin-left: -5px;
}
.stbtn {
    position: absolute;
    left: 0;
    z-index: 1111111;
}
.swiper-pause {
    font-size: 20px;
    display: block;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.swiper-play {
    font-size: 20px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 19px;
    cursor: pointer;
}
/*premium end*/

/*qbtn*/

#qbtn {
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
}
.qinner {
    width: 100%;
    text-align: center;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.qinner::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: 80px;
}
#qbtn ul {
    position: relative;
    margin: 0 auto;
    display: flex;
    top: 170px;
    width: 960px;
}
#qbtn li {
    width: 165px; height: 165px;
    padding: 0 0;
    position: absolute;
}
#qbtn li a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    box-sizing: border-box;
    padding-top:0px;
    border-radius: 200px;
    background: #423e7d;
    overflow: hidden;
}
#qbtn li:nth-child(2) a {
    background: #a0052f;
}

#qbtn li:nth-child(2) p {
    color: #a0052f;
}

#qbtn li:nth-child(1) {
    left: 0;
}
#qbtn li:nth-child(2) {
    left: 50%;
    margin-left: -100.5px;
}
#qbtn li:nth-child(3) {
    right: 0;
}
#qbtn li img:hover {
    transform: scale(1,1);
}
#qbtn li img {
    padding:50px;
    transition: all 1s;
    transform: scale(0.8,0.8);
}
#qbtn li:nth-child(1) img {
    margin: 0 auto;
    position: relative;
    left: -17px;
}
#qbtn li:nth-child(2) img {
    position: relative;
    top: -10px;
    margin: 0 auto;
    left: -12px;
}
#qbtn li:nth-child(3) img {
    position: relative;
    top: -17px;
    left: -5px;
    margin: 0 auto;
}
.loc img {
    position: relative;
    top: 88px;
    margin: 0 auto;
}
.dream {
    width: 300px;
    margin-top: 55px;
    position: relative;
    position: absolute;
    left: -66px;
}
.dream::before {
    content: "";
    display: block;
    width: 16px; height: 16px;
    position: absolute;
    border: 3px solid #c1c1c1;
    border-radius: 100px;
    background: #fff;
    top: -17px;
    left: 50%;    
    margin-left: -9.5px;
}
.dream p {
    font-family: 'GmarketSansBold';
    font-size: 25px;
    color:  #423e7d;;
    padding: 41px 0 29px 0;
}
.dream span {
    font-family: 'NanumSquare', sans-serif; 
    font-size: 18px;
    line-height: 28px;
    color: #818181;
}

/*qbtn end*/
/*lrbtn*/

.lrbtn {
    width: 1920px;
    height: 386px;
    position: relative;
    display: flex;
    left: 50%;
    margin-left: -960px;
}
.lrbtn div {
    width: 960px;
    height: 387px;
    overflow: hidden;
    position: relative;
}
.lrbtn ul {
    z-index: 11111;
    height: 100%;
    position: absolute;
    top: 100px;
}
.lrbtn li:nth-child(1) {
    font-weight: bold;
    font-size: 17px;
    color: #423e7d;
}
.lrbtn li:nth-child(2) {
    font-family: 'GmarketSansBold';
    font-size: 35px;
    line-height: 65px;
    color: #423e7d;
}
.lrbtn li:nth-child(3) {
    font-size: 15px;
    color: #a1a1a1;
    line-height: 22px;
    margin-top: 10px;
}
.lrbtn li:nth-child(4) a {
    font-size: 11px;
    font-weight: bold;
    padding: 6px 19px;
    display: block;
    width: 55px;
    text-align: center;
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
    line-height: 22px;
    margin-top: 20px;
}
.guide {
    background: #eee;
}
.guide ul {
    left: 310px;
}
.benefit ul {
    left: 70px;
}
.benefit li {
    color: #fff !important;
}
.benefit li:nth-child(4) a {
    color: #fff !important;
    border: 1px solid #fff !important;
}
.benefit::before {
    content: "";
    width: 100%;
    height: 387px;
    background: url(../img/box02_bg.png) no-repeat 0 0;
    overflow: hidden;
    transition: all 2s;
    position: absolute;
    top: 0;
    z-index: -1; 
}
.benefit:hover::before {
    transform: scale(2,2);
    transition: all 4s;
    overflow: hidden
}


/*lrbtn end*/

/* notice */

.notice {
    position: relative;
    width: 1920px;
    height: 370px;
    left: 50%;
    margin-left: -960px;
    border-bottom: 1px solid #ccc;
}
.nt ul {
    z-index: 11111;
    height: 100%;
    position: absolute;
    top: 100px;
    left: 310px    
}
.nt li:nth-child(1) {
    font-weight: bold;
    font-size: 17px;
    color: #423e7d;
}
.nt li:nth-child(2) {
    font-family: 'GmarketSansBold';
    font-size: 35px;
    line-height: 65px;
    color: #423e7d;
}
.nt li:nth-child(3) {
    font-size: 15px;
    color: #a1a1a1;
    line-height: 22px;
    margin-top: 10px;
}
.nt li:nth-child(4) a {
    font-size: 11px;
    font-weight: bold;
    padding: 6px 19px;
    display: block;
    width: 55px;
    text-align: center;
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
    line-height: 22px;
    margin-top: 20px;
}
/**/

.nlist {
    position: absolute;
    left: 52%;
    top: 90px;
    width: 654px;
    font-family: 'NEXON Lv2 Gothic', sans-serif;
}
.nlist ul {
    width: 100%;
    position: relative;
}
.nlist li {
    line-height: 67px;
    border-top: 1px solid #ddd;
    position: relative;
}
.nlist li:first-child {
    border-top: none;
}

.nlist li a {
    width: 100%;
    display: block;
    font-size: 15px;
    color: #646464;
}
.nlist li a::before {
    content: "공지";
    padding: 7px 15px;
    border: 1px solid #005884;
    color: #005884;
    margin-right: 23px;
    font-size: 14px;
    font-weight: bold;
}
.nlist span {
    font-size: 13px;
    color: #a6a6a6;
    position: absolute;
    top: 0;
    right: 0;
}
/* notice end */





/*footer*/

footer a {
    display: block;
    position: absolute;
}

footer a:nth-child(1) {
    width: 50px;
    height: 30px;
    left: 570px;
    bottom: 50px;
}
footer{
	width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
footer img {
    display: block;
}

/*footer end*/