@charset "utf-8";


#wrap {
	max-width: 1024px;
	margin: 0 auto;
}

.inner {
	position: relative;
	width: 100%;
	padding:0 20px;
	box-sizing: border-box;
	margin:0 auto;
}

#header {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1024px;
	background: var(--key-color);
	z-index: 5;
}
#header .inner {
	padding: 20px 20px 16px;
	justify-content: space-between;
	align-items: center;
}
#header .logo img {
	vertical-align: -3px;
}

#header .lang {
	position: relative;
	width: 50px;
}
#header .lang .gt_white_content {
	width: 80% !important;
    margin: 0 !important;
    transform: translate(-50%, -50%);
}
#header .lang > .gtranslate_wrapper > a.glink img + span {
	display: none;
}
#header .alarm {
	position: relative;
	width: 24px;
	height: 24px;
	background: url("../images/ico-alarm.svg")no-repeat 50% 50%;
}
#header .alarm.on:after {
	content: '';
	position: absolute;
	top: 1px;
	right: 1px;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #F00;
}
#header .more_menu {
	position: relative;
	margin-left: 15px;
}
#header .more_menu > div {
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
	padding-top: 5px;
	z-index: 1;
}
#header .more_menu ul {
	background: var(--white);
	border-radius: 10px 0px 10px 10px;
	width: 170px;
	padding: 20px;
	margin-top: 17px;
	box-sizing: border-box;
}
#header .more_menu:hover > div {
	display: block;
}
#header .more_menu ul:after {
	content: '';
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	width: 18px;
	height: 21px;
	background: url("../images/more_menu_bg.svg")no-repeat 50% 50%;
}
#header .more_menu ul li {
	border-bottom: 1px solid #AAA;
	margin-bottom: 10px;
}
#header .more_menu ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0px;
}
#header .more_menu ul li a {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.32px;
	padding-bottom: 10px;
}
#header .more_menu ul li:last-child a {
	padding-bottom: 0;
}
#header .more_menu ul li a img {
	vertical-align: middle;
	margin-right: 12px;
}
 .header_top {
	padding: 16px 20px;
	background: var(--key-color);
	border-radius: 0px 0px 10px 10px;
}
.header_top .select_search {
	background: var(--white);
	border-radius: 5px;
	box-shadow: 2px 2px 4px 0px rgba(189, 167, 0, 0.50);
	padding: 10px 0;
	margin-bottom: 14px;
	box-sizing: border-box;
}
.header_top .select_search .tab_txt button {
	position: relative;
	flex: 1;
	height: 30px;
	padding: 0 10px;
	text-align: left;
	font-size: 1.4rem;
	box-sizing: border-box;
}
.header_top .select_search .tab_txt button:first-child {
	border-right: 1px solid #BAC0C6;
	background: url("../images/ic_addr.svg")no-repeat 8px 50%;
	padding-left: 30px;
}
.header_top .select_search .tab_txt button:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	width: 13px;
	height: 13px;
	background: url("../images/arrow_down_thin.svg")no-repeat 50% 50%;
}
.header_top .select_search .tab_txt button.on:after {
	transform: translateY(-50%) rotate(180deg);
}
.header_top .select_search .tab_cont {
	width: 100%;
}
.header_top .select_search .tab_cont > div {
	display: none;
	padding: 10px;
	box-sizing: border-box;
}
.header_top .select_search .tab_cont .radio_form {
	gap: 5px;
}
.header_top .select_search .tab_cont .radio_form input {
	display: none;
}
.header_top .select_search .tab_cont .radio_form input + label {
	position: relative;
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 1px solid var(--strock);
	font-size: 1.3rem;
	border-radius: 3px;
	text-align: center;
	box-sizing: border-box;
}
.header_top .select_search .tab_cont .radio_form input:checked + label {
	border: 1px solid #000;
}
.header_top .select_search #country .radio_form > div {
	width: calc(20% - 4px);
}
.header_top .select_search #country_gu .radio_form > div {
	width: calc(50% - 4px);
}
.header_top .select_search #country_gu .swiper-pagination {
	position: static;
	margin-top: 10px;
}

