@charset "UTF-8";
/* reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
* {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-touch-callout: none; /* ios 길게터치시 highlighting 막는 style */
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

table, th, td, input, select, button, textarea, pre {
	font: inherit;
	color: inherit;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, button, textarea, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: inherit;
}

ol, ul {
	list-style: none;
}


.view_contents ol {
	list-style: decimal;
}

.view_contents ul {
	list-style: disc;
}

.view_contents em,
.view_contents address,
.view_contents blockquote {
	font-style: italic;
}

.view_contents blockquote {
	padding: 10px 20px;
	border-left: 5px solid #f7f7f7;
}

.view_contents h1 { font-size: 2em !important; }
.view_contents h2 { font-size: 1.75em !important; }
.view_contents h3 { font-size: 1.5em !important; }
.view_contents h4 { font-size: 1.25em !important; }
.view_contents h5 { font-size: 1em !important; }
.view_contents h6 { font-size: 0.875em !important; }

.view_contents h2,
.view_contents h3,
.view_contents h4,
.view_contents h5,
.view_contents h6 {
	font-weight: initial !important;
}


img, fieldset {
	border: 0;
}

img {
	vertical-align: middle;
}

a {
	color: #000;
	text-decoration: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
}

th, td {
	word-break: break-all;
	word-wrap: break-word;
}

label {
	cursor: pointer;
}

input, button {
	border: 0;
	border-radius: 0;
	background: none;
}

textarea {
	resize: none;
}

input, button, select, textarea {
	vertical-align: middle;
}

address, caption, cite, code, dfn, em, var {
	font-style: normal;
}

hr {
	clear: both;
	display: none;
}

blockquote, q {
	quotes: none;
}

abbr, acronym {
	border: 0;
}

legend, caption {
	overflow: hidden;
	line-height: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	font-size: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary {
	display: block;
}

.hidden {
	position: absolute;
	overflow: hidden;
	height: 0;
	line-height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	font: 0/0 Arial;
}

/* e: reset */
.ft_noto_kr {
	font-family: "Noto Sans KR", sans-serif;
}

.ft_noto {
	font-family: "Noto Sans", sans-serif;
}

@font-face {
	font-family: "KoddiUDOnGothic";
	font-weight: 500;
	src: url(../font/KoddiUDOnGothic-Regular.eot);
	src: url(../font/KoddiUDOnGothic-Regular.woff) format("woff"), url(../font/KoddiUDOnGothic-Regular.woff2) format("woff2");
}
@font-face {
	font-family: "KoddiUDOnGothic";
	font-weight: 700;
	src: url(../font/KoddiUDOnGothic-Bold.eot);
	src: url(../font/KoddiUDOnGothic-Bold.woff) format("woff"), url(../font/KoddiUDOnGothic-Bold.woff2) format("woff2");
}
@font-face {
	font-family: "KoddiUDOnGothic";
	font-weight: 800;
	src: url(../font/KoddiUDOnGothic-ExtraBold.eot);
	src: url(../font/KoddiUDOnGothic-ExtraBold.woff) format("woff"), url(../font/KoddiUDOnGothic-ExtraBold.woff2) format("woff2");
}
* {
	font-family: "Noto Sans KR", "Noto Sans", "KoddiUDOnGothic", "NanumSquare", "Malgun Gothic", "MalgunGothic", "맑은고딕", Dotum, "돋움", Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
	background-color: #0f1d2b;
	color: #fff;
}

::selection {
	background-color: #0f1d2b;
	color: #fff;
}

html, .container {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-width: 360px;
	overflow-x: hidden;
}

main {
	min-height: 70vh;
}

#skip-nav {
	position: relative;
	z-index: 9999;
}
#skip-nav a {
	position: absolute;
	left: 0;
	top: -54px;
	width: 100%;
	height: 50px;
	padding: 2px 6px;
	background: #333;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	font-size: 17px;
	color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	opacity: 0;
}
#skip-nav a:focus {
	top: 0;
	opacity: 1;
}

