@charset "utf-8";

html{overflow-y:scroll}
html.overflow{overflow-y:hidden;}
#header{
    position: fixed;
    width: 100%;
    z-index: 99999;
    color: #fff;
    /* border-bottom: 1px solid rgba(159,169,216,0.3); */
    height: 70px;
}
#header:after{
	display: block;
	clear: both;
	content: "";
	box-shadow: 0px 0px 61px 90px rgb(0 0 0 / 50%);
	position: absolute;
	height: 1px;
	top: -50%;
	width: 100%;
}
.mobile-logo{font-size: 0px;}
.mobile-logo{
    position: fixed;
    top: 25px;
    left: 20px;
    z-index: 1;
}
.mobile-logo a{width:46px;height:21px;display: block;background: url(/img/logo.png);background-size: 100%;}
.wh .mobile-logo a{background: url(/img/logo-b.png);background-size: 100%;}
.all-menu{
    font-size: 0px;
    width: 68px;
    height: 70px;
    border: 0px;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
}
.all-menu-open{
    width: 100%;
    height: 100vh;
    background: rgb(232,50,39); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(232,50,39,1) 0%, rgba(229,0,127,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: 0.5s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
}
.all-menu-open .all-wrap{
    -webkit-overflow-scrolling: touch;
    overflow: auto;}
.all-menu-open .flex{
    padding: 80px 30px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    height: 100%;
}
.all-menu-open .info{}
.all-menu-open .info .tlt{
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}
.all-menu-open .info .info-list li{
    position: relative;
    padding-left: 31px;
    font-weight: 300;
    margin-bottom: 5px;
}
.all-menu-open .info .info-list li strong{
    position: absolute;
    top: 0px;
    left: 0;
    /* font-weight: 500; */
}
.all-menu-open .info .link-list{
    margin-top: 50px;
}
.all-menu-open .info .link-list li{}
.all-menu-open .info .link-list li a.more{
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-right: 73px;
    position: relative;
    font-weight: 700;
    bottom: 0px;
    right: 0px;
    z-index: 9;
    /* padding: 10px 0; */
    display: inline-block;
    padding-bottom: 6px;
}
.all-menu-open .info .link-list li a.more .arrow{
    position: absolute;
    top: 3px;
    right: 30px;
    display: inline-block;}
/*메뉴 애니메이션*/
.all-menu .bars:after{
	display:block;
	clear:both;
	content:"CLOSE";
	color: #fff;
	position: fixed;
	font-size: 14px;
	top: 16px;
	right: 66px;
	letter-spacing: 0.5px;
	opacity:0;
	transition: 0.1s;
}
.all-menu .bars.animate:after{
	opacity:1;
	transition: 0.8s;
}
.bars {
    width: 36px;
    height: 27px;
    position: absolute;
    top: 21px;
    right: 15px;
}

.bars .bar {
    padding: 0;
    width: 36px;
    height: 4px;
    background-color: #fff;
    display: block;
    transition: all 0.3s ease-in-out;
    position: absolute;
}
.wh .bars .bar{background-color:#000;}
.bars .bar1 {
    top: 0;
}
.bars .bar2,
.bars .bar3 {
    top: 12px;
    left: 10px;
    width: 26px;
}

.bars .bar3 {
    right: 0;
}

.bars .bar4 {
    bottom: 0;
}

.animate.bars > .bar1{
    transform: rotate(45deg);
    transform-origin: 10%;
    width: 41px;
}
.animate.bars .bar{background-color:#fff;}
.animate.bars > .bar2 {
    transform: translateX(-40px);
    background-color: transparent;
}

.animate.bars > .bar3 {
    transform: translateX(40px);
    background-color: transparent;
}

.animate.bars > .bar4 {
    transform-origin: 10%;
    transform: rotate(-45deg);
    width: 41px;
}

.show {
  right: 0%;
  opacity:1;
}
.hide {
  opacity:0;
  right: -100%;
}
.all-menu-open .info{/* position: absolute; *//* top: 354px; */margin-top: 56px;}
.all-menu-open .nav{
}
.all-menu-open .all-menu-list{
}
.all-menu-open .all-menu-list li{
    font-size: 40px;
    color: #fff;
    font-weight: 800;
}

.all-menu-open .all-menu-list li a{}
.gnb{
    display: none;
}
.gnb .gnb-list{}
.gnb .gnb-list li{}
.gnb .gnb-list li a{transition:0.5s;}
.gnb .gnb-list li a:hover{ 
    background: rgb(232,50,39); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(232,50,39,1) 0%, rgba(229,0,127,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(232,50,39,1) 0%,rgba(229,0,127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
						  color: transparent;
    -webkit-background-clip: text;
	
}
.supports{
    /* display: flex; */
    position: fixed;
    bottom: 10px;
    right: 7px;
    bottom: 7px;
}
.supports a{
    width: 43px;
    height: 43px;
    display: block;
    border-radius: 50%;
    font-size: 0px;
    background-size: 100% !important;
    margin: 6px;
    /* background-size: 22px !important; */
    /* width: 22px; */
    /* height: 22px; */
}
.supports .top-btn{
    width: 43px;
    height: 50px;
    /* border-radius: 50%; */
    font-size: 0px;
    border: 0px;
    background: no-repeat;
    margin: 6px;
    position: relative;
    background: rgba(0,0,0,0.3);
}
.supports .top-btn:after{
	display:block;
	clear:both;
	content:"";
	width: 17px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 33px;
	left: 13px;
}
.supports .top-btn:before {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    bottom: 24px;
    right: 16px;
}
.supports .tel{
    background: url(/img/ic-phone.png) no-repeat;
    display: none;
}
.supports .blog{
    background: url(/img/ic-blog.png) no-repeat;}

.all-menu-logo{
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 10;
}
.all-menu-logo img{
    width: 46px;
}

@media all and (min-width:1200px){
	#header{
    width: 130px;
    right: 0px;
    border-left: 1px solid rgba(159,169,216,0.3);
    height: 100vh;
    border-bottom: 0px;
    min-height: 920px;
    overflow: hidden;
}
	#header.wh{color:#000;background: #fff;}
	.all-menu{
    top: 46px;
    right: 32px;
    /* background: red; */
}
.mobile-logo{display: none;}
	.all-menu .bars{}
	.all-menu-open .flex{
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
}
.all-menu-open .info{
    /* width: 50%; */
    color: #fff;
}
.all-menu-open .info .tlt{
    font-size: 32px;
    margin-bottom: 155px;
}	
.all-menu-open .info{
    top: 50%;
    margin-top: -190px;
    position: absolute;
}
.info-list{
    font-size: 16px;
}
.all-menu-open .info .info-list li{
    padding-left: 37px;
}
.all-menu-open .info li strong{}
	.all-menu-open .nav{width: 100%;height: 100%;padding-left: 55%;}
	.all-menu-open .all-menu-list{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
	.all-menu-open .all-menu-list li{
    font-size: 76px;
    margin: 0px 0;
}
	.all-menu-open .all-menu-list li a{position: relative;display: inline-block;}
	.all-menu-open .all-menu-list li a:hover:after{
		width: 32px;
		opacity:1;
	}
	.all-menu-open .all-menu-list li a:after{
		transition:0.2s ease-in-out;
		display:block;
		clear:both;
		content:"";
		position:absolute;
		background: url("/img/thumb.png") no-repeat;
		width: 0px;
		height: 61px;
		background-size: 100%;
		right: -47px;
		top: 15px;
		opacity:0;
	}
	/*)	.all-menu-open .all-menu-list li a:hover:after{
			width:100%;
		}
	.all-menu-open .all-menu-list li a:after{
		transition:0.4s ease-in-out;
		display:block; clear:both; content:"";
		width:0%; height:5px; background:#fff; position:absolute;bottom:0; left:0;
	}*/
	.gnb{
    display: block;
    font-weight: 900;
    font-size: 17.45px;
    position: absolute;
    top: 425px;
    right: -222px;
    width: 650px;
    letter-spacing: 1px;
    top: 50%;
    margin-top: -20px;
}
	.gnb .gnb-list{
    display: flex;
    transform: rotate(90deg);
    height: 100px;
}
	.gnb .gnb-list li{
}
	.gnb .gnb-list li a{
    padding: 0 31px;
    display: block;
}
	.supports{
    position: absolute;
    right: 37.5px;
    bottom: 52px;
    bottom: 60px;
}
	.supports .top-btn{background:none;}
	.supports .top-btn span{font-size: 12px;color:#fff;position: absolute;top: 35px;left: 10px;font-weight: 800;}
	.wh .supports .top-btn span{color:#000;}
	.wh .supports .top-btn:after{
    background: #000;
}
	.wh .supports .top-btn:before{
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
}
	.supports a{
    display: block;
    margin-bottom: 13px;
}
	.supports .tel{display: none;}
	.supports .blog{}
	.all-menu .bars:after{
		top: 62px;
		right: 100px;
	}
	.all-menu-logo{
    top: 55px;
    left: 50px;
}
	.all-menu-logo img{
    width: 184px;
    width: 92px;
}
.all-menu-open .info .link-list{}
.all-menu-open .info .link-list li{
    display: inline-block;
    margin-right: 28px;
}
.all-menu-open .info .link-list li a.more{
    font-size: 16px;
    padding-bottom: 11px;
}

	
	.all-menu-open .info .link-list li a.more .arrow{
    top: 5px;
    right: 14px;
    transform: scale(0.8);
}
	.all-menu-open .info .link-list li a.more:hover .arrow:before {
    -webkit-animation: elasticus2 1s ease-in-out infinite;
    /* Safari 4+ */
    -moz-animation: elasticus2 1s ease-in-out infinite;
    /* Fx 5+ */
    -o-animation: elasticus2 1s ease-in-out infinite;
    /* Opera 12+ */
    animation: elasticus2 1s ease-in-out infinite;
    /* IE 10+, Fx 29+ */ 
}
}





