@charset "UTF-8";
/* font : SpoqaHanSansNeo */
@import url('https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css');

/* font : NEXON Lv2 Gothic */
@font-face {
	font-family: "NEXON Lv2 Gothic";
	font-weight: 500;
	src: url("../fonts/NEXON Lv1 Gothic OTF.otf");
		src: url('../fonts/NEXON Lv1 Gothic OTF.otf?#iefix') format('embedded-opentype'),
}

@font-face {
	font-family: "NEXON Lv2 Gothic";
	font-weight: 300;
	src: url("../fonts/NEXON Lv1 Gothic OTF Light.otf");
		src: url('../fonts/NEXON Lv1 Gothic OTF Light.otf?#iefix') format('embedded-opentype'),
}

@font-face {
	font-family: "NEXON Lv2 Gothic";
	font-weight: 700;
	src: url("../fonts/NEXON Lv1 Gothic OTF Bold.otf");
		src: url('../fonts/NEXON Lv1 Gothic OTF Bold.otf?#iefix') format('embedded-opentype'),
}


*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
	font-family: 'Spoqa Han Sans Neo', sans-serif;
	font-weight: 400;
	-webkit-tap-highlight-color:transparent;
}

img {
	max-width: 100%;
    border: 0;
    vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
}

ul {
    list-style: none;
}
em {
	font-style: normal;
}

input,
select,
button,
textarea {
    vertical-align: middle;
	-webkit-appearance: none;
	outline: none;
}

label, button {
    cursor: pointer;
}

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

table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}

/*
	z-index
	c-header 100
*/

body {
	overflow-x: hidden;
	background-color: #4488ff;
}
/* white */
body.white {
	background-color: #fff;
}
body.white .c-logo:before {
	background-image: url('../images/common/c-logo--blue.png');
}
body.white .c-gnb_link {
	color: #000;
}
body.white .c-gnb_link:before {
	background-color: #000;
}
body.white .c-inquiry_button {
	border: 1px solid #fff;
	background-color: #4488ff;
}
body.white .c-inquiry_button span {
	color: #fff;
}
body.white .c-inquiry_button:hover {
	border: 1px solid #4488ff;
	background-color: #fff;
}
body.white .c-inquiry_button:hover span {
	color: #4488ff;
}
body.white .c-footer_txt,
body.white .c-footer_txt a {
	color: #979797;
}
body.white .c-footer_sns > a.sns01 {
	background: url('../images/common/c-footer_sns-1--gray.png') no-repeat center center;
}
body.white .c-footer_sns > a.sns02 {
	background: url('../images/common/c-footer_sns-2--gray.png') no-repeat center center;
}
body.white .c-footer_sns > a.sns03 {
	background: url('../images/common/c-footer_sns-3--gray.png') no-repeat center center;
}
body.white .c-footer_sns > a.sns04 {
	background: url('../images/common/c-footer_sns-4--gray.png') no-repeat center center;
}
body.white .c-wrap .select2-container--default .select2-selection--single {
	background-color: #4488ff;
}
body.white .c-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
}
body.white .c-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image: url('../images/common/c-lang_arrow--white.svg');
}
body.white .c-wrap .select2-container--open.select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 1px solid #4488ff;
}
body.white .c-wrap .select2-container--open.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #2c2c2c;
}
body.white .c-wrap .select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-image: url('../images/common/c-lang_arrow.svg');
}
body.white .c-wrap + .select2-container .select2-dropdown {
	border: 1px solid #4488ff;
	border-top: 0;
}
body.white .c-wrap + .select2-container .select2-results__option,
body.white .c-wrap + .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
	color: #2c2c2c;
}
body.white .c-wrap + .select2-container--default .select2-results>.select2-results__options li + li {
	border-top: 1px solid #4488ff;
}
body.white .c-wrap + .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #4488ff;
	color: #fff;
}

