﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap'); /*영문 필기체*/


/*한글손글씨*/
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/NanumAnSsangCe/NanumAnSsangCe.css'); 
@import url('https://hangeul.pstatic.net/hangeul_static/css/NanumHarABeoJiEuiNaNum.css');



@font-face {
  font-family: "S-CoreDream-7ExtraBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GmarketSansB';
  src: url(./GmarketSansTTFBold.woff) format('woff');
}
@font-face {
  font-family: 'GmarketSansM';
  src: url(./GmarketSansTTFMedium.woff) format('woff');
}
@font-face {
  font-family: 'GmarketSansL';
  src: url(./GmarketSansTTFLight.woff) format('woff');
}



html {font-size:9px}
body, div, span, iframe,
h1, h2, h3, p,
a,
img, strong,
ol, ul, li,
form, label, legend, table,
textarea, input {
    margin: 0;
    padding: 0;
    outline: none;
    color: #333;
    list-style: none;
    text-decoration: none;
    font-family: 'Noto Sans KR', 'Roboto', Arial, sans-serif;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
*:focus {
  outline: none;
}

img {
    border: 0;
    outline: 0;
}

#whatpage {
    display: none
}

.hide {
    position: absolute;
    left: -9999px;
}

body {
    min-width: 320px;
    font-family: 'Noto Sans KR', 'Roboto', Arial, sans-serif;
    font-size:16px;
    font-weight:400;
    position: relative;    
}


div.quick{
	position:fixed;
	right:2%;
	bottom:10%;
	width:100px;
	height:auto;
	margin:0;
	padding:0;
	border:0px solid red;
	z-index:48;
	}
div.quick a{
	display:block;
	width:100px;
	height:100px;
	border-radius:50%;
	background:rgba(255,255,255,0.7);
	margin-bottom:15px;
	text-align:center;
	font-size:13px;
	font-weight:500;
	color:#000;
	line-height:12;
	letter-spacing:-0.05em;
	background-position:center center;
	background-size:cover;
	overflow:hidden;
	}
div.quick a.coun{
	background-image:url(../img/quick_icon1.png)
	}
div.quick a.na{
	background-image:url(../img/quick_icon2.png)
	}
div.quick a.ka{
	background-image:url(../img/quick_icon3.png)
	}	


    
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 90px;
    transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    background:rgba(14,90,167,0.2);
    /*box-shadow:0 5px 8px rgba(0, 0, 0, 0.2);*/
    border-bottom:1px solid rgba(14,90,167,0.2);
}
#header .header_wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    height:90px;
    left: 0%;
    border: 0px solid red;
    text-align:center;
}    


#header .header_wrap h1 {
   position:relative;
   display:inline-block;
   margin:0px auto 0 auto;
   width: 283px;
    height:90px;	   
   border:0px solid red;
   vertical-align:top;
}

#header .header_wrap h1 a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    background:url('../img/logo.png') center center no-repeat;
    background-size:contain;
}
#header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:90px;
    transition: background 0.3s;
    content: '';
}

#header:before {
    position: absolute;
    top:90px;
    left: 0;
    width: 100%;
    height:90px;
    content: '';
     background:#0e5aa7;  
}

#header.open {
    height:180px;
    border:0px solid #0e5aa7;

}

#header.open h1 a {
    background-image: url('../img/logo.png');
    z-index:100;
}

#header.open li + li:before {
    background: #292929;
}

#header.open:after {
   background:#0e5aa7;  
}





/*PC*/

#gnb {
	position:relative;
	display:inline-block;
    margin-left:80px;
    text-align: center;
    font-weight: 400;
    border:0px solid red;
    padding:0;
    margin-top:10px;
}

#gnb > ul {
    display: inline-block;
    width: 100%;
    border:0px solid red;

}

#gnb > ul > li {
    position: relative;
    float: left;
    margin-right: 30px;
    border:0px solid red;
    
}

#gnb > ul > li > a {
    display: block;
    color: #fff;
    border:0px solid red;
    padding:0px;
}

#gnb > ul > li > a b {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height:80px;
    font-weight: 400;
    letter-spacing: -0.5px;
    border:0px solid red;
}

#gnb > ul > li > a b:after {
    position: absolute;
    left: 50%;
    width: 0;
    bottom:15px;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#gnb > ul > li:hover > a {
    color: #fff;
}

#gnb > ul > li:hover > a b:after {
    left: 0;
    width: 100%;
}

#gnb .sub {
    display: none;
    position: absolute;
    top:80px;
    left: 0;
    width: 1200px;
    border:0px solid red;
}

#gnb .sub > ul {
    position: relative;
    margin-left: 0px; /*margin-left:-258px;*/
}

#gnb .sub > ul > li {
    float: left;
    border: 0px solid red;
}


