ul, ul>li, dl, dl>dd{
  display:inline-block;
  font-size:0;
  line-height:0;
}

.motion {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}

#wrap{
}
@media only screen and (max-width : 1400px){
  #wrap{
    width:1400px;
  }
}
@media only screen and (max-width : 960px){
  #wrap{
    width:100%;
  }
}
#header{
  position:relative !important;
  width:100%;
  height:90px;
  background: url(../../img/headerBg.jpg) -80px top no-repeat #092240;
}
#header>.container{
  width:1700px;
  height:100%;
  padding-left:700px;
  box-sizing:border-box;
  float:left;
}
#header a.logo{
  display:inline-block;
  position:absolute;
  top:0;
  left:320px;
  width:340px;
  height:90px;
  padding-top:20px;
  text-align:center;
  background-color:#ba936e;
  box-sizing: border-box;
}
#header a.logo>strong{
  display:inline-block;
  position:absolute;
  top:90px;
  left:0;
  width:100%;
  height:215px;
  padding-top:65px;
  text-align:center;
  background-color:#092240;
  box-sizing:border-box;
  z-index:6;
}
#header a.logo>strong>b, #header a.logo>strong>span{
  display:inline-block;
  width:100%;
  color:#ba946e;
}
#header a.logo>strong>b{
  padding-bottom:10px;
  font-size:1.6rem;
  line-height:1.6rem;
  font-weight:400;
}
#header a.logo>strong>span{
  font-size:2.8rem;
  line-height:2.8rem;
  font-weight:500;
}
#header a.logoM{
  display:none;
  position:absolute;
  top:0;
  left:10px;
  width:150px;
  height:100%;
  padding-top:10px;
  text-align:center;
  box-sizing: border-box;
}
#header a.tel{
  display:inline-block;
  position:absolute;
  top:0;
  right:0;
  height:100%;
  padding-top:25px;
  padding-left:50px;
  padding-right:50px;
  background-color:#092240;
}
#header a.tel>i{
  display:inline-block;
  width:32px;
  height:32px;
  margin-right:5px;
  border-radius:32px;
  border:2px solid #fff;
  background: url(../../img/tel.png) center center no-repeat;
  vertical-align:top;
}
#header a.tel>font{
  display:inline-block;
  padding-top:4px;
  font-family: 'GmarketSansBold';
  font-size:2.15rem;
  line-height:32px;
  color:#fff;
}
#header a.telM{
  display:none;
  position:absolute;
  top:16px;
  right:45px;
  width:30px;
  height:30px;
  border-radius:30px;
  background:url(../../img/tel.png) center center no-repeat #ba936e;
}
#header .mNavIcon{
  display:none;
  position:absolute;
  top:20px;
  right:10px;
  width:24px;
  height:24px;
}

@media only screen and (min-width : 2300px){
  #header>.container{
    margin-left:50px;
  }
}
@media only screen and (max-width : 1890px){
  #header{
    position:relative !important;
    width:100%;
    height:90px;
    background: url(../../img/headerBg.jpg) -170px top no-repeat #092240;
  }
  #header>.container{
    width:100%;
    padding-left:370px;
  }
  #header a.logo{
    left:130px;
    width:240px;
  }
  #header a.logo>strong>b{
    font-size:1.4rem;
    line-height:1.4rem;
  }
  #header a.logo>strong>span{
    font-size:2.4rem;
    line-height:2.4rem;
    letter-spacing:-0.2rem;
  }
  #header a.tel{
    width:auto;
    padding-left:20px;
    padding-right:20px;
  }
}
@media only screen and (max-width : 1580px){
  #header>.container{
    padding-right:225px;
  }
}
@media only screen and (max-width : 960px){
  #header{
    height:60px;
    background-image:none;
    background-color:#fff;
    border-bottom:1px solid #eee;
  }
  #header>.container{
    width:100%;
    padding-left:0;
    padding-right:0;
  }
  #header a.logo{
    display:none;
  }
  #header a.logoM{
    display:inline-block;
  }
  #header a.tel{
    display:none;
  }
  #header a.telM{
    display:inline-block;
  }
  #header .mNavIcon{
    display:inline-block !important;
  }
}
/*메뉴*/
#nav{
  display: inline-block;
  min-width:800px;
  padding-top:30px;
  /*height:250px;*/
  box-sizing: border-box;
  text-align: center;
}

#nav>ul{
  display: inline-block;
  width:100%;
  height:60px;
}
#nav>ul>li{
  position:relative;
  display:inline-block;
  width:16.6%;
  height:70px;
  vertical-align:top;
}
/*#nav>ul>li:nth-child(4){
  width:15%;
}
#nav>ul>li:nth-child(5){
  width:20%;
}*/
#nav>ul .line{
  position: absolute;
  display: none;
  bottom: -1px;
  height: 2px;
  width: 0%;
  background: #8b634b;
  left: 56px;
  z-index:6;
}
#nav>ul>li:hover .line, #nav>ul>li.active .line{
  width:100% !important; left:0px !important;
}
#nav>ul>li>a{
	position:relative;
	height:60px;
  color:#fff;
  opacity:0.7;
}
#nav>ul>li:not(.active)>a:before,#nav>ul>li:not(.active)>a:after{
	content: "";
	left:0;
	bottom:-5px;
	width:100%;
	position:absolute;
	transition: all 0.3s ease;
}

#nav>ul>li>a:hover:before,#nav>ul>li>a:hover:after{
	width:100%;
	bottom:0;
	/*border-bottom: solid 5px #050060;*/
}

#nav>ul>li:hover>a, #nav>ul>li.active>a{
  color:#fff !important;
  height:60px;
  opacity:1;
  /*border-bottom: solid 5px #050060;*/
  /*background: url(../../newImg/navActiveBg.png) left bottom repeat-x;*/
}
#nav>ul>li>a{
  display: inline-block;
  width:100%;
  padding-bottom:20px;
  font-size: 1.1rem;
  font-weight:400;
  line-height:20px;
  font-size: 1.2rem;
}
#nav>ul>li>a.style1{
  padding-bottom:0;
  line-height:20px !important;
}
#nav>ul>li>a.style1 font{
  display:inline-block;
  width:100%;
  font-size:0.9rem;
  line-height:20px;
  letter-spacing:-0.03rem;
  font-weight:300;
  color:#fff;
}
#nav .depth2{
  position:absolute;
  top:90px;
  left:0;
  width:100%;
  height:215px;
  text-align: center;
  box-sizing: border-box;
  /*box-shadow: 0 4px 4px -3px #ddd inset;*/
  z-index:5;
}
#nav .depth2 .container{
  position: relative;
  width: calc(100% - 660px);
  height: 100%;
  padding-top: 30px;
  margin-left:660px;
  padding-left:40px;
  font-size:0;
  line-height:0;
  text-align: left;
  border-bottom:1px solid #e9e9e9;
  background-color: #fff;
  box-sizing: border-box;
  float:left;
}

#nav .depth2 .frame{
  display: inline-block;
  width: 800px;
  font-size:0;
  line-height:0;
}
#nav .depth2 .container ul{
  display: inline-block;
  width:16.6%;
  vertical-align: top;
}
/*#nav .depth2 .container ul:nth-child(4){
  width:15%;
}
#nav .depth2 .container ul:nth-child(5){
  width:20%;
}*/
#nav .depth2 .container ul>li{
  display: inline-block;
  width:100%;
  height:30px;
  margin-bottom:12px;
}
#nav .depth2 .container ul>li>a{
  display: inline-block;
  width:100%;
  height:100%;
  line-height:30px;
  text-align:center;
  font-size:1.2rem;
}
#nav .depth2 .container ul>li:hover>a, #nav .depth2 .container ul>li.active>a{
  color:#821e1e ;
  font-weight:500;
}
@media only screen and (min-width : 2300px){
  #nav .depth2 .container{
    padding-left:90px;
  }
}
@media only screen and (max-width : 1890px){
  #nav{
    min-width:960px;
  }
  #nav .depth2 .container{
    width: calc(100% - 370px);
    margin-left:370px;
    padding-left:0;
  }
  #nav .depth2 .frame{
    width:960px;
    font-size:0;
    line-height:0;
  }
}
@media only screen and (max-width : 1580px){
  #nav{
    min-width:100%;
  }
  #nav .depth2 .container{
    padding-right:225px !important;
  }
  #nav .depth2 .frame{
    width:100%;
  }

}
@media only screen and (max-width : 960px){
  #nav{
    display:none;
  }
}



/*모바일 메뉴*/
.mBg{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: #000;
  opacity:0.5;
  z-index:5;
}
#mNav{
  position:fixed;
  top:0;
  left:0;
  width:320px;
  height:100%;
  padding-top:60px;
  box-sizing: border-box;
  background-color: #fff;
  z-index:5;
  overflow: hidden;
}
#mNav .logo{
  position:fixed;
  display: inline-block;
  top:12px;
  left:8px;
  font-size:1.6rem;
  line-height:40px;
  color:#092240;
  font-weight:600;
  z-index:5;
}
#mNav .logo img{
  width:125px;
}
#mNav .close{
  position:fixed;
  display: inline-block;
  top:20px;
  left:280px;
  z-index:5;
}
#mNav .close img{
  width:24px;
}
#mNav>ul{
  display: inline-block;
  width:100%;
  height:100%;
  border-top:1px solid #ddd;
  overflow:hidden;
}
#mNav>ul>li{
  display: inline-block;
  width:100%;
  min-height:48px;
  border-bottom:1px solid #eee;
}
#mNav>ul>li:last-child{
  border-bottom:1px solid #ddd;
}
#mNav>ul>li .depth2{
  width:100%;
}
#mNav>ul>li .depth2>ul{
  display:inline-block;
  width:100%;
}
#mNav>ul>li .depth2>ul>li{
  display:inline-block;
  width:100%;
  height:46px;
  background-color:#f9f9f9;
  border-top:1px solid #ececec;
}
#mNav>ul>li .depth2>ul>li:first-child{
	background-color:#f9f9f9 !important;
  border-top:1px solid #ececec !important;
}
#mNav>ul>li .depth2>ul>li>a{
  display: inline-block;
  width:100%;
  height:100%;
  padding-left:10px;
  line-height:46px;
  color:#555;
  font-size:1.1rem;
  box-sizing:border-box;
}
#mNav>ul>li:hover{
  color:#202a65;
}
#mNav>ul>li>a{
  display: inline-block;
  width:100%;
  padding-left:10px;
  height:48px;
  font-weight:500;
  line-height:48px;
  font-size:1.2rem;
  box-sizing:border-box;
}
#mNav>ul>li>a.style1>font{
  font-size:1rem;
  line-height:48px;
  color:#666;
}