body.white .c-drawer_inner {
	background-color: #4488ff;
}
body.white .c-drawer_trigger.active span {
	background-color: #fff;
}
body.white .c-drawer_lang a, body.white  .c-drawer_lang button {
	color: #fff;
}
body.white .c-drawer_button span {
	color: #2c2c2c;
	background-color: #fff;
}
body.white .c-drawer_link {
	color: #fff;
}
body.white .c-drawer_footer {
	background-color: #4488ff !important;
}
body.white .c-drawer_footer .c-footer_txt, 
body.white  .c-drawer_footer .c-footer_txt a {
	color: #fff;
}
body.white  .c-drawer_footer .c-footer_sns > a.sns01 {
	background: url('../images/common/c-footer_sns-1.png') no-repeat center center;
}
body.white  .c-drawer_footer .c-footer_sns > a.sns02 {
	background: url('../images/common/c-footer_sns-2.png') no-repeat center center;
}
body.white  .c-drawer_footer .c-footer_sns > a.sns03 {
	background: url('../images/common/c-footer_sns-3.png') no-repeat center center;
}
body.white  .c-drawer_footer .c-footer_sns > a.sns04 {
	background: url('../images/common/c-footer_sns-4.png') no-repeat center center;
}
/* // white */

.c-wrap {
	overflow: hidden;
}

.c-aligner {
	position: relative;
	height: 100%;
	max-width: 1042px;
	margin: 0 auto;
}

.c-lang {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}
.c-gnb .c-lang {
	display: none;
}

.c-header {
	position: relative;
	height: 100%;
}

.c-h1 {
	font-size: 0;
	text-align: left;
}
.c-logo {
	display: inline-block;
	height: 119px;
	vertical-align: top;
}
.c-logo:before {
	content: "";
	display: block;
	width: 140px;
	height: 100%;
	background: url('../images/common/c-logo.png') no-repeat left center;
	background-size: 100% auto !important;
	image-rendering: -webkit-optimize-contrast;
}

.c-gnb {
	position: absolute;
	top: 50%;
	right: 0;
	 -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-gnb_inner {
	font-size: 0;
	text-align: right;
}
.c-gnb_list {
	display: inline-block;
	vertical-align: middle;
}
.c-gnb_item {
	display: inline-block;
	vertical-align: top;
}
.c-gnb_item + .c-gnb_item {
	margin-left: 34px;
}
.c-gnb_link {
	display: block;
	position: relative;
	color: #fff;
	font-size: 15px;
	letter-spacing: -0.6px;
}
.c-gnb_link:hover:before {
	width: 100%;
}
.c-gnb_link:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.c-inquiry_buttons {
	display: inline-block;
	margin-left: 34px;
	vertical-align: middle;
}
.c-inquiry_button {
	display: block;
	position: relative;
	width: 167px;
	padding-top: 2px;
	background-color: #fff;
	border-radius: 8px;
	font-size: 0;
	text-align: center;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.c-inquiry_button:hover {
	border: 1px solid #fff;
	background-color: #4488ff;
}
.c-inquiry_button:hover span {
	color: #fff;
}
.c-inquiry_button span {
	color: #2c2c2c;
	font-size: 15px;
	letter-spacing: -0.79px;
	line-height: 29px;
	font-weight: 900;
}
.c-inquiry_button em {
	display: inline-block;
	margin-top: -3px;
	padding-right: 6px;
	color: #2c2c2c;
	font-size: 15px;
	letter-spacing: -0.79px;
	line-height: 32px;
	vertical-align: middle;
}
.c-drawer_trigger {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 20px;
	display: none;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple; 
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-drawer_trigger span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff;
	font-size: 0;
}
.c-drawer_trigger span + span {
	margin-top: 3px;
}

.c-footer {
	padding-bottom: 40px;
}
.c-footer_txt {
	color: #fff;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
}
.c-footer_txt .tablet-pc {
	display: inline;
}
.c-footer_txt a {
	display: inline;
	color: #fff;
	font-size: 12px;
	text-align: left;
	line-height: 2;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.c-footer_txt a:hover {
	text-decoration: underline;
}
.c-footer_sns {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
}
.c-footer_sns > a {
	display: inline-block;
	width: 41px;
	height: 41px;
	position: relative;
	vertical-align: top;
	background-size: 100% auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.c-footer_sns > a.sns01 {
	background: url('../images/common/c-footer_sns-1.png') no-repeat center center;
}
.c-footer_sns > a.sns02 {
	background: url('../images/common/c-footer_sns-2.png') no-repeat center center;
}
.c-footer_sns > a.sns03 {
	background: url('../images/common/c-footer_sns-3.png') no-repeat center center;
}
.c-footer_sns > a.sns04 {
	background: url('../images/common/c-footer_sns-4.png') no-repeat center center;
}
/* .c-footer_sns > a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 41px;
	border: 1px solid #fff;
} */

.c-footer_sns > a + a {
	margin-left: 13px;
}

.c-wrap .select2-container {
	width: auto !important;
}
.c-wrap .select2-container--default .select2-selection--single {
	background-color: #fff;
	border-radius: 0;
	border-bottom-left-radius: 10px;
	border: 0;
	height: 32px;
}
.c-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
	padding-right: 28px;
	color: #2c2c2c;
	font-size: 11px;
	letter-spacing: 1.47px;
	line-height: 32px;
}
.c-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	width: 28px;
	height: 100%;
}
.c-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0 !important;
	background: url('../images/common/c-lang_arrow.svg') no-repeat center center;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
.c-wrap .select2-container--open.select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 1px solid #fff;
	border-bottom: 0;
}
.c-wrap .select2-container--open.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
}
.c-wrap .select2-container--open.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	background-image: url('../images/common/c-lang_arrow--white.svg');
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.c-wrap + .select2-container .select2-dropdown {
	border: 1px solid #fff;
	border-radius: 0;
	border-bottom-left-radius: 10px;
	overflow: hidden;
	background-color: #4488ff;
}
.c-wrap + .select2-container .select2-results__option {
	padding: 0 0 0 15px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1.47px;
	line-height: 32px;
}
.c-wrap + .select2-container--default .select2-results__option[aria-selected=true] {
	color: #fff;
	background-color: #4488ff;
}
.c-wrap + .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fff;
	color: #2c2c2c;
}
.c-wrap + .select2-container--default .select2-results>.select2-results__options li + li {
	border-top: 1px solid #fff;
}