#gnb .sub > ul > li > a {
    display: block;
    padding: 0 15px;
    font-size:16px;
    color: #fff;
    line-height: 50px;
    font-weight: 400;
    transition: all 0.3s;
    text-decoration: none;
    letter-spacing: -0.05em;
}

#gnb .sub > ul > li:hover > a {
    color: #cc8f37;
    text-decoration: none;
}

#gnb .sub > ul > li:hover > a:hover {
    color: #cc8f37;
    text-decoration: none;
}

#gnb .s_size02 {
    left: -220px;
}

#gnb .s_size03 {
    left: -140px;
}

#gnb .s_size04 {
    left: -280px;
}

#gnb .s_size05 {
    left: -428px;
}

#gnb .s_size06 {
    left: -260px;
}

#gnb .s_size07 {
    left: -460px;
}

#gnb .s_size08 {
    left: -165px;
}

#gnb .s_size09 {
    left: -350px;
}

.header_wrap div.mem{
	position:absolute;
	top:20px;
	right:2%;
	border:0px solid red;
	height:auto;
	overflow:hidden;
	}
.header_wrap div.mem a{
	display:block;
	width:70px;
	height:25px;
	overflow:hidden;
	text-align:right;
	font-size:12px;
	line-height:1.5;
	color:#fff;
	text-decoration:none;
	}
.header_wrap div.mem a.m1{
	background:url(../img/mem_icon1.png) 0 0 no-repeat;
	}
.header_wrap div.mem a.m2{
	background:url(../img/mem_icon2.png) 0 0 no-repeat;
	}

/*Mobile*/
.trigger { 
	display:none;
	z-index:999; cursor: pointer;
    position:fixed; top:10px; right:33px;
    width:17px; height:44px;
    background-color:transparent; border:0;
}
.trigger span {
    position:absolute; top:calc(50% - 1px); left:calc(50% - 12px);
    width:45px; height:5px; background:#fff; transition:0.3s;
    border-radius:10px;
}
.trigger span:before, .trigger span:after {
    display:block; position: absolute; content:'';
    width:45px; height:5px; background:#fff; transition:0.3s;
    border-radius:10px;
}
.trigger span:before {top:-10px;}
.trigger span:after {
	top:10px;
	content:'MENU';
	color:#fff;
	font-size:12px;
	font-family:Montserrat;
	line-height:2.5;
	}

