@charset "utf-8";

#load {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--key-color);
	z-index: 999;
}
#load > div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;

}
#load > div span {
	border: 0;
	margin: 0;
	width: 40%;
	height: 40%;
	position: absolute;
	animation: spin 2s ease infinite;
	background-color: var(--point);
}
#load > div span:first-child {
	animation-delay:-1.5s;
}
#load > div span:nth-child(2) {
	animation-delay:-1s;
}
#load > div span:nth-child(3) {
	animation-delay:-0.5s;
}

@keyframes spin{
0%,100%{transform:translate(0)}
25%{transform:translate(160%)}
50%{transform:translate(160%, 160%)}
75%{transform:translate(0, 160%)}
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1480px;	
	padding: 0 20px;
	box-sizing: border-box;
	margin:0 auto;
}

.br_m {
    display: none;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 76px;
	padding: 0 40px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	background: rgba(255,255,255,0.5);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	z-index: 100;
	transition: all .3s;
	box-sizing: border-box;
}
#header.nav_down {
	top: -76px;
}
#header.nav_up {
	top: 0;
}
#header .logo img {
	vertical-align: -10px;
}
#header .gnb {
	flex: 1;
	padding-top: 8px;
	box-sizing: border-box;
}
#header .gnb ul {
	justify-content: center;
	gap: 40px;
}
#header .gnb ul li a {
	color: var(--key-color);
	transition: all .2s;
}
#header .gnb ul li a:hover {
	color: var(--point);
}
#header .util {
	gap: 20px;
}
#header .util .contact_box {
	position: relative;
}
#header .util .contact_box .contact_btn {
	padding: 0 20px;
	height: 36px;
	line-height: 42px;
	font-weight: 500;
	text-align: center;
	border-radius: 50px;
	border: 1px solid var(--key-color);
	background: var(--key-color);
	color: var(--white);
	transition: all .3s;
}
#header .util .contact_box .contact_btn:hover {
	border: 1px solid var(--white);
	background: var(--point, #FFB7E4);
	box-shadow: 0px 0px 30px 0px #0137FF;
	color: var(--key-color);
}
#header .util .lang {
	position: relative;
}
#header .util .lang > button {
	width: 150px;
	height: 36px;
	line-height: 42px;
	font-size: 16px;
	background: url("../images/arrow_down.svg")no-repeat calc(100% - 15px) 50%;
	text-align: left;
	border: 1px solid var(--key-color);
	border-radius: 100px;
	text-transform: capitalize;
	padding: 0 20px;
	box-sizing: border-box;
}
#header .util .lang:hover .box {
	display: block;
}
#header .util .lang .box {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
#header .gtranslate_wrapper {
	width: 100%;
	max-width: 110px;
	border-radius: 10px;
	background: var(--white);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.20);
	padding: 10px 5px;
	margin: 0 auto;
	box-sizing: border-box;
}
#header .gtranslate_wrapper a {
	display: block;
	width: 100%;
	color: var(--key-color);
	margin: 14px 0;
	font-family: 'SUIT',"Noto Sans SC","Noto Sans PhagsPa","Noto Sans JP",sans-serif;;
}
#header .gtranslate_wrapper a.gt-current-lang {
	color: var(--point);
}
#header .menu {
	display: none;
    position: absolute;
    top: 17px;
    right: 20px;
	background: url("../images/ic_menu.svg")no-repeat 50% 50% / 100%;
}
#header .menu a {
	position: relative;
	display: block;
	width: 26px;
	height: 23px;
	box-sizing: border-box;
}
#header .menu a span {
	display: none;
	position: absolute;
	top: 0;
	left: 8px;
	width: 26px;
	height: 2px;
	background: var(--key-color);
	transition: all .3s;
	border-radius: 30px;
}
#header .menu a span:nth-child(1) {
	top: 10px;
}
#header .menu a span:nth-child(2) {
	top: 18px;
}
#header .menu a span:nth-child(3) {
	top: 26px;
}