.header_top .search_form {
	position: relative
}
.header_top .search_form input[type=text] {
	display: block;
	width: 100%;
	height: 47px;
	border-radius: 5px;
	background: var(--white);
	box-shadow: 2px 2px 4px 0px rgba(189, 167, 0, 0.50);
	padding: 0 70px 0 15px;
	box-sizing: border-box;
}
.header_top .search_form .search_btn {
	position: absolute;
	top: 5px;
    right: 5px;
	display: block;
	width: 56px;
	height: 36px;
	border-radius: 5px;
	background: #F9DC01 url("../images/ft02.svg")no-repeat 50% 50% / 17px;
	font-size: 0;
}






.side-wrap {
	width: 100%;
	height: 100%;
	position: fixed; 
	top: 0;
	right: -100%;
	z-index: 35;
	background: #fff;
	overflow-y: auto;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	transition: all .2s;
}
.side-wrap.on {
	right: 0;
}
.side-wrap .side-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 25px;
	height: 25px;
	background: url("../images/ico-close.svg")no-repeat 50% 50%;
}
.side-wrap .depth {
    padding: 0px 20px;
    overflow-y: auto;
    height: calc(100vh - 329px);
}
.side-wrap .depth01 {
	margin: 30px 0;
}
.side-wrap .depth01 button {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -1px;
}
.side-wrap .depth02 {
	max-height: 0;
	overflow: hidden;
}
.side-wrap .depth .depth02 li a {
	display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
	margin: 40px 0;
}




#container {
	width: 100%;
	padding: 57px 0 40px;
}



#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 1024px;
	border-radius: 10px 10px 0px 0px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	z-index: 999;
	padding: 10px 0;
	box-sizing: border-box;
}
#footer ul li {
	flex: 1;
	text-align: center;
}
#footer ul li a {
	position: relative;
	display: block;
	width: 100%;
	opacity: .6;
	font-size: 1.4rem;
	font-family: 'KORAIL';
	padding-top: 37px;
}
#footer ul li.active a {
	opacity: 1;
}
#footer ul li.ft01 a {
	background: url("../images/ft01.svg")no-repeat 50% 0;
}
#footer ul li.ft01.active a {
	background: url("../images/ft01_on.svg?v=1")no-repeat 50% 0;
}
#footer ul li.ft02 a {
	background: url("../images/ft02.svg")no-repeat 50% 0;
}
#footer ul li.ft02.active a {
	background: url("../images/ft02_on.svg?v=1")no-repeat 50% 0;
}
#footer ul li.ft03 {
	flex: none;
	margin-top: -25px;
}
#footer ul li.ft03 a {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	opacity: 1;
	background: var(--base-txt) url("../images/ico-location.svg")no-repeat 50% 50%;
	padding: 0;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#footer ul li.ft04 a {
	background: url("../images/ft03.svg")no-repeat 50% 0;
}
#footer ul li.ft04.active a {
	background: url("../images/ft03_on.svg?v=1")no-repeat 50% 0;
}
#footer ul li.ft05 a {
	background: url("../images/ft04.svg")no-repeat 50% 0;
}
#footer ul li.ft05.active a {
	background: url("../images/ft04_on.svg?v=1")no-repeat 50% 0;
}
#footer ul li.ft06 a {
	background: url("../images/ft05.svg")no-repeat 50% 0;
}
#footer ul li.ft06 a span {
	position: absolute;
	left: calc(50% - -10px);
    bottom: 22px;
    transform: translateX(-50%);
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #ff0000;
	text-align: center;
	color: var(--white);
	font-size: 1.2rem;
	border-radius: 50%;
}
#footer ul li.ft06.active a {
	background: url("../images/ft05_on.svg")no-repeat 50% 0;
}
#footer ul li.ft07 a {
	background: url("../images/ft03.svg")no-repeat 50% 0;
}
#footer ul li.ft07.active a {
	background: url("../images/ft03_on.svg")no-repeat 50% 0;
}
#footer ul li.ft06,
#footer ul li.ft07 {
	display: none;
}

.st #footer ul li.ft02,
.st #footer ul li.ft04 {
	display: none;
}
.st #footer ul li.ft06,
.st #footer ul li.ft07 {
	display: block;
}
.st_hidden {
	display: none;
}
.st_show {
	display: block;
}
.st .st_hidden {
	display: block;
}
.st .st_show {
	display: none;
}