.trigger.open {display:block; z-index:999;}
.trigger.open span {background:transparent; top:34px}
.trigger.open span:before { top:0; transform:rotate(45deg); background:#333; }
.trigger.open span:after { top:0;transform:rotate(-45deg); background:#333; font-size:0;}


.side_menu {
    display: block; position: fixed;
    top:0; right:-500px;
    background: #fdfdfd;
    width:500px;
    height:100%; z-index:500;
}
.side_wrap {
    width: 100%;
    height: 100%;
    text-align: left;
    padding:0;
}

.side_wrap div.mem{
	position:relative;
	width:80%;
	height:30px;
	margin:20px auto 0 auto;
	border:0px solid red;
	text-align:Center;
	}
.side_wrap div.mem a{
	display:inline-block;
	width:45%;
	height:30px;
	border:1px solid #0e5aa7;
	border-radius:3px;
	color:#0e5aa7;
	text-align:center;
	font-size:15px;
	font-weight:500;
	line-height:1.85;
	}


.navbar {
	width:100%;
	margin:50px 0 0 0;
	border:0px solid red;
	}
.navbar > li {
	position: relative;
	border:0px solid red;
	}
.navbar > li > a {
    display:block; 
    font-size:28px; 
    line-height:1; 
    margin-top:20px; color:#333;
    font-weight:700;
    border-bottom:1px solid #999;
    padding-bottom:10px;
    text-indent:30px;
    cursor:pointer;
}
.navbar .icon {
    position:absolute; top:10px; right:80px; 
    width:20px; height:10px; transform: rotate(45deg);
    transition:0.3s;
}
.navbar .icon:after {
    position: absolute;
    content: "";
    width:10px;
    height:10px;
    border: 2px solid #ccc;
    border-top: 0;
    border-left: 0;
}
.navbar .icon.on {
    transform:rotate(-135deg);
    margin-right:10px;
}

.navbar .sub {
    display:none;
    position:relative; top:5px;
    
}
.navbar .sub > li {
	border:0px solid blue;
	}
.navbar .sub > li:last-child{
	margin-bottom:20px;
	}	
.navbar .sub > li > a {
    display:block; color:#666;
    padding:5px 15px;
    letter-spacing:-0.05em; 
    font-size:25px;
    font-weight:500;
    line-height:1.5;
    text-indent:40px;
   
}
.navbar > li.act .sub {display:block;}


    
/*----------------------------------------navi renew-------------------------------------*/



/*MEMBER*/

div.login_box{
	position:relative;
	width:400px;
	height:auto;
	margin:50px auto;
	border:5px solid #d8dfe4;
	padding-bottom:30px;
	}
div.login_box ul{
	width:90%;
	height:auto;
	margin:10px auto;
	}	
div.login_box ul li{
	display:block;
	width:100%;
	height:40px;
	margin:0 auto 10px auto;
	text-align:left;
	}	
div.login_box ul li span{
	display:inline-block;
	width:22%;
	font-size:16px;
	font-weight:400;
	line-height:1.5;
	border:0px solid red;
	}	
div.login_box ul li input{
	display:inline-block;
	width:70%;
	height:20px;
	}	
div.login_box a.btn{
	position:relative;
	display:block;
	margin:0 auto;
	width:50%;
	height:80px;
	background:#0e5aa7;
	border-radius:8px;
	color:#fff;
	text-align:center;
	font-size:18px;
	font-weight:700;
	color:#fff;
	line-height:5;
	overflow:Hidden;
	}

div.login_box2{
	position:relative;
	width:400px;
	height:auto;
	margin:0 auto 80px auto;
	border:0px solid #d8dfe4;
	padding-bottom:30px;
	text-align:center;
	}
div.login_box2 a{
	display:inline-block;
	width:45%;
	height:30px;
	border:1px solid #0e5aa7;
	text-align:Center;
	font-size:14px;
	font-weight:500;
	color:#0e5aa7;
	border-radius:3px;
	line-height:2;
	}
div.login_box3{
	position:relative;
	width:600px;
	height:auto;
	margin:50px auto;
	border:5px solid #d8dfe4;
	padding-bottom:30px;
	text-align:center;
	padding-top:50px;
	}
div.login_box3 b{
	color:#0e5aa7;
	font-weight:700;
	}
div.login_box3 span{
	color:#ff3300;
	font-weight:700;
	font-size:20px;
	}	
	
section.footer_map{
    border:0px solid red;
    background:#0e5aa7;
    width:100%;
    height:700px;
    margin:0 auto;
    overflow:hidden;
}
section.footer_map div.timewrap {
    position:relative;
    width:1600px;
    height:700px;
    border: 0px solid red;
    margin:0px auto 0 auto;
    overflow:hidden;
    z-index:50;
}
section.footer_map div.timewrap div{
	position:relative;
	width:800px;
	height:100%;
	overflow:hidden;
	border: 0px solid #fff;
	background:#0e5aa7;
	}


section.footer_map div.timewrap div p.title {
    position: relative;
    margin:50px auto 0 auto;
}


	
section.footer_map div.timewrap div h3{
	display:block;
	position: relative;
    margin:50px auto 0 auto;
    font-family:GmarketSansL;
    font-size:50px;
    color: #fff;
    text-align: left;
    font-weight:normal;
    letter-spacing: -0.05em;
    line-height: 1;
	}
section.footer_map div.timewrap div h3 span{
	display:inline-block;
	display:inline-block;
	font-family:GmarketSansB;
  font-size:50px;
  color:#fff;
	text-align:right;
	letter-spacing: -0.05em;
  line-height: 1.2;
  color: #fff;
  text-align: left;
	}
	


section.footer_map div.timewrap div div.time{
	position:relative;
	width:98%;
	height:auto;
	margin:30px auto;
	border:0px solid red;	
	overflow:Hidden;
	}
	
section.footer_map div.timewrap div div.time h4{
	position:relative;
	display:inline-block;
	float:left;
	text-align:left;
	width:200px;
	height:180px;
	color:#fff;
	font-weight:300;
	line-height:1.2;
	font-size:40px;
	font-weight:500;
	margin:0;
	padding:0;
	overflow:hidden;
	}	
section.footer_map div.timewrap div div.time h4 b{
	font-weight:800;
	}
section.footer_map div.timewrap div div.time h5{
	display:none;
	}	
section.footer_map div.timewrap div div.time ul{
	position:Relative;
	display:inline-block;
	width:580px;
	height:auto;
	border:0px solid red;
	}
section.footer_map div.timewrap div div.time ul li{
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto 8px auto;
	text-align:left;
	font-size:25px;
	font-weight:500;
	line-height:1;
	color:#fff;
	}
	
section.footer_map div.timewrap div div.time ul li span{
	display:inline-block;
	width:110px;
	height:40px;
	background:#fff;
	border-radius:50px;
	margin:0 10px 0 0;
	text-align:center;
	color:#0e5aa7;
	overflow:hidden;
	line-height:2.2;
	font-size:18px;
	font-weight:500;
	vertical-align:-10px;	
	}
section.footer_map div.timewrap div div.time ul li span.off{
	background:#818181;
	color:#fff;
	}	


section.footer_map div.timewrap div div.time ul li.lunch{
	font-size:19px;
	color:#d8dfe4;
	font-weight:400;
	margin-top:30px;
	}	
section.footer_map div.timewrap div div.time ul li.lunch span{
	background:none;
	border:1px solid #fff;
	color:#d8dfe4;
	}	
	
section.footer_map div.mapwrap {
    position: absolute;
    right:0;
    top:0;
    width:1000px;
    height:auto;
    border: 0px solid red;
    margin:0 auto;
    overflow:hidden;
    z-index:45;
}	
section.footer_map div.mapwrap2 {
  display:none;
  }


section.footer_banner{
		position:relative;
    height: 100px;
    border-top:1px solid #aaa;
    border-bottom:1px solid #aaa;
    background:#fff;
    overflow:hidden;
}
section.footer_banner div{
		position:relative;
    width:640px;
    height:100%;
   margin:0 auto;
   border:0px solid red;

}
section.footer_banner div span.t{
	position:absolute;
	left:0;
	top:20px;
	height:35px;
	width:50px;
	padding:15px;
	border-radius:8px;
	background:#3e5076;
	font-size:14px;
	font-weight:700;
	text-align:center;
	line-height:1.2;
	color:#fff;
	}
section.footer_banner div.swiper {
	position:relative;
	float:right;
      width: 545px;
      height: 40px;
      border:0px solid red;
      margin-top:35px;
    }

section.footer_banner .swiper-slide {
      background: #fff;
      width:190px;
      padding:0;
      margin:0;
      border:0px solid red;
      text-align:center;
    }

section.footer_banner .swiper-slide img {
      display: block;
      width:170px;
      padding:0;
      margin:0 auto;
       border:0px solid red;
    }



footer {
    position: relative;
    width: 100%;
    height: 255px;
    background: #000;
    overflow: hidden;
}



footer ul.menu {
    position: absolute;
    left:30px;
    top:30px;
    border: 0px solid #fff;
}

footer ul.menu li {
    float: left;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
    border-right: 1px solid #fff;
}

footer ul.menu li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size:15px;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #fff;
    text-decoration: none;
}

footer ul.menu li:first-child {
    padding-left: 0;
}

footer ul.menu li:first-child a {
    color: #ae966f;
}

footer ul.menu li:last-child {
    border-right: 0px solid #c0c0c0;
}

footer address {
    position: absolute;
    height: auto;
    left:30px;
    top: 100px;
    font-size:16px;
    font-style: normal;
    font-weight:400;
    text-align: left;
    line-height: 1.8;
    letter-spacing: -0.03em;
    color: #fff;
}

footer address span {
	display:inline-block;
	padding-left:20px;
	padding-right:20px;
	height:10px;	
  font-size:15px;
  font-weight:300;
  text-align:center;
  color: #fff;
  line-height:1;
  margin:0;
}
footer a.rotate{
	position: absolute;
	display:block;
	width:160px;
	height:160px;
  right: 0;
  top: 0;
  border:0px solid red;
  background:url(../img/footer_fillup_1.png) center center no-repeat;
	}
footer a.rotate img.circle {
    position: absolute;
    right: 0;
    top: 0;
    animation: rotate_image 12s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}

footer ul.sns {
    position: absolute;
    right: 5px;
    bottom: 30px;
    border: 0px solid red;
    height:auto;
}

footer ul.sns li {
   	display:inline-block;
    width:55px;
    height:55px;
    margin-right:10px;
    background:#fff;
    border-radius:50%;
    overflow:hidden;
}

.pic-100{
	width:100px;
	height:100px;
}
.pic-200{
	width:200px;
	height:100px;
}



.itv10{height:10px;display:block;clear:both;}
.itv15{height:15px;display:block;clear:both;}
.itv20{height:20px;display:block;clear:both;}
.itv25{height:25px;display:block;clear:both;}
.itv30{height:30px;display:block;clear:both;}
.iitv35{height:35px;display:block;clear:both;}
.itv40{height:40px;display:block;clear:both;}
.itv45{height:45px;display:block;clear:both;}
.itv50{height:50px;display:block;clear:both;}
.itv55{height:55px;display:block;clear:both;}
.itv60{height:60px;display:block;clear:both;}
.itv65{height:65px;display:block;clear:both;}
.itv70{height:70px;display:block;clear:both;}
.itv75{height:75px;display:block;clear:both;}
.itv80{height:80px;display:block;clear:both;}
.itv85{height:85px;display:block;clear:both;}
.itv90{height:90px;display:block;clear:both;}
.itv95{height:95px;display:block;clear:both;}
.itv100{height:100px;display:block;clear:both;}
.itv110{height:110px;display:block;clear:both;}
.itv120{height:120px;display:block;clear:both;}