/*사이드*/
#side{
	position:fixed;
	top:0;
	right:0;
	min-width:70px;
	height:100%;
	font-size:0;
	line-height:0;
	z-index:2;
}
#side .section1, #side .section2{
	position:fixed;
	right:0;
	height:250px;
}
#side .section1{
	top:160px;
}
#side .section2{
	top:410px;
}
#side a.basic{
	display:block;
	position:absolute;
	top:0;
	right:-250px;
	width:340px;
	height:250px;
	text-align:left;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
#side a.basic:hover{
	right:0;
	opacity:1;
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
#side a.basic>strong{
	display:inline-block;
	position:relative;
	width:90px;
	height:100%;
	font-size:1.7rem;
	line-height:1.8rem;
	text-align:center;
	font-weight:500;
}
#side a.basic>strong>i{
	position:absolute;
	left:50%;
	width:22px;
	height:22px;
	padding-top:7.5px;
	-webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
	border-radius:24px;
	box-sizing: border-box;
}
#side a.basic div.over{
	display:inline-block;
	width:250px;
	height:250px;
	padding:40px 0 0 25px;
	opacity:1;
	text-align:left;
	box-sizing:border-box;
	vertical-align:top;
}

#side a.basic div.over .block{
	width:270px;
}

#side a.basic div.over ul{
	display:inline-block;
	width:165px;
	height:165px;
	overflow:hidden;
	vertical-align:top;
}
#side a.basic div.over ul>li{
	display:inline-block;
	width:165px;
	height:165px;
}
#side a.basic div.over i{
	display:inline-block;
	margin-top:70px;
	margin-left:10px;
	padding-top:10px;
	width:34px;
	height:34px;
	text-align:center;
	border-radius:30px;
	opacity:1;
	box-sizing: border-box;
}

#side .section1 a.basic{
	background-color:#ba936e;
}
#side .section2 a.basic{
	background-color:#092240;
}
#side .section1 a.basic>strong{
	padding:35px 0;
	color:#fff;
}
#side .section2 a.basic>strong{
	padding:60px 0;
	color:#fff;
}
#side .section1 a.basic>strong>i{
	bottom:35px;
	border:2px solid #fff;
  background: url(../../img/iconSide1.png) center center no-repeat;
}
#side .section2 a.basic>strong>i{
	bottom:55px;
	border:2px solid #fff;
  background: url(../../img/iconSide1.png) center center no-repeat;
}
#side .section1 a.basic:hover>strong>i{
  background: url(../../img/iconSide1Over1.png) center center no-repeat #fff;
}
#side .section2 a.basic:hover>strong>i{
  background: url(../../img/iconSide1Over2.png) center center no-repeat #fff;
}
#side .section1 a.basic div.over{
	background-color:#ba936e;
}
#side .section2 a.basic div.over{
	background-color:#092240;
}
#side .section1 a.basic div.over i{
	border:2px solid #fff;
}
#side .section2 a.basic div.over i{
	border:2px solid #fff;
}
#side>a{
	display:inline-block;
	position:absolute;
	top:410px;
	right:0;
	width:90px;
	height:70px;
	padding-top:35px;
	font-size:1rem;
	color:#092240;
	text-align:center;
	font-weight:600;
	letter-spacing:-0.05rem;
	background-color:#fff;
	box-sizing: border-box;
}
@media only screen and (max-width : 960px){
	#side{
		display:none;
	}
}



/*비주얼*/
.visual{
  width:100%;
  height:1010px;
  padding-left:220px;
  background: url(../../img/visualBg.jpg) -80px top no-repeat;
  box-sizing: border-box;
}
.visual>.container{
  position:relative;
  width:100%;
  height:100%;
}
@media only screen and (max-width : 1890px){
  .visual{
    background: url(../../img/visualBg.jpg) -170px top no-repeat;
  }
  .visual{
    padding-left:130px;
  }
}
@media only screen and (max-width : 960px){
  .visual{
    height:auto;
    padding-left:0;
    background:none;
  }
}





.visual .web{
  display:block;
  height:100%;
  z-index:1;

}
.visual .mob{
  display:none;
}
.visual .visual_imgArea{
	position:absolute;
	top:0;
	left:0;
	z-index:-2;
	visibility:hidden;
	opacity:1;
	width:100%;
	height:1010px;
	text-align:center;
	-webkit-transition: all 2s; -moz-transition: all 2s; -ms-transition: all 2s; -o-transition: all 2s; transition: all 2s;
}
.visual .visual_imgAreaActive{
	visibility:visible; opacity:1; top:0;
}
.visualM_imgArea{
  width:100%;
  overflow:hidden;
}
.visualM_imgArea>img{
  width:100%;
}
#visual_bg0{
	background: url(../../img/visual_bg0.jpg) top left no-repeat;
	background-size: cover;
}
#visual_bg1{
	background: url(../../img/visual_bg1.jpg) top left no-repeat;
	background-size: cover;
}
#visual_bg2{
	background: url(../../img/visual_bg2.jpg) top left no-repeat;
	background-size: cover;
}
#visual_bg3{
	background: url(../../img/visual_bg3.jpg) top left no-repeat;
	background-size: cover;
}
#visual_bg4{
	background: url(../../img/visual_bg4.jpg) top center no-repeat;
	background-size: cover;
}
#visualM_bg1{
	background: url(../../img/visualM_bg1.jpg) top center no-repeat;
	background-size:100%;
}
#visualM_bg2{
	background: url(../../img/visualM_bg2.jpg) top center no-repeat;
	background-size: cover;
}
#visualM_bg3{
	background: url(../../img/visualM_bg3.jpg) top center no-repeat;
	background-size: cover;
}
#visualM_bg4{
	background: url(../../img/visualM_bg4.jpg) top center no-repeat;
	background-size: cover;
}


.visual .web .section1 .title{
  position:absolute;
  top:300px;
  left:100px;
}
.visual .web .section1 .title>b, .visual .web .section1 .title>strong, .visual .web .section1 .title>p{
  display:inline-block;
  width:100%;
  color:#092240;
}
.visual .web .section1 .title>b{
  padding-bottom:10px;
  font-size:4.5rem;
  line-height:4.5rem;
  font-weight:400;
  letter-spacing:-0.45rem;
}
.visual .web .section1 .title>strong, .visual .web .section1 .title>strong>font{
  padding-bottom:30px;
  font-size:4.9rem;
  line-height:4.9rem;
  font-weight:600;
  letter-spacing:-0.55rem;

}
.visual .web .section1 .title>strong>font{
  color:#9d7956;
}
.visual .web .section1 .title>p{
  font-size:1.4rem;
  line-height:2rem;
  font-weight:500;
}

.visual .web .section2 .title{
  position:absolute;
  top:300px;
  left:100px;
}
.visual .web .section2 .title>strong, .visual .web .section2 .title>p{
  display:inline-block;
  width:100%;
  color:#092240;
}
.visual .web .section2 .title>strong{
  padding-bottom:30px;
  font-size:4.9rem;
  line-height:4.9rem;
  letter-spacing:-0.55rem;
  font-weight:400;
  text-shadow: 0 0 7px rgba(225, 225, 225, 0.4);
}
.visual .web .section2 .title>strong>font{
  font-weight:600;
}
.visual .web .section2 .title>p{
  font-size:1.4rem;
  line-height:2rem;
  font-weight:500;
}

.visual .web .section3 .title{
  position:absolute;
  top:300px;
  left:100px;
}
.visual .web .section3 .title>strong, .visual .web .section3 .title>p{
  display:inline-block;
  width:100%;
  color:#092240;
}
.visual .web .section3 .title>strong{
  padding-bottom:30px;
  font-size:4.9rem;
  line-height:4.9rem;
  letter-spacing:-0.55rem;
  font-weight:400;
}
.visual .web .section3 .title>strong>font{
  display:inline-block;
  width:100%;
  font-weight:600;
}
.visual .web .section3 .title>p{
  font-size:1.4rem;
  line-height:2rem;
  font-weight:500;
}



.visual .mob .section1{
}
.visual .mob .section1 .title{
  position:absolute;
  top:6%;
  left:0;
  width:100%;
}
.visual .mob .section1 .title>b, .visual .mob .section1 .title>strong{
  display:inline-block;
  width:100%;
  text-align:center;
  letter-spacing:-0.3rem;
}
.visual .mob .section1 .title>b{
  padding-bottom:10px;
  font-size:3.5rem;
  line-height:3.5rem;
  color:#092240;
  font-weight:300;
}
.visual .mob .section1 .title>strong{
  font-size:3.7rem;
  line-height:3.7rem;
  color:#ad8864;
}

.visual .mob .section2 .title{
  position:absolute;
  top:6%;
  left:0;
  width:100%;
}
.visual .mob .section2 .title>strong{
  display:inline-block;
  width:100%;
  text-align:center;
  letter-spacing:-0.3rem;
  font-size:3.7rem;
  line-height:3.7rem;
  font-weight:300;
  color:#fff;
}
.visual .mob .section2 .title>strong>font{
  display:inline-block;
  padding-top:5px;
  width:100%;
  color:#ad8864;
  font-weight:600;
  letter-spacing:-0.15rem;
}
.visual .mob .section2 .title>b{
  display:inline-block;
  padding-top:10px;
  width:100%;
  text-align:center;
  font-size:1.2rem;
  line-height:1.2rem;
  font-weight:400;
  opacity:0.7;
  color:#fff;
}
.visual .mob .section3 .title{
  position:absolute;
  top:6%;
  left:0;
  width:100%;
}
.visual .mob .section3 .title>strong{
  display:inline-block;
  width:100%;
  text-align:center;
  letter-spacing:-0.3rem;
  font-size:3.7rem;
  line-height:3.7rem;
  font-weight:300;
  color:#092240;
}

.visual .mob .section3 .title>strong>font{
  display:inline-block;
  padding-top:5px;
  width:100%;
  color:#ad8864;
  font-weight:600;
}



