@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll; font-size:10px; color:#222;}

@media all and (max-width:480px){
	html {font-size:8px;}
}
body {margin:0;padding:0;font-size:1.6rem;font-family:'Pretendard', dotum, sans-serif; }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Pretendard', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul {margin:0;padding:0;list-style:none}
ol,li,dl,dt,dd {margin:0;padding:0} 
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family:'Pretendard', dotum, sans-serif;font-size:1em}
button {cursor:pointer; background-color:#fff;}
textarea, select {font-family:'Pretendard', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}

*, :after, :before {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}
 
input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}
 
.placeholdersjs {color:#aaa !important}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:1200px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}
@media all and (max-width:680px){
	.hd_pops {
		left: 5% !important;
        top: 110px !important;
        max-width: 90% !important;
	}
	.hd_pops_con {
		width: 100% !important;
        height: inherit !important;
	}
	.hd_pops_con p {
        font-size: 0;
    }
}
/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em
}
/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha{
	display:grid;
	grid-template-columns:1fr 7rem 7rem;
	gap:1rem;
}
#captcha .captcha_img_box {
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid #333;	
}
#captcha_audio {
	order:5;
}
#captcha_mp3, #captcha_reload {
	height:7rem;
	font-size:0;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#4b4b4b;
}
#captcha #captcha_mp3 { background-image:url("/theme/basic/img/captcha_mp3.png"); }
#captcha #captcha_reload { background-image:url("/theme/basic/img/captcha_reload.png"); }
#captcha #captcha_key {
	order:4;
	grid-column:1 / 4;
	padding-left:4rem;
}


/* 공통 페이지너비, 테마 컬러등 */
.hidden{position:absolute;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
.inner_container{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}
.theme_color {
	color:#07479c;
}
.GmarketSans {	
	font-family:'GmarketSans', dotum, sans-serif;
}

body *::-webkit-scrollbar {
	border-radius:20px;	
	border:1px solid #ddd;	
}
body *::-webkit-scrollbar-track { 
	background:transparent;
}
body *::-webkit-scrollbar-thumb { 
	border:3px solid #fff;
	border-radius:20px;
    background-color: #2e6ec3;
}

@media all and (max-width:1280px){
	.inner_container {
		padding:0 3rem;
	}
}
@media all and (max-width:640px){
	.inner_container {
		padding:0 1.5rem;
	}
}

/*헤더*/
#hd_wrapper {	
	position:relative;
	display: flex;	
	height: 11.5rem;
	justify-content:space-between;
	align-items:center;
	padding:0 5rem;
	border-bottom:1px solid #ddd;
	background-color:#fff;
}
#logo img {
/*	width:100%;*/
}
#gnb_1dul{
	position:absolute;
	top:50%;
	left:50%;
	translate: -50% -50%;
	z-index:1000;
	display: flex;
	justify-content:flex-end;	
}
#gnb_1dul .gnb_1dli{
	position:relative;
}
/*#gnb_1dul .gnb_1dli:hover > .gnb_1da,*/
/*#gnb_1dul .gnb_1dli:hover > .gnb_1da:after,*/
/*#gnb_1dul .gnb_1dli.on > .gnb_1da,*/
/*#gnb_1dul .gnb_1dli.on > .gnb_1da:after{*/
/*	background: linear-gradient(45deg, rgba(32,169,106,1) 0%, rgba(7,116,181,1) 100%);*/
/*}*/
/*#gnb_1dul .gnb_1dli:hover > .gnb_1da,*/
/*#gnb_1dul .gnb_1dli.on > .gnb_1da{*/
/*	color:transparent;*/
/*	background-clip: text;*/
/*}*/
/*#gnb_1dul .gnb_1dli:hover > .gnb_1da:after,*/
/*#gnb_1dul .gnb_1dli.on > .gnb_1da:after{*/
/*	content:'';*/
/*	position:absolute;*/
/*	bottom:0;*/
/*	left:50%;*/
/*	translate:-50% 0;*/
/*	width:calc(100% - 6rem);*/
/*	height:3px;*/
/*}*/
#gnb_1dul .gnb_1da{
	display:flex;
	justify-content:center;
	align-items:center;	
	width:18rem;
	height: 11.5rem;
	font-size:2.2rem;
	font-weight:700;	
}
.gnb_2dul_bg {
	display:none;
	position:absolute;
	top:calc(100% - 1px);
	left:0;
	width:100%;
	height:302px;
	background-color:#fff;
	border-top:1px solid #ddd;
	z-index:100;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
#gnb_1dul .gnb_2dul{
	display: none;
	position:absolute;
	top:100%;
	left:50%;
	translate:-50% 0;
	width:100%;
	height:300px;
	border-right:1px solid #ddd;
	background-color:#fff;
}
#gnb_1dul .gnb_1dli:first-child .gnb_2dul{
	border-left:1px solid #ddd;
}
/* 호버값 */
#gnb_1dul .gnb_1dli:hover .gnb_1da{
	color:#2e6ec3;
}
#gnb_1dul .gnb_1dli:hover .gnb_2dul{
	background-color:#2e6ec3;
	transition-property:background-color;
	transition-duration:0.5s;
}
#gnb_1dul .gnb_1dli:hover .gnb_2da{
	color:#fff;
}

#gnb_1dul .gnb_2da{
	display:block;
	text-align:center;
	padding:1.5rem 0;
}
#gnb_1dul .gnb_2da:hover{
	text-decoration:underline;
}

#hd_wrapper .gnb_menu_btn#m_all_open {
	display:none;
}
#hd_wrapper .hd_right{
	display:flex;
	align-items:center;
}
#hd_wrapper .hd_right .hd_login{
	display:flex;	
	margin-right:3rem;
}
#hd_wrapper .hd_right .hd_login li {
	position:relative;
	padding-right:1.5rem;
	margin-right:1.5rem;
}
#hd_wrapper .hd_right .hd_login li:not(:last-child):after{
	content:'';
	position:absolute;
	top:50%;
	right:0;
	translate:0 -50%;
	width:1px;
	height:10px;
	background-color:#a8a8a8;
}
#hd_wrapper .hd_right .hd_sns{
	display:flex;
	gap:1rem;
	margin-right:4rem;
}
#hd_wrapper .hd_right .gnb_menu_btn{
	position:relative;
	width:25px;
	height:25px;
	border:0;
	background-color:transparent;
}
#hd_wrapper .hd_right .gnb_menu_btn .path{
	position:absolute;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#1559f0;
}
#hd_wrapper .hd_right .gnb_menu_btn .p01{ top:0; left:0; }
#hd_wrapper .hd_right .gnb_menu_btn .p02{ top:0; right:0; }
#hd_wrapper .hd_right .gnb_menu_btn .p03{ bottom:0; left:0; }
#hd_wrapper .hd_right .gnb_menu_btn .p04{ bottom:0; right:0; }
@media all and (max-width:1770px){
	#gnb_1dul .gnb_1da {
		width:16rem;
	}
	#hd_wrapper .hd_right .hd_login {
		margin:0;
	}
}
@media all and (max-width:1690px){
	#gnb_1dul .gnb_1da {
		width:14rem;
	}
}
@media all and (max-width:1540px){
	#gnb_1dul .gnb_1da {
		width: 11rem;
	}
/*	#gnb_1dul .gnb_1dli:hover > .gnb_1da:after,*/
/*	#gnb_1dul .gnb_1dli.on > .gnb_1da:after{*/
/*		width:calc(100% - 3rem);*/
/*	}*/
}
@media all and (max-width:1440px){
	#gnb_1dul {
		display:none;
	}
}
@media all and (max-width:991px){	
	#hd_wrapper .hd_right .hd_sns,
	#hd_wrapper .hd_right .hd_login,
	#hd_wrapper .gnb_menu_btn#all_open {
		display:none;
	}
	#hd_wrapper .gnb_menu_btn#m_all_open {
		display:block;
	}
}
@media all and (max-width:640px){
	#hd_wrapper{
		height:9rem;
		padding:0 3rem;
	}
	#logo{
		display:grid;
		grid-template-columns: 150px 100px;
	}
	#logo img{
		width:100%;
	}
}
/*전체 메뉴*/
#gnb_all_bg {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.8);
}
#gnb_all{
    display: none;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index: 1000;
}
#gnb_all .gnb_all_wrap{
	position:absolute;
	top:0;
	right:-35px;
	translate:100% 0;
	width:80%;
	max-width: 970px;
	height:100%;
	display:flex;
    flex-wrap: wrap;
    align-items: center;
	padding: 5rem 18rem;
	background-color:#2e6ec3;	
	transition:0.5s;
	z-index:1;
}
#gnb_all .gnb_all_wrap.on{
	translate:0% 0;
}
#gnb_all .gnb_close_btn{
	position:absolute;
	top:50%;
	left:0;
	translate:-50% -50%;
	width:7rem;
	height:7rem;
	border-radius:50%;
	border:0;
	background-color:#fff;
}
#gnb_all .gnb_close_btn span {
	position:absolute;
	top:50%;
	left:50%;
	translate:-50% -50%;
    width: 50%;
    height: 2px;
    background: #666;
}
#gnb_all .gnb_close_btn span:nth-child(1) {	
	rotate:45deg;
}
#gnb_all .gnb_close_btn span:nth-child(2) {
	rotate:-45deg;
}

.gnb_al_ul {
}
.gnb_al_ul .gnb_al_li {
	margin-bottom:4rem;
}
.gnb_al_ul .gnb_al_li:last-child {
	margin-bottom:0;
}
.gnb_al_ul .gnb_al_li .gnb_al_a {
	font-size:2.8rem;
	font-weight:bold;
	color:#fff;
}
.gnb_al_ul .gnb_al2ul{
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
	margin-top:1rem;
}
.gnb_al_ul .gnb_al2ul li {
}
.gnb_al_ul .gnb_al2ul li a{
	font-size:2rem;
	font-weight:400;
	color:#fff;
	opacity:0.6;
	transition:0.5s;
}
.gnb_al_ul .gnb_al2ul li a:hover{
	opacity:1;
}

/*모바일 전체 메뉴*/
.m_all_dummy{ display:none; z-index:9999; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); cursor:pointer; }
#m_all_menu{ 
	display:none; z-index:9999; position:fixed; top:0; right:0; width:100%; height:100%; background:#fff; max-width:400px; overflow-y:auto;
	transform:translateX(100%); -webkit-transform:translateX(100%); -moz-transform:translateX(100%);
	transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s;
}
#m_all_menu.on{ transform:translateX(0%); -webkit-transform:translateX(0%); -moz-transform:translateX(0%); }

#m_all_menu .all_top{ 
	position:relative; 
	padding:0 15px; 
}
#m_all_menu .all_top img{ 
	width:70%; 
	padding:1.5rem 0;
}
#m_all_menu .all_top #m_all_close{ 
	position:absolute; top:0; right:0; width:60px; height:60px; font-size:0px; border:0;
}
#m_all_menu .all_top #m_all_close .bar{ position:absolute; top:50%; left:50%; width:25px; height:2px; background:#333; 
	transform:translate(-50%,-50%) rotate(45deg); -webkit-transform:translate(-50%,-50%) rotate(45deg); -moz-transform:translate(-50%,-50%) rotate(45deg);
}
#m_all_menu .all_top #m_all_close .bar2{ transform:translate(-50%,-50%) rotate(-45deg); -webkit-transform:translate(-50%,-50%) rotate(-45deg); -moz-transform:translate(-50%,-50%) rotate(-45deg);}

#m_all_menu .gnb_al_a,
#m_all_menu .gnb_al_member{
	position:relative; display:block; 
	width:100%;
	padding:0 50px 0 15px; height:50px; line-height:50px; border:0; border-bottom:1px solid #ddd; 
	font-weight:700; 
	font-size:14px; 
	text-align:left;
	transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; 
}
#m_all_menu .gnb_al_member{
	color:#fff;
	background-color:#2e6ec3;
}
#m_all_menu .gnb_al_a:after,
#m_all_menu .gnb_al_a:before{ content: ""; position: absolute; top: 50%; right:15px; width:15px; height:1px; background:#666;
	transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%);
	transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; 
}
#m_all_menu .gnb_al_a:before{ transform:translateY(-50%) rotate(90deg); -webkit-transform:translateY(-50%) rotate(90deg); -moz-transform:translateY(-50%) rotate(90deg); }
#m_all_menu .gnb_al_a.on,
#m_all_menu .gnb_al_li:hover .gnb_al_a{ background:#f0f0f2; color:#007cc3; }
#m_all_menu .gnb_al_a.on:before{transform:translateY(-50%) rotate(0deg); -webkit-transform:translateY(-50%) rotate(0deg); -moz-transform:translateY(-50%) rotate(0deg);}
#m_all_menu .gnb_al_a > span{ line-height:140%; display:inline-block; }
#m_all_menu .gnb_al_a > span span{ font-size:10px; display:inline-block; line-height:140%; vertical-align:top;}
#m_all_menu .gnb_al2ul{ display:none; padding:15px 0; border-bottom:1px solid #ddd; }
#m_all_menu .dep2_a{ 
	position:relative; display:block; padding:0 30px; height:30px; line-height:30px; font-size:13px; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; 
}
#m_all_menu .memeber_btns{ 
	position:absolute;
	bottom:0;
	left:0;
	display:flex;
	width:100%;
	gap:2rem;
	justify-content:space-between;
	align-items:center;
	padding:2rem 15px;
	border-top:1px solid #ddd;
}
#m_all_menu .memeber_btns .hd_login, 
#m_all_menu .memeber_btns .hd_sns{ 
	display:flex;
	gap:2rem;
}
@media all and (max-width:991px){
	#m_all_menu .all_top img {
		width:50%;
	}
}

