@charset "utf-8";

#wrap {
	position: relative;
}


.inner {
	position: relative;
	max-width:1320px;
	padding:0 20px;
	box-sizing: border-box;
	margin:0 auto;
}

#header {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 12;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
	transition:all .3s;
}
#header .inner {
	max-width: 1440px;
}
#header .top_line {
	background: var(--orange);
	font-size: 0;
	padding: 12px 0;
}
#header .top_line a {
	font-size: 18px;
	color: #fff;
	margin-left: 47px;
}
#header .flex {
	align-items:center;
}
#header .m_logo {
	display: none;
}
#header .gnb {
	flex: 1;
	height: 100px;
	text-align: center;
	justify-content: center;
}
#header .gnb li {
	margin: 0 25px;
}
#header .gnb li a {
	font-size: 20px;
	font-weight: 300;
}
#header .gnb li.active a {
	color: var(--orange);
}
#header .util a {
	display: block;
	width: 25px;
	height: 25px;
}
#header .util a.cart {
	background: url("../images/ico-bag.svg")no-repeat 50% 50% / 100%;
}
#header .util a.cart.active {
	background: url("../images/ico-bag-on.svg")no-repeat 50% 50% / 100%;
}
#header .menu {
	display: none;
	position: absolute;
	top: 10px;
    right: 20px;
	z-index: 12;
}
#header .menu a {
	position: relative;
    display: block;
    width: 23px;
    height: 18px;
	background: url("../images/ico-menu.svg")no-repeat 50% 50% / 100%;
}




.side-wrap {
	width: 240px;
	height: 100%;
	position: fixed; 
	right: -100%;
	z-index: 16;
	background: #fff;
	overflow-y: auto;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	transition: all .2s;
}
.side-wrap.on {
	right: 0;
}
.side-wrap .scrollFunc {
	padding: 0 30px;
	box-sizing: border-box;
}
.side-wrap .side_close {
	display: block;
    width: 25px;
    height: 25px;
    background: url('../images/ico-close-o.svg')no-repeat 50% 50% / 30px;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 20px;
}
.side-wrap .side_close + .depth {
	padding-top: 30px;
}
.side-wrap .depth {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.side-wrap .depth:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.side-wrap .depth li a {
	display: block;
    padding: 10px 0px;
    text-align: left;
    font-size: 17px;
	color: #000;
}
.black-bg {
	position: fixed;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 14;
	background: rgba(0,0,0,0.5);
	display: none;
}



#container {
	width: 100%;
	padding-top: 149px;
}




.modal {
	display: none;
}
.modal .black_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 23;
}
.modal .modal-cont {
    width: 90%;
    max-width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 95%;
    overflow: hidden;
	z-index: 24;
	background: #fff;
}
.modal .modal-cont .scroll {
	background: #fff;
	max-height: 95vh;
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal .modal-cont .scroll::-webkit-scrollbar {
    display: none;
}
.modal .close {
	position:absolute;
	top: 20px; 
	right: 20px;
	z-index: 1;
	transform: rotate(0deg);
	transition: all .5s ease-in-out;
}
.modal .close:hover {
	transform: rotate(180deg);
}
.modal .close img {
	vertical-align: middle;
}

.not_scroll {
	overflow: hidden;
}



#footer {
	position: relative;
	background: var(--dBlue);
	color: #fff;
	padding: 98px 0;
	font-family: 'AppleSDGothicNeo';
}
#footer .f_top {
	align-items: center;
}
#footer .logo {
	flex: 1;
}
#footer .logo img {
    vertical-align: 0px;
}
#footer .f_menu a {
	color: #fff;
	font-size: 18px;
	margin-right: 40px;
}
#footer .f_menu a:last-child {
	margin-right: 0;
}
#footer .f_info .run {
	margin: 40px 0;
	font-size: 18px;
}
#footer .f_info .run strong {
	margin-right: 10px;
}
#footer .f_info .info {
	font-size: 16px;
}
#footer .f_info .info p {
	padding-bottom: 8px;
}
#footer .f_info .info p:last-child {
	padding-bottom: 0;
}
#footer .f_info .info strong {
	margin-right: 20px;
	font-weight: 400;
}
#footer .f_info .info span {
	font-weight: 300;
}
#footer .copy {
	font-size: 16px;
	margin-top: 30px;
	color: #d6d6d6;
}


.sec {
	padding: 120px 0;
}