@media only screen and (max-width : 580px){
  .visual .mob .section1 .title>b{
    font-size:2.8rem;
    line-height:3rem;
  }
  .visual .mob .section1 .title>strong{
    font-size:3rem;
    line-height:3rem;
  }
  .visual .mob .section2 .title>strong{
    font-size:3rem;
    line-height:3rem;
  }
  .visual .mob .section3 .title>strong{
    font-size:3rem;
    line-height:3rem;
  }
}
@media only screen and (max-width : 430px){
  .visual .mob .section1 .title>b{
    font-size:2.5rem;
    line-height:2.5rem;
  }
  .visual .mob .section1 .title>strong{
    font-size:2.7rem;
    line-height:2.7rem;
  }
  .visual .mob .section2 .title>strong{
    font-size:2.7rem;
    line-height:2.7rem;
  }
  .visual .mob .section2 .title>b{
    font-size:1.1rem;
    line-height:1.1rem;
  }
  .visual .mob .section3 .title>strong{
    font-size:2.7rem;
    line-height:2.7rem;
  }
}
@media only screen and (max-width : 380px){
  .visual .mob .section1 .title>b{
    font-size:2rem;
    line-height:2rem;
  }
  .visual .mob .section1 .title>strong{
    font-size:2.2rem;
    line-height:2.2rem;
  }
  .visual .mob .section2 .title>strong{
    font-size:2.2rem;
    line-height:2.2rem;
  }
  .visual .mob .section3 .title>strong{
    font-size:2.2rem;
    line-height:2.2rem;
  }
}
/*.visual .web .open{
  position:absolute;
  top:610px;
  left:100px;
  text-align:center;
}
.visual .web .open>strong.tit{
  display:inline-block;
  padding:10px 50px;
  font-size:3.8rem;
  line-height:3.8rem;
  color:#fff;
  font-weight:500;
  letter-spacing:-0.45rem;
  background-color:#ba936e;
}
.visual .web .open div{
  padding-top:20px;
  padding-left:30px;
  background-color:#fff;
  box-sizing: border-box;
}
.visual .web .open div>font, .visual .web .open div>strong, .visual .web .open div>span{
  display:inline-block;
  color:#092240;
  line-height:4.8rem;
}
.visual .web .open div>font{
  font-family: 'GmarketSansBold';
  font-size:4.8rem;
  letter-spacing:-0.45rem;
}
.visual .web .open div>strong{
  padding-right:5px;
  font-size:2.6rem;
  font-weight:500;
}
.visual .web .open div>span{
  padding-left:5px;
  font-size:1.4rem;
  opacity:0.7;
}*/

/*0627*/
.visual .web .open{
  position:absolute;
  top:610px;
  left:100px;
  width:356px;
  text-align:center;
}
.visual .web .open .bgcolor{
  background-color:#f7f4f2
}
.visual .web .open>strong.tit{
  display:inline-block;
  padding:10px 50px;
  font-size:3.8rem;
  line-height:3.8rem;
  color:#fff;
  font-weight:500;
  letter-spacing:-0.45rem;
  background-color:#ba936e;
}
.visual .web .open div{
  padding-top:20px;
  padding-bottom:20px;
  background-color:#fff;
  box-sizing: border-box;
}
.visual .web .open div>font, .visual .web .open div>strong{
  display:inline-block;
  width:100%;
  color:#092240;

}
.visual .web .open div>font{
  font-family: 'GmarketSansBold';
  font-size:3.2rem;
  line-height:3.2rem;
  letter-spacing:-0.3rem;
  text-transform: uppercase;
}
.visual .web .open div>font.gold{
  color:#ba936e;
}
.visual .web .open div>strong{
  padding-top:5px;
  padding-right:5px;
  font-family: 'GmarketSansBold';
  font-size:2.6rem;
  line-height:2.6rem;
  font-weight:500;
}




.visual .mob{}
@media only screen and (max-width : 960px){
  .visual .web{
    display:none;
  }
  .visual .mob{
    display:block;
  }
}


.visual .web div.btnBox{
  display:inline-block;
  position:absolute;
  bottom:0;
  right:275px;
  font-size:0;
  line-height:0;
  z-index:1;
}
.visual .web div.btnBox>a{
  display:inline-block;
  width:67px;
  height:67px;
}
.visual .web div.btnBox>a.blue{
  background:url(../../img/synergyBtn1.png) center center no-repeat #092240;
}
.visual .web div.btnBox>a.brown{
  background:url(../../img/synergyBtn2.png) center center no-repeat #ba936e;
}

.visual ul.leftside{
  position:absolute;
  top:100px;
  left:-70px;
  width:70px;
  height:100%;
  z-index:0;
}
.visual ul.leftside>li{
  position:absolute;
  width:100%;
  height:250px;
  text-align:center;
  border-radius: 25px  0  0 25px;
  box-sizing: border-box;
}
.visual ul.leftside>li:nth-child(1){
  top:0;
  left:-60px;
  width:130px;
  padding: 20px 0 0 0;
  background-color:#ba936e;
}
.visual ul.leftside>li:nth-child(2){
  top:260px;
  left:-60px;
  width:130px;
  padding: 10px 0 0 0;
  background-color:#821e1e;
}
.visual ul.leftside>li:nth-child(3){
  top:520px;
  left:0;
  padding: 55px 0 0 0;
  background-color:#fbf8f5;
}
.visual ul.leftside>li:nth-child(1):hover, .visual ul.leftside>li:nth-child(2):hover{
  width:140px;
  transform:translateX(-10px) rotate(.001deg);
}
.visual ul.leftside>li:nth-child(3):hover{
  width:80px;
  transform:translateX(-10px) rotate(.001deg);
}
.visual ul.leftside>li>a{
  display:inline-block;
  position:absolute;
  left:0;
  width:130px;
  height:100%;
  box-sizing: border-box;
  opacity:1;
  transform:rotate(.001deg);
}
.visual ul.leftside>li:nth-child(1)>a{
  top:20px;
}
.visual ul.leftside>li:nth-child(2)>a{
  top:10px;
}
.visual ul.leftside>li:nth-child(3)>a{
  top:50px;
  width:70px;
}
.visual ul.leftside>li strong, .visual ul.leftside>li span{
  display:inline-block;
  width:100%;
  text-align:center;
}

.visual ul.leftside>li strong{
  color:#fff;
  font-weight:400;
  font-size:1.7rem;
  line-height:1.9rem;
}
.visual ul.leftside>li strong>font{
  display:inline-block;
  width:100%;
  padding-top:5px;
  font-size:1rem;
  line-height:1rem;
  color:#fff;
  font-weight:300;
  letter-spacing:-0.02rem;
}
.visual ul.leftside>li:nth-child(3) strong{
  color:#ba936e;
  font-weight:400;
  font-size:1.2rem;
  line-height:1.3rem;
}
/*.visual ul.leftside>li strong>font{
  font-family: 'GmarketSansBold';
  font-size:2.4rem;
  line-height:1.8rem;
}*/
.visual ul.leftside>li span{
  padding-top:10px;
}
.visual ul.leftside>li:nth-child(3) span{
  padding-top:0;
  padding-bottom:10px;
}
.visual ul.leftside>li i{
  display:inline-block;
  width:23px;
  height:23px;
  margin-top:10px;
  border:2px solid #fff;
  background: url(../../img/iconSide2.png) center center no-repeat;
  border-radius:23px;
}
.visual ul.leftside>li:nth-child(3) i{
  border:2px solid #ba946e;
  background: url(../../img/iconSide3.png) center center no-repeat;
}
.visual ul.leftside>li a:hover{
  opacity:1;
}

.visual .motion {
	-webkit-transition: all 0.1s ease-out;
	   -moz-transition: all 0.1s ease-out;
	     -o-transition: all 0.1s ease-out;
	        transition: all 0.1s ease-out;
}
@media only screen and (max-width : 960px){
  .visual ul.leftside{
    display:none;
  }
}

.visual .mob div.btnBox{
  display:inline-block;
  position:absolute;
  bottom:115px;
  right:0;
  font-size:0;
  line-height:0;
  z-index:5;
}
.visual .mob div.btnBox>a{
  display:inline-block;
  width:45px;
  height:45px;
}
.visual .mob div.btnBox>a.blue{
  background:url(../../img/synergyBtn1.png) center center no-repeat #092240;
  background-size:45px;
}
.visual .mob div.btnBox>a.brown{
  background:url(../../img/synergyBtn2.png) center center no-repeat #ba936e;
  background-size:45px;
  margin-right:0;
}
@media only screen and (max-width : 580px){

}

/*비주얼 버튼*/
.visual .btn{
  display:none;
  width:100%;
  font-size:0;
  line-height:0;
  text-align:center;
}
.visual .btn>a{
  display:inline-block;
  width:100%;
  padding-top:17px;
  padding-bottom:20px;

  background-repeat:no-repeat;
  vertical-align:top;
}
.visual .btn>a>font{
  display:inline-block;
  font-size:1.3rem;
  line-height:20px;
  color:#fff;
  vertical-align:top;
}
.visual .btn>a.style1{
  background-color:#ba936e;
}
.visual .btn>a.style2{
  background-color:#092240;
}
.visual .btn>a>i{
  display:inline-block;
  height:20px;
  padding-top:3px;
  padding-left:5px;
  box-sizing: border-box;
}
.visual .btn>a>i>img{
  width:16px;
}
@media only screen and (max-width : 960px){
  .visual .btn{
    display:block;
  }
}
/*비주얼 버튼2*/
.visual .btn2{
  display:none;
  width:100%;
  font-size:0;
  line-height:0;
  text-align:center;
  background-color:#821e1e;
}
.visual .btn2>a{
  position:relative;
  display:inline-block;
  padding-top:8px;
  padding-bottom:10px;
  background-color:#821e1e;
  background-repeat:no-repeat;
  vertical-align:top;
}
.visual .btn2>a:nth-child(1){
  width:50%;
}
.visual .btn2>a:nth-child(2){
  width:50%;
}

.visual .btn2>a>font{
  display:inline-block;
  font-size:1.3rem;
  line-height:20px;
  color:#fff;
  vertical-align:top;
}
.visual .btn2>a>font>b{
  display:inline-block;
  font-weight:400;
}
.visual .btn2>a>font>span{
  display:inline-block;
  width:100%;
  padding-top:5px;
  font-size:1rem;
  line-height:1rem;
  color:#fff;
}
.visual .btn2>a>i{
  display:inline-block;
  position:absolute;
  top:20px;
  right:0;
  width:1px;
  height:20px;
  font-size:0;
  line-height:0;
  background-color:#fff;
  opacity:0.3;
  box-sizing: border-box;
}
@media only screen and (max-width : 960px){
  .visual .btn2{
    display:block;
  }
}
@media only screen and (max-width : 580px){
  .visual .btn2>a>font>b{
  }
}