/*메인 배너*/
.mainbanner {
	position:relative;
}
.mainbanner .swiper {
	width:100%;
	height:790px;
	overflow:hidden;
}
.mainbanner .swiper .swiper-slide {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.mainbanner .swiper .swiper-slide.slide01 {
	background-image:url('/theme/basic/img/main_banner01.jpg');	
}
.mainbanner .swiper .swiper-slide.slide02 {
	background-image:url('/theme/basic/img/main_banner02.jpg');	
}
.mainbanner .swiper .swiper-slide.slide03 {
	background-image:url('/theme/basic/img/main_banner03.jpg');	
}
/*.mainbanner .swiper .swiper-slide img {	*/
/*	min-width:1920px;*/
/*	width:100%;*/
/*}*/
.mainbanner .swiper_controller {
	display:flex;
	align-items:center;
	position:absolute;
	bottom:7rem;
	left:50%;
	translate:-50% 0;
	z-index:1;
	color:#fff;
}
.mainbanner .swiper_controller span {
	font-size:14px;
	font-weight:bold;
}
.mainbanner .swiper-button-next, .mainbanner .swiper-button-prev{
	position:static;
	width:11px;
	height:17px;
	margin-top: 0;
	background-position:center;
	background-size:cover;	
}
.mainbanner .swiper-button-prev{
	margin-right:15px;
	background-image:url("/theme/basic/img/prev.png");
}
.mainbanner .swiper-button-next{
	margin-left:15px;
	background-image:url("/theme/basic/img/next.png");
}
.mainbanner .swiper-pagination{
	position:relative;
	display:block;
	width:115px;
	height:3px;
}
.mainbanner .swiper-pagination-progressbar {
	margin: 0 10px;
	background:rgba(255, 255, 255, 0.5);
}
.mainbanner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background:#fff;
}
.mainbanner .playbtn {
	width:38px;
	height:38px;
	border:1px solid #fff;
	border-radius:50%;
	margin-left:10px;
	background-image:url("/theme/basic/img/stop.png");
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
}
.hd_sch_wr {
	position:absolute;
	top:50%;
	left:50%;
	translate:-50% -50%;
	z-index:1;
	text-align:center;
	color:#fff;
}
.hd_sch_wr > h2{
	font-size:5.5rem;	
	margin-bottom:4rem;
}
.hd_sch_wr > .txt {
	font-size:4rem;
	margin-bottom:1.5rem;
}
.hd_sch_wr > .subtxt {
	font-size:1.8rem;
	line-height:1.5;
	margin-bottom:7.5rem;
}
.hd_sch_wr #hd_sch {
	font-size:0;
}
.hd_sch_wr input {
	max-width:570px;
	width:calc(100% - 75px);
	height:70px;
	font-size:2rem;
	padding:3rem;
	border:2px solid #2e6ec3;
	border-radius:5px;
	margin-right:5px;
	background-color:#fff;
}
.hd_sch_wr button {
	width:70px;
	height:70px;
	border:0;
	border-radius:5px;
	background-color:#2e6ec3;
}
@media all and (max-width:920px){
	.hd_sch_wr > h2 {
		font-size:4rem;
	}
	.hd_sch_wr > h2 br {
		display:none;
	}
}

/*메인 바로가기 버튼*/
.direct_box {
	background-color:#2e6ec3;
}
.direct_box ul {
	display:grid;
	grid-template-columns:repeat(6, 1fr);
	gap:2.8rem;
	padding:4.5rem 0;
}
.direct_box ul a {
	display:block;
	font-size:2rem;
	font-weight:600;
	text-align:center;
	padding:12.5rem 0 4rem;
	border-radius:5rem 0 5rem 5rem;
	background-color:#f2f5f9;
	background-position:center 3.5rem;
	background-repeat: no-repeat;
}
.direct_box ul a.book {
	background-image:url('/theme/basic/img/direct_book');
}
.direct_box ul a.edu {
	background-image:url('/theme/basic/img/direct_edu');
}
.direct_box ul a.group {
	background-image:url('/theme/basic/img/direct_group');
}
.direct_box ul a.submit {
	background-image:url('/theme/basic/img/direct_submit');
}
.direct_box ul a.print {
	background-image:url('/theme/basic/img/direct_print');
}
.direct_box ul a.kakao {
	background-image:url('/theme/basic/img/direct_kakao');
}
.direct_box ul a:hover {
	color:#2e6ec3;
	text-decoration:underline;
}
@media all and (max-width:1280px){
	.direct_box ul {
		padding:3rem;
		grid-template-columns: repeat(3, 190px);
		justify-content:center;
	}
}
@media all and (max-width:680px){
	.direct_box ul {
		grid-template-columns: repeat(3, 1fr);
		gap:1.5rem;
	}
}
/* 메인 타이틀 공통 */
.sec_title {
	margin-bottom:5rem;
}
.sec_title > p {
	font-weight:bold;
	font-size:2rem;
	padding:7rem 0 4rem;
}
.sec_title .title_head {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.sec_title .title_head h3 {
	font-weight:400;
	font-size:3.8rem;
}
.sec_title .title_head h3 strong {
	font-weight:800;
}
.sec_title .title_head a {	
	font-size:1.8rem;
}
.sec_title .title_head a .more_ico{	
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:49px;
	height:55px;
	margin-left:1.5rem;
	background-image:url('/theme/basic/img/direct_bg.png');	
	overflow:hidden;
}
.sec_title .title_head a:hover .more_ico img {
	position:relative;
	animation-name:direct;
	animation-duration:0.5s;
}	
@keyframes direct {
	0%{left:0;}
	50%{left:80%;}
	51%{left:-100%;}
	100%{left:0;}
}

/* 인터넷 교육 신청 */
.i_submit {
	position:relative;
	padding-bottom:15rem;
	background-color:#f2f5f9;
	overflow:hidden;
}
.i_submit:before, .i_submit:after{
	content:'';
	position:absolute;
	top:40%;
	z-index:10;
	width:1vw;
	height:30%;	
	box-shadow: rgba(242,245,249, 1) 0px 0px 50px 80px;
	background-color:#f2f5f9;
}
.i_submit:before{
	left:0;
}
.i_submit:after{
	right:0;
}
.i_submit .swiper {
	max-width:1280px;
	margin:0 auto;
}
.i_submit .swiper .swiper-slide {	
	width:300px;
	border:1px solid #ddd;
	background-color:#fff;
	transition:0.3s;
}
.i_submit .swiper .swiper-slide .sd_wrap {
	padding:4rem;
	border:4px solid transparent;
	transition:0.3s;
}
.i_submit .swiper .swiper-slide:hover {
	border:1px solid transparent;
	border-radius: 5rem 0 5rem 5rem;
}
.i_submit .swiper .swiper-slide:hover .sd_wrap {
	border:4px solid #07479c;
	color:#07479c;
	border-radius: 5rem 0 5rem 5rem;
}
.i_submit .swiper .swiper-slide .sct_cate {
	font-size:1.4rem;
	font-weight:bold;
	color:#07479c;
	margin-bottom:1.5rem;
}
.i_submit .swiper .swiper-slide .sct_txt {
	min-height:5.8rem;
	font-size:2.4rem;
	font-weight:bold;
	margin-bottom:2rem;
}
.i_submit .swiper .swiper-slide .detail_list {
	margin-bottom:2.5rem;
}
.i_submit .swiper .swiper-slide .detail_list li {
	display:grid;
	grid-template-columns: 6rem 1fr;
	font-size:1.4rem;
	margin-bottom:5px;
}
.i_submit .swiper .swiper-slide .detail_list li:last-child {
	margin-bottom:0;
}
.i_submit .swiper .swiper-slide .detail_list li p {
	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.i_submit .swiper .swiper-slide .sct_bottom {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:1.5rem;
}
.i_submit .swiper .swiper-slide .sct_bottom a {
	text-align:center;
	padding:1.5rem;
}
.i_submit .swiper .swiper-slide .sct_bottom .insert {
	color:#fff;
	background-color:#07479c;
}
.i_submit .swiper .swiper-slide .sct_bottom .detail {
	border:1px solid #222;
}
.i_submit .swiper .swiper-slide .sct_bottom .insert:hover {
	color:#fff;
	background-color:#09356f;
}
.i_submit .swiper .swiper-slide .sct_bottom .detail:hover {
	background-color:#f5f5f5;
}
.i_submit .swiper_controller {
	display:flex;
	align-items:center;
	position:absolute;
	bottom:7rem;
	left:50%;
	translate:-50% 0;
	z-index:1;
	color:#fff;
}
.i_submit .swiper_controller > span {
	display:inline-block;
	width:20px;
	font-size:14px;
	font-weight:bold;
	color:#07479c;
}
.i_submit .swiper_controller span.max-slide {	
	color:#c2c4c7;
}
.i_submit .i_submit-next, .i_submit .i_submit-prev{
	position:static;
	width:11px;
	height:17px;
	margin-top: 0;
	background-position:center;
	background-size:cover;	
}
.i_submit .i_submit-prev{
	margin-right:15px;
	background-image:url("/theme/basic/img/prev_black.png");
}
.i_submit .i_submit-next{
	margin-left:15px;
	background-image:url("/theme/basic/img/next_black.png");
}
.i_submit .i_submit-pagination{
	position:relative;
	display:block;
	width:115px;
	height:3px;
}
.i_submit .swiper-pagination-progressbar {
	margin: 0 10px;
	background:rgba(0, 0, 0, 0.5);
}
.i_submit .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background:#07479c;
}
.i_submit .playbtn {
	width:38px;
	height:38px;
	border:1px solid #222;
	border-radius:50%;
	margin-left:10px;
	background-image:url("/theme/basic/img/stop_black.png");
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
}
@media all and (max-width:1280px){
	.i_submit .swiper {
		width:60%;
	}
	.i_submit:before, .i_submit:after {
	    box-shadow: rgba(242, 245, 249, 1) 0px 0px 50px 70px;
	}
}
@media all and (max-width:580px){
	.i_submit:before, .i_submit:after {
	    box-shadow: rgba(242, 245, 249, 1) 0px 0px 10px 70px;
	}
	.i_submit:before {
		left: -6rem;
	}
	.i_submit:after {
		right: -6rem;
	}
}

/* 고객센터 알림판*/
.c_n_wrap {
	position:relative;
	padding:2rem 0 8.5rem;
	background-image:url('/theme/basic/img/c_n_bg.png');
	background-repeat:no-repeat;
	background-position:left top;
}
.c_n_wrap .inner_container{
	display: grid;
	grid-template-columns: calc(50% - 3.5rem) calc(50% - 3.5rem);
	gap:7rem;
}
.c_n_wrap .coustomer .board_cate {
	display:flex;
	margin-bottom:4rem;
}
.c_n_wrap .coustomer .board_cate li:not(:last-child) {
	position:relative;
	padding-right:3rem;
	margin-right:2.5rem;
}
.c_n_wrap .coustomer .board_cate li:not(:last-child):after{
	content:'';
	position:absolute;
	top:50%;
	right:0;
	width:3px;
	height:3px;
	border-radius:50%;
	background-color:#adadad;
}
.c_n_wrap .coustomer .board_cate button{	
	border:0;
	font-weight:bold;
	font-size:2rem;
	color:#adadad;
}
.c_n_wrap .coustomer .board_cate li button:hover, .c_n_wrap .coustomer .board_cate li.on button{	
	color:#010101;
}
.c_n_wrap .coustomer .main_board{
	display:none;
}
.c_n_wrap .coustomer .main_board.notice{
	display:block;
}

.c_n_wrap .notice .swiper{
	overflow:hidden;
}
.c_n_wrap .notice .no_btns{
	height:55px;
}
.c_n_wrap .notice .notice-next, .c_n_wrap .notice .notice-prev{
	width:11px;
	height:17px;
	border:0;
	background-position:center;
	background-size:cover;	
}
.c_n_wrap .notice .notice-prev{
	background-image:url("/theme/basic/img/prev_black.png");
}
.c_n_wrap .notice .notice-next{
	background-image:url("/theme/basic/img/next_black.png");
}
.c_n_wrap .notice .playbtn {
	width:15px;
	height:15px;
	border:0;
	margin: 0 10px;
	background-image:url("/theme/basic/img/stop_black.png");
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
}
@media all and (max-width:1280px){
	.c_n_wrap .inner_container{
		grid-template-columns: 100%;
	}
	.c_n_wrap .notice .swiper {
		text-align:center;
	}
}
@media all and (max-width:680px){
	.c_n_wrap .notice .swiper img{
		width:100%;
	}
}

.ft_top{
	border-top:1px solid #ddd;
}
.ft_top .ft_partner{display:flex;align-items:center;}
.ft_top .ft_partner li{position:relative;flex:1;text-align:center;}
.ft_top .ft_partner li:first-child::before{content:'';width:1px;height:60px;background:#ddd;position:absolute;top:50%;left:0;transform:translateY(-50%);}
.ft_top .ft_partner li::after{content:'';width:1px;height:60px;background:#ddd;position:absolute;top:50%;right:0;transform:translateY(-50%);}
.ft_top .ft_partner li a{
	display:block;
	padding:2rem 0;
	text-align:center;
}
@media all and (max-width:680px) {
	.ft_top .ft_partner li a img {
		width:70%;
	}
	.ft_top .ft_partner li:last-child::after,
	.ft_top .ft_partner li:first-child::before{
		display:none;
	}
}

/* 푸터 */
#ft {
	position:relative;
	color:#fff;
	background-color:#020b36;
	padding:6rem 0 10rem;
	overflow:hidden;
}
#ft:after {
	content:'Smart Mtotor Innovation Support Center';
	position:absolute;
	bottom:-3rem;
	left:0;;
	font-size:8.2rem;
/*	font-size:4.3vw;*/
	font-weight:bold;
	white-space:nowrap;
	color:#161f40;
	font-family:'GmarketSans', dotum, sans-serif;	
}
#ft .inner_container{
	display:grid;
	grid-template-columns:1.3fr 1fr;
}
#ft .ft_left header {
	display:flex;
	align-items:center;
	font-size:2.2rem;
	margin-bottom:2rem;
}
#ft .ft_left header .sns {
	margin-left:1.5rem;
}
#ft .ft_left header .sns a{
	margin-right:5px;
}
#ft .ft_left header .sns a:last-child{
	margin-right:0;
}
#ft .ft_left .privacy {
	display:inline-block;
	width:120px;
	font-size:14px;
	color:#fff;
	border:1px solid #555;
	padding:5px 8px;
	margin-bottom:4rem;	
}
#ft .ft_left .info {
	display:flex;
	gap:1rem;
	color:#707382;
	margin-bottom:4rem;
	font-size:14px;
	font-weight:500;
}