.modal {
	display: none;
}
.modal .black_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 37;
}
.modal .modal_cont {
    width: 90%;
    max-width: 765px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 95%;
    overflow: hidden;
	z-index: 38;
	background: #fff;
	border-radius: 5px;
}
.modal .modal_cont .scroll {
	position: relative;
	background: #fff;
	max-height: 95vh;
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
	padding: 30px;
}
.modal .modal_cont .scroll::-webkit-scrollbar {
    display: none;
}
.modal .close {
	position:absolute;
	top: 50px; 
	right: 50px;
	z-index: 1;
	width: 24px;
	height: 24px;
	background: url("../images/ico-close-white.svg")no-repeat 50% 50% / 100%;
}


.bottom_modal {
	display: none;
}
.bottom_modal .black_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 37;
}
.bottom_modal .modal_cont {
	position: fixed;
	bottom: -100%;
	width: 100%;
	max-width: 1024px;
	z-index: 9999;
	max-height: 90vh;
	transition: bottom .3s;
}
.bottom_modal.open .modal_cont {
	bottom: 0;
}
.bottom_modal .modal_cont .scroll {
	overflow-y: auto;
	padding: 24px 12px;
	background: var(--white);
	border-radius: 10px 10px 0px 0px;
}
.bottom_modal .modal_cont h3.title {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.send_modal .modal_cont {
	max-width: 360px;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
}
.send_modal .modal_cont p {
	font-size: 2rem;
	font-weight: 500;
}
.send_modal .modal_cont h4 {
	margin: 20px 0;
	font-size: 2rem;
	font-weight: 700;
}
.send_modal .modal_cont .btn_area {
	gap: 10px;
}
.send_modal .modal_cont .btn_area button {
	flex: 1;
	height: 39px;
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 500;
}


.not_scroll {
	overflow: hidden;
}


.drop_down {
	position: relative;
	width: 51px;
	box-sizing: border-box;
}
.drop_down > button {
	position: relative;
	font-size: 1.4rem;
	color: #000;
	width: 100%;
	height: 29px;
    text-align: left;
	border-radius: 5px;
	border: 1px solid #E1E5E9;
	padding: 0 10px;
	background: #FFF url("../images/arrow_down.svg")no-repeat 87% 50% / 10px;
	box-sizing: border-box;
}
.drop_down ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #E1E5E9;
	box-sizing: border-box;
	z-index: 1;
}
.drop_down ul li button {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    color: #3f3f3f;
    padding: 3px;
    box-sizing: border-box;
}


.tabs {
	border-bottom: 1px solid var(--strock);
	background: #FFF;
	padding: 0 20px;
	gap: 30px;
}
.tabs a,
.tabs button {
	position: relative;
	font-size: 1.4rem;
	color: var(--sub-text);
	padding: 16px 0;
}
.tabs a.active,
.tabs button.active {
	color: var(--base-txt);
	font-weight: 700;
}
.tabs a.active:after,
.tabs button.active:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: var(--key-color);
}


.pagenavi {
	margin-top: 40px;
}
.pagenavi ol {
	font-size: 0;
	text-align: center;
}
.pagenavi ol li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.pagenavi ol li.first,
.pagenavi ol li.prev,
.pagenavi ol li.next,
.pagenavi ol li.last {
	margin: 0;
}
.pagenavi ol li img {
	vertical-align: 0px;
}
.pagenavi ol li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 1.6rem;
}
.pagenavi ol li a.this {
	border-radius: 5px;
	background: var(--key-color);
}



.sec {
	padding: 30px 0 0;
}

h3.tit {
	font-size: 2rem;
	margin-bottom: 16px;
	text-transform: uppercase;
	font-family: 'RixYeoljeongdo';
	font-weight: 400;
}

.title_area {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1024px;
	height: 57px;
	background: var(--white);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
	z-index: 5;
	justify-content: space-between;
	align-items: center;
	padding: 16px 20px;
	gap: 8px;
	box-sizing: border-box;
}
.title_area.no_shadow {
	box-shadow: none;
}
.title_area h3 {
	font-size: 1.6rem;
	font-weight: 400;
}
.title_area .prev {
	width: 24px;
	height: 24px;
	background: url("../images/arrow-left.svg")no-repeat 50% 50%;
}
.title_area .close {
	width: 24px;
	height: 24px;
	background: url("../images/ico-close.svg")no-repeat 50% 50%;
}
.title_area .home {
	width: 24px;
	height: 24px;
	background: url("../images/ft01.svg")no-repeat 50% 50% / 100%;
}
.title_area .alarm {
	width: 22px;
	height: 24px;
	background: url("../images/ico-alarm.svg")no-repeat 50% 50% / 100%;
}