#contact_pop .modal_cont {
	width: auto;
	background: transparent;
	box-shadow: none;
	text-align: center;
}
#contact_pop .modal_cont ul {
	width: 100%;
	padding: 25px;
    box-sizing: border-box;
}
#contact_pop .modal_cont ul li {
	padding: 10px 0;
}
#contact_pop .modal_cont ul li a {
    display: inline-block;
    text-transform: capitalize;
    border-radius: 50px;
	min-width: 380px;
    padding: 25px 40px 14px;
	font-size: 48px;
	border: 1px solid var(--key-color);
	background: var(--key-color);
	color: var(--white);
	transition: all .3s;
	box-sizing: border-box;
}
#contact_pop .modal_cont ul li a:hover {
	border: 1px solid var(--white);
	background: var(--point, #FFB7E4);
	box-shadow: 0px 0px 30px 0px #0137FF;
	color: var(--key-color);
}
#contact_pop .modal_cont ul li a strong {
	font-weight: 500;
}


.side_wrap {
	width: 250px;
	position: fixed; 
	top: -100%;
	left: 10px;
	width: calc(100% - 20px);
	z-index: 102;
	background: var(--black);
	border-radius: 20px;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	padding: 20px 16px;
	box-sizing: border-box;
	transition: all .5s ease-in-out;
}
.side_wrap.on {
	top: 10px;
}
.side_wrap .top {
	position: relative;
	margin-bottom: 20px;
}
.side_wrap .top .side_close {
    width: 20px;
    height: 20px;
    background: url("../images/ic_close_white.svg")no-repeat 50% 50% / 100%;
    z-index: 1;
}
.side_wrap.on .top .side_close {
	display: block;
}
.side_wrap .depth {
    padding-top: 8px;
	overflow-y: auto;
	max-height: calc(100vh - 145px);
	margin-bottom: 20px;
	box-sizing: border-box;
}
.side_wrap .depth01 {
	position: relative;
	margin-bottom: 20px;
}
.side_wrap .depth01 > a {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	padding: 6px 0;
	color: var(--white);
	box-sizing: border-box;
}
.side_wrap .depth01.no_child > a {
	background: none!important;
}
.side_wrap .depth01.active > a {
	background: var(--key-color);
	color: var(--white);
}
.side_wrap .depth02 {
	max-height: 0;
	overflow: hidden;
	background: #fff;
	transition: all .3s;
}
.side_wrap .depth01.active .depth02 {
	max-height: 1000px;
}
.side_wrap .depth .depth02 li a {
	display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 20px;
	box-sizing: border-box;
}
.side_wrap .depth .depth02 li:last-child a {
	border-bottom: 0;
}
.side_wrap .depth .depth02 li a:before {
	content: '-';
	margin-right: 5px;
}
.side_wrap .btn_area {
	gap: 20px;
}
.side_wrap .btn_area .contact_btn {
	flex: 1;
	height: 36px;
	line-height: 39px;
	border-radius: 100px;
	border: 1px solid var(--white);
	background: var(--key-color);
	color: var(--white);
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	box-sizing: border-box;
}
.side_wrap .btn_area .lang {
	position: relative;
	flex: 1;
}
.side_wrap .btn_area .lang > button {
	height: 36px;
	line-height: 39px;
    border-radius: 100px;
    border: 1px solid var(--point);
    display: block;
    width: 100%;
    color: var(--white);
	text-align: left;
	background: url("../images/arrow-down-white.svg")no-repeat calc(100% - 20px) 50%;
	padding: 0 20px;
	text-transform: capitalize;
	box-sizing: border-box;
}
.side_wrap .btn_area .lang:hover .box {
	display: block;
}
.side_wrap .btn_area .lang .box {
	display: none;
	position: absolute;
	bottom: 45px;
	left: 0;
	text-align: center;
	width: 100%;
	padding-top: 45px;
	box-sizing: border-box;
}
.side_wrap .gtranslate_wrapper {
	width: 100%;
	max-width: 110px;
	border-radius: 10px;
	background: var(--white);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.20);
	padding: 10px 5px;
	margin: 0 auto;
	box-sizing: border-box;
}
.side_wrap .gtranslate_wrapper a {
	display: block;
	width: 100%;
	color: var(--key-color);
	margin: 14px 0;
	font-family: 'SUIT',"Noto Sans SC","Noto Sans PhagsPa","Noto Sans JP",sans-serif;;
}
.side_wrap .gtranslate_wrapper a.gt-current-lang {
	color: var(--point);
}



