@charset "UTF-8";

@import url(./fonts.css);

/********* common_layout *********/
html,
body {
	height: 100%;
}

body {
	line-height: 1.3;
	color: #222;
	font-family: 'Pretendard', 'Nanum Gothic', ' 맑은고딕', sans-self;
	font-size: var(--size-base);
	overflow-x: hidden;
	font-weight: 300;
	line-height: 1.5;
}

/* body > form {height:100%;} */

.hide {
	position: absolute;
	left: -9999px;
	overflow: hidden;
	width: 1px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.blind {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(0 0 0 0);
	margin: -1px;
	overflow: hidden;
}

.wrapper {
	position: relative;
	z-index: 1;
	min-height: 100%
}

#real_contents {
	position: relative;
	width: 100%;
	overflow-y: hidden
}

.container {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

* {
	word-break: keep-all;
	letter-spacing: -0.02em;
	font-family: 'Pretendard';
}

img {max-width:100%;}

/* skip navi */
.skip_navi {
	position: absolute;
	z-index: 999999;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
}

.skip_navi a {
	display: block;
	position: absolute;
	left: 0;
	top: -9999px;
	z-index: 1;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #333;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.skip_navi a:hover,
.skip_navi a:focus {
	top: 0;
}

z select,
input,
textarea,
label {
	font-family: 'Pretendard', 'Nanum Gothic', ' 맑은고딕', sans-self;
	font-weight: 400;
}

/* select 기본 화살표 없애기 */
select {
	/* border-radius:0; 
    -webkit-appearance:none; 
    -moz-appearance:none; 
    appearance:none  */
}


b,
strong {
	font-weight: bold
}

.blind1400,
.blind1280,
.blind1080,
.blind767,
.blind480 {
	display: block
}

.add1400,
.add1280,
.add1080,
.add767,
.add480 {
	display: none
}

.ovh {
	overflow: hidden
}

.ovh_x {
	overflow-x: hidden
}

.ovh_y {
	overflow-y: hidden
}

.flex {
	display: flex
}

.flex2 {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.flex3 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

/* 기본 색상 */
.c_red {
	color: #e51b24 !important
}

.c_orange {
	color: #f1592a !important
}

.c_yellow {
	color: #fddf73 !important
}

.c_blue {
	color: #2657a7 !important
}

.c_sky {
	color: #2897d4 !important
}

.c_green {
	color: #40b000 !important
}

.c_gray {
	color: #848690 !important
}

.c_black {
	color: #191919 !important
}

.fw100 {
	font-weight: 100 !important
}

.fw200 {
	font-weight: 200 !important
}

.fw300 {
	font-weight: 300 !important
}

.fw400 {
	font-weight: 400 !important
}

.fw500 {
	font-weight: 500 !important
}

.fw600 {
	font-weight: 600 !important
}

.fw700 {
	font-weight: bold !important
}

.fw800 {
	font-weight: 800 !important
}

.fw900 {
	font-weight: 900 !important
}

.tl {
	text-align: left !important
}

.tc {
	text-align: center !important
}

.tr {
	text-align: right !important
}

.ref {
	padding-left: 12px;
	position: relative
}

.ref::before {
	display: inline-block;
	content: "※";
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0
}

.link_more {
	display: inline-block;
	font-weight: bold;
	font-size: 1rem
}

.link_more::before {
	display: inline-block;
	content: "+";
	margin-right: 3px;
	transform: translateY(-1px)
}

.img_box .roading {
	display: flex !important;
	align-items: center;
	justify-content: center
}

.img_box .roading img {
	height: auto !important;
	max-height: inherit !important
}


/* 텍스트 리스트 - dot, line */
.list_txt_group {
	margin-bottom: 20px;
	padding-bottom: 20px
}

.list_txt_group:last-child {
	margin-bottom: 0;
	padding-bottom: 0
}

.list_txt_group .list_tit {
	margin-bottom: 13px;
	font-weight: bold;
	color: #191919
}

.list_txt_group .list_txt {
	margin-bottom: 5px;
	position: relative
}

.list_txt_group .list_txt:last-child {
	margin-bottom: 0
}

.list_txt_group .list_txt::before {
	display: block;
	content: "";
	background-color: #333;
	position: absolute;
	left: 0;
	top: 10px
}

.list_txt_group .list_txt.dot {
	padding-left: 8px
}

.list_txt_group .list_txt.dot::before {
	width: 2px;
	height: 2px
}

.list_txt_group .list_txt.line {
	padding-left: 10px
}

.list_txt_group .list_txt.line::before {
	width: 5px;
	height: 1px
}

.list_txt_group .list_txt .dt {
	display: inline-block;
	padding-left: 17px;
	color: #212121;
	font-weight: bold;
	position: relative
}

.list_txt_group .list_txt .dt::after {
	display: inline-block;
	content: ":";
	margin: 0 2px 0 5px;
	vertical-align: baseline
}

.list_txt_group .list_txt .dd {
	display: inline-block
}

.list_txt_group .list_txt .num {
	position: absolute;
	left: 0;
	top: 0
}

/* 탭 */
.tab_list {
	display: flex;
	border: 1px solid #e1e1e1;
	border-bottom: 0
}

.tab_list .tab {
	flex: 1
}

.tab_list .tab .btn {
	display: block;
	padding: 19px 10px;
	color: #888;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	position: relative;
	transition: 0.2s;
	width: 100%;
}

.tab_list .tab .btn::before {
	display: none;
	width: calc(100% + 1px);
	height: 3px;
	content: "";
	background-color: #2657a7;
	position: absolute;
	left: 0;
	top: -1px
}

.tab_list .tab .btn::after {
	display: block;
	width: 1px;
	height: calc(100% - 20px);
	content: "";
	background-color: #e1e1e1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.tab_list .tab:first-child .btn::before {
	width: calc(100% + 2px);
	left: -1px
}

.tab_list .tab:last-child .btn::before {
	width: calc(100% + 2px)
}

.tab_list .tab:last-child .btn::after {
	display: none
}

.tab_list .tab.on {}

.tab_list .tab.on .btn {
	color: #2657a7;
	font-weight: 400;
	background-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #e1e1e1;
	border-right-color: #e1e1e1
}

.tab_list .tab:first-child.on .btn {
	border-left-color: transparent
}

.tab_list .tab:last-child.on .btn {
	border-right-color: transparent
}

.tab_list .tab.on .btn::before {
	display: block
}

.tab_list .tab.on .btn::after,
.tab_list .tab.noline .btn::after {
	display: none
}

.tab_list .tab:not(.on) .btn:hover {
	color: #212121
}

.tab_con {
	display: none;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #e1e1e1;
	border-top: 0
}

.tab_con.on {
	display: block
}



.sns_tag {
	display: inline-block;
	margin-bottom: 7px;
	padding: 0 14px 0 28px;
	border: 1px solid #e1e1e1;
	border-radius: 23px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 23px
}

.sns_tag.insta {
	background-image: url(/pmt_images/2025/common/ic_insta.png)
}

.sns_tag.facebook {
	background-image: url(/pmt_images/2025/common/ic_facebook.png)
}

.sns_tag.blog {
	background-image: url(/pmt_images/2025/common/ic_blog.png)
}

.sns_tag.kakao {
	background-image: url(/pmt_images/2025/common/ic_kakao.png)
}

.sns_tag.twitter {
	background-image: url(/pmt_images/2025/common/ic_twitter.png)
}

.sns_tag .text {
	display: inline-block;
	line-height: 23px;
	font-size: 15px
}



/* ========== 메인 레이어 팝업 ========== */
.pop_layer {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: auto !important
}

.pop_layer .pop_box {
	width: 100%;
	height: 100%;
	max-height: 83.5vh;
	background-color: #ffffff;
	overflow-y: auto
}

.pop_layer .pop_box img {
	border: none;
}

.pop_layer .pop_box p {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
}

.pop_layer .pop_btn_area {
	position: relative;
	overflow: hidden;
	padding: 8px 10px;
	background-color: #000;
}

.pop_layer .pop_btn_area .chk_each {
	vertical-align: middle;
}

.pop_layer .pop_btn_area .chk_each label {
	display: inline-block;
	position: relative;
	font-family: 'CoreDream';
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	z-index: 1;
	padding-left: 20px;
	cursor: pointer;
	vertical-align: middle;
}

.pop_layer .pop_btn_area .chk_each .vchkbox {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	width: 15px;
	height: 15px;
	margin: -7px 0 0;
	border: 1px solid #cacaca;
	background-color: #fff;
}

.pop_layer .pop_btn_area .chk_each .vchkbox > i {
	display: none;
	color: #0562a9;
	margin-top: 1px;
	margin-left: 1px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.pop_layer .pop_btn_area .close {
	position: absolute;
	top: 50%;
	right: 8px;
	margin: -11px 0 0;
}

.pop_layer .pop_btn_area .chk_each input:checked + label .vchkbox > i {
	display: block;
}

.pop_layer .pop_btn_area .chk_each input:focus + label .vchkbox {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

/* ========== 메인 레이어 팝업 ========== */


@import url(./btn.css);

.gnb_wrap .depth01 > li .depth02 li a,
.gnb_wrap .depth01 > li:focus-within > a span,
.gnb_wrap .depth01 > li:hover > a span {
	/* transition: all 0.3s ease-in-out; */
}

.wraps {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.wraps .container_wrap {
	flex: 1;
	/* height: 900px; */
}
.wraps .container_wrap img {max-height:none;height:auto !important;}
@media screen and (max-width: 1520px) {
	section {
		padding-left: var(--gap-size);
		padding-right: var(--gap-size);
	}

	section.visual_wrap {
		padding: 0 !important;
	}
}

.contents_box {
	max-width: var(--cont-width);
	width: 100%;
	margin: 0 auto;
	/* padding: 0 var(--side); */
}

@media screen and (max-width: 1520px) {
	.contents_box {
		padding-left: var(--gap-size) !important;
		padding-right: var(--gap-size) !important;
	}
}

/* title */
h2.title {
	font-size: var(--size-big-title);
	font-weight: bold;
	display: flex;
	gap: 20px;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	align-items: start;
}
/* h2.title.column {
	flex-direction: column;
	gap: 10px;
	align-items: start;
} */

h2.title .exp {
	line-height: 1.5;
	font-size: var(--size-tit-exp);
	font-weight: normal;
}

h2.title .exp.auto {
	margin-left: auto;
}

h2.title .exp .point {
	color: var(--point-dark-color);
	font-weight: 700;
}

h3.title {
	font-size: var(--size-title);
	font-weight: bold;
}

.header_wrap {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	height: 90px;
	align-items: start;
	z-index: 9;
	transition: all 0.3s ease-in-out;
}

.header_wrap h1 a {
	background-size: contain;transform: translateY(-5px);display:block;
}
.header_wrap h1 a img {
    width: 225px;
    height: 42px;
}


@media screen and (max-width: 1520px) {
	.header_wrap {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1280px) {
	.header_wrap {
		align-items: center;
		padding: 17px 20px;
		height: 85px;
	}
}

@media screen and (max-width: 1024px) {
	h3.title {
		font-size: 21px;
	}

	.header_wrap {
		align-items: center;
		padding: 15px 8px;
		height: 65px;
	}
}

.header_wrap:before {
	content: "";
	position: absolute;
	top: 110px;
	height: 1px;
	left: 0;
	right: 0;
	background-color: var(--color-gray-50);
	opacity: 0;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 18px 18px rgba(0, 0, 0, 0.1);
}

.sub .header_wrap,
.header_wrap.scrolled {
	background-color: #fff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.sub .header_wrap h1 a,
.header_wrap.scrolled h1 a {
	display: block;
	line-height: 0;
	background-image: url(/pmt_images/2025/common/header_logo.svg);
}
.sub .header_wrap h1 img,
.header_wrap.scrolled h1 img {
	opacity: 0;
    width: 225px;
    height: 42px;
}

.header_wrap.menu_open {
	background-color: #fff;
	border-bottom: 1px solid var(--color-gray-300);
}

.header_wrap.menu_open:before {
	height: 300px;
	top: 90px;
	opacity: 1;
}

.header_wrap.menu_open h1 a {
	display: block;
	line-height: 0;
	background-image: url(/pmt_images/2025/common/header_logo.svg);
}

.header_wrap.menu_open h1 img {
	opacity: 0;
}

.header_wrap .contents_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1920px;
	padding: 0 20px;
}

@media screen and (max-width: 1280px) {
	.gnb_wrap {
		display: none;
	}
}

.gnb_wrap .depth01 {
	display: flex;
}

.gnb_wrap .depth01 > li {
	position: relative;
}

.gnb_wrap .depth01 > li > a {
	position: relative;
	display: block;
}

.gnb_wrap .depth01 > li > a span {
	display: block;
	padding: 0 39px;
	line-height: 90px;
	font-size: var(--size-big);
	color: #fff;
	font-weight: 400;
}

@media screen and (max-width: 1520px) {
	.gnb_wrap .depth01 > li > a span {
		padding: 0 25px;
	}
}

.gnb_wrap .depth01 > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 3px;
	left: 0;
	width: 0;
	background-color: var(--point-dark-color);
	transition: all 0.3s ease-in-out;
}

.sub .gnb_wrap .depth01 > li > a span,
.scrolled .gnb_wrap .depth01 > li > a span,
.menu_open .gnb_wrap .depth01 > li > a span {
	color: #000;
}

.gnb_wrap .depth01 > li:focus-within > a span,
.gnb_wrap .depth01 > li:hover > a span {
	/* color: var(--point-dark-color); */
	font-weight: 700;
	box-sizing: border-box;
}

.gnb_wrap .depth01 > li:focus-within > a:after,
.gnb_wrap .depth01 > li:hover > a:after {
	width: 100%;
}

.gnb_wrap .depth01 > li .depth02 {
	display: none;
	position: absolute;
	top: 90px;
	padding-top: 10px;
	width: 100%;
	height: 260px;
	text-align: center;
	transform: translateY(-20px);
	transition: all 0.3s ease-in-out;

}

.menu_open .gnb_wrap .depth01 > li .depth02 {
	display: block;
	transform: translateY(0);
}

.gnb_wrap .depth01 > li .depth02 li a {
	color: var(--color-gray-600);
	padding: 10px;
	display: block;
	font-weight: 400;
	/* font-size: var(--size-big); */
	opacity: 1;
}

.gnb_wrap .depth01 > li .depth02 li a:hover,
.gnb_wrap .depth01 > li .depth02 li a:focus {
	color: var(--point-dark-color);
	font-weight: bold;
}

.mo_gnb_wrap {
	/* margin-left: 20px;*/
	margin-right: 20px;
}

.mo_gnb_wrap .btn_sitemap {
	position: relative;
	width: 30px;
	height: 25px;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.mo_gnb_wrap .btn_sitemap:before,
.mo_gnb_wrap .btn_sitemap:after {
	content: "";
	display: inline-block;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 2px;
}

.mo_gnb_wrap .btn_sitemap span {
	display: inline-block;
	text-indent: -99999px;
	font-size: 0;
	line-height: 0;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
}

.mo_gnb_wrap .btn_sitemap:focus span,
.mo_gnb_wrap .btn_sitemap:hover span {
	width: 20px;
}

.sub .mo_gnb_wrap .btn_sitemap span,
.sub .mo_gnb_wrap .btn_sitemap:before,
.sub .mo_gnb_wrap .btn_sitemap:after,
.scrolled .mo_gnb_wrap .btn_sitemap span,
.scrolled .mo_gnb_wrap .btn_sitemap:before,
.scrolled .mo_gnb_wrap .btn_sitemap:after,
.menu_open .mo_gnb_wrap .btn_sitemap span,
.menu_open .mo_gnb_wrap .btn_sitemap:before,
.menu_open .mo_gnb_wrap .btn_sitemap:after {
	background-color: var(--base-dark);
}

.mo_gnb_wrap .m_gnb_list {
	position: fixed;
	top: 0;
	left: 100%;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	z-index: 99;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.mo_gnb_wrap .m_gnb_list.on {
	left: 0;
	visibility: visible;
}

.mo_gnb_wrap .m_gnb_list .btn_close_menu {
	position: absolute;
	right: 40px;
	top: 40px;
	padding: 10px;
	transition: all 0.3s ease-in-out;
}

.mo_gnb_wrap .m_gnb_list .btn_close_menu i {
	font-size: 35px;
}

.mo_gnb_wrap .m_gnb_list .btn_close_menu:focus,
.mo_gnb_wrap .m_gnb_list .btn_close_menu:hover {
	transform: rotate(-180deg);
}

.mo_gnb_wrap .m_gnb_list::before {
	content: "";
	display: block;
	height: 100%;
	background-color: var(--color-blu-900);
	z-index: 1;
	position: absolute;
	left: 0;
	width: 350px;
}

.mo_gnb_wrap .m_gnb_list h1 {
	position: absolute;
	left: 35px;
	top: 160px;
	z-index: 9;
}
@media screen and (max-width: 1280px) {
	.header_wrap h1 a img {
		height: 55px;
	}
}

@media screen and (max-width: 1024px) {
	.sub .header_wrap h1 img, .header_wrap.scrolled h1 img,
	.header_wrap h1 a img {
        height: 29px;
        width: 152px;
	}

}

@media screen and (max-width: 1280px) {
	.mo_gnb_wrap .m_gnb_list h1 {
		left: 75px;
		top: 160px;
	}
}

.mo_gnb_wrap .m_gnb_list h1 a {
	background-image: none;
}

.mo_gnb_wrap .m_gnb_list h1 a img {
	opacity: 1 !important;
}

.mo_gnb_wrap .m_gnb_list .snb_list {
	padding-left: 400px;
	padding-top: 180px;
}

.mo_gnb_wrap .m_gnb_list .snb_list .top_link {
	position: absolute;
	right: 120px;
	top: 50px;
	display: flex;
	gap: 24px;
	align-items: center;
}

.mo_gnb_wrap .m_gnb_list .snb_list .top_link > div {
	display: flex;
	/* gap: 24px; */
	align-items: center;
}
.mo_gnb_wrap .m_gnb_list .snb_list .top_link > div .btn_link {color:#000;position:relative;}
.mo_gnb_wrap .m_gnb_list .snb_list .top_link > div .btn_link:first-child:after {content:'';display:block;clear:both;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:13px;background:#333;}
.mo_gnb_wrap .m_gnb_list .snb_list .top_link .order_link .btn {
	height: 40px;
	line-height: 40px;
}

/* .mo_gnb_wrap .m_gnb_list .snb_list .top_link a {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	padding: 3px;
	font-size: var(--size-small);
} */

.mo_gnb_wrap .m_gnb_list .snb_list .top_link a img {
	width: 25px;
}

/* .mo_gnb_wrap .m_gnb_list .snb_list .top_link a.btn {
	padding: 8px 20px;
	font-size: var(--size-small);
	line-height: 1;
	min-width: auto;
	height: auto;
	border-radius: 40px;
} */

.mo_gnb_wrap .m_gnb_list .snb_list .top_link a.btn:focus,
.mo_gnb_wrap .m_gnb_list .snb_list .top_link a.btn:hover {
	border-color: var(--point-dark-color);
}

.mo_gnb_wrap .m_gnb_list .snb_list .top_link a.btn.team {
	background-color: var(--point-dark-color);
	border-color: var(--point-dark-color);
	color: #fff;
}

.mo_gnb_wrap .m_gnb_list .snb_list .top_link a.btn.team:focus,
.mo_gnb_wrap .m_gnb_list .snb_list .top_link a.btn.team:hover {
	border-color: var(--color-blu-900);
	background-color: var(--color-blu-900);
}

.mo_gnb_wrap .m_gnb_list .depth01 {
	display: flex;
	gap: 60px;
	flex-direction: column;
}

.mo_gnb_wrap .m_gnb_list .depth01 > li {
	display: flex;
	gap: 40px;
}

.mo_gnb_wrap .m_gnb_list .depth01 > li:focus-within > a,
.mo_gnb_wrap .m_gnb_list .depth01 > li:hover > a {
	color: var(--point-dark-color);
}

.mo_gnb_wrap .m_gnb_list .depth01 > li > a {
	font-size: var(--gnb_d1_size);
	/* font-size: 29px; */
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 150px;
}

.mo_gnb_wrap .m_gnb_list .depth01 > li > a i {
	display: none;
}

.mo_gnb_wrap .m_gnb_list .depth01 > li .depth02 {
	display: flex;
	gap: 25px;
}

.mo_gnb_wrap .m_gnb_list .depth01 > li .depth02 li a {
	display: block;
	padding: 10px;
	font-size: var(--size-big);
	font-weight: 400;
}

.mo_gnb_wrap .m_gnb_list .depth01 > li .depth02 li a:focus,
.mo_gnb_wrap .m_gnb_list .depth01 > li .depth02 li a:hover {
	font-weight: bold;
}




/* lide link */
.side_link_wrap {
	display: flex;
	gap: 10px;
	align-items: center;
}

.side_link_wrap .sns_area {
	display: flex;
	gap: 10px;
}

.side_link_wrap .sns_area a {
	display: flex;
	gap: 10px;
	align-items: center;
}

.side_link_wrap .sns_area a .txt {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

.side_link_wrap .btn {
	font-size: var(--size-base-s);
	font-weight: 400;
	height: 40px;
	line-height: 40px;
}

@media screen and (max-width: 1520px) {
	.side_link_wrap .btn.btn_yel {
		display: none;
	}
}

.side_link_wrap .order_link {}

.side_link_wrap .order_link .btn_link {
	position: relative;
}

.side_link_wrap .order_link .btn_link:first-child:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 15px;
	background-color: #000;
}

.side_link_wrap .btn_link {
	font-size: var(--size-base);
	font-weight: 400;
	padding: 0 24px;
	border-radius: 8px;
	display: inline-block;
	/* border: 1px solid rgba(255, 255, 255, 0.5); */
}

.container_wrap {
	position: relative;
	background-color: #fff;
	padding-bottom: 100px;
}

@media screen and (max-width: 1280px) {

	.side_link_wrap > .btn,
	.side_link_wrap > .sns_area {
		display: none;
	}

	.side_link_wrap .btn_link {
		display: none;
	}

	.mo_gnb_wrap {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.container_wrap {
		padding-bottom: 50px;
	}
}

.container_wrap.board {
	background-color: #fff;
}

.container_wrap .cont_top_area {
	padding: 50px 0 30px 0;
}

@media screen and (max-width: 1024px) {
	.container_wrap .cont_top_area {
		padding: 40px 0 15px 0;
	}

	.mo_gnb_wrap .m_gnb_list .depth01 > li a {
		position: relative;
	}

	.mo_gnb_wrap .m_gnb_list .depth01 > li > a i {
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		transition: all .3s ease-in-out;
	}

	.mo_gnb_wrap .m_gnb_list .depth01 > li.open > a i {
		transform: translateY(-50%) rotate(180deg);
	}
}

.top_links {
	display: none;
	position: fixed;
	right: calc(50% - 810px);
	bottom: 70px;
	transition: bottom .6s ease-in-out;
	z-index: 3;
}

.top_links.on {
	bottom: 175px;
}


@media screen and (max-width: 1630px) {

	.top_links {
		right: 20px;
		bottom: 20px;
	}

	.top_links.on {
		bottom: 180px;
	}

	.top_links img {
		height: 46px;
	}

}

@media screen and (max-width: 980px) {
	.top_links.on {
		bottom: 250px;
	}
}

@media screen and (max-width: 500px) {
	.top_links {
		right: 15px;
		bottom: 20px;
	}

	.top_links.on {
		bottom: 350px;
	}
}


.footer_wrap {
	background-color: var(--base-dark);
	color: #fff;
}


.footer_wrap .f_top {
	border-bottom: 1px solid var(--color-gray-600);
}

.footer_wrap .f_top .contents_box {
	max-width: 1920px;
}

.footer_wrap .f_top .contents_box ul {
	display: flex;
	gap: 20px;
	padding: 0 var(--side);
}

.footer_wrap .f_top .contents_box ul li {
	position: relative;
	padding: 15px 20px;
}

.footer_wrap .f_top .contents_box ul li + li:before {
	content: '|';
	position: absolute;
	left: -11px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 300;
	font-size: 14px;
	opacity: .2;
}

.footer_wrap .f_top .contents_box ul li a {
	display: block;
	color: #fff;
	font-size: var(--size-base);
	font-weight: 400;
}

.footer_wrap .f_top .contents_box ul li a:hover {
	text-decoration: underline;
}

.footer_wrap .f_top .contents_box ul li a.point {
	color: var(--point-light-color);
}

.footer_wrap .f_copy {
	display: flex;
	justify-content: space-between;
	padding: 30px var(--side);
	width: 100%;
    align-items: center;
	max-width: 1920px;gap:20px;
}
.f_copy .copy {color:#bbb;font-size:14px;margin-top:12px;width:100%;}

.footer_wrap .f_copy .copy_info {
	display: flex;
	gap: 5px 30px;
	flex-wrap: wrap;  
	max-width: 770px;
}

.footer_wrap .f_copy .copy_info dl {
	width: 390px;
	display: flex;
	gap: 10px; 
	align-items: center;
	font-size: var(--size-small);
}

.footer_wrap .f_copy .copy_info dl:nth-child(odd) {
	width: 300px;
}

.footer_wrap .f_copy .copy_info dl dt {
	color: #bbb;
	width: 115px;
}
  
.footer_wrap .f_copy .copy_info dl dt:after {
	content: '|';
	float: right;
	font-size: 14px;
	opacity: .2;
}

.footer_wrap .f_copy .copy_info dl dd {
	color: var(--color-gray-500);
	flex:1 1 auto;
} 

.xio2 i {
	display: flex;
	gap: 5px; 
}

.xio2 i span {
	font-family: var(--family-base);
}

@media screen and (max-width: 1280px) {
	.mo_gnb_wrap .m_gnb_list .depth01 > li {
		flex-direction: column;
		gap: 10px;
	}

	.mo_gnb_wrap .m_gnb_list .snb_list .top_link {
		position: absolute;
		left: 110px;
		right: auto;
		z-index: 99;
		top: 280px;
		bottom: auto;
		flex-direction: column;
		align-items: end;
	}

	.mo_gnb_wrap .m_gnb_list .snb_list .top_link a {
		color: #fff;
	}

	.mo_gnb_wrap .m_gnb_list .snb_list .top_link a.btn.btn_yel {
		display: block;
	}

	.mo_gnb_wrap .m_gnb_list .snb_list .top_link .order_link .btn {
		height: 35px;
		line-height: 35px;
		padding: 0 20px;
		min-width: 110px;
	}

	.mo_gnb_wrap .m_gnb_list .snb_list .top_link > div {
		flex-direction: column;
		align-items: end;
	}
}

@media screen and (max-width: 1024px) {
	.f_copy .copy {width:100%;padding:0 24px;text-align:left;}
	.mo_gnb_wrap .m_gnb_list.on {
		max-width: 640px;
		right: 0;
		left: auto;
	}

	.mo_gnb_wrap .m_gnb_list::before {
		height: 72px;
		width: 100%;
	}

	.mo_gnb_wrap .m_gnb_list h1 {
		top: 10px;
		left: 24px;
	}

	.mo_gnb_wrap .m_gnb_list .btn_close_menu {
		z-index: 9;
		color: #fff;
		top: 16px;
		right: 14px;
		padding: 5px;
	}

	.mo_gnb_wrap .m_gnb_list .btn_close_menu i {
		font-size: 28px;
	}

	.mo_gnb_wrap .m_gnb_list .snb_list {
		position: relative;
		padding: 75px 0 0 0;
		height: 100%;
	}

	.mo_gnb_wrap .m_gnb_list .snb_list .top_link {
		position: static;
		align-items: center;
		padding: 15px 0;
		gap: 15px;
		border-top: 1px solid #ddd;
		;
		background-color: #fff;
	}

	.mo_gnb_wrap .m_gnb_list .snb_list .top_link a {
		color: initial;
	}

	.mo_gnb_wrap .m_gnb_list .snb_list .top_link .sns_area {
		order: 2;
		flex-direction: row;
	}

	.mo_gnb_wrap .m_gnb_list .snb_list .top_link .order_link {
		order: 1;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px;
	}

	.mo_gnb_wrap .m_gnb_list .snb_list .top_link .order_link a {
		color: #fff;
		padding: 0 30px;
	}

	.mo_gnb_wrap .m_gnb_list .snb_list .top_link .order_link .btn {
		height: 35px;
		line-height: 35px;
	}

	.mo_gnb_wrap .m_gnb_list .snb_list .top_link a.btn.btn_yel {
		/* display: none; */
	}

	.mo_gnb_wrap .m_gnb_list .depth01 {
		display: block;
		height: calc(100% - 80px);
		overflow: hidden;
		overflow-y: auto;
	}

	.mo_gnb_wrap .m_gnb_list .depth01 > li {
		display: block;
	}

	.mo_gnb_wrap .m_gnb_list .depth01 > li > a {
		display: block;
		border-bottom: 1px solid #ddd;
		width: 100%;
		padding: 10px;
	}

	.mo_gnb_wrap .m_gnb_list .depth01 > li .depth02 {
		display: none;
		background-color: #f4f4f4;
	}

	.mo_gnb_wrap .m_gnb_list .depth01 > li .depth02 > li {
		border-bottom: 1px solid #ddd;
	}

	.footer_wrap .f_copy {
		display: block;
		text-align: center;
		padding: 24px 0;
	}

	.footer_wrap .f_copy h1 {
		margin-bottom: 24px;
		height: 30px;
	}

	.footer_wrap .f_copy .copy_info dl {
		min-width: 30%;
		width: auto;
		text-align: left;
		word-break: keep-all;
		padding: 0 24px;
	}

	.footer_wrap .f_copy .copy_info dl dt {
		width: auto;
		flex: 0 0 60px;
	}

	.footer_wrap .f_top .contents_box ul {
		justify-content: center;
		flex-wrap: wrap;
		gap: 0 10px;
		padding: 10px 0;
	}

	.footer_wrap .f_top .contents_box ul li {
		padding: 7px;
		text-align: center;
	}
}

@media screen and (max-width: 520px) {
	
	.mo_gnb_wrap .m_gnb_list h1 {
		top: 26px;
		left: 24px;
	}
	.footer_wrap .f_top .contents_box ul li {
		width: auto;
	}
}

@media screen and (max-width: 400px) {
	.f_copy .copy,
	.footer_wrap .f_copy .copy_info dl {padding:0 12px;}
	

	.footer_wrap .f_top .contents_box ul li + li:before {
		display: none;
	}
}



.btn {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 25px;
    text-align: center;
    min-width: auto;
    transition: all 0.3s ease-in-out;
}
.btn.big {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    padding: 0 45px;
    text-align: center;
    min-width: auto;
    transition: all 0.3s ease-in-out;
}

.btn.sm {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    padding: 0 15px;
    text-align: center;
    min-width: auto;
    transition: all 0.3s ease-in-out;
}


.btn.btn_blu {
	background-color: var(--point-dark-color);
	border:1px solid var(--point-dark-color);
	color: #fff;
}

.btn.btn_blu:focus,
.btn.btn_blu:hover {
	background-color: #fff;
	color: var(--point-dark-color);
	border:1px solid var(--point-dark-color);
}

.btn.btn_yel {
	background-color: var(--point-yel);
	color: #fff;
}

.btn.btn_yel:focus,
.btn.btn_yel:hover {
	background-color: var(--point-yel-ov);
}

.btn.btn_gray {
	border:1px solid var(--color-gray-600);
	background-color: var(--color-gray-600);
	color: #fff;
}

.btn.btn_gray:focus,
.btn.btn_gray:hover {
	background-color: #fff;
	color: var(--color-gray-600);
	border:1px solid var(--color-gray-600);
}

.btn.btn_line {
	background-color: #fff;
	border: 1px solid var(--point-dark-color);
	color: var(--point-dark-color);
}

.btn.btn_line:focus,
.btn.btn_line:hover {
	border-color: var(--color-blu-900);
	color: var(--color-blu-900);
}

.btn.btn_guide {
	background-color: var(--point-dark-color);
	border: 1px solid var(--point-dark-color);
	color: #fff;
}

.btn.btn_guide:focus,
.btn.btn_guide:hover {
	background-color: var(--point-color);
	border: 1px solid var(--point-color);
}


.teg {
	display: inline-block;
	text-align: center;
	line-height: 45px;
	padding:0 35px;
	border: 1px solid var(--color-gray-300);
	background-color: #fff;
	border-radius: 30px;
}

.teg.sm {
	font-size: var(--size-smalls);
	line-height: 1.8;
	min-width: auto;
	padding: 0 15px;
	border: 1px solid var(--point-dark-color);
	color: var(--color-blu-900);
	background-color: var(--color-blu-10);
}

.on .teg {
	background-color: var(--point-dark-color);
	color: #fff;
}

a:focus-visible,
button:focus-visible {
	outline: 2px dashed #ff0000;
}

i.xi-long-arrow-right {
	display: flex;
	align-items: center;
}

i.xi-long-arrow-right:before {
	order: 2;
}

i.xi-long-arrow-right .txt {
	order: 1;
}

.category {
	padding: 10px 35px;
	background-color: #E3F3FE;
	display: inline-block;
	line-height: 1.5;
	font-size: var(--sub-size);
	color: var(--color-blu-900);
	font-weight: bold;
	border-radius: 30px;
}
.category_list {display: flex;gap:5px 10px;flex-wrap:wrap;}
.category.sm {
	font-size: 15px;
	padding: 9px 15px;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.category.sm {
		font-size:14px;
	}
	.btn {
		line-height: 34px; 
		height: 34px;
		min-width: auto;
		padding: 0 12px;
	}
	.teg.sm {
		line-height: 1.6;
		padding: 0 12px;
		font-size:14px;
	}
}
.m5 {
	margin: 5px;
}

.mt5 {
	margin-top: 5px;
}

.mr5 {
	margin-right: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.ml5 {
	margin-left: 5px;
}

.mx5 {
	margin-left: 5px;
	margin-right: 5px;
}

.my5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.p5 {
	padding: 5px;
}

.pt5 {
	padding-top: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.pl5 {
	padding-left: 5px;
}

.px5 {
	padding-left: 5px;
	padding-right: 5px;
}

.py5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.m10 {
	margin: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mx10 {
	margin-left: 10px;
	margin-right: 10px;
}

.my10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.p10 {
	padding: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pl10 {
	padding-left: 10px;
}

.px10 {
	padding-left: 10px;
	padding-right: 10px;
}

.py10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.m15 {
	margin: 15px;
}

.mt15 {
	margin-top: 15px;
}

.mr15 {
	margin-right: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.ml15 {
	margin-left: 15px;
}

.mx15 {
	margin-left: 15px;
	margin-right: 15px;
}

.my15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.p15 {
	padding: 15px;
}

.pt15 {
	padding-top: 15px;
}

.pr15 {
	padding-right: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.pl15 {
	padding-left: 15px;
}

.px15 {
	padding-left: 15px;
	padding-right: 15px;
}

.py15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.m20 {
	margin: 20px;
}

.mt20 {
	margin-top: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.ml20 {
	margin-left: 20px;
}

.mx20 {
	margin-left: 20px;
	margin-right: 20px;
}

.my20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.p20 {
	padding: 20px;
}

.pt20 {
	padding-top: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pl20 {
	padding-left: 20px;
}

.px20 {
	padding-left: 20px;
	padding-right: 20px;
}

.py20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.m25 {
	margin: 25px;
}

.mt25 {
	margin-top: 25px;
}

.mr25 {
	margin-right: 25px;
}

.mb25 {
	margin-bottom: 25px;
}

.ml25 {
	margin-left: 25px;
}

.mx25 {
	margin-left: 25px;
	margin-right: 25px;
}

.my25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.p25 {
	padding: 25px;
}

.pt25 {
	padding-top: 25px;
}

.pr25 {
	padding-right: 25px;
}

.pb25 {
	padding-bottom: 25px;
}

.pl25 {
	padding-left: 25px;
}

.px25 {
	padding-left: 25px;
	padding-right: 25px;
}

.py25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.m30 {
	margin: 30px;
}

.mt30 {
	margin-top: 50px;
}
.mt50 {
	margin-top: 30px;
}

.mr30 {
	margin-right: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml30 {
	margin-left: 30px;
}

.mx30 {
	margin-left: 30px;
	margin-right: 30px;
}

.my30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.p30 {
	padding: 30px;
}

.pt30 {
	padding-top: 30px;
}

.pr30 {
	padding-right: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.pl30 {
	padding-left: 30px;
}

.px30 {
	padding-left: 30px;
	padding-right: 30px;
}

.py30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.m35 {
	margin: 35px;
}

.mt35 {
	margin-top: 35px;
}

.mr35 {
	margin-right: 35px;
}

.mb35 {
	margin-bottom: 35px;
}

.ml35 {
	margin-left: 35px;
}

.mx35 {
	margin-left: 35px;
	margin-right: 35px;
}

.my35 {
	margin-top: 35px;
	margin-bottom: 35px;
}

.p35 {
	padding: 35px;
}

.pt35 {
	padding-top: 35px;
}

.pr35 {
	padding-right: 35px;
}

.pb35 {
	padding-bottom: 35px;
}

.pl35 {
	padding-left: 35px;
}

.px35 {
	padding-left: 35px;
	padding-right: 35px;
}

.py35 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.m40 {
	margin: 40px;
}

.mt40 {
	margin-top: 40px;
}

.mr40 {
	margin-right: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.ml40 {
	margin-left: 40px;
}

.mx40 {
	margin-left: 40px;
	margin-right: 40px;
}

.my40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.p40 {
	padding: 40px;
}

.pt40 {
	padding-top: 40px;
}

.pr40 {
	padding-right: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.pl40 {
	padding-left: 40px;
}

.px40 {
	padding-left: 40px;
	padding-right: 40px;
}

.py40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