#ft .ft_left .info strong{
	color:#fff;
}
#ft .ft_left #ft_copy {
	color:#777;
	font-weight:500;
}
#ft .ft_right #ft_1dul {
	display:flex;
	justify-content:space-between;
	text-align:right;
}
#ft .ft_right #ft_1dul .ft_1dli {
	
}
#ft .ft_right #ft_1dul .ft_1da {
	display:block;
	color:#fff;
	margin-bottom:1.5rem;
}
#ft .ft_right .ft_2dul_box .ft_2dli {
	margin-bottom:1rem;
}
#ft .ft_right .ft_2dul_box .ft_2da {
	color:#777;
}
@media all and (max-width:1280px){
	#ft .inner_container {
		grid-template-columns: 1fr;
	}
	#ft .ft_right #ft_1dul {
		display:none;
	}
}
@media all and (max-width:820px){
	#ft .ft_left header {		
		flex-wrap:wrap;
	}
	#ft .ft_left header .sns {
		width:100%;
		margin-left:0;
		margin-top:1rem;
	}
	#ft .ft_left .info {
		flex-wrap:wrap;
	}
	#ft .ft_left .info li {
		width:100%;
	}
}

/* 서브 페이지 공통 */
.ctt_admin, .btn_admin, .btn_b01 {
	 display:none; 
}
.page_path{
	color:#333;
	margin-top:4rem;
	font-size:1.8rem;
}
.page_path .path {
	display:flex;
	align-items:center;
}
.page_path .path > li:not(:last-child) {
	padding-right:2.5rem;
	margin-right:1.5rem;
	background-image:url("/theme/basic/img/next_black.png");
	background-repeat:no-repeat;
	background-position: right center;
}
.page_path .path > li:first-child img{
	margin-right:1.5rem;
	translate:0 -3px;
}
.page_path .path > li:last-child{
	font-weight:bold;
}
.page_path .path .path_selector {
	position:relative;
	vertical-align:top;
}
.page_path .path .path_selector button{
	font-weight:bold;
	padding-right:3rem;
	border:0;
	border-bottom: 2px solid #fff;
}
.page_path .path .path_selector button:before{
	content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 18px;
    height: 18px;
    background: #07479c;
    border-radius: 50%;
}
.page_path .path .path_selector button:after{
	content: '';
    position: absolute;
    top: 9px;
    right: 5px;
    border-top: 6px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: all 0.3s;
}
.page_path .path .path_selector.on button:after {
    top: 8px;
    transform: rotate(180deg);
}
.page_path .path .path_selector ul{
	display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 2;
    padding: 25px;
    width: 160px;
}
.page_path .path .path_selector ul a{
	display: block;
    font-size: 17px;
	font-weight:500;
    padding: 10px 0;
    transition: all 0.3s;
}
.page_path .path .path_selector ul a:hover{
	color:#07479c;
}
.page_path h2 {
	font-size:5.6rem;
	font-weight:bold;
	margin:10rem 0 6rem;
}
.subbanner {
	height:300px;
	margin-bottom:13rem;
	border-radius:30px;
	background-repeat:no-repeat;
	background-size:1290px;
	background-position:center;
}
/*페이지 상단배너관리*/
.subbanner.cont0101_banner {
	background-image:url("/theme/basic/img/cont0101_banner.png");
}
/*상품 상단배너관리*/
.subbanner.ca_20_banner {
	background-image:url("/theme/basic/img/ca_20_banner.png");
}
.subbanner.ca_30_banner {
	background-image:url("/theme/basic/img/ca_30_banner.png");
}
.subbanner.ca_40_banner {
	background-image:url("/theme/basic/img/ca_40_banner.png");
}
@media all and (max-width:720px){
	.page_path h2 {
		margin:5rem 0;
	}
	.subbanner {
		margin-bottom:6rem;
	}
}

.tablist {
	display:flex;
	margin-bottom:7rem;
}
.tablist li {
	position:relative;
	padding-right:35px;
	border:0;
	margin-right:30px;
}
.tablist li a {
	position:relative;
	color:#9d9d9d;
	font-size:3rem;
	font-weight:400;
}
.tablist li a:hover{
	color:#07479c;	
}
.tablist li:last-child {
	padding-right:0;
	margin-right:0;
}
.tablist li:not(:last-child):after{
	content:'';
	position:absolute;
	top:50%;
	right:0;
	translate:0 -50%;
	width:5px;
	height:5px;
	border-radius:50%;
	background-color:#2c2c2c;
}
.tablist li a.active {
	font-weight:bold;
	color:#07479c;
}
.tablist li a.active:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background-color: #07479c;
}
.tablist li.on:last-child a:before {	
	width:100%
}
@media all and (max-width:720px){
	.tablist {
		display:none;
	}
}

/* 교육 리스트 공통 */

#edu_list {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:4rem;
}
#edu_list > li {
	overflow-x: auto;
	margin-bottom:6rem;
}
#edu_list .imgwrap {
	width:100%;
	padding-top:100%;
	position:relative;
	margin-bottom:3rem;
	overflow:hidden;
	transition:0.3s;
}
#edu_list .imgwrap img {	
	position:absolute;
	top:50%;
	left:50%;
	translate:-50% -50%;
	width:100%;
	height:auto;
	transition:0.3s;
}
#edu_list h4 {
	width:100%;
	font-size:2.6rem;
	margin-bottom:2rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition:0.3s;
}

#edu_list > li:hover .imgwrap {
	border-radius:4rem;
}
#edu_list > li:hover .imgwrap img{
	scale:1.1;
	border-radius:4rem;
}
#edu_list > li:hover h4{
	color:#07479c;
}

#edu_list .info {
	margin-bottom:2.5rem;
}
#edu_list .info li {
	display:grid;
	grid-template-columns: 8rem 1fr;	
	margin-bottom:1rem;
}
#edu_list .btnwrap {
	display:grid;
	grid-template-columns: 1fr 1fr;	
	gap:1.5rem;
}
#edu_list .btnwrap a ,
#edu_list .btnwrap span {
	padding:1.5rem 0;
	text-align:center;
}
#edu_list .btnwrap .insert {
	color:#fff;
	font-weight:bold;
	background-color:#07479c;
}
#edu_list .btnwrap .detail{
	border:1px solid #222;
}
#edu_list .btnwrap .deadline{
	background-color:#ddd;
	cursor:no-drop;
}
#edu_list .btnwrap .insert:hover {
	color:#fff;
	background-color:#09356f;
}
#edu_list .btnwrap .detail:hover {
	background-color:#f5f5f5;
}

@media all and (max-width:1080px){
	#edu_list {
		grid-template-columns: 1fr 1fr;
	}
}
@media all and (max-width:760px){
	#edu_list {
		gap:2rem;
	}
	#edu_list h4 {
		font-size:2.2rem;
	}
	#edu_list .info li {
		grid-template-columns: 1fr;
	}
	#edu_list .btnwrap {
		grid-template-columns: 1fr;
	}
}

/* 인풋 공통 스타일링*/
.write_div {
    display: grid;
    grid-template-columns: 26rem 1fr;
    align-items: center;	
	padding:2rem 0;
	border-bottom:1px solid #ddd;
}
.write_div.titletop {
	align-items:start;
}
.write_div > label {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2em;
}
.write_div.titletop > label{
	align-items:start;
	padding-top:2rem;
}
.write_div > label >  strong {
    color:#07479c;
}
.frm_input, .bo_w_link input, .file_wr .input_file{
	height:5.5rem;
	line-height:5.5rem;
	padding: 0 2rem;
	border:1px solid #ddd;
	border-radius: 5px;
	background:#fff;
}
.chk_box .checkbox {
	display:inline-block;
	width:2rem;
	height:2rem;
	border:1px solid #ddd;
	border-radius:5px;
	margin-right:5px;
}
.chk_box input:checked + .checkbox{
	background-color: #1466f3;
	background-image:url("/theme/basic/img/chk.png");
	background-repeat:no-repeat;
	background-position: center;
}
@media all and (max-width:920px){
	.write_div {
		grid-template-columns: 9rem 1fr;
	}
}
@media all and (max-width:420px){
	.write_div {
		grid-template-columns: 1fr;
		gap:1rem;
	}
}

/* 게시판 관련 */
.cke_sc {display:none;}

/* 댓글*/
#bo_vc {
	margin-bottom:2rem;
}
#bo_vc > h2{ 
	padding-bottom:2rem;
	border-bottom:1px solid #ddd;	
}
#bo_vc article {
	display:grid;
	grid-template-columns: 1fr 30px;
	padding:2rem 0;
	border-bottom:1px solid #ddd;
}
#bo_vc .bo_vl_opt {
	position:relative;
}
#bo_vc .bo_vc_act {
	display:none;
	position:absolute;
	top:0;
	right:130%;
	width:6rem;
	line-height:1.5em;
	text-align:center;
	border:1px solid #ddd;
	border-radius:1rem;
	padding:1.5rem 0;
	background:#fff;
}
#bo_vc article .cm_wrap {
	display:grid;
	grid-template-columns:110px 1fr;
	gap:2rem;
}
#bo_vc_empty{
	padding: 5rem 3rem;
}
#bo_vc .btn_submit {
	width: 100%;
    line-height: 3em;
    border: 1px solid #333;
    margin-top: 1rem;
}
#bo_vc #wr_content {
	width: 100%;
}
#bo_vc_w {
	margin-bottom:5rem;
}
#bo_vc_w h2 {
	margin-bottom:2rem;
}
#bo_vc_w form {
	display:flex;
}
#bo_vc_w #wr_content {
	width:80%;
}
#bo_vc_w .bo_vc_w_wr {
	width:18%;
	margin-left:2%;
}
#bo_vc_w .btn_submit {
	width:100%;
	line-height:3em;
	border:1px solid #333;
	margin-top:1rem;
}
#bo_vc_w .btn_confirm{
	border:0;
}
#bo_vc_w .btn_submit:hover {
	color:#fff;
	background-color:#333;
}