#loading_img {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
    background-color : rgba(16, 16, 16, 0.7);
}
#loading_img span {
	position: absolute;
    top: 50%;
    left: 50%;
	display: block;
	height: 60px;
	width: 60px;
	border: 5px solid transparent;
    border-radius: 50%;
    background-image: linear-gradient(rgb(90, 90, 90), rgb(90, 90, 90)), conic-gradient(from 180deg at 50% 50%, var(--key-color) 0deg, rgba(255, 255, 255, 0) 360deg);
    background-origin: border-box;
    background-clip: content-box, border-box;
	box-sizing: border-box;
	animation: spin 800ms infinite linear;
}

@keyframes spin {
	from {
		transform: translate(-50%,-50%) rotate(0deg);
	}
	to {
		transform: translate(-50%,-50%) rotate(359deg);
	}
}


#change_pop .store_list a {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background: #F6F6F6;
	border: 1px solid #F6F6F6;
	padding: 0 15px;
	margin-bottom: 15px;
	font-size: 1.6rem;
	box-sizing: border-box;
}
#change_pop .store_list a.active {
	border: 1px solid var(--sub-text);
	background: var(--key-color);
}
#change_pop .store_list a.active:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 14px;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: url("../images/check_white.svg")no-repeat 50% 50%;
}
#change_pop .change_user {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	border: 1px solid var(--strock);
	padding: 0 10px;
	font-size: 1.6rem;
	margin-bottom: 15px;
	box-sizing: border-box;
}
#change_pop .change_user.active {
	border: 1px solid var(--sub-text);
	background: var(--key-color);
}
#change_pop .change_user.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    right: 15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: url("../images/check_white.svg")no-repeat 50% 50%;
}
#change_pop .change_user img {
	width: 22px;
	vertical-align: middle;
	margin-right: 5px;
}


.st .fix_btn {
	display: none;
}
.fix_btn {
	position: fixed;
	bottom: 105px;
	right: calc(50% - 492px);
	z-index: 11;
}
.fix_btn a {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid var(--strock);
    background: rgba(255, 255, 255, 0.80) url("../images/ic_estimate.svg")no-repeat 50% 12px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    font-size: 1.4rem;
    font-family: 'KORAIL';
    text-align: center;
    padding-top: 47px;
    box-sizing: border-box;
}


#qr_pop .close {
	position: fixed;
    top: -25px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
	width: 52px;
    height: 52px;
	background: url("../images/popup-close.svg")no-repeat 50% 50% / 100%;
}
#qr_pop .modal_cont {
	background: transparent;
	overflow: visible;
}
#qr_pop .scroll {
	max-height: 73vh;
	border-radius: 10px;
	background: #F6F6F6;
	padding: 40px 30px;
	box-shadow: 0px 0px 10px 0px rgba(186, 192, 198, 0.30);
	text-align: center;
}
#qr_pop h2 {
	font-size: 2.6rem;
	letter-spacing: -0.408px;
	margin-bottom: 20px;
}
#qr_pop .info {
	letter-spacing: -0.408px;
	margin-bottom: 20px;
}
#qr_pop .info strong {
	display: block;
	color: #131313;
	font-size: 1.8rem;
	margin-bottom: 8px;
}
#qr_pop .info p {
	color: #8C8C8C;
	font-size: 1.6rem;
	font-weight: 500;
}
#qr_pop .qr_img {
	border-radius: 20px;
	background: var(--white);
	padding: 25px;
	margin-bottom: 20px;
}
#qr_pop .qr_img img {
	width: 100%;
}
#qr_pop .scan {
	background: var(--white);
	padding: 16px 20px;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 10px;
}
#qr_pop .scan img {
	vertical-align: middle;
	margin-right: 5px;
}


@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
	.fix_btn {
		right: 20px;
	}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
	#header .theme_switch {
		right: 55px;
	}
	
	#footer ul li a {
		letter-spacing: -1px;
	}
	#footer ul li.ft03 a {
		width: 70px;
		height: 70px;
		background-size: 35px;
	}
	
	.pagenavi ol li a {
		width: 23px;
		height: 23px;
		line-height: 23px;
		font-size: 1.4rem;
	}

	#footer ul li a {
		font-size: 1.2rem;
	}
	
	.fix_btn {
		right: 10px;
	}
}