/*모바일 상단*/
.bannerM{
  display:none;
  width:100%;
  padding-top:15px;
  padding-bottom:15px;
  text-align:center;
  background-color:#092240;
}
.bannerM .section1, .bannerM .section2, .bannerM .section3{
  display:inline-block;
  vertical-align:top;
}
.bannerM .section1{
  width:150px;
}
.bannerM .section1>span, .bannerM .section1>strong{
  display:inline-block;
  width:100%;
  color:#ba936e;
  text-align:center;
}
.bannerM .section1>span{
  padding-bottom:5px;
  font-size:1rem;
  line-height:1rem;
}
.bannerM .section1>strong{
  font-size:1.4rem;
  line-height:1.4rem;
}
.bannerM .section2{

}
.bannerM .section2>strong{
  display:inline-block;
  padding: 10px 20px;
  font-size:1.5rem;
  line-height:1.5rem;
  color:#092240;
  background-color:#ba936e;
}
.bannerM .section3>font, .bannerM .section3>span, .bannerM .section3>strong, .bannerM .section3>p{
  display:inline-block;
  padding-left:3px;
  line-height:41px;
}
.bannerM .section3>font{
  padding-left:10px;
  font-family: 'GmarketSansMedium';
  font-size:1.4rem;
  color:#fff;
}
.bannerM .section3>span{
  font-size:1.3rem;
  color:#fff;
}
.bannerM .section3>strong{
  font-family: 'GmarketSansBold';
  font-size:1.8rem;
  color:#ba936e;
  letter-spacing:-0.2rem;
}
.bannerM .section3>p{
  font-size:0.9rem;
  color:#fff;
  font-weight:300;
  opacity:0.7;
}
@media only screen and (max-width : 960px){
  .bannerM{
    display:block;
  }
}
@media only screen and (max-width : 580px){
  .bannerM .section1{
    width:100%;
    margin-bottom:15px;
  }
  .bannerM .section1>span{
    font-size:1.2rem;
    line-height:1.2rem;
  }
  .bannerM .section1>strong{
    font-size:1.6rem;
    line-height:1.6rem;
  }
  .bannerM .section2>strong{
    padding: 10px;
  }
  .bannerM .section3>strong{
    font-size:1.5rem;
    color:#ba936e;
    letter-spacing:-0.1rem;
  }
  .bannerM .section3>font{
    font-size:1.3rem;
    color:#fff;
  }
}


/*시너지*/
.synergy{
  position:relative;
  padding: 100px 0;
  height:1125px;
  overflow:hidden;

}
.synergy .container{
  position:relative;
  width:1400px;
  height:100%;
  margin : 0 auto;
}
.synergy i.mark{
  display:inline-block;
  position:absolute;
  top:50%;
  left:-9vw;
  -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
  z-index:0;
}
.synergy i.mark>img{
  width:430px;
}
.synergy .section1{
  display:inline-block;
  width:470px;
  margin-left:0;
  z-index:1;
}
.synergy .section1 i.square{
  display:inline-block;
  width:85px;
  height:85px;
}
.synergy .section1 i.square.blue{
  background-color:#092240
}
.synergy .section1 i.square.brown{
  background-color:#ba936e
}
.synergy .section1 div.text {
  display:inline-block;
  margin-top:70px;
}
.synergy .section1 div.text strong, .synergy .section1 div.text span, .synergy .section1 div.text p{
  display:inline-block;
  width:100%;
}
.synergy .section1 div.text strong{
  font-size:5rem;
  line-height:5rem;
  color:#092240;
  font-weight:400;
  letter-spacing:-0.3rem;
}
.synergy .section1 div.text strong>font{
  font-weight:600;
}
.synergy .section1 div.text span{
  padding-top:30px;
  font-size:2.2rem;
  line-height:2.7rem;
  color:#ba936e;
  font-weight:500;
}
.synergy .section1 div.text p{
  padding-top:30px;
  padding-bottom:30px;
  font-size:1.7rem;
  line-height:2.4rem;
  color:#092240;
}
.synergy .section1 div.text p>font{
  display:inline-block;
  width:100%;
}
.synergy .section1 dl{
  display:inline-block;
  width:100%;
  text-align: left;
}
.synergy .section1 dl>dd{
  display:inline-block;
  margin-left:2%;
  margin-top:2%;
  width:49%;
}
.synergy .section1 dl>dd>img{
  width:100%;
}
.synergy .section1 dl>dd:nth-child(2n-1){
  margin-left:0;
}
.synergy .section2{
  position:absolute;
  top:0;
  right:-450px;
  width:1250px;
  overflow:hidden;
}
.synergy .section2 i.square{
  display:none;
  position:absolute;
  top:70px;
  width:25px;
  height:25px;
}
.synergy .section2 i.square.blue{
  right:0;
  background-color:#092240
}
.synergy .section2 i.square.brown{
  right:25px;
  background-color:#ba936e
}
/*
.synergy .section2 ul.rolling{
  position:relative;
  width:2500px;
  text-align:left;
}
*/
.synergy .section2 ul.rolling>li{
  position:relative;
  width:800px;
  /*padding-top:220px;*/
  box-sizing: content-box;
  vertical-align:top;
}
.synergy .section2 ul.rolling>li.active{
  width:800px;
  padding-top:0;
}

.synergy .section2 ul.rolling a.arrow{
  position:absolute;
  top:235px;
  left:15px;
  z-index:2;
}
.synergy .section2 ul.rolling>li div.text{
	/*visibility: hidden;*/
	opacity:0;
	transition: all .5s;
	width:100%;
	height:165px;
  text-align:left;
}
.synergy .section2 ul.rolling>li.active div.text{
	/*visibility: visible;*/
	opacity:1;
	transition: all .5s;
}
.synergy .section2 ul.rolling>li strong{
  display:inline-block;
  width:100%;
  padding-top:5px;
  font-family: 'GmarketSansBold';
  font-size:3.8rem;
  line-height:3.8rem;
  color:#092240;
  letter-spacing:-0.35rem;
  text-transform:uppercase;
}
.synergy .section2 ul.rolling>li strong>font{
  display:inline-block;
  width:100%;
  padding-bottom:5px;
  font-family: 'GmarketSansMedium';
  font-size:1.8rem;
  line-height:1.8rem;
  letter-spacing:-0.10rem;
}
.synergy .section2 ul.rolling>li.active div.text.style1 strong>font{
  font-family: 'GmarketSansBold';
  font-size:3.8rem;
  line-height:3.8rem;
}
.synergy .section2 ul.rolling>li span{
  display:inline-block;
  width:100%;
  padding-top:10px;
  font-size:3.2rem;
  line-height:3.2rem;
  letter-spacing:-0.3rem;
  color:#9d7956;
}
.synergy .section2 ul.rolling>li.active div.text.style1 span{
  font-size:1.4rem;
  line-height:1.4rem;
  letter-spacing:-0.10rem;
}
.synergy .section2 ul.rolling>li span>font{
  display:inline-block;
  font-weight:600;
}
.synergy .section2 ul.rolling>li div.img{
  display:inline-block;
  width:100%;
  height:550px;
  overflow:hidden;
  transition: all .2s;
}
.synergy .section2 ul.rolling>li.active div.img{
  height:800px;
}
.synergy .section2 ul.rolling>li div.img>img{
  width:800px;
  max-width:none;
  transition: all .2s;
}


.synergy .section2 div.btn{
  position:absolute;
  top:715px;
  left:800px;
  font-size:0;
  line-height:0;
  z-index:2;
}
.synergy .section2 div.btn>a{
  display:inline-block;
  width:67px;
  height:67px;
}
.synergy .section2 div.btn>a.blue{
  background:url(../../img/synergyBtn1.png) center center no-repeat #092240;
}
.synergy .section2 div.btn>a.brown{
  background:url(../../img/synergyBtn2.png) center center no-repeat #ba936e;
}
@media only screen and (min-width : 2200px){
  .synergy i.mark{
    left:0;
  }
}
@media only screen and (max-width : 1890px){
  /*.synergy .section1{
    margin-left:3vw;
  }
  .synergy .section1 div.text strong{
    font-size:3.5rem;
  }
  .synergy .section1 div.text span{
    font-size:1.7rem;
    line-height:2.2rem;
  }
  .synergy .section1 div.text p{
    font-size:1.4rem;
    line-height:2rem;
  }
  .synergy .section1 dl{
    width:85%;
  }*/
  /*
  .synergy .section2{
    width:900px;
  }
  .synergy .section2 ul.rolling>li{
    width:350px;
    padding-top:170px;
  }
  .synergy .section2 ul.rolling>li.active{
    width:550px;
  }
  .synergy .section2 ul.rolling>li div.text{
    height:170px;
  }
  .synergy .section2 ul.rolling>li strong{
    font-size:3.15rem;
    line-height:3.15rem;
    letter-spacing:-0.3rem;
  }
  .synergy .section2 ul.rolling>li strong>font{
    padding-bottom:5px;
    font-size:1.5rem;
    line-height:1.5rem;
    letter-spacing:-0.1rem;
  }
  .synergy .section2 ul.rolling>li.active div.text.style1 strong>font{
    font-size:3.15rem;
    line-height:3.15rem;
  }
  .synergy .section2 ul.rolling>li span{
    font-size:2.8rem;
    line-height:2.8rem;
    letter-spacing:-0.25rem;
  }
  .synergy .section2 ul.rolling>li.active div.text.style1 span{
    font-size:1.2rem;
    line-height:1.2rem;
  }*/
  .synergy .section2 div.btn{
    position:absolute;
    bottom:auto;
    top:165px;
    left:0;
  }
}
@media only screen and (max-width : 1400px){
  .synergy .container{
    overflow:hidden;
  }
  .synergy .section1{

  }

}
@media only screen and (max-width : 960px){
  .synergy{
    padding: 70px 0;
    height:auto;
  }
  .synergy .container{
    width:100%;
  }
  .synergy i.mark{
    display:none;
  }
  .synergy .section1{
    width:100%;
    margin-left:0;
    text-align:center;
  }
  .synergy .section1 i.square{
    display:none;
  }
  .synergy .section1 div.text strong, .synergy .section1 div.text strong>font{
    font-weight:500;
  }
  .synergy .section1 div.text{
    margin-top:15px;
  }
  .synergy .section1 div.text span{
    width:auto;
    margin-top:20px;
    padding-top:15px;
    padding-bottom:15px;
    color:#092240;
    border-top:1px solid #b5bcc5;
    border-bottom:1px solid #b5bcc5;
  }
  .synergy .section1 div.text p{
    padding-top:15px;
  }
  .synergy .section1 dl{
    width:550px;
  }
  .synergy .section2{
    position:relative;
    top:auto;
    right:auto;
    width:550px;
    height:800px;
    margin: 0 auto;
    padding-top:70px;
    text-align:center;
    overflow:hidden;
  }
  .synergy .section2 i.square{
    display:inline-block;
  }
  .synergy .section2 ul.rolling{
    width:2750px !important;
  }
  .synergy .section2 ul.rolling a.arrow{
    top:255px;
    width:80px;
  }
  .synergy .section2 ul.rolling>li{
    width:550px !important;
    padding-top:0;
  }

  .synergy .section2 ul.rolling>li div.text{
    margin-top:15px;
  }
  .synergy .section2 ul.rolling>li strong{
    font-size:3.3rem;
    line-height:3.3rem;
  }
  .synergy .section2 ul.rolling>li strong>font{
    font-size:1.4rem;
    line-height:1.4rem;
  }
  .synergy .section2 ul.rolling>li.active div.text.style1 strong>font{
    font-size:3.3rem;
    line-height:3.3rem;
  }
  .synergy .section2 ul.rolling>li span{
    font-size:3rem;
    line-height:3rem;
  }
  .synergy .section2 ul.rolling>li.active div.img{
    height:550px;
  }
  .synergy .section2 ul.rolling>li div.img>img{
    width:100%;
  }
  .synergy .section2 div.btn{
    top:250px;
    left:0;
  }
  .synergy .section2 div.btn>a{
    display:inline-block;
    width:55px;
    height:55px;
  }
}
@media only screen and (max-width : 580px){
  .synergy .section1 div.text strong, .synergy .section1 div.text strong>font{
    font-size:2.6rem;
    line-height:3rem;
  }
  .synergy .section1 div.text span{
    padding-top:10px;
    padding-bottom:10px;
    font-size:1.4rem;
    line-height:1.8rem;
  }
  .synergy .section1 div.text p{
    padding-bottom:20px;
    font-size:1.2rem;
    line-height:1.6rem;
  }
  .synergy .section1 dl{
    width:320px;
  }
  .synergy .section2{
    width:410px;
    height:700px;
  }
  .synergy .section2 ul.rolling a.arrow{
    top:240px;
    width:60px;
  }
  .synergy .section2 ul{
    width:2100px;
  }
  .synergy .section2 ul.rolling>li, .synergy .section2 ul.rolling>li.active{
    width:410px !important;
  }
  .synergy .section2 ul.rolling>li div.text{
    height:170px !important;
  }
  .synergy .section2 ul.rolling>li strong{
    font-size:3.15rem;
    line-height:3.15rem;
    letter-spacing:-0.3rem;
  }
  .synergy .section2 ul.rolling>li.active div.text.style1 strong>font{
    font-size:3.15rem;
    line-height:3.15rem;
  }
  .synergy .section2 ul.rolling>li span{
    font-size:2.8rem;
    line-height:2.8rem;
    letter-spacing:-0.25rem;
  }
  .synergy .section2 ul.rolling>li.active div.text.style1 span{
    font-size:1.2rem;
    line-height:1.2rem;
  }
  .synergy .section2 ul.rolling>li.active div.text{
    height:200px;
  }
  .synergy .section2 ul.rolling>li span{
    font-size:2rem;
    line-height:2rem;
  }
  .synergy .section2 ul.rolling>li div.img, .synergy .section2 ul.rolling>li.active div.img{
    height:440px;
  }
  .synergy .section2 div.btn{
    top:255px;
    left:0;
  }
}
@media only screen and (max-width : 430px){
  .synergy .section2{
    width:300px;
    height:540px;
  }
  .synergy .section2 ul.rolling a.arrow{
    top:190px;
    width:40px;
  }
  .synergy .section2 ul{
    width:1500px;
  }
  .synergy .section2 ul.rolling>li, .synergy .section2 ul.rolling>li.active{
    width:300px !important;
  }
  .synergy .section2 ul.rolling>li.active div.text{
    height:160px;
  }
  .synergy .section2 ul.rolling>li strong{
    font-size:2.35rem;
    line-height:2.35rem;
    letter-spacing:-0.10rem;
  }
  .synergy .section2 ul.rolling>li strong>font{
    font-size:1rem;
    line-height:1rem;
  }
  .synergy .section2 ul.rolling>li div.text{
    height:150px !important;
  }
  .synergy .section2 ul.rolling>li.active div.text.style1 strong>font{
    font-size:2.35rem;
    line-height:2.35rem;
    letter-spacing:-0.15rem;
  }
  .synergy .section2 ul.rolling>li div.text.style1 strong>font{
    font-size:2.35rem;
    line-height:2.35rem;
    letter-spacing:-0.15rem;
  }
  .synergy .section2 ul.rolling>li span{
    font-size:1.5rem;
    letter-spacing:-0.15rem;
  }
  .synergy .section2 ul.rolling>li.active div.text.style1 span{
    font-size:1.1rem;
    line-height:1.1rem;
  }
  .synergy .section2 ul.rolling>li div.img, .synergy .section2 ul.rolling>li.active div.img{
    height:300px;
  }
  .synergy .section2 ul.rolling>li div.img>img{
    width:300px;
  }
  .synergy .section2 div.btn{
    top:235px;
    left:0;
  }
  .synergy .section2 div.btn>a{
    display:inline-block;
    width:45px;
    height:45px;
    background-size:45px !important;
  }
}