.c-drawer {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.c-drawer_inner {
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 0;
	right: -309px;
	width: 309px;
	height: 100%;
	padding: 86px 27px;
	background-color: #fff;
	border-top-left-radius: 100px;
	box-shadow: -5px 0 4px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.c-drawer_lang {
	margin-bottom:  111px;
	font-size: 0;
	text-align: left;
}
.c-drawer_lang a,
.c-drawer_lang button {
	display: inline-block;
	color: #2c2c2c;
	font-size: 19px;
	vertical-align:  top;
}
.c-drawer_button {
	display: block;
	position: relative;
}
.c-drawer_button span {
	display: block;
	position: relative;
	width: 100%;
	border-radius: 8px;
	background-color: #4488ff;
	color: #fff;
	font-size: 22px;
	text-align:  center;
	font-weight:  700;
	line-height:  51px;
	z-index: 10;
}
.c-drawer_button:before {
	content: "";
	position: absolute;
	bottom: 29px;
	right: -17px;
	width: 166px;
	height: 130px;
	background-size: 100% auto !important;
	z-index: 5;
}
.c-drawer_button.c-drawer_button--inquiry:before	 {
	background: url('../images/common/c-drawer_button--inquiry.png') no-repeat;
}
.c-drawer_button.c-drawer_button--guide:before	 {
	bottom: 28px;
	right: 0;
	background: url('../images/common/c-drawer_button--guide.png') no-repeat;
}
.c-drawer_list {
	margin-top: 27px;
}
.c-drawer_link {
	display: block;
	color: #2c2c2c;
	font-size: 22px;
	letter-spacing: -1.16px;
	line-height: 2.14;
}
.c-drawer_footer {
	position: absolute;
	bottom: 0;
	right: -309px;
	width: 309px;
	padding: 10px 10px 35px 27px;
	background-color: #fff;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.c-drawer.active .c-drawer_footer {
	right: 0;
}
.c-drawer_footer .c-footer_txt,
.c-drawer_footer .c-footer_txt a {
	color: #979797;
	font-size: 11px;
	text-align: left;
	line-height: 1.73;
}
.c-drawer_footer .c-footer_txt .links {
	padding: 11px 0;
}
.c-drawer_footer .c-footer_sns {
	position: relative;
	right: 0;
	margin-bottom: 27px;
	text-align: left;
}
.c-drawer_footer .c-footer_sns > a {
	width: 41px;
	height: 41px;
}
.c-drawer_footer .c-footer_sns > a + a {
	margin-left: 16px;
}
.c-drawer_footer .c-footer_sns > a.sns01 {
	background: url('../images/common/c-footer_sns-1--gray.png') no-repeat center center;
}
.c-drawer_footer .c-footer_sns > a.sns02 {
	background: url('../images/common/c-footer_sns-2--gray.png') no-repeat center center;
}
.c-drawer_footer .c-footer_sns > a.sns03 {
	background: url('../images/common/c-footer_sns-3--gray.png') no-repeat center center;
}
.c-drawer_footer .c-footer_sns > a.sns04 {
	background: url('../images/common/c-footer_sns-4--gray.png') no-repeat center center;
}

@media (max-width: 1142px) {
	.c-aligner {
		padding: 0 20px;
	}

	.c-gnb {
		right: 20px;
	}

	.c-footer_sns {
		right: 20px;
	}
	.c-footer_sns > a + a {
		margin-left: 7px;
	}
}

@media (max-width: 768px) {
	/* white */
	body.white .c-drawer_trigger span {
		background-color: #4488ff;
	}
	body.white .c-wrap .select2-container--default .select2-selection--single {
		background-color: #fff;
	}
	body.white .c-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #2c2c2c;
	}
	body.white .c-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
		    background-image: url('../images/common/c-lang_arrow.svg');
	}
	body.white .c-wrap .select2-container--open.select2-container--default .select2-selection--single {
		border: 1px solid #2c2c2c;
	}
	body.white .c-wrap + .select2-container--default .select2-results>.select2-results__options li + li {
		border-color: #2c2c2c;
	}
	body.white .c-wrap + .select2-container .select2-dropdown {
		border-color: #2c2c2c;
	}
	body.white .c-inquiry_button:hover {
		border: 1px solid #fff;
		background-color: #4488ff;
	}
	body.white .c-inquiry_button:hover span {
		color: #fff;
	}
	body.white .c-header.fixed {
		background-color: rgba(255,255,255,0.9);
	}
	/* // white */

	.c-wrap {
		padding-top: 52px;
	}

	.c-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 52px;
		-webkit-transition: all .2s;
		-ms-transition: all .2s;
		transition: all .2s;
		z-index: 100;
	}
	.c-header.fixed {
		background-color: rgba(68, 136, 255,0.9);
		box-shadow: 0 0 8px rgba(0,0,0,0.15);
		-webkit-transition: all .2s;
		-ms-transition: all .2s;
		transition: all .2s;
	}
	.c-header.fixed .c-logo:before {
		/* background-image: url('../images/common/c-logo--blue.png'); */
	}
	.c-header.fixed .c-drawer_trigger span {
		/* background-color: #4488ff; */
	}
	.c-aligner {
		padding: 0 15px;
	}
	.c-logo {
		height: 52px;
	}
	.c-logo:before {
		width: 90px;
		background-size: 90px auto;
	}
	.c-drawer_trigger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.c-drawer_trigger.active {
		display: block;
		position: fixed;
		top: 22px;
		right: 31px;
		width: 22px;
		height: 22px;
		z-index: 101;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.c-drawer_trigger.active span {
		position: absolute;
		left: -2px;
		top: 9px;
		background-color: #4488ff;
		width: 26px;
	}
	.c-drawer_trigger.active span + span {
		margin-top: 0;
	}
	.c-drawer_trigger.active span:nth-child(1) {
		display: none;
	}
	.c-drawer_trigger.active span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.c-drawer_trigger.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.is-drawer-open,
	.is-drawer-open body {
		height: 100%;
		overflow-y: hidden;
	}
	.c-gnb {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: inherit;
		width: 100%;
		height: 100%;
		min-height: 100vh;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		transition: all .3s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	/*.c-header.active .c-gnb {
		opacity: 1;
		visibility: visible;
		background-color: rgb(0,0,0,0.4);
	}
	.c-gnb_inner {
		overflow-y: auto;
		overflow-x: hidden;
		position: absolute;
		top: 0;
		right: -100%;
		width: 70%;
		height: 100%;
		min-height: 100vh;
		padding: 100px 40px 50px;
		background-color: #fff;
		text-align: left;
		-webkit-transition: all .1s;
		-ms-transition: all .1s;
		transition: all .1s;
	}
	.c-header.active .c-gnb_inner {
		right: 0;
	}*/
	.c-gnb_list {
		display: block;
		padding-bottom: 80px;
	}
	.c-gnb_item {
		display: block;
	}
	.c-gnb_item + .c-gnb_item {
		margin-top: 30px;
		margin-left: 0;
	}
	.c-gnb_link {
		color: #2c2c2c;
		font-size: 16px;
	}
	.c-gnb_link:before {
		display: none;
	}
	.c-inquiry_buttons {
		opacity: 0;
		visibility: hidden;
		display: block;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 70%;
		margin-top: 0;
		margin-left: 0;
		-webkit-transition: all .2s;
		-ms-transition: all .2s;
		transition: all .2s;
	}
	.c-inquiry_button,
	.c-inquiry_button:hover {
		width: 100%;
		border: 0;
		border-radius: 0;
		background-color: #4488ff;
	}
	.c-inquiry_button span {
		color: #fff;
		font-size: 16px;
		line-height: 50px;
	}
	.c-header.active .c-inquiry_buttons {
		opacity: 1;
		visibility: visible;
	}

	.c-lang {
		display: none;
		height: 37px;
		z-index: 101;
	}
	.c-gnb .c-lang {
		display: block;
		position: relative;
		width: 100%;
		margin-bottom: 50px;
	}
		
	.c-wrap .select2-container {
		width: 100% !important;
	}
	.c-wrap .select2-container--default .select2-selection--single {
		height: 37px;
		border: 1px solid #2c2c2c;
	}
	.c-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
		padding-left: 20px;
		font-size: 13px;
		line-height: 37px;
	}
	.c-wrap + .select2-container .select2-results__option,
	.c-wrap + .select2-container--default .select2-results__option[aria-selected=true] {
		padding-left: 20px;
		font-size: 13px;
		line-height: 37px;
	}
	.c-wrap + .select2-container .select2-dropdown {
		background-color: #fff;
		border: 1px solid #2c2c2c;
		border-top: 0;
	}
	.c-wrap + .select2-container .select2-results__option {
		color: #2c2c2c;
	}
	.c-wrap + .select2-container--default .select2-results__option[aria-selected=true] {
		background-color: #fff;
	}
	.c-wrap .select2-container--open.select2-container--default .select2-selection--single {
		border: 1px solid #2c2c2c;
	}
	.c-wrap + .select2-container--default .select2-results__option[aria-selected=true],
	.c-wrap .select2-container--open.select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #2c2c2c;
	}
	.c-wrap .select2-container--open.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
		background-image: url('../images/common/c-lang_arrow.svg');
	}
	.c-wrap + .select2-container--default .select2-results>.select2-results__options li + li {
		border-color: #2c2c2c;
	}
	.c-wrap + .select2-container--default .select2-results__option--highlighted[aria-selected] {
		background-color: #5897fb;
		color: #fff;
	}
	
	.c-footer {
		padding-bottom: 20px;
	}
	.c-footer_txt {
		font-size: 11px;
		text-align: center;
	}
	.c-footer_sns {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.c-footer_sns > a {
		width: 32px;
		height: 32px;
	}	

	.c-drawer.active {
		opacity: 1;
		visibility: visible;
	}
	.c-drawer.active .c-drawer_inner {
		right: 0;
	}
}

@media (max-width: 340px) {
	.c-gnb_inner,
	.c-inquiry_buttons {
		width: 80%;
	}

	.c-footer_txt,
	.c-footer_txt a {
		font-size: 10px;
	}
	
	.c-drawer_inner {
		width: 280px;
		padding: 86px 27px 0;
	}
	.c-drawer_footer {
		position: relative;
		width: 100%;
		padding: 30px 0;
	}
	.c-drawer_button span {
		font-size: 20px;
		line-height: 45px;
	}
	.c-drawer_link {
		font-size: 20px;
	}
	.c-drawer_footer .c-footer_sns > a + a {
		margin-left: 8px;
	}
}