.bo_vc_w_info .certinput{
	width:100%;
	height:3rem;
	line-height:3rem;
	padding: 0 2rem;
	border:1px solid #ddd;
	border-radius: 5px;
	margin-bottom:1rem;
}
@media all and (max-width:640px){
	#bo_vc_empty {
		padding:3rem 1.5rem;
	}
	#bo_vc_w form {
		display:block;
	}
	#bo_vc_w #wr_content {
		width:100%;
	}
	#bo_vc_w .bo_vc_w_wr {
		width:100%;
		margin:0;
	}
	#bo_vc_w .btn_confirm {
		padding:0;		
		text-align:left;
	}
}
@media all and (max-width:460px){
	#bo_vc_w #wr_content {
		width: calc(100% - 60px);
	}
	#bo_vc_w .bo_vc_w_wr {
		width:60px;
	}
}
/* 이전글 다음글*/
.bo_v_nb {
	border-top: 1px solid #ddd;
	margin-bottom: 6rem;
}
.bo_v_nb li {
	display: grid;
	grid-template-columns: 20rem 1fr;
	font-size:1.8rem;
	border-bottom: 1px solid #ddd;	
}
.bo_v_nb li .nb_head{
	padding: 2rem 0;
	text-align: center;
	background-color: #f4f4f4;
}
.bo_v_nb li .nb_body{
	padding: 2rem 0 2rem 3rem;	
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.bo_v_nb li .nb_body span{
	color: #999;
}
@media all and (max-width: 640px){
	.bo_v_nb li {
		grid-template-columns: 13rem 1fr;
	}
}

/* 검색 */
#list_search h3{
	font-size:3.6rem;
	margin-bottom:4rem;
}
#list_search .input_wrap{
	text-align:center;
	padding: 4rem;
	margin-bottom: 10rem;
	background-color: #f8f8f8;
}
#list_search .input_wrap .search_input,
#list_search .input_wrap select{
	font-size: 1.6rem;
	color:#aaa;
	height: 55px;
	background-repeat: no-repeat;	
	padding-left: 1.5rem;
	border: 1px solid #ddd;	
	margin-right:1rem;
}
#list_search .input_wrap form {
	font-size: 0;
}
#list_search .input_wrap form input{
	font-size: 1.6rem;
}
#list_search .input_wrap select {
	width: 12rem;
	line-height: 1em;
	appearance:none;	
	border-radius: 5px;
	margin-right: 5px;
	background-image: url("/theme/basic/img/select_arrow.png");
	background-position: right 1.5rem center;
}
#list_search .input_wrap input[type="text"]{
	width: 39rem;
}
#list_search .input_wrap input[type="text"]::placeholder {
	color: #bbb;
}
#list_search .search_submit{
	min-width:150px;
	height:5.5rem;
	color:#fff;
	padding:0;
	background-color:#4b4b4b;
}
@media all and (max-width: 960px){
	#list_search .input_wrap {
		text-align:right;
	}
	#list_search .input_wrap select,
	#list_search .input_wrap input[type="text"] {
		width: 100%;
		margin-bottom:1rem;
	}		
}
@media all and (max-width: 420px){
	#list_search .input_wrap form input {
		width:100%;
	}
}
/* 페이징 스타일링 */
.pg_wrap {
	margin:6rem 0 30px;text-align:center; 
}
.pg_wrap:after {
	display:block;visibility:hidden;clear:both;content:""
}
.pg {
	text-align:center; font-size: 0;
}
.pg_numwrap { 
	display: inline-block; 
}
.pg_page, .pg_current,.qa_page {
	display:inline-flex; align-items: center; justify-content: center; border:1px solid #e2e2e2; 
}
.pg a:focus, .pg a:hover {
	text-decoration:none
}
.pg_page,.qa_page {
	color:#070506; font-size: 1.6rem; height:40px;width:40px;text-decoration:none;
}
.pg_page:hover,.qa_page:hover {
	border: 1px solid #333;
}
.pg_start {
	text-indent:-999px;overflow:hidden;background:url('../img/pg_start.png') no-repeat center;padding:0;border:1px solid #eee;  border-right: 0; 
}
.pg_prev {
	text-indent:-999px;overflow:hidden;background:url('../img/pg_prev.png') no-repeat center;padding:0;border:1px solid #eee; margin-right: 12px;
}
.pg_start.pg_disabled {
	background-image:url('../img/pg_start_disabled.png');
}
.pg_prev.pg_disabled {
	background-image:url('../img/pg_prev_disabled.png');
}
.pg_end {
	text-indent:-999px;overflow:hidden;background:url('../img/pg_end.png') no-repeat center;padding:0;border:1px solid #eee;  border-left: 0;
}
.pg_next {
	text-indent:-999px;overflow:hidden;background:url('../img/pg_next.png') no-repeat center;padding:0;border:1px solid #eee; margin-left: 12px;
}
.pg_end.pg_disabled {
	background-image:url('../img/pg_end_disabled.png'); 
}
.pg_next.pg_disabled {
	background-image:url('../img/pg_next_disabled.png');
}
.pg_disabled { 
	cursor: not-allowed; 
}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {
	background-color:#fafafa
}
.pg_current {
	background:#07479c;border:0; color:#fff; font-size: 1.6rem; height:40px;width:40px; text-decoration:none; 
}
.pg_current:last-child, .pg_page:last-child {
	margin-right: 0;
}
/*파일*/
#bo_v_file {
	color: #333;
	display: grid;
	align-items: center;
	grid-template-columns: 160px 1fr;
	padding: 3rem 6rem;
	border: 1px solid #333;
	margin-bottom: 7rem;
}
#bo_v_file h4 {
	line-height: 1.75em;
}
#bo_v_file .view_file_download {
	color: #333;
	display: block;
	padding: 1rem 4rem;
	word-break: break-all;
	background-image: url("/theme/basic/img/file.png");
	background-repeat: no-repeat;
	background-position: left center;
}
#bo_v_file .view_file_download:hover {
	color: #07479c;
	font-weight: 600;
	background-image: url("/theme/basic/img/file_hover.png");
}
@media all and (max-width:640px){
	#bo_v_file{
		padding:2rem;
		grid-template-columns: 1fr;
	}	
}
/* 링크 */
#bo_v_link {
	 color: #333;
    display: grid;
    align-items: center;
    grid-template-columns: 160px 1fr;
    padding: 3rem 4rem;
    border: 1px solid #333;
    margin-bottom: 7rem;
}
#bo_v_link li a{
	display:block;
	color: #333;
    padding: 1rem 4rem;
	word-break: break-all;
    background-image: url(/theme/basic/img/link.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#bo_v_link li a:hover{
	font-weight: 600;
	color: #20a96a;
}
@media all and (max-width:640px){
	#bo_v_link{
		padding:2rem;
		grid-template-columns: 1fr;
	}	
}
/* 글 상세 */
#bo_v_con img {
	max-width:100%;
}
/* 푸터버튼 */
.list_footer {
	position:relative;
}
.list_footer .write_btn {
	position:absolute;
	top:50%;
	right:0;
	translate:0 -50%;
	display:flex;
	align-items:center;	
	color:#fff;
	font-weight:500;
	font-size:1.8rem;
	width:19rem;
	padding:2rem 0 2rem 4rem;
	border-radius:3rem;
	background-color:#000;
	background-image:url('/theme/basic/img/write_btn_icon.png');
	background-repeat:no-repeat;
	background-position:right 3.5rem center;
}
.list_footer .write_btn:hover{
	color:#fff;
	background-color:#333;
}
.cont06 .list_footer .write_btn:hover{	
	background-color:#c84700;
	border:1px solid transparent;
}

.btn_bo_user {
	display:flex;
	justify-content:space-between;
}
.btn_bo_user .more_opt{
	display:flex;
	gap:5px;
}
.btn_bo_user .more_opt button{
	padding:5px 10px;
	border:1px solid #333;
}

@media all and (max-width: 640px){
	.pg_wrap { margin: 4rem 0 20px; }
}
 @media all and (max-width:540px){
	.blist_wrap {
		margin-bottom:0;
	}
	.pg_wrap {
		margin:2rem 0 40px;
	}
	.list_footer .write_btn {
		position:static;
		width:100%;
		height:4rem;
		margin-bottom:3rem;
	}
}
@media all and (max-width: 340px){
	.pg_page, .pg_current, .qa_page { width: 30px; height: 30px;}
}



/* ########## 쇼핑몰 컨텐츠 ########## */

/*--------- 추가 -------*/
/* 리스트형식 상품 공통 */
.item_table {
	color:#333;
	text-align:center;
	overflow:auto;
}
.item_table .head, .item_table .body .row{
	display:grid;
	grid-template-columns: 6rem 11rem 11rem 1.5fr 1fr 1fr  11rem 11rem;
	min-width: 1280px;
	align-items:center;
	border-bottom:1px solid #ddd;
}
.item_table .head{
	height:5.6rem;
	font-size:1.8rem;
	font-weight:bold;
	border-top:3px solid #07479c;
	background-color:#f5f5f5;
}
.item_table .body .row:hover{
	background-color: #eef5ff;
}
.item_table .cell{
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%;
	padding:9px 11px;
	border-right:1px solid #ddd;
}
.item_table .cell:last-child{	
	border-right:0;
}
.item_table .cell.bd_subject{	
	padding:9px 20px;
	justify-content: flex-start;
}
.item_table .cell .state {
	color:#fff;
	background-color:#bbb;
}
.item_table .cell .insert, 
.item_table .cell .detail,
.item_table .cell .go,
.item_table .cell .state,
.item_table .cell .cate_10,
.item_table .cell .cate_20{	
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:90px;
	width:100%;
	height:35px;
	font-size:1.5rem;
	font-weight:bold;
}
.item_table .cell .insert {	
	border:0;
	color:#fff;
	background-color:#07479c;
	border:2px solid #07479c;
}
.item_table .cell .detail {	
	color:#179656;
	border:2px solid #179656;
}
.item_table .cell .go {
	color:#e20000;
	border:2px solid #e20000;
}
.item_table .cell .cate_10{
	color:#fff;
	border-radius:5px;
	background-color:#59cce5;
}
.item_table .cell .cate_20{
	color:#fff;
	border-radius:5px;
	background-color:#ecaa00;
}	
.item_table .end .progress,
.item_table .end .score {
	color:#e20000;
	font-weight:bold;
}
.item_table .end .state {
	background-color:#e20000;
}

/* 마이페이지 메뉴 */
.sort_btns {
	display:flex;
	gap:1rem;
	margin-bottom:5rem;
}
.sort_btns .btn {
	width:190px;
	padding:2rem 0;
	color:#fff;
	text-align:center;
	border:0;
	background-color:#bbb;
}
.sort_btns .btn.active {
	background-color:#07479c;
}
.view_title {
	text-align:center;
	font-size:3rem;
	color:#333;
	padding:7rem 3rem;
	margin-bottom:7rem;
	background-color:#f5f5f5;
}

/* 수강현황 */
#myedulist .item_table .head, #myedulist .item_table .body .row {
	/*grid-template-columns: 6rem 10rem 1.5fr 1fr 10rem 10rem 10rem;*/
	grid-template-columns: 10rem 1.5fr 1fr 10rem 10rem 10rem;
}
#myedulist #end_running {
	display:none;
}
/* 수강현황 뷰 */
#myedulist_view .item_table .head, #myedulist_view .item_table .body .row {
	/*grid-template-columns: 10rem 1fr 13rem 13rem 16rem;*/
	grid-template-columns: 1fr 13rem 13rem 16rem;
}
/* 수강신청내역 */
#orderinquiry .item_table .head, #orderinquiry .item_table .body .row {
	height:50px;
	/*grid-template-columns: 10rem 1fr 13rem 13rem 13rem 16rem;*/
	grid-template-columns: 18rem 1fr 13rem 13rem 18rem 13rem;
}
/* 수료증 발급 */
#certificate .item_table .head, #certificate .item_table .body .row {	
	grid-template-columns: 6rem 13rem 1.5fr 1fr 13rem  13rem;
}

/* 인덱스 이미지 출력 */
#sidx_img {margin:0 0 20px}
#sidx_img img {max-width:100%;height:auto}


/* 상품 메일 추천하기 */
#sit_rec_new {}
#sit_rec_new th,
#sit_rec_new td {display:block;width:100%}
#sit_rec_new th {text-align:left;margin-top:20px;margin-bottom:5px}
#sit_rec_new textarea {width:100%;min-height:100px}
#sit_rec_new .win_btn {margin:20px 0}

/* 마이페이지 */
#smb_my {position:relative;margin-bottom:30px}
#smb_my:after {display:block;visibility:hidden;clear:both;content:""}

/* 마이페이지 aside */
#smb_my_ov {position:relative;float:left;margin:0 10px 0 0;width:265px;border:1px solid #e8e8e8;background:#fff;margin-right:20px}
#smb_my_ov h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#smb_my_ov .smb_me {display:block;background:#fff;border-bottom:1px solid #e8e8e8;padding:20px;text-align:center;font-size:1.167em}
#smb_my_ov .smb_me img {width:45px;border-radius:50%}
#smb_my_ov .smb_me .my_ov_name {display:inline-block;margin-bottom:10px;line-height:28px}
#smb_my_ov .smb_me a {display:inline-block;font-size:0.85em;height:28px;line-height:22px;border:1px solid #d5d9dd;color:#8a8a8a;border-radius:2px;padding:2px 5px}
#smb_my_ov .smb_me a.smb_info {color:#3a8afd}

#smb_private:after {display:block;visibility:hidden;clear:both;content:""}
#smb_private {padding:10px 0}
#smb_private li {text-align:left;position:relative;text-align:left}
#smb_private a {display:block;background:#fff;color:#465168;line-height:20px;padding:10px 20px 10px 25px}
#smb_private a strong {display:inline-block;float:right;max-width:87px;overflow:hidden;white-space:nowrap;text-overflow:clip;color:#3a8afd;padding:0 5px;border-radius:15px;font-size:0.92em}
#smb_private a:hover strong {background:#4b8bff}
#smb_private li a:hover {color:#4b8bff}
#smb_private li a:hover:after {position:absolute;left:0;top:0;width:2px;height:100%;background:#3a8afd;content:""}
#smb_private li i {width:25px;color:#8c9eb0;margin-right:5px}
#smb_private li:hover i {color:#3a8afd}
#smb_private .win_point strong {background:#37bc9b;color:#fff}
#smb_private .win_memo strong {background:#ff8b77;color:#fff}
#smb_private .win_scrap strong {background:#8cc152;color:#fff}
#smb_private .win_coupon strong {background:#a352c1;color:#fff}

#smb_my_ov h3 {font-size:1.2em;padding:20px 20px 10px;border-top:1px solid #e8e8e8}
#smb_my_ov .op_area {border-top:0;padding:0 20px;line-height:18px;color:#555}
#smb_my_ov .op_area:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_ov .op_area dt {margin:5px 0;padding-top:5px;font-weight:bold;color:#8c9eb0;line-height:20px}
#smb_my_ov .op_area dd {margin:5px 0;padding-bottom:10px;border-bottom:1px dashed #e5e5e5}
#smb_my_ovaddt {border-bottom:0 !important}
#smb_my_ovaddd {border-bottom:0 !important}