/*프리미엄*/
.premium{
  padding:100px 0 0  0;
  text-align:center;
}
.premium .container{
  width:1400px;
  margin: 0 auto;
}
/*메인 배너*/
.mainBanner{
	position:relative;
  width:100%;
  padding-top:65.5px;
	height:550px;
  box-sizing: content-box;
}
.mainBanner ul{
  width:100%;
	text-align:left;
  z-index:0;
}
.mainBanner ul>li{
	position:relative;
	display:inline-block;
  width:32%;
  margin-left:2%;
  border:3px solid #fff;
  box-sizing: border-box;
}
.mainBanner ul>li.style1:hover, .mainBanner ul>li.style1.active, .mainBanner ul>li.style3:hover, .mainBanner ul>li.style3.active {
  /*border:3px solid #092240;*/
  border:3px solid #ba936e;
}
.mainBanner ul>li.style2:hover, .mainBanner ul>li.style2.active{
  border:3px solid #ba936e;
}

.mainBanner ul>li:nth-child(1){
  margin-left:0;
}
.mainBanner ul>li>a{
	display:inline-block;
	width:100%;
	height:100%;
}

.mainBanner ul>li i.mark{
  display:inline-block;
  position:absolute;
  top:-75px;
  left:50%;
  width:135px;
  height:135px;
  margin-left:-67.5px;
  padding-top:10px;
  text-align:center;
  border-radius:135px;
  box-sizing: border-box;
  z-index:2;
}
.mainBanner ul>li.mainBbg1 i.mark{
  background-color:#092240;

}
.mainBanner ul>li.mainBbg2 i.mark{
  background-color:#ba936e;
}
.mainBanner ul>li i.mark>img{
  width:120px;
}
.mainBanner ul>li span.img{
  display:inline-block;
  width:100%;
  z-index:2;
}
.mainBanner ul>li div.element{
  /*display:inline-block;*/
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:150px;
  opacity:1;
  transition: all 0.8s;
}

.mainBanner ul>li i.arrow{
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.mainBanner ul>li div.text{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  padding:20px;
  box-sizing: border-box;
  z-index:1;
}
.mainBanner ul>li div.element>.bg{
  display:inline-block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#000;
  opacity:0.5;
  z-index:0;
}
.mainBanner ul>li div.text>b, .mainBanner ul>li div.text>strong, .mainBanner ul>li div.text>span{
  display:inline-block;
  width:100%;
  color:#fff;
  text-align:left;
  z-index:0;
}
.mainBanner ul>li div.text>b{
  padding-bottom:5px;
  font-family: 'GmarketSansMedium';
  font-size:1.2rem;
  line-height:1.2rem;
  font-weight:400;
  text-transform:uppercase;
}
.mainBanner ul>li div.text>strong{
  font-family: 'GmarketSansBold';
  font-size:2.2rem;
  line-height:2.2rem;
  font-weight:400;
  text-transform:uppercase;
}
.mainBanner ul>li div.text>span{
  font-size:1.8rem;
  line-height:1.8rem;
}
.mainBanner ul>li .explan{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  opacity:0;
  transition: all 0.8s;
}
.mainBanner ul>li .explan div.txt{
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);
  text-align: center;
  z-index:2;
}

.mainBanner ul>li .explan span{
  display:inline-block;
  padding-bottom:5px;
  width:100%;
  font-size:1.1rem;
  line-height:1.1rem;
  font-weight:300;
  color:#fff;
}
.mainBanner ul>li .explan span>font{
  display:inline-block;
  width:100%;
  padding-top:5px;
}
.mainBanner ul>li .explan strong{
  display:inline-block;
  width:100%;
  font-size:2.7rem;
  line-height:3.1rem;
  letter-spacing:-0.25rem;
  color:#fff;
}
.mainBanner ul>li .explan strong>font{
  display:inline-block;
  width:100%;
}
.mainBanner ul>li .explan>b.bg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#000;
  opacity:0.7;
  z-index:0;
}

.mainBanner ul>li:hover div.element, .mainBanner ul>li.active div.element{
	transition: all 0.8s;
	opacity:0;
}
.mainBanner ul>li:hover div.explan, .mainBanner ul>li.active div.explan{
	opacity:1;
	transition: all 0.8s;
}

.mainBanner a.left, .mainBanner a.right{
  position:absolute;
  display:none;
  top:50%;
  width:50px;
  margin-top:-30px;
}
.mainBanner a.left{
  left:30px;
}
.mainBanner a.right{
  right:30px;
}
.mainBanner ul.page{
	position:absolute;
	display:none;
	bottom:0;
	left:50%;
	width:300px;
	height:11px;
	margin-left:-150px;
	text-align:center;
}
.mainBanner ul.page>li{
	width:10px;
	height:10px;
	margin-left:3px;
	margin-right:3px;
}
.mainBanner ul.page>li:first-child{
	margin-left:0;
}
.mainBanner ul.page>li:last-child{
	margin-right:0;
}
.mainBanner ul.page>li>a{
	display:inline-block;
	width:100%;
	height:100%;
	border-radius:10px;
	background-color:#fff;
	opacity:0.7;
}


.mainBanner ul.page>li:hover>a, .mainBanner ul.page>li.active>a{
	opacity:1 !important;
}
@media only screen and (max-width : 960px){
  .premium{
    padding-top:50px;
    padding-bottom:50px;
    height:670px;
    background-color:#efecea;
  }
  .premium>.container{
    position:relative;
    width:100%;
    height:100%;
    overflow-x:hidden;
  }
	.mainBanner{
    position:absolute;
    top:0;
    left:50%;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    width:1240px;
    height:auto;
    margin: 0 auto;
		padding-left:0;
		padding-right:0;
	}
	.mainBanner ul>li{
		position:relative;
		display:inline-block;
		width:400px;
		opacity:0.5;
		transition: all .5s;
    border:3px solid #efecea;
	}
  .mainBanner ul>li.style1:hover, .mainBanner ul>li.style1.active, .mainBanner ul>li.style2:hover, .mainBanner ul>li.style2.active, .mainBanner ul>li.style3:hover, .mainBanner ul>li.style3.active{
    border:3px solid #fff;
  }
  .mainBanner ul>li i.mark{
    top:-55px;
    width:110px;
    height:110px;
    margin-left:-60px;
    z-index:2;
  }
  .mainBanner ul>li i.mark>img{
    width:90px;
    z-index:2;
  }
	.mainBanner ul>li.active{
		opacity:1;
		transition: all .5s;
	}
  .mainBanner ul>li i.arrow>img{
    width:70px;
  }
  .mainBanner ul>li div.element{
    bottom:0;
    height:140px;
  }
  .mainBanner ul>li div.text>b{
    font-size:1rem;
    line-height:1rem;
  }
  .mainBanner ul>li div.text>strong{
    font-size:2rem;
    line-height:2rem;
  }
  .mainBanner ul>li div.text>span{
    font-size:1.6rem;
    line-height:1.6rem;
  }
  .mainBanner ul>li .explan{
    text-align:center;
  }
  .mainBanner ul>li .explan>strong{
    font-size:2.2rem;
    line-height:2.2rem;
  }
  .mainBanner ul>li .explan>span>font{
    padding-top:3px;
    width:100%;
  }
  .mainBanner ul.page{
    display:block;
  }
	.mainBanner a.left, .mainBanner a.right{
	  display:none;
	}
}
@media only screen and (max-width : 580px){
  .premium{
    height:570px;
  }
  .mainBanner{
    width:940px;
    height:400px;
	}
  .mainBanner ul>li{
    width:300px;

  }
  .mainBanner ul>li i.arrow>img{
    width:50px;
  }
  .mainBanner ul>li div.element{
    bottom:0;
    height:122px;
  }
  .mainBanner ul>li div.text>strong{
    font-size:1.6rem;
    line-height:1.6rem;
  }
  .mainBanner ul>li div.text>span{
    font-size:1.3rem;
    line-height:1.3rem;
  }
  .mainBanner ul>li .explan span{
    font-size:1.1rem;
    line-height:1.1rem;
  }
  .mainBanner ul>li .explan strong{
    font-size:2rem;
    line-height:2.4rem;
  }
}