.select_form {
	padding: 10px 20px;
	border: 1px solid #595959;
	border-radius: 3px;
	border-radius: 25px;
	line-height: 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.select_form .policy {
	cursor: default;
}
.select_form .policy_version {
	padding-left: 5px;
	padding-right: 20px;
	border: none;
	background: url("../img/icon/btn_fold.svg") no-repeat 100% 55%;
	vertical-align: top;
	-o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.policy_wrap {
	display: block;
	margin-top: 43px;
}
.policy_wrap .policy_contents {
	width: 100%;
	font-weight: 400;
}
.policy_wrap .policy_contents a {
	color: #00559B;
}

.policy_contents p {
	color: #121212;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.policy_contents p strong {
	font-size: 18px;
}
.policy_contents .policy_title {
	display: block;
	margin-bottom: 16px;
}
.policy_contents .contents_desc {
	max-width: 100%;
	margin-top: 4px;
	font-size: 16px;
}
.policy_contents .contents_num {
	margin-top: 12px;
	font-weight: 500;
}
.policy_contents .contents_subnum {
	padding-left: 24px;
	margin-top: 4px;
	text-indent: -16px;
	font-size: 16px;
}
.policy_contents .contents_slash {
	padding-left: 8px;
	margin-top: 4px;
	font-size: 16px;
	color: #535353;
}
.policy_contents + .policy_contents {
	margin-top: 40px;
}

.container {
	background-color: #fff;
}

.btn_top {
	display: none;
	position: fixed;
	right: 34px;
	bottom: 40px;
	border: 0;
	background-color: transparent;
	z-index: 100;
	cursor: pointer;
}
.btn_top img {
	width: 60px;
	height: 60px;
}

.hidden_br {
	display: none;
}

.header_container {
	height: 80px;
}
.header_container .header {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 9000;
	-webkit-backdrop-filter: blur(7px);
	        backdrop-filter: blur(7px);
}
.header_container .header.on {
	height: 50px;
}
.header_container .header .header_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.header_container .header .header_wrap .header_logo {
	width: 160px;
}
.header_container .header .header_wrap .header_logo img {
	width: 100%;
}
.header_container .header .header_wrap .header_logo .logo_l {
	display: block;
}
.header_container .header .header_wrap .header_logo .logo_s {
	display: none;
}
.header_container .header .header_wrap .header_nav .nav_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header_container .header .header_wrap .header_nav .nav_wrap li {
	display: block;
}
.header_container .header .header_wrap .header_nav .nav_wrap li a {
	display: block;
	position: relative;
	padding: 10px 0px;
	font-weight: 500;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header_container .header .header_wrap .header_nav .nav_wrap li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 0px;
	height: 3px;
	background-color: #00559B;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header_container .header .header_wrap .header_nav .nav_wrap li a:hover:after {
	width: 100%;
}
.header_container .header .header_wrap .header_nav .nav_wrap li a.on:after {
	width: 100%;
}
.header_container .header .header_wrap .header_nav .nav_wrap li + li {
	margin-left: 70px;
}

.contents_wrap {
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents_wrap .contents_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 24px;
}

.contents_about_gray {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 50px;
	background-color: #f5f5f5;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents_about_gray.mgin_b {
	margin-bottom: 100px;
}
.contents_about_gray .contents_inner {
	padding: 50px 60px;
}
.contents_about_gray .contents_inner .contents_desc {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-top: 24px;
	font-size: 18px;
	z-index: 1;
}
.contents_about_gray .contents_inner .contents_desc .font_bold + .font_bold {
	margin-left: 16px;
}

.contents_gray_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
	background-color: #f5f5f5;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents_gray_wrap .contents_inner {
	padding: 40px 60px;
}
.contents_gray_wrap .contents_inner .contents_desc {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-top: 24px;
	font-size: 18px;
	color: #121212;
	z-index: 1;
}
.contents_gray_wrap .contents_inner .contents_desc .font_bold + .font_bold {
	margin-left: 16px;
}

.contents_inner {
	width: 100%;
	max-width: 984px;
	padding: 0px 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents_inner.align_end {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: end;
}

.contents_banner {
	max-width: 400px;
}
.contents_banner img {
	width: 100%;
}

.contents_subtitle {
	font-weight: 700;
	font-size: 40px;
	color: #192F65;
}
.contents_subtitle.pic_banner {
	display: none;
}

.contents_title {
	display: block;
	margin-top: 10px;
	line-height: 130%;
	letter-spacing: -2px;
	font-size: 66px;
	color: #fff;
}

.contents_desc {
	display: block;
	width: 100%;
	max-width: 580px;
	margin-top: 24px;
	font-weight: 100;
	font-weight: 400;
	font-size: 16px;
	font-size: 18px;
	z-index: 1;
}
.contents_desc .font_bold {
	color: #02407B;
}
.contents_desc .font_bold + .font_bold {
	margin-left: 16px;
}

.btn_type {
	min-width: 36px;
	min-height: 36px;
	padding: 6px 18px;
	border-radius: 18px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #535353;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.btn_type:hover {
	background-color: #535353;
	color: #fff;
}
.btn_type.on {
	background-color: #535353;
	color: #fff;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 30px;
}

.paginations {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 75px;
}

.btn_page_num {
	width: 36px;
	height: 36px;
	margin-right: 5px;
	border: 1px solid #cccccc;
	border-radius: 18px;
	background-color: #fff;
	line-height: 34px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #cccccc;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.btn_page_num:hover {
	background-color: #eeeeee;
	color: #b9b9b9;
}
.btn_page_num:first-of-type {
	margin: 0 5px;
}
.btn_page_num.on {
	background-color: #00559B;
	color: #fff;
}
.btn_page_num.on:hover {
	background-color: #00559B;
}

.header_menu {
	display: none;
	position: relative;
	width: 28px;
	height: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
	font-size:0;
	line-height:0;
}
.header_menu .line {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 4px;
	background-color: #333;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.header_menu .line.top {
	top: 0;
	-webkit-animation: menu-line-close 0.75s forwards;
	animation: menu-line-close 0.75s forwards;
}
.header_menu .line.middle {
	top: 50%;
	-webkit-transition: all 0.25s 0.25s;
	transition: all 0.25s 0.25s;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	opacity: 1;
}
.header_menu .line.bot {
	bottom: 0;
	-webkit-animation: menu-line-open 0.75s forwards;
	animation: menu-line-open 0.75s forwards;
}
.header_menu.active .line.top {
	-webkit-animation: active-menu-line-close 0.75s forwards;
	animation: active-menu-line-close 0.75s forwards;
}
.header_menu.active .line.middle {
	opacity: 0;
}
.header_menu.active .line.bot {
	-webkit-animation: active-menu-line-open 0.75s forwards;
	animation: active-menu-line-open 0.75s forwards;
}

.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	width: 100%;
	margin-top: 147px;
	background-color: #212529;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.footer .footer_wrap {
	display: -ms-grid;
	display: grid;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	padding: 65px 55px;
	font-size: 16px;
	color: #bfbfbf;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	    grid-template-areas: "logo num num" "ceo adrs adrs" "hr hr hr" "sns pol cop";
	-ms-grid-columns: auto auto 460px;
	grid-template-columns: auto auto 460px;
}
.footer .footer_wrap .logo {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	width: 150px;
	margin-bottom: 20px;
	grid-area: logo;
}
.footer .footer_wrap .logo a {
	width: 100%;
	color: #a5a5a5;
}
.footer .footer_wrap .logo a img {
	width: 100%;
}
.footer .footer_wrap .representative {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	grid-area: ceo;
}
.footer .footer_wrap .business_number {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-area: num;
	-ms-grid-column-align: end;
	    justify-self: end;
	-ms-grid-row-align: self-end;
	    align-self: self-end;
}
.footer .footer_wrap .address_wrap {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-area: adrs;
	-ms-grid-column-align: end;
	    justify-self: end;
}
.footer .footer_wrap .address_wrap .franchise::after {
	content: "|";
	display: inline-block;
	overflow: hidden;
	width: 18px;
	height: 15px;
	line-height: 19px;
	text-indent: 9px;
}
.footer .footer_wrap .sns_wrap {
	-ms-grid-row: 4;
	-ms-grid-column: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-area: sns;
}
.footer .footer_wrap .sns_wrap a {
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
	color: #a5a5a5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.footer .footer_wrap .sns_wrap a + a {
	margin-left: 10px;
	color: #a5a5a5;
}
.footer .footer_wrap .sns_wrap a + a::after {
	content: "";
	position: absolute;
	left: -3px;
	top: 50%;
	width: 1px;
	height: 16px;
	background-color: #a6a6a6;
	color: #a5a5a5;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.footer .footer_wrap .sns_wrap .facebook {
	background-image: url("../img/icon/btn_facebook.svg");
}
.footer .footer_wrap .sns_wrap .facebook:hover {
	background-image: url("../img/icon/btn_facebook_on.svg");
}
.footer .footer_wrap .sns_wrap .naver {
	background-image: url("../img/icon/btn_naver.svg");
}
.footer .footer_wrap .sns_wrap .naver:hover {
	background-image: url("../img/icon/btn_naver_on.svg");
}
.footer .footer_wrap .sns_wrap .youtube {
	background-image: url("../img/icon/btn_youtube.svg");
}
.footer .footer_wrap .sns_wrap .youtube:hover {
	background-image: url("../img/icon/btn_youtube_on.svg");
}
.footer .footer_wrap .footer_btn {
	-ms-grid-row: 4;
	-ms-grid-column: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-area: pol;
	-ms-grid-column-align: end;
	    justify-self: end;
}
.footer .footer_wrap .footer_btn > a {
	display: block;
	margin-left: 9px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.footer .footer_wrap .footer_btn > a::after {
	content: "|";
	margin-left: 9px;
	font-weight: 400;
	pointer-events: none;
}
.footer .footer_wrap .footer_btn > a:first-child {
	margin-left: 0;
}
.footer .footer_wrap .footer_btn > a:last-child::after {
	display:none;
}
.footer .footer_wrap .wa_mark {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 4;
	width: 80px;
	margin-bottom: -8px;
	grid-area: mark;
	-ms-grid-column-align: end;
	    justify-self: end;
	-ms-grid-row-align: self-end;
	    align-self: self-end;
}
.footer .footer_wrap .wa_mark img {
	width: 100%;
}
.footer .footer_wrap .copy {
	-ms-grid-row: 4;
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	font-weight: 400;
	font-size: 16px;
	grid-area: cop;
	-ms-grid-column-align: end;
	    justify-self: end;
}
.footer .footer_wrap .hr_line {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	display: block;
	margin: 20px 0 18px;
	border-bottom: 1px solid #5a5a5a;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	grid-area: hr;
}
.footer .in_txt {
	display: none;
	color: #a5a5a5;
}

@-webkit-keyframes menu-line-close {
	0% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-line-close {
	0% {
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(45deg);
		        transform: translateY(-50%) rotate(45deg);
	}
	50% {
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(0);
		        transform: translateY(-50%) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes menu-line-open {
	0% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-line-open {
	0% {
		bottom: 50%;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		        transform: translateY(-50%) rotate(-45deg);
	}
	50% {
		bottom: 50%;
		-webkit-transform: translateY(-50%) rotate(0deg);
		        transform: translateY(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes active-menu-line-close {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(20px) rotate(45deg);
	}
}
@keyframes active-menu-line-close {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}
	50% {
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(0);
		        transform: translateY(-50%) rotate(0);
	}
	100% {
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(45deg);
		        transform: translateY(-50%) rotate(45deg);
	}
}
@-webkit-keyframes active-menu-line-open {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-20px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
	}
}
@keyframes active-menu-line-open {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		        transform: translateY(0) rotate(0);
	}
	50% {
		bottom: 50%;
		-webkit-transform: translateY(50%) rotate(0deg);
		        transform: translateY(50%) rotate(0deg);
	}
	100% {
		bottom: 50%;
		-webkit-transform: translateY(50%) rotate(-45deg);
		        transform: translateY(50%) rotate(-45deg);
	}
}
@-webkit-keyframes aboutTop {
	0% {
		margin-top: -1rem;
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	50% {
		margin-top: 1rem;
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		margin-top: -1em;
		opacity: 1;
	}
}
@keyframes aboutTop {
	0% {
		margin-top: -1rem;
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	50% {
		margin-top: 1rem;
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		margin-top: -1em;
		opacity: 1;
	}
}
@-webkit-keyframes aboutBack {
	0% {
		margin-left: -5rem;
		opacity: 1;
	}
	50% {
		margin-left: 0rem;
		opacity: 1;
	}
	100% {
		margin-left: -5rem;
		opacity: 1;
	}
}
@keyframes aboutBack {
	0% {
		margin-left: -5rem;
		opacity: 1;
	}
	50% {
		margin-left: 0rem;
		opacity: 1;
	}
	100% {
		margin-left: -5rem;
		opacity: 1;
	}
}
.full_pg {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 200px;
}

.contents_main_slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents_main_slide .slide_title {
	line-height: 130%;
	text-align: center;
	letter-spacing: -2px;
	font-weight: 700;
	font-size: 48px;
	color: #192F65;
}
.contents_main_slide .slide_desc {
	margin-top: 40px;
	line-height: 150%;
	text-align: center;
	letter-spacing: -0.6px;
	font-size: 18px;
}
.contents_main_slide .btn_more_opinion {
	margin-top: 50px;
	font-weight: 700;
	font-size: 18px;
	color: #00559B;
}
.contents_main_slide .slide_opinion {
	width: 100%;
	height: 300px;
	padding: 50px 0;
	margin-top: 60px;
	background-color: #f5f5f5;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents_main_slide .slide_opinion .swiper-wrapper {
	width: 100%;
}
.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide {
	position: relative;
	height: 180px;
	padding: 25px 25px;
	border: 1px solid #cccccc;
	border-radius: 25px;
	background: #fff;
	font-size: 18px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide.propose .inquiry_type {
	background-color: #8ACFF0;
	background-image: url("../img/icon/subicon-2.svg");
}
.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide.question .inquiry_type {
	background-color: #FFE072;
	background-image: url("../img/icon/subicon-3.svg");
}
.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide.inconvenience .inquiry_type {
	background-color: #FF9999;
	background-image: url("../img/icon/subicon-4.svg");
}
.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide.other .inquiry_type {
	background-color: #D9D9D9;
	background-image: url("../img/icon/subicon-1.svg");
}
.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide .inquiry_type {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	padding: 4px 16px 6px 42px;
	border-radius: 21px;
	background-position: 15px 50%;
	background-repeat: no-repeat;
	background-size: auto 22px;
	background-size: auto 60%;
	font-weight: 500;
	font-size: 18px;
	color: #121212;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	box-sizing: border-box;
	grid-area: type;
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-grid-column-align: start;
	    justify-self: start;
}
@media (max-width: 1024px) {
	.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide .inquiry_type {
		padding: 4px 15px 6px 40px;
		background-position: 15px 50%;
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide .inquiry_type {
		padding: 4px 13px 6px 36px;
		background-position: 14px 50%;
		font-size: 14px;
	}
}
.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide img {
	display: inline-block;
	width: 32px;
	margin-top: 1px;
	margin-right: 4px;
	vertical-align: middle;
}
.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide strong {
	display: block;
	margin-top: 12px;
	line-height: 32px;
	font-weight: 700;
	font-size: 25px;
}
.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide p {
	line-height: 150%;
	font-weight: 700;
	font-size: 16px;
	color: #606060;
}
.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide a {
	display: block;
	position: absolute;
	left: 32px;
	bottom: 39px;
	width: 100px;
}
.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide .inquiry_type {
	width: 125px;
}
.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide .inquiry_title {
	line-height: 150%;
	letter-spacing: -0.8px;
	font-weight: 400;
	font-size: 18px;
	color: #535353;
}
.contents_main_slide .slide_opinion .pagination_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.contents_main_slide .slide_opinion .pagination_wrap .swiper-button-prev {
	position: static;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents_main_slide .slide_opinion .pagination_wrap .swiper-button-prev::after {
	font-weight: 700;
	font-size: 16px;
	color: #121212;
}
.contents_main_slide .slide_opinion .pagination_wrap .swiper-button-next {
	position: static;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents_main_slide .slide_opinion .pagination_wrap .swiper-button-next::after {
	font-weight: 700;
	font-size: 16px;
	color: #121212;
}
.contents_main_slide .slide_opinion .pagination_wrap .wrap-autoplay-control {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 4px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-color: #fff;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents_main_slide .slide_opinion .pagination_wrap .wrap-autoplay-control::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-image: url("../img/icon/btn_pause.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 16px;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: -1;
}
.contents_main_slide .slide_opinion .pagination_wrap .wrap-autoplay-control:focus {
	outline: auto;
}
.contents_main_slide .slide_opinion .pagination_wrap .wrap-autoplay-control button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.contents_main_slide .slide_opinion .pagination_wrap .wrap-autoplay-control button img {
	width: auto;
	height: 17px;
}
.contents_main_slide .slide_opinion .pagination_wrap .wrap-autoplay-control button[aria-pressed=true] .scroll_pause {
	display: none;
}
.contents_main_slide .slide_opinion .pagination_wrap .wrap-autoplay-control button[aria-pressed=true] .scroll_play {
	display: block;
	margin-left: 2px;
}
.contents_main_slide .slide_opinion .pagination_wrap .wrap-autoplay-control button[aria-pressed=false] .scroll_pause {
	display: block;
}
.contents_main_slide .slide_opinion .pagination_wrap .wrap-autoplay-control button[aria-pressed=false] .scroll_play {
	display: none;
}

.contents_video_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	margin: -80px auto 0;
	background-color: #000;
	background-image: url("../img/main_background.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contents_video_wrap::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.contents_video_wrap .contents_inner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 1;
}
.contents_video_wrap .vidoe_desc {
	margin-top: 0;
	font-size: 22px;
	color: #fff;
}
.contents_video_wrap .video_title {
	display: block;
	margin-top: 10px;
	line-height: 130%;
	letter-spacing: -2px;
	font-weight: 700;
	font-size: 48px;
	color: #fff;
}
.contents_video_wrap .video_title img {
	display: block;
	margin-top: 24px;
	width: 353px;
}
.contents_video_wrap .store_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 55px;
}
.contents_video_wrap .store_wrap .btn_google {
	display: block;
	width: 160px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.contents_video_wrap .store_wrap .btn_google:hover {
	opacity: 0.8;
}
.contents_video_wrap .store_wrap .btn_google .google_w {
	width: 100%;
}
.contents_video_wrap .store_wrap .btn_google .google_b {
	display: none;
	width: 100%;
}
.contents_video_wrap .store_wrap .btn_google + .btn_apple {
	margin-left: 10px;
}
.contents_video_wrap .store_wrap .btn_apple {
	display: block;
	width: 160px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.contents_video_wrap .store_wrap .btn_apple:hover {
	opacity: 0.8;
}
.contents_video_wrap .store_wrap .btn_apple .app_w {
	width: 100%;
}
.contents_video_wrap .store_wrap .btn_apple .app_b {
	display: none;
	width: 100%;
}

.contents_grid_inner {
	display: -ms-grid;
	display: grid;
	width: 100%;
	max-width: 1200px;
	padding: 0px 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	    grid-template-areas: "img title" "img desc";
	gap: 20px 30px;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	-ms-grid-columns: auto;
	grid-template-columns: auto;
}
.contents_grid_inner.reverse {
	    grid-template-areas: "title img" "desc img";
}
.contents_grid_inner .contents_banner {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	grid-area: img;
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-grid-column-align: center;
	    justify-self: center;
}
.contents_grid_inner .banner_title {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	display: block;
	font-weight: 700;
	font-size: 48px;
	color: #192F65;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	grid-area: title;
	-ms-grid-row-align: self-end;
	    align-self: self-end;
}
.contents_grid_inner .contents_desc {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	display: block;
	width: 100%;
	max-width: 580px;
	margin-top: 0px;
	white-space: pre-line;
	font-weight: 400;
	font-size: 16px;
	color: #121212;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	z-index: 1;
	grid-area: desc;
}
.contents_grid_inner .contents_desc b {
	font-weight: 400;
}

.contents_img_wrap {
	display: -ms-grid;
	display: grid;
	width: 100%;
	margin-top: 100px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	    grid-template-areas: "left_img center_img right_img" "left_title center_title right_title" "left_desc center_desc right_desc";
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-rows: 200px 10px auto 10px auto;
	grid-template-rows: 200px auto auto;
	row-gap: 10px;
}

.contents_about_banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	width: 100%;
	height: 388px;
	background-color: #B0D9FF;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents_about_banner .contents_about_wrap {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	padding: 0px 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	    grid-template-areas: "title img" "desc img";
	gap: 24px 10px;
}
.contents_about_banner .contents_about_wrap .about_top_title {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	font-weight: 700;
	font-size: 44px;
	color: #02407B;
	grid-area: title;
	    align-self: end;
}
.contents_about_banner .contents_about_wrap .about_top_title.pic_banner {
	display: none;
}
.contents_about_banner .contents_about_wrap .about_top_desc {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	display: block;
	min-width: 370px;
	z-index: 1;
	grid-area: desc;
}
.contents_about_banner .contents_about_wrap .about_top_desc p {
	font-weight: 100;
	font-weight: 400;
	font-size: 32px;
}
.contents_about_banner .contents_about_wrap .about_top_desc p b {
	font-weight: 500;
	color: #02407B;
}
.contents_about_banner .contents_about_wrap .about_top_banner {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 3;
	display: block;
	position: relative;
	width: 550px;
	grid-area: img;
}
.contents_about_banner .contents_about_wrap .about_top_banner .main_top {
	position: absolute;
	left: 0;
	top: -50%;
	width: 100%;
	-webkit-animation: aboutTop 6s infinite;
	        animation: aboutTop 6s infinite;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 4;
}
.contents_about_banner .contents_about_wrap .about_top_banner .main_back {
	position: absolute;
	left: 15%;
	top: 20%;
	width: 80%;
	-webkit-animation: aboutBack 10s infinite;
	        animation: aboutBack 10s infinite;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.box_left_img {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: left_img;
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-grid-column-align: center;
	    justify-self: center;
}

.box_center_img {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: center_img;
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-grid-column-align: center;
	    justify-self: center;
}

.box_right_img {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
	grid-area: right_img;
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-grid-column-align: center;
	    justify-self: center;
}

.box_left_title {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	text-align: center;
	grid-area: left_title;
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-grid-column-align: center;
	    justify-self: center;
}

.box_center_title {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
	text-align: center;
	grid-area: center_title;
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-grid-column-align: center;
	    justify-self: center;
}

.box_right_title {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	text-align: center;
	grid-area: right_title;
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-grid-column-align: center;
	    justify-self: center;
}

.box_left_desc {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
	text-align: center;
	grid-area: left_desc;
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-grid-column-align: center;
	    justify-self: center;
}

.box_center_desc {
	-ms-grid-row: 5;
	-ms-grid-column: 2;
	text-align: center;
	grid-area: center_desc;
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-grid-column-align: center;
	    justify-self: center;
}

.box_right_desc {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
	text-align: center;
	grid-area: right_desc;
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-grid-column-align: center;
	    justify-self: center;
}

.img_box_title {
	font-weight: 500;
	font-size: 28px;
}

.img_box_desc {
	padding-top: 6px;
	font-weight: 400;
	font-size: 18px;
}

.contents_img {
	display: block;
	position: relative;
	width: 100%;
	height: 150px;
}
.contents_img > img {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 100%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.contents_border_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	padding: 24px 44px;
	margin-top: 60px;
	border: 1px solid #02407B;
	border-radius: 7px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents_border_box p {
	line-height: 180%;
	font-weight: 400;
	font-size: 16px;
	color: #02407B;
}
.contents_border_box p b {
	display: block;
	font-weight: 700;
}

.contents_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	max-width: 850px;
}

.graph_desc {
	max-width: 705px;
}
.graph_desc strong {
	display: block;
	font-weight: 700;
	font-size: 32px;
}
.graph_desc p {
	margin-top: 24px;
	line-height: 180%;
	font-weight: 400;
	font-size: 16px;
}
.graph_desc b {
	display: block;
	margin-top: 24px;
	font-weight: 400;
	font-size: 18px;
	color: #00559B;
}
.graph_desc + .graph_wrap {
	margin-left: 40px;
}

.graph_wrap {
	width: 402px;
}
.graph_wrap img {
	width: 100%;
}

.charts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 80%;
	margin: 48px auto;
}
.charts .chart {
	position: relative;
	margin: 0 auto;
}
.charts .chart h4 {
	position: absolute;
	left: 50%;
	top: 40%;
	font-weight: 800;
	font-size: 70px;
	color: #00559B;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.charts .chart h4::after {
	content: "%";
	font-size: 25px;
}
.charts .chart .chart_desc {
	position: absolute;
	left: 50%;
	top: 67%;
	width: 120px;
	text-align: center;
	font-size: 16px;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.charts .chart .chart_about {
	position: absolute;
	right: 50%;
	bottom: -60px;
	width: 191px;
	text-align: center;
	font-size: 16px;
	color: #535353;
	-webkit-transform: translate(50%);
	        transform: translate(50%);
}
.charts .chart svg {
	width: 220px;
	height: 220px;
}
.charts .chart svg circle {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	fill: #f9f9f9;
	stroke-width: 20;
	stroke-dasharray: 628;
	stroke-dashoffset: 628;
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	stroke-linecap: round;
	stroke: #00559B;
}

.contents_reference {
	margin-top: 30px;
	color: #535353;
}
.contents_reference strong {
	font-weight: 400;
	font-size: 18px;
}
.contents_reference ul {
	margin-top: 10px;
	list-style: disc;
}
.contents_reference ul li {
	margin-top: 1.5px;
	margin-left: 18px;
	line-height: 150%;
	letter-spacing: -0.2px;
	font-weight: 400;
	font-size: 14px;
}
.contents_reference ul li::marker {
	color: #8b8b8b;
}

.contents_repeat strong {
	font-size: 24px;
}
.contents_repeat ul {
	margin-top: 20px;
	list-style: disc;
}
.contents_repeat ul li {
	margin-top: 1.5px;
	line-height: 150%;
	letter-spacing: -0.2px;
	font-size: 16px;
}
.contents_repeat ul li {
	margin-top: 3px;
}
.contents_repeat ul li b {
	display: block;
	line-height: 15px;
}
.contents_repeat ul li b a {
	color: #0062DC;
}

.btn_reference {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
}

.tab_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.tab_menu > li {
	cursor: pointer;
}
.tab_menu > li + li {
	margin-left: 10px;
}

.contents_opinion_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: static;
	width: 100%;
	max-width: 1200px;
	padding: 0px 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.contents_opinion_inner .left_sec {
	display: block;
	position: sticky;
	position: -webkit-sticky;
	top: 80px;
	width: 350px;
}
.contents_opinion_inner .right_sec {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	padding-bottom: 90px;
	margin-left: 60px;
}
.contents_opinion_inner .right_sec .btn_more_card {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 1;
}

.btn_more_card {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	font-size: 18px;
	cursor: pointer;
}
.btn_more_card::after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% + 28px);
	top: calc(50% - 4px);
	width: 17px;
	height: 100%;
	background-image: url("../img/icon/btn_fold_b.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
}

.add_opinion_box {
	position: relative;
	padding-bottom: 45px;
	margin-top: 46px;
}
.add_opinion_box .opinion_area {
	width: 100%;
	height: 200px;
	padding: 23px 38px;
	border: none;
	border: 1px solid #cccccc;
	border-radius: 17px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.add_opinion_box .opinion_area:focus {
	border: 1px solid #458be0;
	outline: none;
}
.add_opinion_box .opinion_area::-webkit-input-placeholder {
	color: #535353;
}
.add_opinion_box .opinion_area::-moz-placeholder {
	color: #535353;
}
.add_opinion_box .opinion_area:-ms-input-placeholder {
	color: #535353;
}
.add_opinion_box .opinion_area::-ms-input-placeholder {
	color: #535353;
}
.add_opinion_box .opinion_area::placeholder {
	color: #535353;
}
.add_opinion_box .opinion_cnt {
	position: absolute;
	right: 20px;
	bottom: 60px;
	font-size: 14px;
	color: #595959;
}
.add_opinion_box .opinion_submit {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 4px 14px 6px;
	border-radius: 16px;
	background-color: #00559B;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.add_opinion_box .opinion_submit:hover {
	background-color: #0259b1;
	color: #fff;
}
.add_opinion_box .opinion_submit.on {
	background-color: #0259b1;
	color: #fff;
}

.popup_feedback.on {
	display: block;
}
.popup_feedback {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 70;
	backdrop-filter: blur(5px);
}
.popup_feedback .popup_feedback_box {
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 50%;
	width: 25%;
	min-width: 350px;
	max-height: 45%;
	padding: 31px 39px;
	border-radius: 20px;
	background-color: #fafafa;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	z-index: 70;
	word-break: keep-all;
}
.popup_feedback .feedback_succ_title {
	display: block;
	font-weight: bold;
	font-size: 26px;
	color: #535353;
	text-align: center;
}
.popup_feedback .feedback_succ_desc {
	display: block;
	padding-top: 20px;
	font-weight: 400;
	text-align: center;
}
.popup_feedback .btn_feedback_succ {
	display: block;
	width: 100%;
	margin-top: 30px;
	background-color: #0062D0;
	border-radius: 12px;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 600px) {
	.popup_feedback .popup_feedback_box {
		min-width: auto;
		width: 350px;
		max-width: 95%;
	}
}

.opinion_box_wrap {
	display: none;
	margin-top: 10px;
}
.opinion_box_wrap.open {
	display: block;
}
.opinion_box_wrap::-webkit-scrollbar {
	display: none;
}
.opinion_box_wrap .opinion_box {
	display: -ms-grid;
	display: grid;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 154px;
	padding: 24px 20px 10px 25px;
	border: 1px solid #cccccc;
	border-radius: 17px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	    grid-template-areas: "type good" "tit good";
	grid-auto-rows: 30px 1fr;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}
.opinion_box_wrap .opinion_box.propose .inquiry_type {
	background-color: #8ACFF0;
	background-image: url("../img/icon/subicon-2.svg");
}
.opinion_box_wrap .opinion_box.question .inquiry_type {
	background-color: #FFE072;
	background-image: url("../img/icon/subicon-3.svg");
}
.opinion_box_wrap .opinion_box.inconvenience .inquiry_type {
	background-color: #FF9999;
	background-image: url("../img/icon/subicon-4.svg");
}
.opinion_box_wrap .opinion_box.other .inquiry_type {
	background-color: #D9D9D9;
	background-image: url("../img/icon/subicon-1.svg");
}
.opinion_box_wrap .opinion_box .inquiry_type {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	padding: 4px 16px 6px 42px;
	border-radius: 21px;
	background-position: 15px 50%;
	background-repeat: no-repeat;
	background-size: auto 22px;
	background-size: auto 60%;
	font-weight: 500;
	font-size: 18px;
	color: #121212;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	box-sizing: border-box;
	grid-area: type;
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-grid-column-align: start;
	    justify-self: start;
}
@media (max-width: 1024px) {
	.opinion_box_wrap .opinion_box .inquiry_type {
		padding: 4px 15px 6px 40px;
		background-position: 15px 50%;
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	.opinion_box_wrap .opinion_box .inquiry_type {
		padding: 4px 13px 6px 36px;
		background-position: 14px 50%;
		font-size: 14px;
	}
}
.opinion_box_wrap .opinion_box + .opinion_box {
	margin-top: 20px;
}
.opinion_box_wrap .opinion_box .state {
	margin: 0 20px;
}
.opinion_box_wrap .opinion_box .inquiry_title {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
	display: -webkit-box;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	overflow: hidden;
	width: 100%;
	height: 50px;
	padding-left: 3px;
	white-space: normal;
	word-break: break-all;
	font-weight: 400;
	font-size: 18px;
	color: #535353;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	grid-area: tit;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-ms-grid-row-align: center;
	    align-self: center;
}
.opinion_box_wrap .opinion_box .btn_follow {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 3;
	margin: -5px 10px 0 10px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	grid-area: good;
	-ms-grid-column-align: end;
	    justify-self: end;
	cursor: pointer;
}
.opinion_box_wrap .opinion_box .btn_follow:before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: url("../img/icon/btn_good.svg") no-repeat 0 0/cover;
}
.opinion_box_wrap .opinion_box .btn_follow.active:before {
	background-image: url("../img/icon/btn_good_active.svg");
}
.opinion_box_wrap .opinion_box .btn_follow input[type=checkbox] {
	display: none;
}
.opinion_box_wrap .opinion_box .btn_follow input[type=checkbox] + label span {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	background-image: url("../img/2.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 80% auto;
	text-indent: 30px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.opinion_box_wrap .opinion_box .btn_follow input[type=checkbox]:checked + label span {
	background-image: url("../img/1.png");
}

.btn_close_reference {
	display: none;
}

.contents_wrap.about .contents_inner {
	position: relative;
	padding-bottom: 90px;
}
.contents_wrap.about .contents_inner .btn_more_card {
	position: absolute;
	left: 60px;
	bottom: 0;
	width: calc(100% - 120px);
}

.card_wrap {
	display: -ms-grid;
	display: grid;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.fold-box-contents {
	display: none;
}

.btn_fold {
	display: none;
	grid-area: tgl;
	-ms-grid-row-align: start;
	    align-self: start;
	-ms-grid-column-align: end;
	    justify-self: end;
}
.btn_fold:after {
	content: "";
	display: inline-block;
	width: 19px;
	height: 10px;
	background: url("../img/icon/btn_fold.svg") no-repeat center;
	background-size: 19px 10px;
	-webkit-transition: all 0.23s;
	transition: all 0.23s;
}

.card_img {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	width: 100%;
	grid-area: img;
	-ms-grid-column-align: end;
	    justify-self: end;
}

.contents_grid_inner.reverse > .card_img {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
}

.contents_about_banner .contents_about_wrap > .card_img {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 3;
}

.fold-box-contents {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
	display: none;
	grid-area: desc;
}

.contents_grid_inner.reverse > .fold-box-contents {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

.contents_about_banner .contents_about_wrap > .fold-box-contents {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
/*.improve_card {
	display: -ms-grid;
	display: grid;
	overflow: hidden;
	width: 100%;
	height: 285px;
	padding: 0px 0px 0px 32px;
	border: 1px solid #cccccc;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	    /*grid-template-areas: "type img" "title img" "btn img";
	    grid-template-areas: "type img" "title img" "btn img";
	gap: 16px 20px;
	-ms-grid-rows: 10px 16px auto 16px 70px;
	grid-template-rows: 10px auto 70px;
	-ms-grid-columns: auto calc(50% + 20px);
	grid-template-columns: auto calc(50% + 20px);
	cursor: pointer;
}
.improve_card.propose .inquiry_type {
	background-color: #8ACFF0;
	background-image: url("../img/icon/subicon-2.svg");
}
.improve_card.question .inquiry_type {
	background-color: #FFE072;
	background-image: url("../img/icon/subicon-3.svg");
}
.improve_card.inconvenience .inquiry_type {
	background-color: #FF9999;
	background-image: url("../img/icon/subicon-4.svg");
}
.improve_card.other .inquiry_type {
	background-color: #D9D9D9;
	background-image: url("../img/icon/subicon-1.svg");
}
.improve_card .inquiry_type {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	padding: 4px 16px 6px 42px;
	border-radius: 21px;
	background-position: 15px 50%;
	background-repeat: no-repeat;
	background-size: auto 22px;
	background-size: auto 60%;
	font-weight: 500;
	font-size: 18px;
	color: #121212;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	box-sizing: border-box;
	grid-area: type;
	    align-self: center;
	    justify-self: start;
	display: none;
}
@media (max-width: 1024px) {
	.improve_card .inquiry_type {
		padding: 4px 15px 6px 40px;
		background-position: 15px 50%;
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	.improve_card .inquiry_type {
		padding: 4px 13px 6px 36px;
		background-position: 14px 50%;
		font-size: 14px;
	}
}
.improve_card .card_img {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	overflow: hidden;
	width: 100%;
	height: auto;
	grid-area: img;
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-grid-column-align: center;
	    justify-self: center;
}*/
.improve_card {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 285px;
	padding: 26px 254px 26px 32px;
	border: 1px solid #cccccc;
	border-radius: 20px;
	box-sizing: border-box;
	word-break: keep-all;
	cursor: pointer;
}
.improve_card:hover {
	border: 1.7px solid #02407B;
}
.improve_card:hover .btn_more::before {
	display: block;
	width: calc(100% - 15px);
}
.improve_card .inquiry_title {
	font-size: 20px;
	color: #595959;
}
.improve_card .card_img_area {
	position: absolute;
	top: 50%;
	right: 0;
	width: 229px;
	height: 100%;
	transform: translateY(-50%);
}
.improve_card .card_img_area .card_img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.improve_card .btn_more {
	position: absolute;
	bottom: 45px;
	left: 32px;
	width: auto;
	padding-right: 15px;
	font-weight: 400;
	font-size: 16px;
	color: #535353;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.improve_card .btn_more::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0px;
	height: 1px;
	background-color: #02407B;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.improve_card .btn_more::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 55%;
	width: 10px;
	height: 15px;
	background-image: url("../img/icon/btn_card_more.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/*
.improve_card .card_top {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	grid-area: type;
}
.improve_card .inquiry_type {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: type;
	    align-self: self-end;
}*/

.popup_improve_card {
	display: none;
}
.popup_improve_card.on {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 70;
	-webkit-backdrop-filter: blur(5px);
	        backdrop-filter: blur(5px);
}
.popup_improve_card.on .popup_card {
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 50%;
	width: 40%;
	min-width: 650px;
	height: 45%;
	min-height: 350px;
	padding: 31px 39px;
	border-radius: 20px;
	background-color: #fafafa;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	z-index: 70;
	word-break: keep-all;
}
.popup_improve_card.on .inquiry_title {
	display: block;
	padding-right: calc(50% + 15px);
	font-weight: bold;
	font-size: 20px;
	color: #535353;
}
.popup_improve_card.on .inquiry_desc {
	display: block;
	padding-top: 20px;
	padding-right: calc(50% + 15px);
	font-weight: 400;
}
.popup_improve_card.on .popup_card .card_img {
	position:absolute;
	width: 50%;
	min-height: 100%;
	top:50%;
	right:0;
	transform: translateY(-50%);
}
.popup_improve_card.on .btn_card_close {
	position: absolute;
	top: 31px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: no-repeat url("../img/icon/xtn.svg") 50% 50% / 20px 20px;
	-webkit-transition: all 0.23s;
	transition: all 0.23s;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

@media (max-width: 1024px) {
	.improve_card {
		height: 240px;
		padding: 15px 0px 15px 20px;
		padding-right: calc(50% + 20px);
	}
	.improve_card .inquiry_title {
		font-size: 18px;
	}
	.improve_card .card_img_area {
		width: 50%;
	}
	.improve_card .btn_more {
		max-width: 100px;
		bottom: 30px;
		padding-right: 12px;
		font-size: 13px;
	}
	.improve_card .btn_more::after {
		width: 8px;
		height: 12px;
	}
	.popup_improve_card.on .popup_card {
		min-width: 500px;
		height: 45%;
		min-height: 355px;
		padding: 30px 0px 0px 25px;
		border-radius: 30px;
	}
}

@media (max-width: 800px) {
	.improve_card {
		height: auto;
		padding: 0;
	}
	.improve_card .inquiry_title {
		display: block;
		padding: 10px 30px 10px 20px;
		background: no-repeat url("../img/icon/card_btn.svg") 94% 50% / 11px 17px;
	}
	.improve_card .card_img_area {
		position:static;
		overflow: hidden;
		width: 100%;
		height: 240px;
		transform: translateY(0);
	}
	.improve_card .card_img_area .card_img {
		left: 50%;
		right: auto;
		width: auto;
		height: 100%;
		transform: translate(-50%, -50%);
	}
	.improve_card .btn_more {
		display: none;
	}
}
@media (max-width: 600px) {
	.improve_card.expanded .fold-box-contents {
		display: block;
		padding: 0 20px;
		color: #535353;
	}
	.popup_improve_card.on {
		display: none;
	}
}

.btn_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.btn_list {
	position: relative;
	padding-left: 20px;
	color: #00559B;
	-webkit-transition: all 0.23s;
	transition: all 0.23s;
	cursor: pointer;
}
.btn_list::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 15px;
	background: url("../img/btn_back.svg") no-repeat center;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.btn_gray {
	padding: 7px 21px;
	font-weight: 500;
	font-size: 20px;
	color: #535353;
	cursor: pointer;
}
.btn_gray.select {
	display: block;
	padding: 7px 21px;
	border-radius: 22px;
	background-color: #535353;
	color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.search_bar {
	width: 100%;
	padding: 15px 10px 15px 55px;
	margin-top: 75px;
	border-bottom: 2px solid #ccc;
	background: url("../img/icon/ico_search.svg") no-repeat 10px 58%/28px 28px;
	font-size: 24px;
	color: #535353;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.search_bar:focus {
	border-bottom: 2px solid #535353;
	outline: none;
}
.search_bar::-webkit-input-placeholder {
	color: #535353;
}
.search_bar::-moz-placeholder {
	color: #535353;
}
.search_bar:-ms-input-placeholder {
	color: #535353;
}
.search_bar::-ms-input-placeholder {
	color: #535353;
}
.search_bar::placeholder {
	color: #535353;
}
.search_bar::-webkit-input-placeholder {
	color: #535353;
}
.search_bar::-ms-input-placeholder {
	color: #535353;
}

.search_bar_wrap {
	position: relative;
	width: 100%;
	margin-top: 75px;
}

.search_icon {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background: url("../img/icon/ico_search.svg") no-repeat center/contain;
	z-index: 2;
	cursor: pointer;
}

.search_bar_wrap .search_bar {
	background-image: none !important;
	padding-left: 55px !important;
	margin-top: 0px !important;
}

.notice_list_page .contents_wrap .contents_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.notice_list_wrap {
	display: none;
	width: 100%;
}
.notice_list_wrap.select {
	display: block;
}

.notice_list_box,
.contents_repeat_box {
	margin-top: 45px;
}

.notice_list {
	display: block;
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.notice_list .notice_title_wrap {
	display: block;
	width: 100%;
	height: 100%;
	padding: 40px 10px;
	margin: 5px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.notice_list .notice_title {
	font-size: 24px;
	color: #121212;
}
.notice_list .notice_desc {
	font-weight: 400;
	font-size: 20px;
	color: #535353;
}
.notice_list + .notice_list {
	margin-top: 10px;
}
.notice_list:hover {
	border-bottom: 1px solid #d1d1d1;
}

.contents_repeat_wrap {
	display: none;
	width: 100%;
}
.contents_repeat_wrap.select {
	display: block;
}
.contents_repeat_wrap .repeat_list button {
	display: block;
	position: relative;
	width: 100%;
	padding: 35px 40px 35px 46px;
	border-bottom: 1px solid #F4F4F4;
	font-weight: 700;
	font-size: 24px;
	text-align: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.contents_repeat_wrap .repeat_list > button:hover {
	border-bottom: 1px solid #cccccc;
}
.contents_repeat_wrap .repeat_list > button::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 35px;
	width: 34px;
	height: 30px;
	background: url("../img/icon/ico_q.svg") no-repeat;
	background-size: cover;
	/* -webkit-transform: translateY(-58%);
	        transform: translateY(-58%); */
}
.contents_repeat_wrap .repeat_list > button::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 35px;
	width: 28px;
	height: 30px;
	/* height: 16px; */
	background: url("../img/icon/btn_fold_b.svg") no-repeat 50% 50% / 100% auto;
	/* background-size: 100% auto; */
	-webkit-transition: all 0.23s;
	transition: all 0.23s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	/* -webkit-transform: translateY(-58%);
	        transform: translateY(-58%); */
}
.contents_repeat_wrap .repeat_list.select > button::after {
	/* -webkit-transform: rotate(180deg) translateY(50%);
	        transform: rotate(180deg) translateY(50%); */
	transform: rotate(180deg);
}

.contents_repeat_wrap .repeat_list .ellipsis {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.contents_guide_wrap{
	display: none;
	width: 100%;
}

.contents_guide_wrap .guide_video {
	position: relative;
	width: 100%;
	/* width: 300px; */
	margin-top: 45px;
	padding-bottom: 56.25%
}
.contents_guide_wrap .guide_video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
.btn_download {
	display: inline-block;
	min-width: 240px;
	padding: 10px 0 12px;
	border-radius: 16px;
	background: #00559B;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	cursor: pointer;
}
.btn_download:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background: url(/resources/user/img/icon/ico_download.png) no-repeat 0 50%;
	font-size: 0;
	line-height: 0;
	vertical-align: -3px;
}
.btn_download:hover {
	background-color: #0259b1;
	color: #fff;
}
.contents_guide_wrap .btn_download {
	margin-top: 20px;
}
.contents_guide_wrap .guide_video:first-child,
.contents_guide_wrap .btn_download:first-child {
	margin-top: 75px;
}
.contents_guide_wrap.select {
	display: block;
}

.content_card_wrap {
	display: none;
}

.content_card_wrap.select {
	display: -ms-grid;
	display: grid;
}

.repeat_list_desc {
	display: none;
	position: relative;
	padding: 35px 20px 35px 46px;
	border-bottom: 1px solid #F4F4F4;
	font-weight: 400;
	font-size: 18px;
	color: #535353;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.repeat_list_desc:hover {
	border-bottom: 1px solid #cccccc;
}
.repeat_list_desc::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 29px;
	width: 34px;
	height: 30px;
	background: url("../img/icon/btn_question.svg") no-repeat;
	background-size: cover;
}
.contents_repeat_wrap .repeat_list.select .repeat_list_desc {
	display: block;
	white-space: pre-wrap;
	word-break: keep-all;
}

.notice_page .contents_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.view_contents_wrap {
	width: 100%;
	margin-top: 43px;
}
.view_contents_wrap .view_contents {
	width: 100%;
	font-weight: 400;
}
.view_contents_wrap .view_contents a {
	color: #00559B;
}

.btn_pagination {
	width: 36px;
	height: 36px;
	border: 1px solid #d7d7d7;
	border-radius: 18px;
	background-color: #fff;
	line-height: 34px;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	color: #00559B;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
.btn_pagination:hover {
	background-color: #eeeeee;
}

.contents_inner.page_error {
	margin-top: 100px;
	text-align: center;
	gap: 0px;
}
.contents_inner.page_error .banner_error {
	width: 614px;
	height: 260px;
	display: block;
	position: relative;
	overflow: hidden;
}
.contents_inner.page_error .banner_error img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.contents_inner.page_error h2 {
	margin-top: 40px;
	font-size: 40px;
	font-weight: 700;
	color: #02407B;
}
.contents_inner.page_error p {
	font-size: 24px;
	margin-top: 32px;
	color: #121212;
}
.contents_inner.page_error p + p {
	margin-top: 24px;
}
.contents_inner.page_error .btn_wrap {
	margin-top: 40px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.contents_inner.page_error .btn_wrap a {
	font-size: 24px;
	color: #02407B;
	border: 1px solid #02407B;
	display: block;
	padding: 15px 30px;
	border-radius: 28px;
	line-height: 24px;
	-webkit-transition: all 0.23s;
	transition: all 0.23s;
}
.contents_inner.page_error .btn_wrap a:hover, .contents_inner.page_error .btn_wrap a:focus {
	background-color: #02407B;
	color: #ffffff;
}
.contents_inner.page_error .btn_wrap a + a {
	margin-left: 20px;
}
.contents_inner.page_error .page {
	height: 160px;
	width: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-radius: 50%;
	overflow: hidden;
}
.contents_inner.page_error .page .water {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 5;
	bottom: 0;
	left: 0;
	background: #F6C374;
	-webkit-transform: translate(0, 50%);
	        transform: translate(0, 50%);
}
.contents_inner.page_error .page .water .water-wave {
	width: 200%;
	position: absolute;
	bottom: 100%;
}
.contents_inner.page_error .page .water .water-wave-back {
	right: 0;
	fill: #FFDFAE;
	-webkit-animation: wave-back 6s infinite linear;
	        animation: wave-back 6s infinite linear;
}
.contents_inner.page_error .page .water .water-wave-front {
	left: 0;
	fill: #F6C374;
	margin-bottom: -1px;
	-webkit-animation: wave-front 3s infinite linear;
	        animation: wave-front 3s infinite linear;
}

@-webkit-keyframes wave-front {
	100% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
@keyframes wave-front {
	100% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}
@-webkit-keyframes wave-back {
	100% {
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}
}
@keyframes wave-back {
	100% {
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}
}
@media (max-width: 1120px) {
	.footer .footer_wrap {
		font-size: 14px;
		    grid-template-areas: "logo num num" "ceo adrs adrs" "hr hr hr" "sns pol cop";
		-ms-grid-columns: auto auto 390px;
		grid-template-columns: auto auto 390px;
	}
	.footer .footer_wrap .company {
		font-size: 14px;
	}
	.footer .footer_wrap .processing_policy {
		font-size: 14px;
	}
	.footer .footer_wrap .copy {
		font-size: 14px;
	}
	.footer .footer_wrap .logo {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.footer .footer_wrap .representative {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.footer .footer_wrap .business_number {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .address_wrap {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .sns_wrap {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}
	.footer .footer_wrap .footer_btn {
		-ms-grid-row: 4;
		-ms-grid-column: 2;
	}
	.footer .footer_wrap .wa_mark {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 4;
	}
	.footer .footer_wrap .copy {
		-ms-grid-row: 4;
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .hr_line {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
	}
}
@media (max-width: 1024px) {
	.btn_top img {
		width: 50px;
		height: 50px;
	}
	.full_pg + .full_pg {
		margin-top: 120px;
	}
	.contents_grid_inner .banner_title {
		font-size: 32px;
	}
	.contents_grid_inner .contents_desc {
		max-width: 420px;
		font-weight: 400;
		font-size: 16px;
		color: #121212;
	}
	.contents_about_banner .contents_about_wrap {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 20px 10px;
	}
	.contents_about_banner .contents_about_wrap .about_top_title {
		display: none;
	}
	.contents_about_banner .contents_about_wrap .about_top_title.pic_banner {
		display: block;
		margin: 0;
	}
	.contents_about_banner .contents_about_wrap .about_top_title.pic_banner img {
		width: 280px;
		margin-left: -5px;
	}
	.contents_about_banner .contents_about_wrap .about_top_desc p {
		font-size: 22px;
	}
	.contents_about_banner .contents_about_wrap .about_top_banner {
		width: 450px;
	}
	.contents_about_banner .contents_about_wrap .about_top_banner .main_top {
		left: -5%;
	}
	.contents_about_banner .contents_about_wrap .about_top_banner .main_back {
		left: 10%;
	}
	.contents_main_slide .slide_title {
		font-size: 30px;
	}
	.contents_main_slide .slide_desc {
		font-weight: 400;
		font-size: 18px;
	}
	.contents_main_slide .btn_more_opinion {
		font-size: 16px;
	}
	.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide {
		height: 170px;
	}
	.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide .inquiry_type {
		width: 115px;
	}
	.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide .inquiry_title {
		font-size: 16px;
	}
	.img_box_title {
		font-weight: 500;
		font-size: 20px;
	}
	.img_box_desc {
		font-size: 14px;
	}
	.contents_border_box p {
		font-size: 14px;
	}
	.text_hidden {
		display: none;
	}
	html::-webkit-scrollbar, .container::-webkit-scrollbar {
		display: none;
	}
	body {
		overflow-x: hidden;
	}
	.container {
		background-color: #fff;
	}
	.header_container {
		height: 56px;
	}
	.header_container .header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 56px;
		background-color: rgba(0, 0, 0, 0.7);
		-webkit-backdrop-filter: blur(7px);
		        backdrop-filter: blur(7px);
	}
	.header_container .header.on {
		height: 56px;
	}
	.header_container .header .header_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		padding: 0 25px;
	}
	.header_container .header .header_wrap .header_logo {
		width: 120px;
	}
	.header_container .header .header_wrap .header_logo img {
		width: 100%;
	}
	.header_container .header .header_wrap .header_logo .logo_l {
		display: none;
	}
	.header_container .header .header_wrap .header_logo .logo_s {
		display: block;
	}
	.header_container .header .header_wrap .header_nav {
		display: none;
	}
	.header_container .header .header_wrap .header_nav .nav_wrap {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header_container .header .header_wrap .header_nav .nav_wrap li {
		width: 100%;
		text-align: center;
	}
	.header_container .header .header_wrap .header_nav .nav_wrap li a {
		font-weight: 700;
	}
	.header_container .header .header_wrap .header_nav .nav_wrap li a:after {
		background-color: #ccc;
	}
	.header_container .header .header_wrap .header_nav .nav_wrap li a:hover:after {
		width: 92px;
	}
	.header_container .header .header_wrap .header_nav .nav_wrap li a.on:after {
		width: 90px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.header_container .header .header_wrap .header_nav .nav_wrap li + li {
		margin-left: 0px;
	}
	.header_container .header .header_wrap .header_nav.open {
		display: block;
		position: absolute;
		left: 0;
		top: 56px;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.7);
		color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 100;
		-webkit-backdrop-filter: blur(7px);
		        backdrop-filter: blur(7px);
	}
	.header_container .header .header_wrap .header_nav.open .nav_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.header_container .header .header_wrap .header_nav.open .nav_wrap li a {
		color: #fff;
	}
	.header_menu {
		display: inline-block;
		position: relative;
		width: 28px;
		height: 20px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		cursor: pointer;
	}
	.header_menu .line {
		display: inline-block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		border-radius: 4px;
		background-color: #e8e8e8;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	.header_menu .line.top {
		top: 0;
		-webkit-animation: menu-line-close 0.75s forwards;
		animation: menu-line-close 0.75s forwards;
	}
	.header_menu .line.middle {
		top: 50%;
		-webkit-transition: all 0.25s 0.25s;
		transition: all 0.25s 0.25s;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		opacity: 1;
	}
	.header_menu .line.bot {
		bottom: 0;
		-webkit-animation: menu-line-open 0.75s forwards;
		animation: menu-line-open 0.75s forwards;
	}
	.header_menu.active .line.top {
		-webkit-animation: active-menu-line-close 0.75s forwards;
		animation: active-menu-line-close 0.75s forwards;
	}
	.header_menu.active .line.middle {
		opacity: 0;
	}
	.header_menu.active .line.bot {
		-webkit-animation: active-menu-line-open 0.75s forwards;
		animation: active-menu-line-open 0.75s forwards;
	}
	.contents_video_wrap {
		margin: -56px auto 100px;
	}
	.contents_video_wrap .vidoe_desc {
		font-size: 18px;
	}
	.contents_video_wrap .video_title {
		font-size: 40px;
	}
	.contents_video_wrap .store_wrap .btn_google {
		width: 160px;
	}
	.contents_video_wrap .store_wrap .btn_google .google_w {
		display: none;
	}
	.contents_video_wrap .store_wrap .btn_google .google_b {
		display: block;
	}
	.contents_video_wrap .store_wrap .btn_apple {
		width: 160px;
	}
	.contents_video_wrap .store_wrap .btn_apple .app_w {
		display: none;
	}
	.contents_video_wrap .store_wrap .btn_apple .app_b {
		display: block;
	}
	.contents_about_gray {
		margin-bottom: 0px;
	}
	.contents_about_gray .contents_inner .contents_desc {
		font-size: 16px;
	}
	.contents_gray_wrap {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		position: relative;
		margin-bottom: 0px;
		background-color: #ffffff;
		z-index: 60;
	}
	.contents_gray_wrap .contents_inner {
		padding: 40px 60px;
	}
	.contents_gray_wrap .contents_inner .contents_subtitle {
		font-weight: 700;
		font-size: 24px;
	}
	.contents_gray_wrap .contents_inner .contents_desc {
		font-weight: 400;
		font-size: 16px;
		color: #121212;
	}
	.contents_gray_wrap .contents_inner .contents_desc .font_bold + .font_bold {
		margin-left: 16px;
	}
	.contents_gray_wrap.about_gray {
		margin-bottom: 50px;
		background-color: #f5f5f5;
	}
	.contents_gray_wrap.about_gray .contents_inner .contents_subtitle {
		font-size: 32px;
		color: #02407B;
	}
	.contents_gray_wrap.about_gray .contents_inner .contents_desc {
		max-width: 100%;
		font-weight: 100;
	}
	.contents_opinion_inner .left_sec {
		width: 33%;
		min-width: 255px;
	}
	.add_opinion_box .opinion_area {
		height: 195px;
		padding: 10px 12px 31px 12px;
	}
	.opinion_box_wrap .opinion_box {
		height: 130px;
	}
	.search_bar {
		margin-top: 32px;
		font-size: 20px;
	}
	.notice_list_box,
	.contents_repeat_box {
		margin-top: 18px;
	}
	.notice_title {
		font-weight: 500;
		font-size: 16px;
	}
	.notice_desc {
		font-weight: 400;
		font-size: 20px;
	}
	.btn_gray {
		padding: 0px 20px;
		font-size: 20px;
	}
	.btn_gray.select {
		height: 44px;
		padding: 0px 20px;
		line-height: 44px;
	}
	.notice_list .notice_title_wrap {
		padding: 20px 10px;
	}
	.notice_list .notice_title {
		font-size: 20px;
	}
	.notice_list .notice_desc {
		font-size: 16px;
	}
	.repeat_list_desc {
		padding: 20px 20px 20px 30px;
		font-size: 16px;
	}
	.repeat_list_desc::before {
		top: 19px;
		width: 24px;
		height: 22px;
	}
	.btn_page_num {
		border: none;
	}
	.btn_pagination {
		border: none;
	}
	.contents_repeat_wrap {
		margin-top: 0;
	}
	.contents_guide_wrap .guide_video {
		margin-top: 20px;
		padding-bottom: 56.25%
	}
	.contents_guide_wrap .guide_video:first-child,
	.contents_guide_wrap .btn_download:first-child {
		margin-top: 32px;
	}
	.contents_repeat_wrap .repeat_list {
		font-weight: 500;
		font-size: 18px;
	}
	.contents_repeat_wrap .repeat_list::before {
		width: 24px;
		height: 22px;
	}
	.contents_repeat_wrap .repeat_list::after {
		width: 21px;
		height: 12px;
	}
	.contents_repeat_wrap .repeat_list button {
		padding: 20px 22px 20px 30px;
		font-size: 20px;
		font-weight: 500;
	}
	.contents_repeat_wrap .repeat_list button strong {
		font-weight: 500;
	}
	.contents_repeat_wrap .repeat_list > button::before {
		top: 20px;
		width: 24px;
		height: 22px;
	}
	.contents_repeat_wrap .repeat_list > button::after {
		top: 20px;
		width: 18px;
		height: 28px;
	}
	.footer .footer_wrap {
		font-size: 14px;
		    grid-template-areas: "logo num num" "ceo adrs adrs" "hr hr hr" "sns pol cop";
		-ms-grid-columns: auto auto 380px;
		grid-template-columns: auto auto 380px;
	}
	.footer .footer_wrap .logo {
		width: 130px;
	}
	.footer .footer_wrap .sns_wrap a {
		width: 30px;
		height: 30px;
	}
	.footer .footer_wrap .copy {
		font-size: 14px;
	}
	.footer .footer_wrap .copy .text_hidden {
		display: inline-block;
	}
	.contents_inner.page_error {
		margin-top: 80px;
	}
	.contents_inner.page_error .banner_error {
		width: 500px;
		height: 210px;
	}
	.contents_inner.page_error h2 {
		margin-top: 30px;
		font-size: 30px;
	}
	.contents_inner.page_error p {
		font-size: 20px;
		margin-top: 24px;
	}
	.contents_inner.page_error p + p {
		margin-top: 16px;
	}
	.contents_inner.page_error .page {
		height: 130px;
		width: 130px;
	}
	.footer .footer_wrap .logo {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.footer .footer_wrap .representative {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.footer .footer_wrap .business_number {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .address_wrap {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .sns_wrap {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}
	.footer .footer_wrap .footer_btn {
		-ms-grid-row: 4;
		-ms-grid-column: 2;
	}
	.footer .footer_wrap .wa_mark {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 4;
	}
	.footer .footer_wrap .copy {
		-ms-grid-row: 4;
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .hr_line {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
	}
}
@media (max-width: 990px) {
	.footer .footer_wrap {
		padding: 40px 25px 30px;
		    grid-template-areas: "logo num num" "ceo adrs adrs" "hr hr hr" "sns pol cop";
		-ms-grid-columns: auto auto 180px;
		grid-template-columns: auto auto 180px;
	}
	.footer .footer_wrap .logo {
		margin-bottom: 20px;
	}
	.footer .footer_wrap .address_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: end;
	}
	.footer .footer_wrap .address_wrap .franchise::after {
		content: none;
	}
	.footer .footer_wrap .sns_wrap a {
		width: 24px;
		height: 24px;
	}
	.footer .footer_wrap .company {
		font-size: 12px;
	}
	.footer .footer_wrap .processing_policy {
		font-size: 12px;
	}
	.footer .footer_wrap .wa_mark {
		width: 70px;
		margin-bottom: 0px;
	}
	.footer .footer_wrap .copy {
		font-size: 12px;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
	}
	.footer .footer_wrap .copy .text_hidden {
		display: none;
	}
	.footer .footer_wrap .hr_line {
		margin: 16px 0 16px;
	}
	.footer .footer_wrap .logo {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.footer .footer_wrap .representative {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.footer .footer_wrap .business_number {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .address_wrap {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .sns_wrap {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}
	.footer .footer_wrap .footer_btn {
		-ms-grid-row: 4;
		-ms-grid-column: 2;
	}
	.footer .footer_wrap .wa_mark {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 4;
	}
	.footer .footer_wrap .copy {
		-ms-grid-row: 4;
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .hr_line {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
	}
}
@media (max-width: 920px) {
	.contents_about_banner .contents_about_wrap .about_top_banner {
		width: 400px;
	}
	.contents_about_banner .contents_about_wrap .about_top_banner .main_top {
		left: -25%;
	}
	.contents_about_banner .contents_about_wrap .about_top_banner .main_back {
		left: -5%;
	}
}
@media (max-width: 744px) {
	.contents_grid_inner {
		display: -ms-grid;
		display: grid;
		padding: 0px 25px;
		    grid-template-areas: "title" "img" "desc";
	}
	.contents_grid_inner.reverse {
		    grid-template-areas: "title" "img" "desc";
	}
	.contents_grid_inner .banner_title {
		text-align: center;
	}
	.contents_grid_inner .contents_desc {
		width: 100%;
		min-width: 100%;
		text-align: center;
		font-weight: 400;
	}
	.contents_grid_inner .contents_desc b {
		font-weight: 700;
	}
	.contents_grid_inner .contents_desc .hidden_br {
		display: block;
	}
	.contents_main_slide .slide_title {
		font-size: 26px;
	}
	.contents_main_slide .slide_desc {
		font-weight: 400;
		font-size: 15px;
	}
	.contents_main_slide .btn_more_opinion {
		font-size: 16px;
	}
	.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide .inquiry_title {
		font-size: 14px;
	}
	.contents_video_wrap .vidoe_desc {
		font-size: 16px;
	}
	.contents_video_wrap .video_title {
		font-size: 32px;
	}
	.contents_video_wrap .store_wrap .btn_google {
		width: 130px;
	}
	.contents_video_wrap .store_wrap .btn_apple {
		width: 130px;
	}
	.contents_about_gray {
		background-color: #fff;
	}
	.contents_about_gray .contents_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 40px 25px;
	}
	.contents_about_gray .contents_inner .contents_subtitle {
		display: none;
	}
	.contents_about_gray .contents_inner .contents_subtitle.pic_banner {
		display: block;
		width: 280px;
		margin-bottom: 30px;
	}
	.contents_about_gray .contents_inner .contents_subtitle.pic_banner img {
		height: 70px;
	}
	.contents_about_gray .contents_inner .contents_desc {
		max-width: 409px;
	}
	.contents_about_banner {
		height: 100%;
		padding: 40px 0px 60px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.contents_about_banner .contents_about_wrap {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		    grid-template-areas: "title" "img" "desc";
	}
	.contents_about_banner .contents_about_wrap .about_top_title {
		display: none;
	}
	.contents_about_banner .contents_about_wrap .about_top_title.pic_banner {
		-ms-grid-column-align: center;
		    justify-self: center;
	}
	.contents_about_banner .contents_about_wrap .about_top_title.pic_banner img {
		width: 280px;
		margin-left: -5px;
	}
	.contents_about_banner .contents_about_wrap .about_top_desc {
		min-width: 0px;
		-ms-grid-column-align: center;
		    justify-self: center;
	}
	.contents_about_banner .contents_about_wrap .about_top_desc p {
		font-size: 22px;
	}
	.contents_about_banner .contents_about_wrap .about_top_banner {
		height: 200px;
		padding-bottom: 20px;
		-ms-grid-column-align: center;
		    justify-self: center;
	}
	.contents_about_banner .contents_about_wrap .about_top_banner .main_top {
		left: 0;
		top: 0;
	}
	.contents_about_banner .contents_about_wrap .about_top_banner .main_back {
		left: 20%;
		top: 30%;
	}
	.contents_border_box {
		max-width: 409px;
		padding: 22px 20px;
	}
	.tab_menu {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.btn_reference {
		width: 75px;
		padding: 6px 0px;
		margin-left: 0px;
		border-radius: 18px;
		text-align: center;
		font-size: 16px;
		color: #535353;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		cursor: pointer;
	}
	.btn_reference:nth-child(1) {
		margin-left: 0px;
	}
	.btn_reference.on {
		background-color: #b9b9b9;
		color: #fff;
	}
	.btn_reference:hover {
		background-color: #aaaaaa;
		color: #fff;
	}
	.add_opinion_box {
		margin-top: 0;
	}
	.add_opinion_box .opinion_area {
		height: 195px;
		padding: 10px 12px 31px 12px;
	}
	.add_opinion_box .opinion_submit {
		right: 50%;
		-webkit-transform: translateX(50%);
		        transform: translateX(50%);
	}
	.contents_opinion_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0px 25px;
	}
	.contents_opinion_inner .left_sec {
		top: 55px;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 32px;
		margin-bottom: 36px;
		border-bottom: 1px solid #eee;
		background-color: #ffffff;
		z-index: 60;
	}
	.contents_opinion_inner .right_sec {
		width: 100%;
		margin-left: 0px;
	}
	.contents_reference {
		display: none;
	}
	.contents_reference .btn_close_reference {
		display: block;
		position: absolute;
		right: 25px;
		top: 20px;
		z-index: 30;
		cursor: pointer;
	}
	.contents_reference .btn_close_reference img {
		width: 18px;
		height: 18px;
	}
	.contents_reference .contents_reference_wrap {
		display: block;
		position: relative;
		width: calc(100% - 50px);
		height: 250px;
		padding: 20px;
		border-radius: 17px;
		background-color: #fafafa;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.contents_reference .contents_reference_wrap ul {
		overflow-y: scroll;
	}
	.contents_reference .contents_reference_wrap ul li::marker {
		color: #8b8b8b;
	}
	.contents_reference .contents_reference_wrap ul li + li {
		margin-top: 10px;
	}
	.contents_reference.open {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 101;
		-webkit-backdrop-filter: blur(5px);
		        backdrop-filter: blur(5px);
	}
	.btn_reference {
		display: block;
	}
	.contents_gray_wrap .contents_inner {
		padding: 40px 25px;
	}
	.contents_gray_wrap .contents_inner .contents_desc {
		font-size: 14px;
	}
	.contents_inner {
		padding: 0px 24px;
	}
	.contents_inner.center {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 0px;
	}
	.search_bar {
		padding: 12px 42px;
		margin-top: 24px;
		background-size: 24px 24px;
		font-size: 18px;
	}
	.btn_page_num {
		width: 30px;
		height: 30px;
		border-radius: 15px;
		line-height: 28px;
	}
	.btn_pagination {
		width: 30px;
		height: 30px;
		border-radius: 15px;
		line-height: 28px;
	}
	.graph_desc {
		max-width: 409px;
	}
	.graph_desc strong {
		text-align: center;
		font-weight: 500;
		font-size: 28px;
	}
	.contents_img_wrap {
		    grid-template-areas: "left_title" "left_img" "left_desc" "center_title" "center_img" "center_desc" "right_title" "right_img" "right_desc";
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
		gap: 28px;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}
	.box_left_img {
		height: 160px;
		margin-top: 8px;
	}
	.box_center_img {
		height: 160px;
		margin-top: 8px;
	}
	.box_right_img {
		height: 160px;
		margin-top: 8px;
	}
	.box_left_title {
		font-size: 32px;
		color: #192F65;
	}
	.box_center_title {
		margin-top: 92px;
		font-size: 32px;
		color: #192F65;
	}
	.box_right_title {
		margin-top: 92px;
		font-size: 32px;
		color: #192F65;
	}
	.box_left_desc {
		font-size: 20px;
		color: #121212;
	}
	.box_center_desc {
		font-size: 20px;
		color: #121212;
	}
	.box_right_desc {
		font-size: 20px;
		color: #121212;
	}
	.footer .footer_wrap {
		    grid-template-areas: "logo logo" "ceo ceo" "num num" "adrs adrs" "cop mark" "hr hr" "sns pol";
		-ms-grid-columns: auto auto;
		grid-template-columns: auto auto;
	}
	.footer .footer_wrap .logo {
		width: 100px;
	}
	.footer .footer_wrap .address_wrap {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
		margin-top: 10px;
		-ms-grid-column-align: start;
		    justify-self: start;
	}
	.footer .footer_wrap .copy {
		margin-top: 10px;
		-ms-grid-column-align: start;
		    justify-self: start;
	}
	.footer .footer_wrap .business_number {
		-ms-grid-column-align: start;
		    justify-self: start;
		-ms-flex-item-align: self-start;
		    -ms-grid-row-align: self-start;
		    align-self: self-start;
	}
	.footer .in_txt {
		display: block;
	}
	.contents_inner.page_error .banner_error {
		width: 400px;
		height: 165px;
	}
	.contents_inner.page_error h2 {
		font-size: 24px;
	}
	.contents_inner.page_error .page {
		height: 104px;
		width: 104px;
	}
	.footer .footer_wrap .logo {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .representative {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .business_number {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .address_wrap {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .sns_wrap {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
	}
	.footer .footer_wrap .footer_btn {
		-ms-grid-row: 7;
		-ms-grid-column: 2;
	}
	.footer .footer_wrap .wa_mark {
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		-ms-grid-column: 2;
	}
	.footer .footer_wrap .copy {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
	}
	.footer .footer_wrap .hr_line {
		-ms-grid-row: 6;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.box_left_img {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.box_center_img {
		-ms-grid-row: 9;
		-ms-grid-column: 1;
	}
	.box_right_img {
		-ms-grid-row: 15;
		-ms-grid-column: 1;
	}
	.box_left_title {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.box_center_title {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
	}
	.box_right_title {
		-ms-grid-row: 13;
		-ms-grid-column: 1;
	}
	.box_left_desc {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	.box_center_desc {
		-ms-grid-row: 11;
		-ms-grid-column: 1;
	}
	.box_right_desc {
		-ms-grid-row: 17;
		-ms-grid-column: 1;
	}
}
@media (max-width: 600px) {
	.contents_main_slide .slide_title {
		font-size: 24px;
	}
	.contents_main_slide .slide_desc {
		font-weight: 400;
		font-size: 14px;
	}
	.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide .inquiry_type {
		width: 105px;
	}
	.contents_main_slide .slide_opinion .swiper-wrapper .swiper-slide .inquiry_title {
		font-size: 14px;
	}
	.contents_video_wrap .vidoe_desc {
		text-align: center;
		font-size: 14px;
	}
	.contents_video_wrap .video_title {
		text-align: center;
		font-size: 32px;
	}
	.contents_video_wrap .video_title > img {
		width: 100%;
	}
	.contents_video_wrap .store_wrap {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.contents_video_wrap .contents_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.card_wrap {
		position: relative;
		overflow: hidden;
		display: -ms-grid;
		display: grid;
		width: 100%;
		border-radius: 17px;
		padding:0;
		margin: 8px 0;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
}
@media (max-width: 800px){
	.improve_card > .inquiry_type {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.improve_card > .inquiry_type {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
}
@media (max-width: 600px){
	.improve_card > .inquiry_type {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.improve_card .btn_fold {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.improve_card > .inquiry_type {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
}
@media (max-width: 600px) and (max-width: 1024px) {
	.improve_card .btn_fold .inquiry_type {
		padding: 4px 15px 6px 40px;
		background-position: 15px 50%;
		font-size: 16px;
	}
}
@media (max-width: 600px) and (max-width: 600px) {
	.improve_card .btn_fold .inquiry_type {
		padding: 4px 13px 6px 36px;
		background-position: 14px 50%;
		font-size: 14px;
	}
}
@media (max-width: 600px) {
	.improve_card .btn_fold:after {
		content: "";
		display: inline-block;
		position: absolute;
		right: 0;
		top: 50%;
		width: 19px;
		height: 10px;
		background: url("../img/icon/btn_fold.svg") no-repeat center;
		background-size: 19px 10px;
		-webkit-transition: all 0.23s;
		transition: all 0.23s;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}
@media (max-width: 600px) {
	.improve_card .inquiry_title {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
		font-weight: 500;
		font-size: 16px;
		color: #535353;
		grid-area: title;
	}
}
@media (max-width: 600px) {
	.improve_card .card_img {
		position: absolute;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
		top:50%;
		right:0;
		width: auto;
		grid-area: img;
		-ms-grid-column-align: end;
		justify-self: end;
		align-self: auto; 
		transform: translateY(-50%); 
	}
}
@media (max-width: 600px) {
	.btn_more {
		display: none;
	}
}
@media (max-width: 600px) {
	.contents_inner.page_error {
		margin-top: 30px;
	}
	.contents_inner.page_error .banner_error {
		width: 270px;
		height: 112px;
	}
	.contents_inner.page_error h2 {
		margin-top: 20px;
		font-size: 20px;
	}
	.contents_inner.page_error p {
		font-size: 16px;
		margin-top: 16px;
	}
	.contents_inner.page_error p + p {
		margin-top: 12px;
	}
	.contents_inner.page_error .btn_wrap {
		margin-top: 30px;
	}
	.contents_inner.page_error .btn_wrap a {
		font-size: 16px;
		padding: 10px 17px;
		border-radius: 23px;
		line-height: 16px;
	}
	.contents_inner.page_error .btn_wrap a + a {
		margin-left: 16px;
	}
	.contents_inner.page_error .page {
		height: 70px;
		width: 70px;
	}
}
@media (max-width: 565px) {
	.contents_main_slide .slide_desc .hidden_br {
		display: block;
	}
	.footer .footer_wrap {
		font-size: 12px;
	    grid-template-areas: "logo logo logo" "ceo ceo ceo" "num num num" "adrs adrs adrs" "cop sns mark" "hr hr hr" "pol pol pol";
	    -ms-grid-columns: auto auto 70px;
    	grid-template-columns: auto auto 70px;
	}
	.footer .footer_wrap .wa_mark {
		width: 50px;
		margin-top: 10px;
	}
	.footer .footer_wrap .logo {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	}
	.footer .footer_wrap .representative {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	}
	.footer .footer_wrap .business_number {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	}
	.footer .footer_wrap .address_wrap {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	}
	.footer .footer_wrap .sns_wrap {
		padding-top: 10px;
		-ms-grid-row: 7;
		-ms-grid-column: 1;
		justify-content: end;
		align-items: center;
	}
	.footer .footer_wrap .footer_btn {
		-ms-grid-row: 7;
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .wa_mark {
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		-ms-grid-column: 3;
	}
	.footer .footer_wrap .copy {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
	}
	.footer .footer_wrap .hr_line {
		-ms-grid-row: 6;
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
	}
}
@media (max-width: 461px) {
	.btn_wrap .btn_gray {
		padding: 0 15px;
		font-size: 15px;
		white-space: nowrap;
	}
}
@media (max-width: 410px) {
	.contents_grid_inner .banner_title {
		font-size: 30px;
	}
	.contents_grid_inner .contents_desc .hidden_br {
		display: none;
	}
	.contents_main_slide .slide_title {
		font-size: 20px;
	}
	.contents_about_banner .contents_about_wrap .about_top_desc {
		min-width: 0px;
	}
	.contents_about_banner .contents_about_wrap .about_top_desc p {
		font-size: 20px;
	}
	.contents_about_banner .contents_about_wrap .about_top_banner {
		width: 90vw;
	}
}
@media (max-width: 360px) {
	.contents_video_wrap .vidoe_desc {
		font-size: 12px;
	}
	.contents_video_wrap .video_title {
		text-align: center;
		font-size: 28px;
	}
	.contents_video_wrap .store_wrap .btn_google {
		width: 100px;
	}
	.contents_video_wrap .store_wrap .btn_apple {
		width: 100px;
	}
	.notice_list .notice_title {
		font-size: 16px;
	}
	.notice_list .notice_desc {
		font-size: 14px;
	}
	.contents_repeat_wrap .repeat_list button {
		padding-left: 26px;
		padding-right: 18px;
		font-size: 16px;
	}
	.contents_repeat_wrap .repeat_list button strong {
		font-weight: 500;
	}
	.contents_repeat_wrap .repeat_list > button::before {
		width: 22px;
		height: 20px;
	}
	.contents_repeat_wrap .repeat_list > button::after {
		width: 16px;
		height: 26px;
	}
	.repeat_list_desc {
		padding-left: 26px;
		padding-right: 18px;
		font-size: 14px;
	}
	.repeat_list_desc::before {
		top: 19px;
		width: 22px;
		height: 20px;
	}
	.btn_gray {
		padding: 0px 10px;
		font-size: 16px;
	}
	.btn_gray.select {
		height: 35px;
		padding: 0px 10px;
		line-height: 35px;
	}
	.search_bar {
		padding: 10px 38px;
		margin-top: 16px;
		background-size: 20px 20px;
		font-size: 16px;
	}
	.contents_gray_wrap .contents_inner .contents_subtitle {
		font-size: 21px;
	}
}
/*# sourceMappingURL=common.css.map */

.tnc_iframe {
	overflow-y: hidden;
	width: 100%;
}