.sub_bg {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
}
.sub_bg .cell {
	vertical-align: middle;
}
.sub_bg h2 {
	font-size: 80px;
	font-weight: 600;
	margin-bottom: 50px;
}
.sub_bg h2:before {
	content: '';
	display: block;
	width: 83px;
	height: 1px;
	background: #fff;
	margin-bottom: 50px;
}
.sub_bg p {
	font-size: 30px;
}

.drop_down {
	position: relative;
}
.drop_down .result {
	display: block;
	width: 100%;
	height: 45px;
	background: url('../images/select_arrow.svg') no-repeat calc(100% - 20px) 50% / 12px;
	padding: 0 10px;
	border-radius: 4px;
	font-size: 16px;
	color: #D3D3D3;
	border: 1px solid #D7D7D7;
	text-align: left;
	box-sizing: border-box;
}
.drop_down.active .result {
	color: #000;
}
.drop_down ul {
	display: none;
	position: absolute;
	width: 100%;
	max-height: 330px;
	overflow-y: auto;
	border-radius: 4px;
	border: 1px solid #D7D7D7;
	margin-top: 5px;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	z-index: 1;
}
.drop_down ul li button {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	padding: 5px 0;
}


.tit {
	text-align: center;
	font-size: 30px;
}
.tit p {
	font-family: 'Cafe24Ohsquareair';
	transform: rotate(0.03deg);
	margin-bottom: 10px;
	text-transform: capitalize;
}
.tit h2 {
	font-size: 60px;
	color: var(--navy);
	font-family: 'Cafe24Ohsquare';
	transform: rotate(0.03deg);
	margin-bottom: 60px;
	word-break: keep-all;
}
.tit h2 span {
	display: inline-block;
}



.pagenavi {
	margin-top: 60px;
}
.pagenavi ol {
	font-size: 0;
	text-align: center;
}
.pagenavi ol li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2.5px;
}
.pagenavi ol li img {
	vertical-align: 0px;
}
.pagenavi ol li a {
	display: block;
	width: 34px;
	height: 34px;
	line-height: 33px;
	font-size: 18px;
	color: #2e2e2e;
	font-family: 'AppleSDGothicNeo';
}
.pagenavi ol li a.this {
	background: var(--orange);
	color: #fff;
}




@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1320px) {
	.sub_bg h2 {
		font-size: 60px;
	}
	.sub_bg p {
		font-size: 26px;
	}
	
	#footer .f_menu a {
		margin-right: 16px;
	}
}
@media screen and (max-width: 1024px) {
	#header {
		background: var(--orange);
		padding: 17px 0;
	}
	#header h1 {
		width: 85px;
	}
	#header .p_logo {
		display: none;
	}
	#header .m_logo {
		display: block;
	}
	#header .top_line {
		display: none;
	}
	#header .gnb,
	#header	.util {
		display: none;
	}
	#header .menu {
		display: block;
	}
	
	#container {
		padding-top: 74px;
	}
	
	
	#footer {
		padding: 84px 10px;
	}
	#footer .f_top {
		flex-wrap: wrap;
	}
	#footer .logo {
		flex: none;
		width: 100%;
		height: 18px;
	}
	#footer .logo img {
		height: 18px;
		vertical-align: top;
	}
	#footer .f_menu {
		flex-wrap: wrap;
		width: 100%;
		margin-top: 25px;
	}
	#footer .f_menu a {
		font-size: 14px;
		margin: 5px 20px 5px 0;
	}
	#footer .f_info .run {
		margin: 30px 0 20px;
		font-size: 14px;
	}
	#footer .f_info .info {
		font-size: 14px;
	}
	#footer .copy {
		font-size: 13px;
	}
	
	
	.sub_bg h2 {
		font-size: 40px;
	}
	.sub_bg p {
		font-size: 20px;
	}
	
	.tit {
		font-size: 25px;
	}
	.tit h2 {
		font-size: 42px;
	}
	
	.sec {
		padding: 60px 0;
	}
}
@media screen and (max-width: 768px) {
	.sub_bg {
		height: 380px;
	}
	.sub_bg h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.sub_bg h2:before {
		margin-bottom: 20px;
	}
	.sub_bg p {
		font-size: 18px;
	}
	
	
	.tit {
		font-size: 18px;
	}
	.tit h2 {
		font-size: 32px;
	}
	
	
	.pagenavi {
		margin-top: 20px;
	}
	.pagenavi ol li a {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 16px;
	}
	.pagenavi ol li img {
		height: 12px;
	}
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 380px) {
	.sub_bg h2 {
		font-size: 30px;
	}
	.sub_bg p {
		font-size: 14px;
	}
	
	
	
}