/*갤러리*/
.gallery{
  padding: 0 0 100px 0;
  text-align:center;
  background-color:#f2edea;
}

.gallery strong.title{
  display:inline-block;
  width:100%;
  padding-top:100px;
  font-family: 'GmarketSansBold';
  font-size: 4.8rem;
  line-height: 4.8rem;
  color: #092240;
  font-weight: 400;
  letter-spacing: -0.3rem;
}
.gallery span.title{
  display:inline-block;
  width:100%;
  padding-top:10px;
  padding-bottom:50px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #092240;
  font-weight: 400;
}
.gallery span.title>font{
  font-weight: 500;
}


.gallery .galleryPage{
  position:relative;
  width:960px;
  height:100px;
  margin: 0 auto;
  padding-top:60px;
  padding-left:80px;
  padding-right:80px;
  box-sizing:border-box;

}
.gallery .galleryPage a{
  position:absolute;
  top:60px;
  display:inline-block;
  width:40px;
  height:40px;
}
.gallery .galleryPage a.next{
  left:0;
  background: url(../../img/galleryNext.png) left center no-repeat;
}
.gallery .galleryPage a.prev{
  right:0;
  background: url(../../img/galleryPrev.png) right center no-repeat;
}

.gallery .galleryPage strong{
  display:inline-block;
  width:100%;
  font-size:2rem;
  line-height:40px;
  font-weight:400;
  color:#092240;
}

.sec3Wrap .slideWrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sec3Wrap .slideWrap .swiper-slide {
    box-shadow: 0px 10px 20px 0px rgba(23, 34, 77, 0.1);
    background-color:#000;
}

.sec3Wrap .slideWrap .swiper-slide img {
    margin:0 auto;
}


@media only screen and (max-width : 960px){
  .gallery{
    background-color:#fff;
    padding:0;
  }
  .gallery .galleryPage{
    width:100%;
  }
  .gallery .galleryPage a{
    top:60px;
    width:30px;
    height:30px;
  }
  .gallery .galleryPage a.next{
    left:10px;
  }
  .gallery .galleryPage a.prev{
    right:10px;
  }
  .gallery .galleryPage strong{
    font-size:1.8rem;
    line-height:30px;
  }
}
@media only screen and (max-width : 580px){
  .gallery strong.title{
    font-size:3.5rem;
    line-height:3.5rem;
  }
  .gallery span.title{
    font-size:1.2rem;
    line-height:1.2rem;
  }
  .gallery .galleryPage{
    height:80px;
    padding-top:40px;
    padding-left:40px;
    padding-right:40px;
  }
  .gallery .galleryPage a{
    top:40px;
    width:30px;
    height:30px;
  }
  .gallery .galleryPage strong{
    font-size:1.2rem;
  }
}


/*오시는길*/
.contact{
  padding:100px 0  100px 0;
  text-align:center;
}
.contact>.container{
  width:1400px;
  margin: 0 auto;
  text-align:center;
}

span.imgBox{
  display:inline-block;
  position:absolute;
  top:0;
  left:0;
}

.contact .block{
  position:relative;
  width:1145px;
  height:530px;
  padding-left:570px;
  margin: 0 auto;
  box-sizing: border-box;
}
.contact .block .tit>span, .contact .block .tit>strong{
  display:inline-block;
  width:100%;
  font-size:3.5rem;
  line-height:3.5rem;
  letter-spacing:-0.3rem;
  color:#092240;
}
.contact .block .tit>span{
  padding-top:15px;
  padding-bottom:10px;
}

.contact .block>strong.element{
  display:inline-block;
  position:relative;
  height:50px;
  margin-top:40px;
  padding-right:180px;
  border:2px solid #ba936e;
  box-sizing:border-box;
}
.contact .block>strong.element>b{
  display:inline-block;
  position:absolute;
  top:0;
  right:0;
  width:180px;
  height:48px;
  font-size:1.8rem;
  line-height:38px;
  text-align:center;
  font-weight:500;
  color:#fff;
  background-color:#ba936e;
}
.contact .block>strong.element>font{
  display:inline-block;
  padding-left:30px;
  padding-right:30px;
  font-size:2.4rem;
  line-height:46px;
  font-weight:500;
  color:#ba946e;
}
.contact .block>p{
  display:block;
  width:370px;
  padding-top:20px;
  margin: 0 auto;
  font-size:1.6rem;
  line-height:2rem;
  color:#555555;
  text-align:left;
}
.contact .block .address{
  padding-top:20px;
  padding-bottom:20px;
  padding-left:20px;
  margin-top:30px;
  font-size:1.5rem;
  line-height:1.75rem;
  color:#fff;
  font-weight:400;
  text-align: left;
  background: url(../../img/contactBg.jpg) right bottom no-repeat #092240;
}
.contact .btn{
  width:100%;
  padding-left:20px;
  margin-top:25px;
  font-size:0;
  line-height:0;
  text-align:center;
  box-sizing:border-box;
}
.contact .btn a{
	display:inline-block;
	height:70px;
  padding-left:30px;
	font-size:1.4rem;
	line-height:70px;
  text-align:left;
	border-radius:40px;
	background-color:#fff;
	border: 1px solid #ccc;
	box-sizing:border-box;
}
.contact .btn a.naver{
  width:42.5%;/*width:47.5%;*/
	background: url(../../img/iconMapN.jpg) #fff;
	background-repeat: no-repeat;
  background-position: 90%;
	margin-right:2%;
}
.contact .btn a.naver2{
  width:50.5%;/*width:47.5%;*/
  padding-left:20px;
	background: url(../../img/iconMapN.jpg) #fff;
	background-repeat: no-repeat;
  background-position: 92%;
}
.contact .btn a.kakao{
  width:47.5%;
	background: url(../../img/iconMapK.jpg) #fff;
	background-repeat: no-repeat;
  background-position: 90%;
}
@media only screen and (max-width : 960px){
  .contact{
    padding: 70px 0;
  }
  .contact>.container{
    width:100%;
  }
  .contact .block{
    position:relative;
    width:100%;
    height:auto;
    padding-left:0;
  }
  span.imgBox{
    position:relative;
    top:auto;
    left:auto;
    padding-top:20px;
  }
  .contact .block .address{
    width:570px;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:20px;
    margin: 0 auto;
    background-size:30px;
  }
  .contact .block .btn{
    width:100%;
    padding-left:0;
  }
  .contact .btn a{
    width:280px;
  }
  .contact .btn a.naver{
    margin-right:10px;
  }
}
@media only screen and (max-width : 580px){
  .contact>.container{
    padding-left:10px;
    padding-right:10px;
    box-sizing: border-box;
  }
  .contact .block .tit>span, .contact .block .tit>strong {
    font-size: 2.2rem;
    line-height: 2.2rem;
    letter-spacing: -0.1rem;
  }
  .contact .block .address{
    width:100%;
  }
  .contact .block>strong.element{
    width:260px;
    margin-top:15px;
    padding-right:115px;
  }
  .contact .block>strong.element>font{
    padding-left:5px;
    padding-right:5px;
    font-size:1.4rem;
  }
  .contact .block>strong.element>b{
    width:115px;
    padding-top:3px;
    font-size:1.4rem;
  }
  .contact .block>p{
    width:100%;
    padding:0;
    margin-top:15px;
    font-size:1.4rem;
    text-align:center;
  }
  .contact .block .address{
    padding-left:0;
    font-size:1.3rem;
    text-align:center;
  }
  .contact .btn a{
    width:100% !important;
    height:60px;
    line-height:60px;
  }
  .contact .btn a.naver{
    margin-right:0;
    margin-bottom:10px;
  }
  .contact .btn a.naver2{
    padding-left:30px;
    background-position: 90%;
  }
}
@media only screen and (max-width : 430px){
  .contact .block .address{
    font-size:1.2rem;
  }
}