.black_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 101;
}


#container {
	width: 100%;
}



.modal {
	display: none;
}
.modal .black_bg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 100;
}
.modal .modal_cont {
    width: 95%;
    max-width: 1000px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 95vh;
    overflow: hidden;
	z-index: 101;
	background: var(--white);
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
}
.modal .modal_cont .scroll {
	position: relative;
	max-height: calc(95vh - 15px);
	background: var(--white);
    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;
	padding: 20px;
	box-sizing: border-box;
}
.modal .modal_cont .scroll::-webkit-scrollbar {
    display: none;
}
.modal .bar {
	justify-content: space-between;
	padding: 10px 15px;
}
.modal .bar .close {
	width: 20px;
	height: 20px;
	background: url("../images/ic_close_black.svg")no-repeat 50% 50% / 100%;
}
.modal .txt {
	font-size: 16px;
	color: #000;
	line-height: 1.6;
}
.modal .btn_area {
	gap: 10px;
}
.modal .btn_area button {
	flex: 1;
	height: 44px;
	border-radius: 10px;
	font-size: 16px;
}



.not_scroll {
	overflow: hidden;
}


#ft_bg {
	height: 100vh;
	overflow: hidden;
}
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	z-index: 0;
	box-sizing: border-box;
}
#footer .box {
	position: relative;
	align-items: end;
	height: calc(100vh - 180px);
	background: var(--key-color);
	color: var(--white);
	padding: 100px;
	border-radius: 50px;
	margin-bottom: 20px;
	gap: 100px;
	overflow: hidden;
	box-sizing: border-box;
}
#footer .box > div.info {
	flex: 1;
	height: 100%;
	gap: 20px;
	justify-content: space-between;
}
#footer .box > div.info .title {
	flex: 1;
	text-transform: uppercase;
	box-sizing: border-box;
}
#footer .box > div.info .title h2 {
	font-size: 180px;
	height: 150px;
    line-height: 215px;
}
#footer .box > div.info .title p {
	font-size: 76px;
	margin-top: 20px;
}
#footer .box > div.info .util {
	gap: 15px;
	font-family: 'SUIT';
}
#footer .box > div.info .util a {
	color: var(--white);
	padding-right: 35px;
	background: url("../images/hover_arrow_color.svg")no-repeat 100% 50%;
	font-size: 20px;
	font-weight: 700;
	box-sizing: border-box;
}
#footer .box > div.info .util .tel {
	font-size: 48px;
}
#footer .box > div.etc {
	gap: 10px;
}
#footer .box > div.etc:last-child {
	padding-bottom: 22px;
}
#footer .box > div.etc h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}
#footer .box > div.etc p {
	font-family: 'SUIT';
}
#footer .box > div.etc p a {
	color: var(--white);
	text-transform: capitalize;
}
#footer .bottom_box {
	gap: 10px;
	padding: 0 40px;
	box-sizing: border-box;
}
#footer .copy {
	color: var(--text);
	font-size: 16px;
	line-height: 1.5;
	font-family: 'SUIT';
}
#footer .copy strong {
	font-weight: 800;
	text-transform: uppercase;
}
#footer .copy .m {
	display: none;
}
#footer .bottom_box a {
	color: var(--text);
	font-family: 'SUIT';
}

#ft_fix {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index: 10;
}
#ft_fix a {
	display: block;
	width: 46px;
	height: 46px;
	margin: 10px 0;
	border-radius: 100px;
	border: 1px solid var(--white);
	background-color: var(--key-color);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	box-sizing: border-box;
}
#ft_fix a.up {
	background-image: url("../images/arrow-up.svg");
}
#ft_fix a.down {
	background-image: url("../images/arrow-down.svg");
}



h3.tit {
	font-size: 96px;
	font-weight: 500;
	line-height: 1.2;
}

