@charset "utf-8";

#header {
	position: fixed;
    z-index: 35;
    top: 0;
    left: 0;
    width: 100%;
    height: 142px;
    background: #fff;
    border-bottom: 1px solid #C6C6C6;
    box-sizing: border-box;
    transition: all 0.2s ease 0s;
}
#header .top {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
	text-align: right;
	font-size: 0;
	padding: 10px 20px;
}
#header .top ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}
#header .top ul li a {
	padding: 0 8px;
	transition: all .2s;
}
#header .top ul li a:hover {
	color: #FBAF17;
}
#header .top ul li:after {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background: #BABABA;
	position: absolute;
	top: 6px;
	right: 0;
}
#header .top ul li:last-child:after {
	display: none;
}
#header .top .search {
	border: 1px solid #AEAEAE;
	box-sizing: border-box;
	margin-left: 8px;
}
#header .top .search input[type=text] {
    width: 160px;
    height: 28px;
    font-size: 15px;
    padding: 0 25px 0 10px;
    box-sizing: border-box;
}
#header .top .search button {
	position: absolute;
	top: 7px;
	right: 7px;
	font-size: 0;
	background: url("../images/ico-search.svg")no-repeat 50% 50% / 100%;
	display: block;
	width: 14px;
	height: 14px;
}
#header .top_area {
	align-items: center;
	font-family: 'GmarketSans';
	padding: 45px 0 20px;
	transition: all .2s;
}
#header .top_area .logo {
	width: 120px;
	margin-right: 70px;
}
#header .top_area .logo img {
	width: 100%;
}
#header .top_area .gnb {
	flex: 2;
}
#header .top_area .gnb > li {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	font-size: 20px;
	margin-right: 30px;
}
#header .top_area .gnb > li:last-child {
	margin-right: 0;
}
#header .top_area .gnb > li a {
	transition: all .2s;
}
#header .top_area .gnb > li a:hover {
	color: #FBAF17;
}
#header .top_area .support_btn a {
	display: block;
	width: 160px;
	height: 65px;
	line-height: 70px;
	background: #29B34B;
	border: 1px solid #29B34B;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	box-sizing: border-box;
	transition: all .2s;
}
#header .top_area .support_btn a:hover {
	background: #fff;
	color: #29B34B;
}
#header.fixed {
	height: 112px;
}
#header.fixed .top {
	display: none;
}
#header.fixed .top_area {
	padding: 15px 0 20px;
}






#header .menu {
	display: none;
	position: absolute;
	top: 0px;
    right: 0px;
	z-index: 1;
	background: #FBAF17;
}
#header .menu a {
    display: block;
    width: 68px;
    height: 70px;
}
#header .menu a span {
	position: absolute;
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	right: 23px;
	border-radius: 50px;
}
#header .menu a span:nth-child(1) {
	top: 25px;
}
#header .menu a span:nth-child(2) {
	top: 34px;
}
#header .menu a span:nth-child(3) {
	top: 42px;
}
#header .menu a p {
	width: 100%;
	position: absolute;
	bottom: 10px;
	color: #999;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.side_wrap {
	width: 300px;
	height: 100%;
	position: fixed; 
	top: 0;
	right: -110%;
	z-index: 37;
	overflow: hidden; 
	transition: all .4s;
	background: #fff;
}
.scroll_func {
	width:100%;
	height: 100%;
	overflow-y: scroll;
}
.side_wrap.on {
	right: 0;
}
.side_wrap .bn {
	font-size: 0;
	background: url(../images/bg.png)no-repeat 0 0 / cover;
	padding: 10px;
	text-align: center;
}
.side_wrap .bn > div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.side_wrap .bn > div:first-child {
	width: calc(100% - 100px);
	margin-left: 0;
}
.side_wrap .bn > div:first-child img {
	width: 100%;
}
.side_wrap .bn .icon > a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 5px;
}
.side_wrap .bn .home > a {
	background: #fff url("../images/top_icon01.png")no-repeat 50% 50% / 15px;
}
.side_wrap .bn .youtube > a {
	background: #DB0C0B url("../images/top_icon02.png")no-repeat 50% 50% / 15px;
}
.side_wrap .depth01 {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
}
.side_wrap .depth01 button {
	display: block;
	width: 100%;
	padding: 0 0 0 20px;
    margin-bottom: 0;
    height: 53px;
    text-align: left;
    font-weight: 500;
    background: url("../images/ico-down.svg")no-repeat 95% 50%;
    font-size: 17px;
    color: #000;
}
.side_wrap .depth01.active button {
	font-weight: 600;
	color: #fff;
    background: #006064 url("../images/side-arrow-on.png")no-repeat 95% 50%;
}
.side_wrap .depth02 {
	max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s;
    -moz-transition: max-height .3s;
    transition: max-height .3s;
    background: #f6f6f6;
}
.side_wrap .depth01.active .depth02 {
    max-height: 500px;
}
.side_wrap .depth02 li {
	text-align: left;
    margin: 0;
}
.side_wrap .depth02 li a {
	color: #6e6e6e;
	display: block;
    padding: 16px 0 16px 35px;
    border-bottom: 1px solid #ececec;
}
.side_wrap .m_top .side_close {
	position: absolute;
    top: 23px;
    right: 15px;
    width: 25px;
    height: 25px;
}
.side_wrap .m_top .side_close:before {
	content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #99999b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.side_wrap .m_top .side_close:after {
	content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #99999b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.black_bg {
	position: fixed;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 36;
	display: none;
	background: rgba(0,0,0,0.5);
}
.not_scroll {
	overflow: hidden;
}