.withdrawal {display:block;padding:10px 20px;border-top:1px solid #e8e8e8;color:#c7c7c7}

/* 마이페이지 list */
#smb_my_list {float:left;width:915px}

#smb_my_od h2 {margin:0 0 10px;font-size:1.25em}
#smb_my_od {position:relative;margin:0 0 50px}
.smb_my_od {background:#fff}
.smb_my_od li {padding:15px;border-bottom:1px solid #ececec}
.smb_my_od li:last-child {border-bottom:0}
.smb_my_od li:after {display:block;visibility:hidden;clear:both;content:""}
.smb_my_od li:hover {background:#fff6f6}
.smb_my_od .smb_my_od_li {float:left;line-height:18px}
.smb_my_od .smb_my_od_li1 {width:140px;text-align:center}
.smb_my_od .smb_my_od_li2 {width:75%;padding:0 20px}
.smb_my_od .smb_my_od_li3 {width:80px;float:right;text-align:center}

.smb_my_od .ord_num,
.smb_my_od .ord_name {font-size:1.2em;font-weight:bold;letter-spacing:-0.5px}
.smb_my_od .date {color:#b5b5b5}
.smb_my_od .cost {color:#3a8afd;font-weight:bold}
.smb_my_od .misu {color:#6d6d6d}

#smb_my_wish {position:relative;margin-bottom:30px}
#smb_my_wish h2 {font-size:1.25em;padding:0 0 20px;border-bottom:1px solid #d9dde2}
#smb_my_wish li {position:relative;background:#fff;border-bottom:1px solid #ececec;padding:15px}
#smb_my_wish li:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_wish .smb_my_chk {display:inline-block;float:left;margin-right:10px;color:red}
#smb_my_wish .smb_my_img {float:left;margin-right:20px}
#smb_my_wish .smb_my_tit {margin:5px 0;font-size:1.167em;font-weight:bold}
#smb_my_wish .smb_my_price {font-weight:bold;font-size:1.2em;margin-bottom:30px}
#smb_my_wish .smb_my_date {font-size:1em;color:#777}
.smb_my_more {position:absolute;top:0;right:0}
.smb_my_more a {display:block;background:url('../img/more-btn.gif') no-repeat 0 2px;padding-left:20px;height:30px}
#smb_my_wish li .wish_del {position:absolute;right:20px;top:50px;font-size:1.4em;color:#b2b2b2}
#smb_ws_act {text-align:center;margin:20px 0 30px}
#smb_ws_act .btn01 {width:180px;height:50px;font-weight:bold;font-size:1.167em;border:1px solid #98a3b3;border-radius:3px}
#smb_ws_act .btn02 {width:180px;height:50px;font-weight:bold;font-size:1.167em;border:1px solid #1c70e9;border-radius:3px;background:#3a8afd}


/* 장바구니 주문서 공통 */
.od_prd_list .td_chk {}
.od_prd_list .td_prd {border-left:0;position:relative;padding-left:120px;min-height:100px}
.od_prd_list .td_prd .sod_img {position:absolute;top:25px;left:20px}
.od_prd_list .td_prd .sod_name {min-height:80px}
.od_prd_list .td_prd .prd_name {font-size:1.4em}
.od_prd_list .total_prc {color:#000;font-weight:bold;font-size:1.4em}

.sod_opt {margin:5px 0}
.sod_opt ul {display:inline-block;margin:0;padding:0;list-style:none}
.sod_opt li {color:#000;padding:3px 0;line-height:1.3em}
.sod_opt li:before {content:"옵션";display:inline-block;margin:1px 5px 2px 0;padding:3px;border-radius:3px;background:#e2eaf6;line-height:1em;color:#3a8afd}
.sod_option_btn .mod_options {height:30px;margin:5px 0 0;padding:0 5px;border:1px solid #d4d6db;color:#606060;background:#fff;border-radius:3px}
.cp_btn {padding:0 10px;border:1px solid #d4d6db;color:#3a8afd;background:#fff;height:26px;border-radius:3px}
.cp_cancel {padding:0 10px;border:1px solid #aaa;color:#666;background:#fff;height:26px;border-radius:3px}

/* 장바구니 */
#sod_bsk {margin-bottom:30px}
.btn_cart_del {padding:20px 0;border-bottom:1px solid #ccd2d9}
.btn_cart_del button {height:30px;padding:0 10px;border:1px solid #d4d6db;border-radius:5px;background:#fff;color:#666}
#sod_bsk_list {position:relative}
#sod_bsk #sod_bsk_tot {border:1px solid #212a37;margin:20px 0}
#sod_bsk #sod_bsk_tot ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_bsk #sod_bsk_tot li {float:left;width:33.333%;background:#4a505a;color:#fff;border-left:1px solid #212a37;text-align:right;padding:25px;font-size:1.167em}
#sod_bsk #sod_bsk_tot li:first-child {border:0}
#sod_bsk #sod_bsk_tot li span {display:inline-block;float:left}
#sod_bsk #sod_bsk_tot .sod_bsk_cnt {width:33.335%;background:#212a37}
#sod_bsk_act {text-align:center;margin-bottom:30px}
#sod_bsk_act .btn_submit {height:50px;padding:0 10px;width:160px;font-weight:bold;font-size:1.25em}
#sod_bsk_act .btn01 {height:50px;line-height:50px;padding:0 10px;width:160px;font-weight:bold;font-size:1.25em}
#sod_bsk_act p {margin:0 0 10px}

/* 장바구니 선택사항수정 */
#sod_bsk_list #mod_option_frm {z-index:10000;position:fixed;top:50%;left:50%;width:540px;height:auto !important;height:500px;max-height:500px;margin-left:-280px;
margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
#sod_bsk_list .mod_option_bg {content:"";position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.1);display:block;z-index:9999}
#mod_option_frm h2 {border-bottom:1px solid #e8e8e8;padding:0 20px;line-height:50px;font-size:1.25em}

.option_wr {padding:20px 20px 0}
.option_wr h3 {font-size:1.167em;margin-bottom:10px}
.option_wr .get_item_options,
.option_wr .get_item_supply {margin-bottom:10px}
.option_wr label {display:block;margin:10px 0 5px}
.option_wr select {width:100%;border:1px solid #d4d4d4;height:48px}

#sit_opt_added {margin:0;padding:0;border-bottom:0;list-style:none}
#sit_opt_added li {padding:10px 15px;background:#f9f9f9;border:1px solid #e6e9ed;margin:10px 0;position:relative}
#sit_opt_added li:after {display:block;visibility:hidden;clear:both;content:""}
#sit_opt_added li .opt_name {line-height:28px;font-weight:bold}
#sit_opt_added li .opt_count {}
#sit_opt_added button {float:left;width:30px;height:30px;border:1px solid #bdc9dc;border-radius:0;background:#fff;color:#666;font-size:0.92em}
#sit_opt_added button:hover {color:#000}
#sit_opt_added .num_input {float:left;border:0;height:30px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;text-align:center}
#sit_opt_added .sit_opt_del {position:absolute;right:0;top:0;font-size:15px;border:0;border-left:1px solid #e6e9ed;border-bottom:1px solid #e6e9ed}
#sit_opt_added .sit_opt_del:hover {color:#be334a}
#sit_opt_added .sit_opt_prc {display:block;float:right;width:100px;padding:0 3px;text-align:right;line-height:30px;font-size:1.183em;font-weight:bold}

#mod_option_frm #sit_sel_option {margin:20px 20px 10px}
#mod_option_frm #sit_tot_price {float:left;display:inline-block;margin:0 20px 20px}
#mod_option_frm #sit_opt_added {}
#mod_option_frm .btn_confirm {float:right;display:inline-block;margin:0 20px 20px;background:yellow}
#mod_option_frm .btn_confirm .btn_submit {width:100px;height:40px;font-size:1.167em;font-weight:bold;cursor:pointer}
#mod_option_frm .btn_confirm .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;font-size:1.25em;border-radius:0}
#mod_option_frm .btn_confirm .btn_close:hover {background:#f3f3f3}

/* 주문서 작성 */
#sod_frm {
	padding-top:13rem;
	padding-bottom:13rem;
}
#sod_frm h2 {
	font-size:6rem;
	text-align:center;
	margin-bottom:6rem;
}
#sod_frm p {margin:0 0 10px}
.sod_list_wrap {
	overflow:auto;
	margin-bottom:6rem;
}
#sod_list {
	position:relative;
	width:100%;
	min-width:970px;
	text-align:center;
	border-top:2px solid #333;
	border-collapse: collapse;
}
#sod_list #cp_frm {z-index:10000;position:absolute;top:50%;left:50%;width:540px;height:auto !important;height:500px;max-height:500px;margin-left:-270px;margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
#sod_list thead th{
	padding:1.5rem; 0;
	border-bottom:1px solid #333;
}
#sod_list tbody td{
	padding:1.5rem; 0;
	border-bottom:1px solid #ddd;
}
#sod_list tbody .td_prd {
	text-align:left;
	padding-left:2rem;
}

.od_coupon h3{border-bottom: 1px solid #cdcdcd;padding: 0 20px;line-height: 50px;margin: 0 0 15px;font-size: 1.25em;text-align:left;
-webkit-box-shadow: 1px 2px 2px #eee;
-moz-box-shadow: 1px 2px 2px #eee;
box-shadow: 1px 2px 2px #eee;}
.od_coupon .btn_close {position: absolute;top: 0;right: 0;width: 50px;height: 50px;border: 0;background: none;border-left: 1px solid #cdcdcd;font-size: 1.25em;}
.od_coupon .btn_close:hover{background:#f3f3f3}
.od_coupon .tbl_head02{margin:20px}
.od_coupon .cp_apply{padding: 0 5px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;}
.od_coupon td,#sod_frm_pay .od_coupon td{text-align:left;border-left:0;padding:7px}
#sod_frm_pay .od_coupon th{width:auto;text-align:center;padding: 7px;background: #f3f3f3;border-top: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
.od_coupon .td_numbig,#sod_frm_pay .od_coupon .td_numbig{text-align:center;}
.od_coupon .td_mngsmall{width:60px}

/* 주문서 작성 - 주문하시는 분 */
#sod_frm .tbl_frm01 {padding:20px 10px}
#sod_frm .tbl_frm01 th,#sod_frm .tbl_frm01 td {text-align:left;padding:10px;vertical-align:top}
#sod_frm .tbl_frm01 th{padding:0px 10px}
#sod_frm .tbl_frm01 td input {width:100%}
#sod_frm .tbl_frm01 td .addr input {width:20%}
#sod_frm .tbl_frm01 td .addr button {background:#434a54;color:#fff;width:128px;height:45px;border:0;border-radius:3px}

/* 주문서 작성 - 받으시는 분 */
#sod_frm_taker .tbl_frm01 {
	padding:20px 10px
}
#sod_frm_taker .tbl_frm01 .choice_place {display:block;background:#edf3fc;padding:10px 15px;border:1px solid #d1ddee;margin:0 10px 10px}
#sod_frm_taker .tbl_frm01 .choice_place:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm_taker .tbl_frm01 .choice_place .chk_box {float:left;display:inline-block;width:85%;line-height:30px}
#sod_frm_taker .tbl_frm01 .choice_tit {float:left;display:inline-block;width:15% !important;line-height:30px}
#sod_frm_taker .tbl_frm01 .choice_place input[type="radio"] + label span {top:7px}
#sod_frm_taker .tbl_frm01 .choice_place input,
#sod_frm_taker .tbl_frm01 .choice_place label {margin-left:10px}
#sod_frm_taker .tbl_frm01 .btn_frmline {padding:0;width:80px;height:30px;line-height:28px;background:#fff;border:1px solid #d4d6db;color:#606060;text-align:center;float:right}

#sod_frm_taker .tbl_frm01 td input {width:100%}
#sod_frm_taker .tbl_frm01 td .addr input {width:20%}
#sod_frm_taker .tbl_frm01 td .addr button {background:#434a54;color:#fff;width:128px;height:45px;border:0;border-radius:3px}
#sod_frm_taker .tbl_frm01 td .ad_choice {padding:5px 0}
#sod_frm_taker .tbl_frm01 td .ad_choice input {width:auto}

#sod_frm_orderer, #sod_frm_taker {}
#sod_frm section h3 {
border-bottom:1px solid #333;
font-size:2.8rem;
padding-bottom:2rem;
}
#sod_frm_orderer #od_addr_jibeon,
#sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}

/* 5.4.1.3 버전이후 추가 css */
#sod_frm div.tbl_frm01, #sod_frm_taker div.tbl_frm01{
	margin-bottom:4rem;
}
#sod_frm div.tbl_frm01 table, #sod_frm_taker div.tbl_frm01 table{
	width:100%;
}
#sod_frm .tbl_frm01 th, #sod_frm .tbl_frm01 td{padding:10px;line-height:45px}
#sod_frm #od_zip,#sod_frm #od_b_zip{
	width:150px;
	margin-right:1rem;
}
#sod_frm .tbl_frm01 td.address_input input:not(#od_addr3){
	margin-bottom:1rem;
}
#sod_frm .tbl_frm01 td .btn_address {
    display: inline-flex;
    justify-content: center;
    align-items: center;
	height:5.5rem;
    border: 1px solid #333;
    border-radius: 5px;
    width: 15rem;
    cursor: pointer;
}
#sod_frm .tbl_frm01 td .btn_address:hover {
    color: #fff;
    background-color: #333;
}
#sod_frm #od_memo{
	width:100%;
	min-height:100px;
}
#sod_frm_taker .order_choice_place{position:relative;background:#edf3fc;border:1px solid #d1ddee;padding-left:10px}
#sod_frm_taker .tbl_frm01 .btn_frmline{float:none;position:absolute;top:8px;right:10px}
#sod_frm  #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm  #sod_bsk_tot li{position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
#sod_frm  #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm  #sod_bsk_tot li span{display:block;color:#777;margin-bottom:5px;font-weight:bold}
#sod_frm  #sod_bsk_tot .sod_bsk_sell,#sod_frm  #sod_bsk_tot .sod_bsk_coupon{border-right:1px solid #e7ebf1}
#sod_frm  #sod_bsk_tot .sod_bsk_point,#sod_frm  #sod_bsk_tot .sod_bsk_cnt{width:100%;clear:both;height:40px;padding:0 15px;line-height:40px;text-align:right}
#sod_frm  #sod_bsk_tot li:last-child {border-bottom:0 none}
#sod_frm  #sod_bsk_tot .sod_bsk_point span,#sod_frm  #sod_bsk_tot .sod_bsk_cnt span {float:left;margin:0}
#sod_frm  #sod_bsk_tot .sod_bsk_coupon:before{display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
#sod_frm  #sod_bsk_tot .sod_bsk_dvr:before{display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#ff006c;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size: 16px;line-height: 14px;}
#sod_frm  #sod_bsk_tot .sod_bsk_cnt strong{color:#ff006c;font-size:1.25em}
#sod_frm_pay {position:relative;margin:10px 0}
#sod_frm  #sod_frm_pay h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
#sod_frm_pay .pay_tbl table{width:100%;border-collapse:collapse}
#sod_frm_pay .pay_tbl th{
	text-align:left;padding:10px;
	border-bottom:1px solid #e7ebf1;background:#fff;font-weight:bold;color:#777
}
#sod_frm_pay .pay_tbl td{text-align:right;padding: 10px;height:30px;border-bottom:1px solid #e7ebf1;background:#fff}
#sod_frm_pay .pay_tbl td .cp_cancel{margin:0 0 0 2px}
#sod_frm_pay .pay_tbl td .btn_frmline{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 0;}
#od_tot_price{margin:10px 0;background:#fff;line-height:40px;text-align:right;padding:0 10px}
#od_tot_price span{float:left;font-weight:bold}
#od_tot_price strong{font-size:1.5em;color:#ff006c}
#sod_frm #sod_frm_pt_alert {margin:5px 0;color:#38b2bb }
#od_pay_sl h3{font-size:1.167em;margin:20px 0 5px}
#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1;}
#od_pay_sl .lb_icon {display: inline-block;float:left;width:50%;background:#fff;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:65px;padding-top:20px;z-index:1}
#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid #ff006c;z-index:3}
#sod_frm_paysel {}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .PAYCO, #sod_frm_paysel .paycopay_icon{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .inicis_lpay, #sod_frm_paysel .lpay_icon{background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .inicis_kakaopay{position:relative;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .inicis_kakaopay em{position:absolute;top:15px;left:45px;width:70px;height:30px;background:url('../../../img/kakao.png') no-repeat 50% 50% #ffeb00;overflow:hidden;text-indent:-999px;border-radius:30px}
#sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .naverpay_icon{background:url('../../../img/ico-default-naverpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .samsungpay_icon{background:url('../../../img/samsungpay.png') no-repeat 50% 50% #fff;display:inline-block;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .ssgpay_icon{background:url('../../../img/ssgpay_icon.png') no-repeat 50% 50% #fff;display:inline-block;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .skpay_icon{background:url('../../../img/skpay11_icon.png') no-repeat 50% 50% #fff; background-size: 70px;display:inline-block;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .bank_icon{background:url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff}
#sod_frm_paysel .vbank_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff}
#sod_frm_paysel .iche_icon{background:url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff}
#sod_frm_paysel .hp_icon{background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
#sod_frm_paysel .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff}
#forderform .sod_right #sod_bsk_tot {border:1px solid #e3e5e8}
#forderform .od_pay_buttons_el{margin-top:20px;border:1px solid #e3e5e8;background:#fff;padding:10px}
#forderform .od_pay_buttons_el h3{font-size:1.167em;margin:0px 0 5px}
#forderform #sod_frm_pt{border-top:1px solid #e3e5e8}

.sod_right .pay_tbl{border:1px solid #e3e5e8;border-bottom:0 none}
.sod_right #od_tot_price{border:1px solid #e3e5e8}
#sod_frm_pay .od_pay_buttons_el:after{display:block;visibility:hidden;clear:both;content:""}
#sod_frm_pay .sod_frm_point{margin-top:20px;border:1px solid #e3e5e8}
#sod_frm_pay .sod_frm_point div{background:#fff;padding:10px;text-align:left;text-align:right}
#sod_frm_pay .sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
#sod_frm_pay .sod_frm_point div label{float:left;line-height:30px;font-weight:bold}
#sod_frm_pay .sod_frm_point div span{display:block}
#sod_frm_pay .sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
#sod_frm_pay .sod_frm_point div strong{float:left;color:#666}
#sod_frm_pay .sod_frm_point .max_point_box em{font-style:normal !important}
#sod_frm_pay .sod_frm_point #od_temp_point{height:30px;text-align:right;padding:0 5px;border:1px solid #ccc;}

/* 주문서 작성 - 오른쪽 */


.sod_right #sod_bsk_tot {border:1px solid #3a8afd}
.sod_right #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info li {position:relative;float:left;background:#fff;width:33.333%;height:70px;text-align:center;border-bottom:1px solid #e7ebf1;padding:15px 0}
.sod_right .sod_info li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info li span {display:block;color:#777;margin-bottom:5px;font-weight:bold;color:#000}
.sod_right .sod_info .sod_bsk_sell, .sod_right .sod_info .sod_bsk_coupon {border-right:1px solid #e7ebf1}
.sod_right .sod_info .sod_bsk_coupon:before {display:block;content:"-";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
.sod_right .sod_info .sod_bsk_dvr:before {display:block;content:"+";position:absolute;top:25px;left:-10px;width:20px;height:20px;background:#fff;color:#9da6c9;border-radius:50%;border:1px solid #e7ebf1;font-weight:bold;font-size:16px;line-height:14px}
.sod_right .sod_info .sod_bsk_cnt strong {font-size:1.25em}

.sod_right .sod_info_bt {clear:both;padding:10px 15px;background:#fff}
.sod_right .sod_info_bt:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info_bt li {}
.sod_right .sod_info_bt li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info_bt li span {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold;color:#000}
.sod_right .sod_info_bt li strong {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}

.sod_right .sod_info_option {clear:both;border-top:1px solid #e7ebf1}
.sod_right .sod_info_option h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.sod_right .sod_info_option ul {padding:10px 15px;background:#fff}
.sod_right .sod_info_option li {margin-bottom:5px}
.sod_right .sod_info_option li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_right .sod_info_option .sod_ifop_tit {display:inline-block;float:left;width:50%;line-height:28px;text-align:left;font-weight:bold}
.sod_right .sod_info_option .sod_ifop_tit .btn_frmline {width:auto;height:30px;color:#3a8afd;background:#fff;border:1px solid #d4d6db}
.sod_right .sod_info_option .sod_ifop_tit .cp_cancel {width:auto;height:30px;border:1px solid #d4d6db;padding:0 5px;margin-left:5px;color:#b1b1b1;vertical-align:baseline}
.sod_right .sod_info_option .sod_ifop_tit .od_coupon {z-index:10000;position:absolute;top:50%;left:50%;min-width:300px;height:auto !important;height:500px;max-height:500px;margin-left:-200px;margin-top:-150px;border:1px solid #dde7e9;border-radius:3px;background:#fff;overflow-y:auto;overflow-x:inherit}
.sod_right .sod_info_option .sod_ifop_tit .od_coupon>td {text-align:left}
.sod_right .sod_info_option>td, .sod_right .sod_info_option .sod_ifop_t {display:inline-block;float:left;width:50%;line-height:28px;text-align:right}
.sod_right .sod_info_option>td {text-align:right;padding:10px;height:30px}
.sod_right .sod_info_option>td .cp_cancel {margin:0 0 0 2px}
.sod_right .sod_info_option>td .btn_frmline {padding:0 7px;border:1px solid #38b2b9;color:#38b2b9;background:#fff;height:23px;line-height:21px;margin:0}


/* 주문서 작성 - 포인트사용 */
#sod_point {clear:both;background:#fff;margin-top:10px;border:1px solid #e3e5e8}
#sod_point h2 {font-size:1.167em;padding:15px;border-bottom:1px solid #e3e5e8}
#sod_point h2:after {display:block;visibility:hidden;clear:both;content:''}

#sod_point .point_tit {vertical-align:baseline;float:left;line-height:28px}
#sod_point .point_tit label {vertical-align:baseline}
#sod_point .point_ipt {float:right;display:inline-block;margin-left:35px;text-align:left;text-align:right;font-weight:normal}
#sod_point .point_ipt:after {display:block;visibility:hidden;clear:both;content:''}
#sod_point .point_ipt #od_temp_point {width:100px;height:30px;text-align:right;padding:0 5px;border:1px solid #d0d3db;border-radius:3px}

#sod_frm_pt {padding:20px}
/*
#sod_frm_pt strong {display:inline-block;width:45%;color:#000;line-height:28px;text-align:left}
#sod_frm_pt span {display:inline-block;width:55%;color:#000;text-align:right}
#sod_frm_pt span:after {display:block;visibility:hidden;clear:both;content:''}
*/
#sod_frm_pt .max_point_box em {font-style:normal !important}

/* 주문서 작성 - 결제수단 */
/* #sod_frm_pay {position:relative;margin:10px 0 0;background:#fff;border:1px solid #e3e5e8} */
#sod_frm_pay {position:relative;margin:10px 0 0}
#sod_frm_pay h2 {font-size:1.167em;padding:15px;border-bottom:1px solid #e3e5e8}
#sod_frm_pay .tooltip_txt {height:auto;line-height:18px;font-weight:normal;font-size:1em;padding:10px 20px;margin:10px}
#sod_frm_pay .tooltip_txt i {float:left;line-height:36px;font-size:2em;margin-right:15px}
#sod_frm_pay .tooltip_txt:before {height:100%}
#sod_frm_pay input[type="radio"] {}
#sod_frm_pay .lb_icon {display:inline-block;position:relative;cursor:pointer;z-index:1}
#sod_frm_pay input[type="radio"]:checked+.lb_icon {color:#3a8afd;z-index:3}
#sod_frm_pay input[type="radio"] + label span {top:7px}

#sod_frm_paysel {}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
/*
#sod_frm_paysel .PAYCO {display:inline-block;width:75px;background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #fa1417}
#sod_frm_paysel .PAYNOW {display:inline-block;width:75px;background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #c01734}
#sod_frm_paysel .kakaopay_icon {display:inline-block;width:60px;background:url('../../../img/kakao.png') no-repeat 50% 50% #ffeb00;overflow:hidden;text-indent:-999px;border-radius:30px}
#sod_frm_paysel .KPAY {display:inline-block;width:58px;background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #22096a}
#sod_frm_paysel .inicis_lpay {display:inline-block;width:50px;background:url('../../../img/lpay_logo.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px;border:1px solid #009bd7}
*/
#sod_frm_paysel ul.pay_way {margin:0;padding:15px}
#sod_frm_paysel ul.pay_way input[type="radio"] + label span {top:7px}
#sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm_paysel li {position:relative;line-height:28px;text-align:left;list-style:none}

#settle_bank {border:1px solid #e3e5e8;border-top:0 none;background:#fff;padding:10px;clear:both;line-height:32px}
#settle_bank:after {display:block;visibility:hidden;clear:both;content:''}
#settle_bank label {float:left;width:30%;line-height:30px}
#settle_bank select, #settle_bank input {width:70%;height:32px;margin:0 0 5px;border:1px solid #e3e5e8;border-radius:3px;text-align:left}
#settle_bank option {padding:3px 0}
#settle_bank #od_deposit_name {height:32px;padding:0 5px;border:1px solid #e3e5e8}

#display_pay_button {
	display:grid;
	grid-template-columns:1fr 1fr;
	align-items:center;
	gap:1rem;
	padding:3rem 0;
}
#display_pay_button .btn_submit, #display_pay_button .btn01 {
	height:5.5rem;
}
#display_pay_button .btn_submit {
	color:#fff;
	border:0;
	background-color:#333;
}
#display_pay_button .btn01 {
	display:flex;
	align-items: center;
	justify-content: center;
	border:1px solid #333;
	background-color:#fff;
}

.display_setup_message {margin:0 0 10px;padding:15px;border:1px solid #fccdff;background:#ffeef9}
.display_setup_message strong {display:block;margin:0 0 10px}

#sod_frm_taker td input[type="radio"], #sod_frm_taker td input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
#sod_frm_taker label {display:inline-block;font-weight:normal;margin-right:1em}
#sod_frm_same {margin:0 0 10px}

#sod_frm #display_pay_process {text-align:center}
#sod_frm #display_pay_process span {display:block;margin:5px 0 0}

#od_tot_price {background:#e5f0ff;line-height:20px;text-align:right;padding:15px}
#od_tot_price span {float:left;font-weight:bold}
#od_tot_price strong {font-size:1.5em;color:#ff006c}
#sod_frm_pay_info {margin:0 0 10px}

#sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {z-index:10000;position:absolute;top:0;right:0;width:500px;height:auto !important;height:500px;max-height:500px;border:1px solid #000;background:#fff;overflow-y:auto}
#sod_frm_deli {position:relative;line-height:2em}

#sod_frm_escrow {margin:30px 0 0}
#sod_frm #sod_frm_escrow h2 {margin:0;border:0}
#sod_frm #sod_frm_escrow p {margin:5px 0}
#display_pay_process {padding:20px;text-align:center}

/* 위시리스트 */
#sod_ws {}
.sod_ws_img {width:90px;text-align:center}
#sod_ws_act {text-align:center;margin:20px 0 30px}
#sod_ws_act button {height:50px;width:180px;font-weight:bold;font-size:1.167em;border-radius:3px}
#sod_ws_act .btn01 {border:1px solid #98a3b3}
#sod_ws_act .btn02 {border:1px solid #1c70e9;background:#3a8afd}

#sod_ws li .info_link {display:block;margin:10px 0 5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#646464;font-weight:bold}
#sod_ws li .info_date {color:#646464;font-size:0.92em}
#sod_ws li .wish_chk {position:absolute;top:0;left:0;width:30px;text-align:center;line-height:35px;color:#f00}
#sod_ws li .wish_info {padding:0 35px 10px 30px;position:relative;border-bottom:1px solid #e0e0e0;margin-top:10px;height:45px}
#sod_ws li .wish_del {position:absolute;top:0;right:0;width:35px;height:35px;line-height:35px;text-align:center;background:#e6e6e6;display:block;font-size:1.25em;color:#777}
#sod_ws li .wish_del:hover {background:#777;color:#fff}

/* 배송지 목록 */
#sod_addr .tbl_wrap {margin:30px}
#sod_addr .td_mng .sel_address {color:#fff;background:#fff;border:1px solid #19bc9b;color:#19bc9b;padding:0 5px;height:26px;border-radius:3px}
#sod_addr .td_mng .del_address {display:inline-block;border:1px solid #aaa;color:#888;padding:0 5px;height:26px;line-height:24px;vertical-align:middle;border-radius:3px}
#sod_addr input[type="radio"] {position:absolute;left:0;z-index:-1;visibility:hidden;width:0;height:0;overflow:hidden;text-indent:-999px}
#sod_addr .default_lb {display:inline-block;background:#fff;border:1px solid #1c70e9;color:#3a8afd;cursor:pointer;position:relative;padding:0 5px;height:26px;line-height:24px;border-radius:3px}
#sod_addr input[type="radio"]:checked+.default_lb {background:#3476be;color:#fff}
#sod_addr td {height:40px;vertical-align:top}
#sod_addr .td_name {width:100px}
#sod_addr .frm_input {height:30px}
#sod_addr .td_sbj {width:155px;text-align:left}
#sod_addr .td_sbj .chk_box {display:inline-block;float:left}
#sod_addr .td_sbj .chk_box input[type="checkbox"]:checked + label span {background:url(../img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}
#sod_addr .ad_tel {display:block;color:#666}
#sod_addr .td_mng {width:100px;padding:10px}
#sod_addr .td_mng .mng_btn {width:100%;margin:2px 0}

/* 주문내역 */
#sod_v {margin-bottom:30px}
#sod_v:after {display:block;visibility:hidden;clear:both;content:''}
#sod_v td {text-align:center}
#sod_v td a {font-weight:bold}
#sod_v .basic_tbl {text-align:center}
.status_01 {display:inline-block;background:#edfbde;color:#8cc152;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_02 {display:inline-block;background:#84c93a;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_03 {display:inline-block;background:#e2f6f2;color:#16b494;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_04 {display:inline-block;background:#e2eaf6;color:#3a8afd;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_05 {display:inline-block;background:#3a8afd;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_06 {display:inline-block;background:#fff;color:red;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}

/* 주문상세내역 */
#sod_fin {
	padding-bottom:18rem;
}
#sod_fin_no {margin:0 0 20px;padding:15px;border:1px solid #d6e2f4;background:#edf3fc;font-size:1.2em;border-radius:5px;color:#3a8afd}

#sod_sts_wrap {margin:0 0 10px;text-align:right}
#sod_sts_explan {display:none}
#sod_sts_explan_open, #sod_sts_explan_close {
	color:#fff;
	padding:10px 15px;
	border:0;
	background-color:#2e6ec3;
}
#sod_sts_explan_open:hover {
	background-color:#264a7b;
}
#sod_fin .tbl_wrap {
	overflow:auto;
	margin-bottom:1rem;
}
#sod_fin .tbl_wrap table {
	width:100%;
	border-collapse:collapse;
	text-align:center;
	border-top: 3px solid #07479c;
}
#sod_fin .tbl_wrap table.fix {
	min-width:920px;
}
#sod_fin .tbl_wrap table thead {	
	background-color:#f5f5f5;
}
#sod_fin .tbl_wrap table tr {	
	border-bottom:1px solid #ddd;
}
#sod_fin .tbl_wrap table th, #sod_fin .tbl_wrap table td {
	padding:1rem;
	border-right:1px solid #ddd;
}
#sod_fin_legend {padding:20px;line-height:20px;background:#fff;margin:10px 0;border:1px solid #e9e9e9;text-align:left}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt {clear:both;float:left;margin:0 0 5px;width:50px;font-weight:bold}
#sod_fin_legend dd {float:left;margin:0}

#sod_fin #sod_bsk_tot li {background:#fff;border-bottom:1px solid #e7ebf1;height:40px;padding:0 15px;line-height:40px;text-align:right}
#sod_fin #sod_bsk_tot li span {float:left;clear:both;color:#777}
#sod_fin #sod_bsk_tot li strong {}
#sod_fin #sod_bsk_tot .sod_bsk_cnt strong {color:#ff006c;font-size:1.25em}

#sod_bsk_tot2 {border:1px solid #3a8afd;margin-bottom:20px}
#sod_bsk_tot2 li {background:#fff;padding:0 15px;line-height:40px;text-align:right}
#sod_bsk_tot2 li span {float:left;clear:both;font-size:1em}
#sod_bsk_tot2 li strong {font-size:1em}
#sod_bsk_tot2 li.sod_fin_tot {background:#e5f0ff;border-top:1px solid #c6d7ef}
#sod_bsk_tot2 li#alrdy {border-bottom:0 !important}
#sod_bsk_tot2 li#alrdy div {padding:5px 0 15px;text-align:right}
#sod_bsk_tot2 li#alrdy div p {position:relative;background:#d6e3f3;padding:0 10px;margin-bottom:1px}
#sod_bsk_tot2 li.sod_fin_tot strong {color:#3a8afd;font-size:1.2em}

#request_form {position:relative}
#request_form div {display:none;z-index:10000;position:absolute;top:23px;left:0;padding:20px 0;width:520px;border:1px solid #000;background:#f2f5f9;text-align:center}
#request_form .frm_input {width:300px;background:#fff !important}
#request_form .btn_frmline, #request_form .btn_cancel {vertical-align:middle !important}
#request_form .btn_frmline {padding:0 10px;line-height:1.6em}

#sod_req_btn {margin:0 0 10px}
#sod_req_btn button {background:#626870}

#sod_req_log {margin:0 0 20px}
#sod_req_log ul {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f2f5f9;list-style:none}
#sod_req_log li {padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
#sod_req_log h3 {margin:20px 0 10px}
.sod_req_log_view table {margin:0}
.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:bold;text-align:left;line-height:1em}
.sod_req_log_view caption span {color:#ff3061}
.sod_req_log_view th {border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
.sod_req_log_view td {background:#fff;color:#000}
.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;background:#fff;color:#000}
.sod_req_log_view .sod_req_it {width:270px}
.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle;cursor:pointer}

#sod_fin_list h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_list .td_prd {
	text-align:left;
}
#sod_fin_list .sod_name a {font-weight:bold;line-height:1.5em}
#sod_fin_list .sod_name .sod_opt:before {content:"옵션";display:inline-block;margin:1px 5px 2px 0;padding:3px;border-radius:3px;background:#e2eaf6;line-height:1em;color:#3a8afd}
#sod_fin_list #th_itst {width:80px}

#sod_fin_view {border:1px solid #e9e9e9}
#sod_fin_view h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_view h3 {margin:0 0 10px}
#sod_fin_view .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}

#sod_fin_pay {margin:0 0 20px;background:#fff;border:1px solid #e3e5e8}
#sod_fin_pay h3 {background:#fff;font-size:1.167em;padding:15px 20px;border-bottom:1px solid #e3e5e8}
#sod_fin_pay ul {margin:0;padding:15px 20px}
#sod_fin_pay li {line-height:24px;padding:5px 0}
#sod_fin_pay li>strong {margin-right:10px;width:50px}
#sod_fin_pay li>span {width:238px}
#sod_fin_pay li .letter-2px{letter-spacing:-2px}
a.btn_frmline.is-long-text{height:auto;width:160px}

#sod_fin_orderer, #sod_fin_receiver, #sod_fin_dvr {margin:0 0 20px}
#sod_fin_orderer .tbl_wrap, #sod_fin_receiver .tbl_wrap, #sod_fin_dvr .tbl_wrap {padding:20px}
#sod_fin_dvr .tbl_wrap {padding:20px}
#sod_fin .sod_left h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin .sod_left h3 {background:#fff;font-size:1.167em;padding:15px 20px;border:1px solid #e3e5e8;border-bottom:0}
#sod_fin .sod_left .tbl_head01 {background:#fff;border:1px solid #e3e5e8}
#sod_fin .sod_left th {padding:10px 0;border:0;text-align:left;width:100px;color:#333;background:#fff}
#sod_fin .sod_left td {padding:10px 0;border:0;background:#fff}

#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}

#sod_fin_tot {margin:10px 0}
#sod_fin_tot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_tot ul {margin:0;padding:0;list-style:none}
#sod_fin_tot li {padding:10px;background:#38b2b9;border-bottom:1px solid #5ec2c7;color:#fff;zoom:1}
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy {border-bottom:0 !important}
#sod_fin_tot #alrdy .right{margin-top:10px;text-align:right;color:#f3f3f3;font-size:0.9em}
#sod_fin_tot #alrdy .right p{position:relative}
#sod_fin_tot #alrdy .right .title{position:absolute;left:0;padding-left:8px}
#sod_fin_tot strong {float:right}

#sod_fin_cancel {text-align:center}
#sod_fin_cancel .sod_fin_c_btn {height:50px;border:1px solid #bababa;border-radius:3px;font-weight:bold;width:100%;background:none;color:#5e6b6f}
#sod_fin_cancel .sod_fin_c_btn:hover {background:#fff}
#sod_fin_cancel h2 {padding:15px;border-bottom:1px solid #e8e8e8;text-align:left}
#sod_fin_cancel p {text-align:center;background:#ffe0e0;border:2px solid #d50c0c;padding:15px;color:#d50c0c;font-size:1.167em;font-weight:bold}

#sod_cancel_pop {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
#sod_fin_cancelfrm {position:absolute;top:50%;left:50%;background:#fff;text-align:center;width:245px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}  
#sod_fin_cancelfrm form {padding:20px}
.sod_fin_bg {background:rgba(0,0,0,0.1);width:100%;height:100%}
.sod_cls_btn {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}

#sod_fin_cancelfrm .frm_input {background:#fff;margin:0 0 5px;width:100%}
#sod_fin_cancelfrm .btn_frmline {background:#5e6b6f;color:#fff;border:0;padding:10px;width:100%;cursor:pointer}
#sod_fin_test {padding:10px}

/* 주문상세내역 중 현금영수증 발급 */
#scash {}
#scash section {padding:10px 0}
#scash h2 {margin:0 0 10px;text-align:center}
#scash .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}
#scash_apply {padding:10px 0 20px;text-align:center}
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
#scash_copy {text-align:center}

/* 배너 인덱스 출력 */
#sbn_idx {}

/* 쇼핑몰 이벤트 */
#sev {}
.sev_admin {margin:0 0 10px;text-align:right}
.sev_admin a {line-height:35px;padding:0 10px}

/* 쿠폰 */
#coupon {text-align:center}
#coupon h1 {text-align:left}
#coupon ul:after {display:block;visibility:hidden;clear:both;content:""}
#coupon li {padding:15px;border-bottom:1px solid #ececec;text-align:left}
#coupon .cou_top {margin-bottom:10px}
#coupon .cou_tit {font-size:1.25em;font-weight:bold}
#coupon .cou_pri {font-size:1.25em;color:#3a8afd;font-weight:bold;float:right}
#coupon .cou_target {color:#8cc152;background:#edfbde;padding:5px;line-height:20px;font-size:0.92em;border-radius:5px}
#coupon .cou_date {float:right;color:#888d92}
#coupon .btn_close {margin:20px auto}

/* 모바일일때 피시버전 주문폼 */
.sod_frm_mobile .sod_list{margin:10px 0}
.sod_frm_mobile .sod_list .sod_li{background:#fff;border-bottom:1px solid #e5e5e5;margin:10px 0}
.sod_frm_mobile .sod_list .li_name{font-size:1.083em}
.sod_frm_mobile .sod_list .li_op_wr{position:relative;padding:10px 10px 0 110px;min-height:75px}
.sod_frm_mobile .sod_list .li_op_wr .chk_box{position:absolute;top:10px;left:10px}
.sod_frm_mobile .sod_list .total_img{position:absolute;top:10px;left:35px}
.sod_frm_mobile .sod_list .mod_options{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#606060;background:#fff;line-height:24px;margin:5px 0 0;font-size:.923em}
.sod_frm_mobile .sod_list .li_prqty{padding:10px;border-top:1px solid #f8f8f8}
.sod_frm_mobile .sod_list .li_prqty:after{display:block;visibility:hidden;clear:both;content:''}
.sod_frm_mobile .sod_list .li_prqty_sp{float:left;width:50%;display:block;line-height:20px;padding:0 5px;text-align:right}
.sod_frm_mobile .sod_list .li_prqty_sp span{float:left;color:#696969}
.sod_frm_mobile .sod_list .prqty_sc,.sod_frm_mobile .sod_list .prqty_price{border-right:1px solid #e5e5e5}
.sod_frm_mobile .sod_list .total_price{background:#f2f7ff;display:block;clear:both;margin:0 10px 10px;text-align:right;padding:5px 10px;line-height:20px}
.sod_frm_mobile .sod_list .total_price span{float:left}
.sod_frm_mobile .sod_list .total_price strong{font-size:1.25em;color:#3a8afd}
.sod_frm_mobile .sod_opt{padding:5px 10px 5px 35px}
.sod_frm_mobile .sod_opt li{color:#777;margin:3px 0;line-height:1.3em}
.sod_frm_mobile .sod_opt li:before{content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:#e2eaf6;line-height:20px;color:#3a8afd}
.sod_frm_mobile .sod_opt .opt_name:before{content:"옵션";display:inline-block;margin:1px 5px 2px 0;font-size:11px;padding:0 5px;border-radius:3px;background:#e2eaf6;line-height:20px;color:#3a8afd}
.sod_frm_mobile #sod_frm_orderer,.sod_frm_mobile #sod_frm_taker{margin:0 0 30px;border:1px solid #e3e5e8;background:#fff}
.sod_frm_mobile #sod_frm_orderer #od_addr_jibeon,.sod_frm_mobile #sod_frm_taker #od_b_addr_jibeon{display:inline-block;margin:5px 0 0}
.sod_frm_mobile #m_sod_bsk_tot{background:#4a505a;color:#fff}
.sod_frm_mobile #m_sod_bsk_tot:after{display:block;visibility:hidden;clear:both;content:""}
.sod_frm_mobile #m_sod_bsk_tot dt{float:left;width:40%;padding:10px;line-height:20px;clear:both}
.sod_frm_mobile #m_sod_bsk_tot dd{float:left;width:60%;padding:10px;text-align:right;line-height:20px}
.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt{font-weight:700;margin-top:5px;line-height:25px;background:#212a37}
.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt strong{color:#3a8afd;font-size:1.25em}
.sod_frm_mobile .sod_list .li_op_wr{padding-left:100px}
.sod_frm_mobile .sod_list .total_img{left:10px}
.sod_frm_mobile .sod_opt{padding-left:10px}
.sod_frm_mobile #m_sod_frm_paysel{margin:10px 0}
.sod_frm_mobile #m_sod_frm_paysel h3{background:#fff;padding:15px 10px;border:1px solid #e3e5e8;border-bottom:0}
.sod_frm_mobile #m_sod_frm_paysel ul{margin:0;background:#fff;padding:10px;border:1px solid #e3e5e8}
.sod_frm_mobile #m_sod_frm_paysel ul:after{display:block;visibility:hidden;clear:both;content:""}
.sod_frm_mobile #m_sod_frm_paysel li{float:left;padding:5px;width:46%;height:25px}
.sod_frm_mobile #m_sod_frm_paysel .KPAY{background:url(../../../img/kpay.png) no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
.sod_frm_mobile #m_sod_frm_paysel .PAYNOW{background:url(../../../img/paynow.png) no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
.sod_frm_mobile #m_sod_frm_paysel .PAYCO{background:url(../../../img/payco.png) no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
.sod_frm_mobile #m_sod_frm_paysel .inicis_lpay{background:url(../../../img/lpay_logo.png) no-repeat;width:35px;height:12px;overflow:hidden;text-indent:-999px;display:inline-block;background-size:100%}
.sod_frm_mobile #m_sod_frm_paysel .inicis_kakaopay{background:url(../../../img/kakao.png) no-repeat 50% 50% #f4dc34;border-radius:30px;height:22px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
.sod_frm_mobile #m_sod_frm_paysel .kakaopay_icon{background:url(../../../img/kakao.png) no-repeat 50% 50% #f4dc34;border-radius:30px;height:22px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
.sod_frm_mobile #m_sod_frm_paysel .applepay_icon{background:url(../../../img/ico-mobile-applepay.png) no-repeat 50% 50% #fff;border-radius:30px;height:23px;width:50px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
.sod_frm_mobile #m_sod_frm_paysel .naverpay_icon{background:url(../../../img/ico-default-naverpay.png) no-repeat 50% 50% #fff;border-radius:30px;height:22px;width:50px;display:inline-block;overflow:hidden;text-indent:-999px;background-size:35px auto}
.sod_frm_mobile #m_sod_frm_paysel .samsung_pay{margin-left:-23px;background:url(../../../img/samsungpay.png) no-repeat 24px 3px;height:25px;width:106px;display:inline-block;overflow:hidden;text-indent:-999px}
.sod_frm_mobile #sod_frm_pay{border-top:1px solid #f3f3f3}
.sod_frm_mobile #sod_frm_pay h2{margin:10px 0;font-size:1.25em}
.sod_frm_mobile #sod_frm_pay .cp_btn1,.sod_frm_mobile #sod_frm_pay .cp_cancel1{margin-top:0}
.sod_frm_mobile .odf_tbl{position:relative}
.sod_frm_mobile .odf_tbl table{background:#fff;width:100%;border-collapse:collapse;border-bottom:1px solid #ccc}
.sod_frm_mobile .odf_tbl table th{border-top:1px solid #eceff4;padding:10px;text-align:left;width:120px;font-weight:400}
.sod_frm_mobile .odf_tbl table td{border-top:1px solid #eceff4;padding:7px 10px;text-align:right}
.sod_frm_mobile#sod_frm #sod_frm_pt_alert{margin:10px 0;text-align:left;color:#fff;line-height:18px;background:#f2838f;padding:10px 10px 10px 13px;border-radius:5px;position:relative}
.sod_frm_mobile #sod_frm_pt_alert::before{content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453;height:100%}
.sod_frm_mobile#sod_frm .sod_frm_point{padding:10px 0;clear:both;border:0 none}
.sod_frm_mobile .sod_frm_point div{background:#fff;border:1px solid #e3e5e8;padding:10px;text-align:right}
.sod_frm_mobile .sod_frm_point div:after{display:block;visibility:hidden;clear:both;content:''}
.sod_frm_mobile .sod_frm_point div label{float:left;line-height:30px}
.sod_frm_mobile .sod_frm_point div span{display:block;margin:5px 0}
.sod_frm_mobile .sod_frm_point div span:after{display:block;visibility:hidden;clear:both;content:''}
.sod_frm_mobile .sod_frm_point .max_point_box em{font-style:normal!important}
.sod_frm_mobile .sod_frm_point div strong{float:left;color:#666;font-weight:400}
.sod_frm_mobile .sod_frm_point #od_temp_point{height:30px;border:1px solid #d0d3db;text-align:right;background:#fff;border-radius:3px;-webkit-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);-moz-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1)}
.sod_frm_mobile #settle_bank{background:#fff;border:1px solid #e3e5e8;padding:10px;clear:both;line-height:30px}
.sod_frm_mobile #settle_bank:after{display:block;visibility:hidden;clear:both;content:''}
.sod_frm_mobile #settle_bank select{height:30px;margin:0 0 5px;width:100%;border:1px solid #d0d3db}
.sod_frm_mobile #settle_bank #od_deposit_name{height:30px;border:1px solid #d0d3db;text-align:center;border-radius:3px;float:right;-webkit-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);-moz-box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1);box-shadow:inset 1px 1px 5px rgba(0,0,0,0.1)}
.sod_frm_mobile #settle_bank label{float:left;line-height:30px}
.sod_frm_mobile #sod_frm_pt_info{border-top:0}
.sod_frm_mobile .od_coupon{position:absolute;top:0;left:0;background:#fff;width:100%;z-index:99;border-radius:0 0 3px 3px;-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.4);-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.4);box-shadow:1px 1px 5px rgba(0,0,0,0.4)}
.sod_frm_mobile .od_coupon h3{height:45px;line-height:45px;font-size:1.167em;background:#333;color:#fff;padding:0 15px;text-align:left}
.sod_frm_mobile .od_coupon .tbl_head02 .btn_frmline{background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px}
.sod_frm_mobile .od_coupon .tbl_head02 td{text-align:left}
.sod_frm_mobile .od_coupon .tbl_head02 th{width:auto!important}
.sod_frm_mobile .od_coupon .tbl_head02 .td_mngsmall{width:60px;text-align:center}
.sod_frm_mobile .od_coupon .tbl_head02 .td_numbig{width:80px;text-align:right}
.sod_frm_mobile .od_coupon .btn_confirm{margin:20px}
.sod_frm_mobile .od_coupon .btn_confirm .btn_submit{height:40px;font-size:1.167em;font-weight:700;width:100%}
.sod_frm_mobile .od_coupon .btn_confirm .btn_close{position:absolute;top:0;right:0;width:45px;height:45px;border:0;background:none;color:#fff;font-size:1.25em}
.sod_frm_mobile .cp_btn,.sod_frm_mobile .cp_btn1{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#3a8afd;background:#fff;line-height:24px;margin:5px 0 0;font-size:.923em}
.sod_frm_mobile .cp_apply{padding:0 5px;border:1px solid #3a8afd;color:#3a8afd;background:#fff;height:23px;line-height:21px}
.sod_frm_mobile .cp_cancel,.sod_frm_mobile .cp_cancel1{padding:0 7px;border:1px solid #d4d6db;border-radius:3px;color:#aaa;background:#fff;line-height:24px;margin:5px 0 0 2px;font-size:.923em}
.sod_frm_mobile #sod_frm_escrow{margin:10px}
.sod_frm_mobile #sod_frm_escrow h2{font-size:1.25em}
.sod_frm_mobile #od_pay_sl h3{font-size:1.25em}
.sod_frm_mobile .sod_list .li_name{border-bottom:1px solid #dcdcdc;line-height:1.3em;padding:10px;font-size:1.083em}
#sod_frm.sod_frm_mobile .odf_list .frm_input{width:100%!important}
#sod_frm.sod_frm_mobile input[type="radio"],.sod_frm_mobile #sod_frm.sod_frm_mobile input[type="checkbox"]{width:auto;-webkit-appearance:radio;-webkit-border-radius:initial}
#sod_frm.sod_frm_mobile #od_memo{min-height:50px}
.sod_frm_mobile .od_prd_list{margin:10px;background:#fff;padding:15px}
.sod_frm_mobile .od_prd_list .td_chk{border-left:0}
.sod_frm_mobile .od_prd_list .td_prd{border-left:0;position:relative;padding-left:90px;min-height:100px}
.sod_frm_mobile .od_prd_list .td_prd .sod_img{position:absolute;top:15px;left:0}
.sod_frm_mobile .od_prd_list .td_prd .sod_name{min-height:80px}
.sod_frm_mobile .od_prd_list .td_prd .prd_name{font-size:1.167em}
.sod_frm_mobile .od_prd_list .total_prc{color:#ff006c;font-weight:700;font-size:1.167em}
.sod_frm_mobile #sod_frm_orderer{padding:10px;border-bottom:1px solid #d6d3d3}
.sod_frm_mobile #sod_frm_taker{padding:10px;border-bottom:1px solid #d6d3d3;border-top:1px solid #f3f3f3}
.sod_frm_mobile #sod_frm_taker h2,.sod_frm_mobile #sod_frm_orderer h2{margin:10px 0;font-size:1.25em}
.sod_frm_mobile .odf_list label,.sod_frm_mobile .odf_list strong{display:block;margin:7px 0 5px;color:#444;font-weight:400}
.sod_frm_mobile .odf_list .frm_input{width:100%;margin:0 0 5px}
.sod_frm_mobile .odf_list .dlv_slt{background:#edf3fc;position:relative;border:1px solid #d1ddee;margin:5px 0;padding:10px}
.sod_frm_mobile .odf_list .dlv_slt strong{margin:0;font-weight:700;line-height:30px}
.sod_frm_mobile .odf_list .dlv_slt div label{display:inline-block;margin:3px 0;color:#000}
.sod_frm_mobile #order_address{display:block;position:absolute;top:5px;right:5px;text-align:center;border:1px solid #d4d6db;background:#fff;border-radius:3px;color:#606060;height:30px;line-height:28px;margin:5px 0 0;padding:0 5px}
.sod_frm_mobile .odf_list .ad_default{display:inline-block;margin:0}
.sod_frm_mobile .odf_list .btn_addsch{position:absolute;top:5px;right:5px;border-radius:3px;height:30px}
.sod_frm_mobile .odf_list .add_num{position:relative;display:block}
.sod_frm_mobile .odf_list textarea{border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:70px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.sod_frm_mobile .sod_ta_wr{background:#fff;margin-bottom:1em}
.sod_frm_mobile .btn_confirm{margin:0 0 10px}
.sod_frm_mobile .btn_submit{width:100%;height:45px;font-size:1.167em;font-weight:700;margin:5px 0;border-radius:4px}
.sod_frm_mobile .btn_cancel,.sod_frm_mobile .btn01{width:100%;height:45px;line-height:43px;font-size:1.167em;font-weight:700;padding:0;border-radius:4px}
.sod_frm_mobile #sod_frm_escrow{margin:10px}
.sod_frm_mobile #sod_frm_escrow h2{font-size:1.25em}
.sod_frm_mobile #od_pay_sl h3{font-size:1.25em}
.sod_frm_mobile #od_tot_price{background:none;font-weight:700}

html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#sod_frm_pay_info {margin:0 0 10px}

/* 네이버페이 */
.itemform-naverpay {margin:15px 0;clear:both}
.cart-naverpay {margin-top:15px}

/* theme.config.php 파일에서 G5_COMMUNITY_USE 를 false로 한 경우 1:1 문의와 게시판 css 처리 */
#bo_list table td, #fqalist table td {border-left:0;border-right:0}
#bo_v_top .btn_admin, #bo_list .btn_admin {padding-top:0}

/* 개인결제 */
.pesonal {background:#fff;border:1px solid #e3e5e8;margin-bottom:30px}
.pesonal h2 {border-bottom:1px solid #e2e4e7;font-size:1.167em;padding:20px}
.pesonal .tbl_frm01 {padding:20px 10px;margin:0}
.pesonal th {text-align:left}
.pesonal td {text-align:left;font-weight:bold}
.pesonal td input {width:100%}
.pesonal .half_tr {width:50%}

#personal_pay {background:#fff;border:1px solid #e3e5e8}
#personal_pay h2 {background:#fff;border-bottom:1px solid #e2e4e7;font-size:1.167em;padding:20px}
#personal_pay input[type="radio"] {}
#personal_pay .lb_icon {position:relative;display:inline-block;cursor:pointer;z-index:1}
#personal_pay input[type="radio"]:checked+.lb_icon {z-index:3}

#personal_pay legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#personal_pay .KPAY {width:58px;background:url('../../../img/kpay.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#personal_pay .PAYNOW {width:75px;background:url('../../../img/paynow.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px}
#personal_pay .PAYCO {width:75px;background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px;border-radius:30px}
#personal_pay .kakaopay_icon {width:60px;background:url('../../../img/kakao.png') no-repeat 50% 50% #ffeb00;overflow:hidden;text-indent:-999px;border-radius:30px}
#personal_pay .pay_way {border-bottom:1px solid #e2e4e7}
#personal_pay #display_pay_button {border:0}

/* 개인정보 처리방침*/
@charset "utf-8";

.ctt_privacy {
	padding-bottom:20rem;
	line-height:1.5;
}
.ctt_privacy h2 {
	font-size:6rem;
	text-align:center;
	padding:6rem 0 9rem;
}
.ctt_privacy .graybox {
	font-size:1.8rem;
	background: #f5f5f5;
    padding: 45px 15px;
    text-align: center;
	margin-bottom: 70px;
}
.ctt_privacy .graybox strong {
	display:block;
	font-size:2.6rem;
	margin-bottom:3rem;
}
.ctt_privacy h3 {
	font-size:2.6rem;
	margin-bottom:3rem;
}
.ctt_privacy .whitebox {
	font-size:1.8rem;
    padding: 30px;
	border:1px solid #ddd;
	margin-bottom:6rem;
}
.ctt_privacy .liststyle01 {
	margin-top:2rem;
}
.ctt_privacy .liststyle01 li {
	position:relative;
	padding-left: 2rem;
}
.ctt_privacy .liststyle01 li:after {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	translate:0 -50%;
	width:10px;
	height:10px;
	background-color:#07479c;
}