#footer{
  position:relative;
  margin-top:50px;
  /*padding-top:120px;*/
  padding-top:60px;
  background: url(../../img/footerBg.jpg) center top no-repeat;
}
#footer .container{
  width:1400px;
  margin: 0 auto;
}
#footer .info{
  position:absolute;
  top:-17px;
  left:50%;
  width:375px;
  height:110px;
  margin-left:-187.5px;
  text-align:center;
  background: url(../../img/footerOpenBg.png) center top no-repeat;
}
#footer .info>strong, #footer .info>span, #footer .info>font{
  display:inline-block;
  color:#fff;
  line-height:90px;
}
#footer .info>strong{

  font-family: 'GmarketSansBold';
  font-size:3.2rem;
  letter-spacing:-0.20rem;
}
#footer .info>span{
  padding-right:7px;
  font-size:2rem;
}
#footer .info>font{
  padding-left:3px;
  font-size:1rem;
  opacity:0.5;
}
#footer dl{
  width:100%;
  padding-bottom:20px;
  text-align:center;
}
#footer dl>dd{
  padding-left:20px;
}
#footer dl>dd:nth-child(1){
  padding-left:0;
}
#footer a.logoM{
  display:none;
  padding-bottom:10px;
  font-size: 2rem;
  line-height: 40px;
  font-weight: 600;
  color: #092240;
  letter-spacing: -0.2rem;
}
#footer .section1{
  margin: 0 auto;
  padding-bottom:30px;
  text-align: center;
}
#footer .section1>a.logo, #footer .section1>strong.element, #footer .section1>a.tel{
  display:inline-block;
  vertical-align:top;
}
#footer .section1>a.logo{
  padding-right:20px;
  font-size:2rem;
  line-height:40px;
  font-weight:600;
  color:#092240;
  letter-spacing:-0.2rem;
}
#footer .section1>strong.element{
  position:relative;
  height:40px;
  padding-left:120px;
  border:2px solid #ba936e;
  box-sizing:border-box;
}
#footer .section1>strong.element>b{
  display:inline-block;
  position:absolute;
  top:0;
  left:0;
  width:120px;
  height:38px;
  font-size:1.3rem;
  line-height:38px;
  text-align:center;
  font-weight:500;
  color:#fff;
  background-color:#ba936e;
}
#footer .section1>strong.element>font{
  display:inline-block;
  padding-left:20px;
  padding-right:20px;
  font-size:1.1rem;
  line-height:40px;
  font-weight:600;
  color:#092240;
}
#footer .section1>a.tel{
  padding-left:20px;
}
#footer .section1>a.tel>i{
  display:inline-block;
  width:35px;
  height:35px;
  border-radius:35px;
  background:url(../../img/tel.png) center center no-repeat #092240;
  vertical-align:top;
}
#footer .section1>a.tel>font{
  padding-top:3px;
  display:inline-block;
  font-family: 'GmarketSansBold';
  font-size:2.5rem;
  line-height:35px;
  color:#092240;
}
#footer strong.address, #footer span.copy{
  display:inline-block;
  width:100%;
  text-align:center;
}
#footer strong.address{
  padding-top:30px;
  padding-bottom:5px;
  font-size:0.9rem;
  line-height:0.9rem;
}
#footer span.copy{
  font-size:0.7rem;
  line-height:0.7rem;
  letter-spacing:0rem;
  opacity:0.6;
}
#footer>div.explan{
  padding:20px 0 ;
  border-top:1px solid #e1e1e1;
}
#footer>div.explan>p{
  width:910px;
  margin: 0 auto;
  font-size:0.75rem;
  line-height:1.2rem;
  letter-spacing:-0.04rem;
  font-weight:300;
  color:#999;
}
@media only screen and (max-width : 960px){
  #footer{
    position:relative;
    margin-top:0;
    padding-top:30px;
    text-align:center;
    background:none;
    border-top:1px solid #eee;
  }
  #footer .container{
    width:100%;
    margin: 0 auto;
  }
  #footer .info{
    display:none;
  }
  #footer a.logoM{
    display:inline-block;
  }
  #footer dl>dd{
    padding-left:8px;
  }
  #footer dl>dd>img{
    height:24px;
  }
  #footer .section1>a.logo{
    display:none;
  }
  #footer .section1>strong.element{
    display:block;
    width:580px;
    margin: 5px auto;
  }
  #footer .section1>strong.element>font{
    padding-left:10px;
    padding-right:10px;
  }
  #footer .section1>a.tel{
    margin-top:15px;
  }
  #footer strong.address{
    padding-top:15px;
  }
  #footer>div.explan{
    padding:10px;
  }
  #footer>div.explan>p {
    width: 100%;
  }
}
@media only screen and (max-width : 580px){
  #footer .section1>strong.element{
    display:block;
    width:300px;
    height:auto;
    padding:0;
    border:none;
    margin: 5px auto;
  }
  #footer .section1>strong.element>b {
    position:relative;
    top:auto;
    left:auto;
    width:100%;
  }
  #footer .section1>strong.element>font{
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
    line-height:1.3rem;
    border:2px solid #ba936e;
  }
  #footer .section1>strong.element>font>span{
    display:inline-block;
    width:100%;
  }
}


/*.visualSub{
  width:100%;
  height:360px;
  background:url(../../img/visualSub.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}*/