.inner {
	position: relative;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

#container {
	padding-top: 142px;
}



.navi {
	font-size: 0;
	padding-top: 30px;
}
.navi li {
	display: inline-block;
	vertical-align: middle;
	color: #A4A4A4;
	font-size: 15px;
	font-weight: 500;
}
.navi li strong {
	color: #353535;
	font-weight: 700;
}
.navi li strong:before {
	content: '>';
	display: inline-block;
	vertical-align: middle;
	color: #A4A4A4;
	font-size: 15px;
	font-weight: 400;
	margin: 0 5px;
}
.sub_tit {
	background: #FFD073;
	padding-bottom: 40px;
}
.sub_tit h3 {
	color: #fff;
	font-size: 45px;
}
.sub_tit p {
	color: #fff;
	font-size: 20px;
	margin-top: 15px;
}


#footer {
	position: relative;
	padding: 60px 0 85px;
	background: #F8F9FA;
	color: #7E7E7E;
	margin-top: 240px;
}
#footer .fl .util {
	font-size: 0;
}
#footer .fl .util li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
}
#footer .fl .util li:first-child {
	padding-left: 0;
}
#footer .fl .util li:after {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background: #BABABA;
	position: absolute;
	top: 5px;
	right: 0;
}
#footer .fl .util li:nth-child(4):after,
#footer .fl .util li:last-child:after {
	display: none;
}
#footer .fl .util li:last-child {
	border: 1px solid #AEAEAE;
	padding: 3px 7px;
	margin-left: 3px;
	box-sizing: border-box;
}
#footer .fl .util li a {
	color: #7E7E7E;
	font-size: 14px;
}
#footer .fl .addr {
	margin: 30px 0 10px;
}
#footer .fl .addr span {
	margin-right: 20px;
}
#footer .fl .addr span:last-child {
	margin-right: 0;
}
#footer .fr {
	font-size: 0;
}
#footer .fr div {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 30px;
}
#footer .fr div:first-child {
	margin-left: 0;
}


.top_btn {
	display: block;
	width: 96px;
	height: 96px;
	position: absolute;
	bottom: 125px;
	right: 0;
	box-shadow: rgb(0 0 0 / 8%) 24px 18px 40px 0px;
	background: url("../images/top_btn.png")no-repeat 50% 50% / 100%;
}




.modal {
	display: none;
}
.modal .black_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.5);
	z-index: 35;
}
.modal .close {
    position: absolute;
    top: 25px;
    right: 36px;
    width: 22px;
    height: 22px;
}
.modal .close img {
	width: 100%;
}
.modal .modal-content {
	position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-height: 84%;
    max-width: 880px;
    background: #fff;
    padding: 17px 32px 35px;
    box-sizing: border-box;
    z-index: 36;
    transform: translate(-50%,-50%);
}
.modal .modal-content .scroll {
	max-height: calc(100vh - 185px);
	overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}



@media screen and (max-width: 1280px){
	.navi li {
		font-size: 14px;
	}


	.sub_tit {
		padding-bottom: 30px;
	}
	.sub_tit h3 {
		font-size: 30px;
	}
	.sub_tit p {
		font-size: 18px;
		margin-top: 5px;
	}

	#footer {
		margin-top: 140px;
	}


	.modal .modal-content {
		padding: 40px 30px;
	}
	.modal .modal-content .scroll {
		max-height: 90%;
    	height: calc(100vh - 225px);
	}
}
@media screen and (max-width: 1024px){
	#header {
		height: 70px;
	}
	#header.fixed {
	    height: 70px;
	}
	#header .top_area .logo {
    	width: 95px;
    	margin-right: 0;
    	margin-top: 3px;
    }
	#header .top {
		display: none;
	}
	#header .top_area {
		padding: 0;
	}
	#header.fixed .top_area {
	    padding: 0;
	}
	#header .top_area .gnb {
		display: none;
	}
	#header .menu {
		display: block;
	}
	#header .top_area .support_btn {
		position: absolute;
		top: 0;
		right: 68px;
	}
	#header .top_area .support_btn a {
		width: 135px;
		height: 70px;
		line-height: 72px;
		font-size: 18px;
	}


	#container {
	    padding-top: 70px;
	}

	

	#footer {
		padding: 35px 0 40px;
	}
	#footer .fl {
		padding-top: 55px;
	}
	#footer .fl .util li a {
		font-size: 12px;
	}
	#footer .fl .addr {
	    margin: 20px 0 5px;
	}
	#footer .fl .addr span {
    	margin-right: 10px;
	    font-size: 12px;
	}
	#footer .fl .copy {
		font-size: 12px;
	}
	#footer .fr {
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    text-align: center;
	}

	.top_btn {
		width: 72px;
		height: 72px;
	    bottom: auto;
    	top: -85px;
    	right: 20px;
	}

}
@media screen and (max-width: 768px){
	#footer {
		margin-top: 40px;
	}

	
}