.read_btn a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 300px;
	height: 26px;
	line-height: 30px;
	text-transform: capitalize;
	font-size: 20px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.read_btn a p {
	transition: all .3s;
    transform: scale(1);
    transform-origin: left;
}
.read_btn a:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    background: var(--point);
    z-index: -1;
    transition: all .5s cubic-bezier(0, 0, 0.18, 0.99);
}
.read_btn a svg {
	position: absolute;
	top: -50px;
	right: 0;
}
.read_btn a svg path {
	stroke: var(--black);
	transition: stroke .5s .2s;
	opacity: 0;
}
.read_btn a p:hover {
	transform: scale(1.2);
}
.read_btn a:hover:before {
    width: 100%;
}
.read_btn a:hover svg {
	top: -2px;
}
.read_btn a:hover svg path {
	stroke: var(--white);
	opacity: 1;
}


.pagenavi ol {
	justify-content: center;
	text-align: center;
	gap: 20px;
}
.pagenavi ol li img {
	vertical-align: middle;
	margin-top: -6px;
}
.pagenavi ol li a {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	font-family: 'SUIT';
}
.pagenavi ol li.this a {
	color: var(--point);
	font-weight: bold;
	background: var(--black);
	border-radius: 5px;
}


@media screen and (max-width: 1600px) {
	h3.tit {
		font-size: 76px;
	}

	#footer .box {
		padding: 70px;
		gap: 50px;
	}
	#footer .box > div.info .title h2 {
		font-size: 115px;
	}
	#footer .box > div.info .title p {
		font-size: 64px;
	}
}
@media screen and (max-width: 1280px) {
	#header .gnb ul {
		gap: 20px;
	}
	#contact_pop .modal_cont ul li a {
		font-size: 40px;
	}

	h3.tit {
        font-size: 60px;
    }


	#footer .box {
		padding: 50px;
        gap: 30px;
    }
	#footer .box > div.info .title h2 {
        font-size: 76px;
		height: 75px;
		line-height: 100px;
    }
	#footer .box > div.info .title p {
        font-size: 35px;
		margin-top: 10px;
    }
}
@media screen and (max-width: 1024px) {
	#header {
		height: 60px;
		padding: 0 50px 0 20px;
	}
	#header .logo {
		flex:1;
	}
	#header .logo img {
		width: 120px;
		vertical-align: -5px;
	}
	#header .gnb, 
	#header .contact_btn {
		display: none;
	}
	#header .util .lang {
		display: none;
	}
	#header .menu {
		display: block;
	}
	#contact_pop .modal_cont {
		width: 100%;
	}
	#contact_pop .modal_cont ul li a {
        min-width: auto;
        padding: 19px 30px 11px;
        width: 100%;
    }


	h3.tit {
        font-size: 48px;
    }

	.read_btn a {
		font-size: 16px;
	}

	#footer {
		padding: 20px;
	}
	#footer .box > div.info {
		flex: none;
		width: 100%;
		height: auto;
	}
	#footer .box > div.info .title {
		flex: none;
	}

	.pagenavi ol {
		gap: 10px;
	}

	.br_m {
        display: block;
    }
    .br_pc {
        display: none;
    }
}
@media screen and (max-width: 768px) {
	h3.tit {
        font-size: 36px;
    }

	#footer {
		padding: 0;
	}
	#footer .box {
		height: calc(100vh - 94px);
		border-radius: 0;
		padding: 40px 20px;
		margin-bottom: 10px;
	}
	#footer .box > div.info .title h2 {
        font-size: 40px;
        height: 50px;
        line-height: 68px;
    }
	#footer .box > div.info .title p {
        font-size: 18px;
	}
	#footer .box > div.info .util a {
		font-size: 16px;
	}
	#footer .box > div.info .util .tel {
		font-size: 32px;
	}
	#footer .box > div.etc h4 {
		font-size: 20px;
	}
	#footer .bottom_box {
		padding: 0 20px;
	}

	.pagenavi {
		margin: 0 -20px;
    	width: calc(100% - -40px);
	}
	.pagenavi ol {
		gap: 5px;
	}
}
@media screen and (max-width: 480px) {
	#footer .box {
        height: calc(100vh - 118px);
	}
	#footer .copy .m {
		display: block;
	}

	.pagenavi ol {
		gap: 3px;
	}
	.pagenavi ol li a {
		width: 22px;
        height: 22px;
        line-height: 24px;
		font-size: 14px;
	}
}
@media screen and (max-width: 380px) {
	.pagenavi ol {
        gap: 0px;
    }
	.pagenavi ol li a {
        width: 20px;
	}
}