.visualSub{
  width:100%;
  height:360px;
  background-image:url(../../img/visualSubPattern1.jpg);
  background-position: -80px top;
  background-repeat: no-repeat;
}
.visualSub>.container{
  position:relative;
  width: calc( 100% - 220px );
  height:100%;
  margin-left:220px;
  background:url(../../img/visualSub.jpg) left top no-repeat #092240;
  float:left;
  box-sizing: border-box;
}
.visualSub>.container>.bg{
  display:none;
  height:100%;
  background:url(../../img/visualSub.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.visualSub .open{
  position:absolute;
  top:215px;
  left:100px;
  width:340px;
  height:145px;
  padding-top:25px;
  text-align:center;
  background-color:#efecea;
  box-sizing: border-box;
}
.visualSub .open>b, .visualSub .open>strong{
  display:inline-block;
  width:100%;
}
.visualSub .open>strong{
  padding-left:25px;
  box-sizing: border-box;
}
.visualSub .open>b{
  padding-bottom:5px;
  font-size:3rem;
  line-height:3rem;
  font-weight:400;
  color:#ba946e;
  letter-spacing:-0.2rem;
}
.visualSub .open>strong>font{
  font-family: 'GmarketSansBold';
  font-size:3.5rem;
  color:#092240;
}
.visualSub .open>strong>span{
  font-size:1.8rem;
  font-weight:500;
  color:#092240;
}
.visualSub .open>strong>i{
  font-size:1.1rem;
  font-style:normal;
  font-weight:400;
  color:#092240;
  opacity:0.7;
}*/

.visualSub .open{
  position:absolute;
  top:215px;
  left:100px;
  width:340px;
  height:215px;
  padding-top:20px;
  text-align:center;
  background-color:#efecea;
  box-sizing: border-box;
  z-index:1;
}
.visualSub .open>b, .visualSub .open>strong{
  display:inline-block;
  width:100%;
}
.visualSub .open>strong{
  box-sizing: border-box;
}
.visualSub .open>b{
  padding-bottom:15px;
  font-size:2.5rem;
  line-height:2.5rem;
  font-weight:400;
  color:#ba946e;
  letter-spacing:-0.2rem;
}
.visualSub .open>strong>font{
  display:inline-block;
  font-family: 'GmarketSansBold';
  font-size:2.5rem;
  line-height:2.5rem;
  color:#092240;
  text-transform: uppercase;
  letter-spacing:-0.2rem;
}
.visualSub .open>strong>font.gold{
  color:#ba936e;
}
.visualSub .open>strong>span{
  display:inline-block;
  width:100%;
  padding-top:10px;
  font-family: 'GmarketSansBold';
  font-size:2.5rem;
  line-height:2.5rem;
  font-weight:500;
  color:#092240;
}
.visualSub .open>strong>i{
  font-size:1.1rem;
  font-style:normal;
  font-weight:400;
  color:#092240;
  opacity:0.7;
}


.visualSub .title{
  position:absolute;
  top:70px;
  left:500px;
}
.visualSub .title>b, .visualSub .title>strong{
  display:inline-block;
  width:100%;
  color:#092240;

}
.visualSub .title>b{
  padding-bottom:10px;
  font-size:3.3rem;
  line-height:3.3rem;
  font-weight:400;
  letter-spacing:-0.2rem;
}
.visualSub .title>strong, .visualSub1 .title>strong>font{
  padding-bottom:30px;
  font-size:3.6rem;
  line-height:3.6rem;
  font-weight:600;
  letter-spacing:-0.3rem;
}
.visualSub .title>strong>font{
  color:#9d7956;
}
@media only screen and (min-width : 2300px){
  .visualSub .title{
    left:550px;
  }
}
@media only screen and (max-width: 1890px){
  .visualSub{
    background-position: -170px top;
  }
  .visualSub>.container{
    width: calc( 100% - 130px );
     margin-left:130px;
  }
  .visualSub .open{
    left:0;
    width:240px;
    padding-top:30px;
  }
  .visualSub .open>b{
    padding-bottom:10px;
    font-size:2rem;
    line-height:2rem;
  }
  .visualSub .open>strong{
  }
  .visualSub .open>strong>font{
    width:100%;
    font-size:2.2rem;
    line-height:2.5rem;
  }
  .visualSub .open>strong>span{
    font-size:2.2rem;
    line-height:2.2rem;
  }
  .visualSub .open>strong>i{
    font-size:0.9rem;
  }
  .visualSub .title{
    position:absolute;
    top:70px;
    left:270px;
  }
}
@media only screen and (max-width: 960px){
  .visualSub{
    display:none;
  }
}

.visualSub ul.leftside{
  position:absolute;
  top:27.5px;
  left:-70px;
  width:70px;
  height:100%;
  z-index:0;
}
.visualSub ul.leftside>li{
  position:absolute;
  width:100%;
  height:145px;
  text-align:center;
  border-radius: 25px  0  0 25px;
  box-sizing: border-box;
}
.visualSub ul.leftside>li:nth-child(1){
  top:0;
  left:-40px;
  width:110px;
  padding: 0 0 0 0;
  background-color:#ba936e;
}
.visualSub ul.leftside>li:nth-child(2){
  top:155px;
  left:-40px;
  width:110px;
  padding: 0 0 0 0;
  background-color:#821e1e;
}
.visualSub ul.leftside>li:nth-child(3){
  top:520px;
  left:0;
  padding: 55px 0 0 0;
  background-color:#fbf8f5;
}
.visualSub ul.leftside>li:nth-child(1):hover, .visualSub ul.leftside>li:nth-child(2):hover{
  width:120px;
  transform:translateX(-10px) rotate(.001deg);
}
.visualSub ul.leftside>li:nth-child(3):hover{
  width:80px;
  transform:translateX(-10px) rotate(.001deg);
}
.visualSub ul.leftside>li>a{
  display:inline-block;
  position:absolute;
  left:0;
  width:110px;
  height:100%;
  box-sizing: border-box;
  opacity:1;
  transform:rotate(.001deg);
}
.visualSub ul.leftside>li:nth-child(1)>a{
  top:25px;
}
.visualSub ul.leftside>li:nth-child(2)>a{
  top:10px;
}
.visualSub ul.leftside>li:nth-child(3)>a{
  top:50px;
  width:70px;
}
.visualSub ul.leftside>li strong, .visual ul.leftside>li span{
  display:inline-block;
  width:100%;
  text-align:center;
}

.visualSub ul.leftside>li strong{
  color:#fff;
  font-weight:400;
  font-size:1.5rem;
  line-height:1.7rem;
}
.visualSub ul.leftside>li:nth-child(3) strong{
  color:#ba936e;
  font-weight:400;
  font-size:1.2rem;
  line-height:1.3rem;
}
/*.visualSub ul.leftside>li strong>font{
  font-family: 'GmarketSansBold';
  font-size:2.4rem;
  line-height:1.8rem;
}*/
.visualSub ul.leftside>li strong>font{
  display:inline-block;
  width:100%;
  padding-top:5px;
  font-size:1rem;
  line-height:1rem;
  letter-spacing:-0.03rem;
  font-weight:300;
  color:#fff;
}
.visualSub ul.leftside>li span{
  padding-top:10px;
}
.visualSub ul.leftside>li:nth-child(3) span{
  padding-top:0;
  padding-bottom:10px;
}
.visualSub ul.leftside>li i{
  display:inline-block;
  width:23px;
  height:23px;
  margin-top:10px;
  border:2px solid #fff;
  background: url(../../img/iconSide2.png) center center no-repeat;
  border-radius:23px;
}
.visualSub ul.leftside>li:nth-child(3) i{
  border:2px solid #ba946e;
  background: url(../../img/iconSide3.png) center center no-repeat;
}
.visualSub ul.leftside>li a:hover{
  opacity:1;
}

.visualSub .motion {
	-webkit-transition: all 0.1s ease-out;
	   -moz-transition: all 0.1s ease-out;
	     -o-transition: all 0.1s ease-out;
	        transition: all 0.1s ease-out;
}
@media only screen and (max-width : 1980px){
  .visualSub ul.leftside{
    left:-70px;
  }
}
@media only screen and (max-width : 960px){
  .visualSub ul.leftside{
    display:none;
  }
}









.containerS{
  position:relative;
  width:100%;
  margin: 0 auto;
  padding-top:75px;
  box-sizing: border-box;
  padding-bottom:75px;
}
.content{
  width:1200px;
  margin: 0 auto;
}

@media only screen and (max-width : 960px){
  .containerS{
    width:100%;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:50px;
    box-sizing: border-box;
  }
  .content{
    width:100%;
    margin: 0 auto;
  }
}


.content .web{
	display:block;
}
.content .mob{
	display:none;
}
@media only screen and (max-width : 960px){
	.content .web{
	display:none;
	}
	.content .mob{
		display:block;
	}
}

@media only screen and (max-width: 960px){
  .containerS{
    padding-top:51px;
  }
}
/*서브메뉴*/
.navSub{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	font-size:0;
	line-height:0;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
  background-color:#efecea;
}
.navSub>li{
	position:relative;
	display:inline-block;
	padding:0 15px;
	margin: 0 15px;
}
.navSub>li>a{
	display:inline-block;
	width:100%;
	height:100%;
	font-size:1.2rem;
	line-height:70px;
	font-weight:400;
	color:#59595a;
}
.navSub>li:hover>a, .navSub>li.active>a{
	color:#821e1e;
	font-weight:500;

}
.navSub .line{
  position: absolute;
  display: inline-block;
  bottom:0px;
  height: 1px;
  width: 0%;
  background: #821e1e;
  left: 56px;
  z-index:3 !important;
}
.navSub>li:hover .line, .navSub>li.active .line{
  width:100% !important; left:0 !important;
}
.navSub>li>a{
	position:relative;
	height:100%;
}
.navSub>li:not(.active)>a:before, .navSub>li:not(.active)>a:after{
	content: "";
	left:0;
	bottom:-5px;
	width:100%;
	position:absolute;
	transition: all 0.3s ease;
}

.navSub>li>a:hover:before, .navSub>li>a:hover:after{
	width:100%;
	bottom:0;
	/*border-bottom: solid 5px #050060;*/
}
.navSub.planning, .navSub.house, .navSub.paper, .navSub.premium, .navSub.complex, .navSub.generation, .navSub.pr, .navSub.reservation{
	display:none
}
@media only screen and (max-width : 960px){
	.navSub{
		position:absolute;
		top:0;
		height:51px;
		padding:0 5px;
		border-bottom:1px solid #f1f1f1;
		background-color:#fbfbfb;
		white-space: nowrap;
    overflow-x: auto;
		overflow-y:hidden;
		box-sizing:border-box;

	}
	.navSub>li{
		padding: 0 0 0 5px;
		margin: 0 8px;
		background:url(../../img/iconBar.jpg) left center no-repeat;
		box-sizing:border-box;
	}
	.navSub>li>a{
		font-size:1rem;
		line-height:50px;
		letter-spacing:-0.05rem;
	}
	.navSub .line{
		display:none;
	}
}

/*서브 타이틀*/
.subTitle{
  width:100%;
  height:170px;
  text-align:center;
}
.subTitle strong{
  display:inline-block;
  width:100%;
  padding-top:30px;
  font-size:2.3rem;
  font-weight:400;
  color:#484747;
  letter-spacing: -0.2rem;
  animation: subTitle_strong 2s forwards;
}
.subTitle i{
  display:inline-block;
  padding-top:25px;

}
@media only screen and (max-width : 960px){
  .subTitle{
    height:auto;
    margin-bottom:30px;
  }
  .subTitle strong{
    height:auto;
    font-size:2.2rem;
    line-height:60px;
  }
  .subTitle i{
    display:inline-block;
    padding-top:15px;
  }
}

@keyframes subTitle_strong{
    0%{
        letter-spacing: 15px;
    }
    20%{
        letter-spacing: 15px;
    }
    100%{
        letter-spacing: -0.2rem;
    }
}



/* 언론보도 :S */
.newsTit{
  width:100%;
  height:42px;
  margin-bottom:15px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #aaa;
  font-size:1.2rem;
  line-height:40px;
  text-align: center;
}
.news .list{
  display:inline-block;
  width:100%;
  text-align:left;
}
.news .list li{
  display:inline-block;
  width:100%;
  height:135px;
  padding-top:5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
.news .list li a{
  display: inline-block;
  width:100%;
  height:100%;

}
.news .list li a strong{
  display: inline-block;
  width:100%;
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size:1.2rem;
  line-height:1.4rem;
  font-weight:500;
}

.news .list li a strong>b{
  display: inline-block;

  color: #092240;
  margin-right:5px;

}
.news .list li a p{
  display: inline-block;
  width: 100%;
  height:55px;
  padding:0;
  overflow: hidden;
  font-size:1rem;
  line-height:1.4rem;
  color: #9a9a9a;
  font-weight:300;
}
.news .list li a span{
  display:inline-block;
  padding-top:10px;
  font-size:0.9rem;
  line-height:1rem;
}

.pagination {
  min-width:400px;
  width:100%;
  padding-top:10px;
  text-align: center;
}
.pagination>a{
  display: inline-block;
  width:26px;
  height:26px;
  font-size: 0.6rem;
}
.pagination>ul{
  display: inline-block;
  width:200px;
}
.pagination>ul>li{
  display: inline-block;
  width:26px;
  height:26px;
  margin-left: 2px;
}
.pagination>ul>li:first-child{
  margin:0;
}
.pagination>ul>li>a{
  display:inline-block;
  width:100%;
  height:100%;
  line-height:26px;
  color:#999;
  font-size: 0.6rem
}
.pagination>ul>li:hover, .pagination>ul>li:hover>a, .pagination>ul>li.active, .pagination>ul>li.active>a{
  background-color:#333;
  color:#fff;
}
@media only screen and (max-width : 580px){
  .pagination {
    min-width:100%;
  }
}
/* 언론보도 리스트 :E */

/* 홍보영상 */
#youtubePlayBox{height:675px;}
.youtubeThumList{text-align:center; line-height:10px;  flex-wrap: wrap;text-align: left;}
.youtubeThumList>li{width:13.4%; position: relative; margin-top:1%;margin-left:1%;}
.youtubeThumList>li>a::after{
width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .4);
    content: "";
    transition: all .6s;
}
.youtubeThumList>li:nth-child(1){
  margin-left:0;
}
.youtubeThumList>li>a.on::after{background: rgba(0, 0, 0, 0);}
@media only screen and (max-width : 960px){
  .youtubeThumList{
    margin-top:3%;
  }
	/*.youtubeThumList{display:inline-block; text-align:center;}*/
	.youtubeThumList>li{ width:24%;}
  .youtubeThumList>li:nth-child(5){
    margin-left:0;
  }
}



.animate__animated.animate__delay-0.5s{-webkit-animation-delay:0.5s;animation-delay:0.5s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}
.animate__animated.animate__delay-1.5s{-webkit-animation-delay:1.5s;animation-delay:1.5s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}



.youtube{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:999;
}
.youtube .backBg{
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.3;
	z-index:10;
}

.youtube>.box{
  position: absolute;
  top:50%;
  left:50%;
  width:80%;
  height:80%;
  /*
  width:1240px;
  height:698px;
  */
  /**
  width:720px;
  height:405px;**/
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index:999;
}
.youtube a{
  position:absolute;
  top:14px;
  right:-14px;
  width:28px;
  height:28px;
  padding-top:2px;
  text-align:center;
  background-color:#000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity:0.6;
  z-index:999;
  box-sizing: border-box;
}
.youtube a>img{
  width:24px;
}
@media only screen and (max-width : 1350px){
  .youtube>.box{
    width:80%;
    height:70%;
  }

}
@media only screen and (max-width : 1000px){

  .youtube .box{
    top:0%;
    left:50%;

    width:100%;
    height:100%;
    /**
    width:720px;
    height:405px;**/
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
  .youtube a{
    top:17px;
    right:-17px;
    width:34px;
    height:34px;
    padding-top:5px;
  }
  .youtube a>img{
    width:26px;
  }
}

.swp04 .swiper-slide{transform: scale(0.8);transition:all 200ms linear;}
.swp04 .swiper-slide.swiper-slide-active{transform: scale(1);}
.gallery .container {width: 100%;margin: 0 auto; overflow:hidden;}



/*탭*/
.tab{
  display: inline-block;
  width:100%;
  height:auto;
  text-align:left;
  font-size:1rem;
}
.tab>li{
  display: inline-block;
  width:33%;
  height:60px;
  margin-bottom:2px;
  border:1px solid #e9e9e9;
  text-align:center;
  box-sizing: border-box;
}
.tab>li>a, .tab2>li>a, .tab3>li>a{
  display: inline-block;
  width:100%;
  height:100%;
  line-height:60px;
  color:#999;
}

.tab>li.active, .tab>li:hover>a, .tab2>li.active>a, .tab2>li>a:hover, .tab3>li.active>a, .tab3>li>a:hover{
  border:none;
  background-color: #092240;
  color: #fff !important;
}
.tab>li.active>a{
  color:#fff;
}
.tab2{
  display: inline-block;
  width:100%;
  height:auto;
  margin-bottom:40px;
  text-align:center;
}
.tab2>li{
  display: inline-block;
  width:50%;
  height:60px;
  border:1px solid #b5bcc5;
  text-align:center;
  font-size:1.4rem;
  box-sizing: border-box;
}
.tab2>li.active>a{
  color:#fff;
}
.tab2.style1>li>a{
  padding-top:7px;
  box-sizing: border-box;
}
.tab2.style1>li>a{
  line-height:25px;
}
.tab2.style1>li>a>font{
  display:inline-block;
  width:100%;
  font-size:1rem;
  line-height:1rem;
}

.tab3{
  display: inline-block;
  width:100%;
  height:auto;
  margin-bottom:40px;
  text-align:center;
}
.tab3>li{
  display: inline-block;
  width:24.7%;
  height:50px;
  border:1px solid #e9e9e9;
  text-align:center;
  font-size:1.1rem;
  box-sizing: border-box;
}
.tab3>li.active>a{
  color:#fff;
}

@media only screen and (max-width : 960px){
	.tab3>li{
		width:100%;
		margin-bottom:5px;
	}
  .tab2>li{
    width:100%;
  }
}
