@charset "utf-8";


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


/* 초기화 */
html {overflow-y:scroll}
html::-webkit-scrollbar {
  position:absolute;
  width: 5px;
  height: 8px;
  background-color: #e5e5e5; /* 또는 트랙에 추가한다 */
}

html::-webkit-scrollbar-thumb {
  background: #ed1b2f;
}
body {margin:0;padding:0;font-size:13px;font-family:'Pretendard','Malgun Gothic', dotum, sans-serif;  z-index:9999;}
body > div { transition: background-color 1s ease; }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:13px;font-family:'Pretendard','Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
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;font-size:13px}
input, button {margin:0;padding:0;font-family:'Pretendard','Malgun Gothic', dotum, sans-serif;font-size:13px}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Pretendard','Malgun Gothic', dotum, sans-serif;font-size:13px}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:15px}
a {color:#000;text-decoration:none}

*, :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}


#allWrap { min-width:1200px; max-width:1920px; margin:0 auto; position:relative; transition: background-color 1s ease; }
#allWrap:not(.sub3) { background:#fff; }
#hd, #wrapper, #ft {}

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}

/* 팝업레이어 */
#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}

#wrapper.sub2 { background:url('/img/sub_bg.png') no-repeat left top; }
#wrapper.sub4 { background:url('/img/port_bg.jpg') no-repeat center top, #191919; }
#wrapper.sub6.write { background:#191919; }
/* 상단 레이아웃 */
#hd { position:relative; z-index:100; height:0;  }
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}





#tnb { background:#f9bf0d; font-size:0; text-align:right; }
#tnb > ul { display:inline-block; }
#tnb > ul > li { float:left; }
#tnb > ul > li > a { display:block; width:100px; height:35px; box-sizing:border-box; text-align:center; line-height:35px; border-left:1px solid rgba(255,255,255,0.3); color:#fff; font-size:15px; font-weight:500;}

#hd_wrapper {position:relative; z-index:100; width:100%;  height:0; text-align:center; font-size:0;  transition:.2s ease-out;  }
.topArea { height:120px; position:relative; display:table; width:100%; }
#logo {position:absolute; left:50px; top:33px; z-index:1000;}




#Menu { display:table-cell;vertical-align:middle; }
#Menu > li { display:inline-block; margin-left:40px; transition:0.5s; }
#Menu > li:first-child { margin-left:0; }
#Menu > li > a { position:relative; display:inline-block; padding:0 10px;  color:#151515; font-size:17px; font-weight:700; text-transform:uppercase; transition:0.5s;  }

#wrapper.white #Menu > li > a { color:#fff; }
#Menu > li > a::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#ed1b2f;
	transition:0.5s;
	transform-origin:right;
	transform:scaleX(0);
	z-index:-1;
}


#Menu > li > a:hover::before {
	transition:transform 0.5s;
	transform-origin:left;
	transform:scaleX(1);
}
#Menu:hover > li > a { transform:scale(1.2); opacity:0.7; filter:blur(5px); }
#Menu > li > a:hover { transform:scale(1.5); opacity:1; filter:blur(0);text-decoration:none; color:#fff; }



a.topRes { transition:.2s ease-out; position:absolute; right:0; top:0; width:90px; text-align:center; height:90px; box-sizing:border-box; border-left:1px solid rgba(255,255,255,0.8); padding:20px 0 0; color:#ffffff; font-size:15px;}
a.topRes > div { width:26px; height:26px; margin:0 auto 11px; position:relative; }
a.topRes > div > img { display:block; transition:.2s ease-out; opacity:0; }
a.topRes > div > img:nth-child(1) { opacity:1; position:absolute; left:0; top:0; }
a.topRes:hover { background-color:#ffdfb9; color:#ed1b2f; }
a.topRes:hover > div > img:nth-child(1) { opacity:0; }
a.topRes:hover > div > img:nth-child(2) { opacity:1; }
/*상단 끝*/

/*메인 레이아웃*/

.mainMoive { height:1000px; overflow:hidden; position:relative; }
.mainMoive .cache { position:absolute; top:0; left:0; right:0; margin:0 auto; width:100%; height:100%; background:url('/img/index/movie_cover.png') no-repeat center center; background-size:cover; }
.mainMoive > video {position:absolute;  top:0; left:0; right:0; margin:0 auto; width:100%; height:100%; z-index:-1; }
#visual_bottom { width:100%; height:700px; background:linear-gradient(rgba(0,0,50,0.0) 0%, rgba(0,0,50,1) 100%); position:relative; z-index:10; }

.mainCon { background:url('/img/index/con_bg.jpg') no-repeat center top;  position:relative; z-index:1; font-size:0; text-align:center; overflow:hidden; }
.mainCon::after { content:""; position:absolute;  }

.mainCon .infoText { padding:250px 0 0; }
.mainCon .infoText > p { color:#fff; }
.mainCon .infoText > p:nth-child(1) { font-size:50px; font-weight:700; }
.mainCon .infoText > p:nth-child(2) { font-size:250px; font-weight:700; line-height:250px;}
.mainCon .infoText > p:nth-child(3) { font-size:30px; font-weight:200; line-height:50px; letter-spacing:-0.025em; padding:30px 0 0; }
.mainCon .infoText > p:nth-child(3) > span > span { font-weight:700; }

.mainCon .bsArea { box-sizing:border-box; padding:250px 0 0 50px; font-size:0;}
.mainCon .bsArea * { cursor: url("/img/index/bs_cursor.cur"), url("/img/index/bs_cursor.cur"), auto; }
.mainCon .bsArea .bsSlide { position:relative; }
.mainCon .bsArea .bsSlide .swiper-slide { display:inline-block; width:760px; height:500px; text-align:left; box-sizing:border-box; padding:135px 0 0 60px; overflow:hidden; }
.mainCon .bsArea .bsSlide .swiper-slide > p:nth-child(1) { color:#fff; font-size:30px; font-weight:700; }
.mainCon .bsArea .bsSlide .swiper-slide > p:nth-child(2) { color:#fff; font-size:22px; font-weight:300; line-height:30px; padding:25px 0 0;  }
.mainCon .bsArea .bsSlide .swiper-slide > video { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:125%; height:100%; opacity:0; transition:.2s ease-out; }
.mainCon .bsArea .bsSlide .swiper-slide:hover > video { opacity:1; }
.mainCon .mainTab { text-align:center; font-size:0; padding:250px 0 20px; position:relative; z-index:10; }
.mainCon .mainTab > p { color:rgba(255,255,255,0.5); font-size:20px; font-weight:500; }
.mainCon .mainTab > ul { display:inline-block; padding:80px 0 0; }
.mainCon .mainTab > ul > li { line-height:180px; height:180px; position:relative; }
.mainCon .mainTab > ul > li > a { color:#fff; font-size:120px; font-weight:800; }
.mainCon .mainTab > ul > li > a > img { position:absolute; top:50%; left:50%; z-index:-1; transform:translate(-290px,-50%); transition:.2s ease-out; opacity:0; }
.mainCon .mainTab > ul > li > a:hover > img { opacity:1; }
.mainCon .mainTab > ul > li:nth-child(2) > a > img { margin-left:25px; }
.mainCon .mainTab > ul > li:nth-child(3) > a > img { margin-left:50px; }
.mainCon .mainTab > ul > li:nth-child(4) > a > img { margin-left:75px; }
.mainCon .ptArea { height:130px; background:url('/img/index/pattern.png') no-repeat center center, #191919; }
.mainCon .rollingText { background-color:#ed1b2f; height:130px; }
.mainCon .rollingText > p { display:inline-block; color:#fff; font-size:60px; font-weight:500; line-height:130px; }

.mainCon .portfolioArea { font-size:0; text-align:center; background:#191919; padding:120px 10.7% 0; box-sizing:border-box; }
.mainCon .portfolioArea > p:nth-child(1) { color:rgba(255,255,255,0.3); font-size:50px; font-weight:500; }
.mainCon .portfolioArea > p:nth-child(2) { color:#fff; font-size:120px; font-weight:900; }
.mainCon .portfolioArea > p:nth-child(2) > span { display:inline-block; vertical-align:middle; margin:-18px 5px 0; width:175px; height:85px; background:#ed1b2f; border-radius:75px; padding:12px 14px; box-sizing:border-box; }
.mainCon .portfolioArea > p:nth-child(2) > span::after { content:""; float:right; vertical-align:middle; width:62px; height:62px; background:#fff; border-radius:100%; }
.mainCon .portfolioArea > ul { display:grid; grid-gap:140px; grid-template-columns: repeat(3, 1fr); width:100%; padding:125px 0 75px; }
.mainCon .portfolioArea > ul > li {  position:relative; }
.mainCon .portfolioArea > ul > li > div { display:block; padding:177% 0 0; background:#3a3a44; box-shadow: 0 0 10px rgba(0,0,0,0.6); }
.mainCon .portfolioArea > ul > li > div > div { width:100%; height:100%; position:absolute; left:0; top:0; box-sizing:border-box; padding:10%; text-align:left; }
.mainCon .portfolioArea > ul > li > div > div > p:nth-child(1) { color:#fff; font-size:18px; font-weight:700; }
.mainCon .portfolioArea > ul > li > div > div > p:nth-child(2) { color:#fff; font-size:12px; font-weight:700; padding:10px 0 0; }
.mainCon .portfolioArea > ul > li > div > div > a { position:absolute; bottom:40px; left:50%; transform:translateX(-50%); width:50px; color:#fff; font-size:13px; text-align:center; background:url('/img/link.png') no-repeat center top; transition:.2s ease-out; padding:50px 0 0; }
.mainCon .portfolioArea > ul > li > div > div > a:hover { background:url('/img/linka.png') no-repeat center top; box-shadow: 5px 9px 13.5px 1.5px rgba(237, 27, 47, 0.3); }

.mainCon .portfolioArea > ul > li:nth-child(3n+1) { margin-left:0; }

/* 전체화면 버튼 */
video::-webkit-media-controls-fullscreen-button { display:none; }

/* 일시정지, 재생 버튼 */
video::-webkit-media-controls-play-button { display:none; }

/* 재생 슬라이드..? */
video::-webkit-media-controls-timeline { display:none; }

/* 현재 진행 시간 */
video::-webkit-media-controls-current-time-display{ display:none; }

/* 전체 시간 */
video::-webkit-media-controls-time-remaining-display { display:none; }

/* 음소거 버튼 */
video::-webkit-media-controls-mute-button { display:none; }

/* 볼륨 조절 슬라이드 */
video::-webkit-media-controls-volume-slider { display:none; }

/* 괄호에 display: none !important; 를 추가하면된다.
 예 ) 전체화면 전환 버튼을 숨긴다. 
 다만 더블클릭으로 전체화면이 되는 기능등은 그대로고 단지 버튼만 없앤다. */

video::-webkit-media-controls-fullscreen-button {
	display: none !important;
}
/*메인 끝*/

.admBtn { position:absolute; right:0; top:0; width:40px; height:40px; line-height:40px; font-size:14px; color:#fff; background:#000; border-radius:100%; transform:translate(50%,-50%); z-index:20; }
#copy { position:relative; z-index:30; padding:178px 8% 35px; background:#191919; box-sizing:border-box; }
#copy > div { display:inline-block; width:100%; }
.copyInquiry { float:left; }
.copyInquiry > a { display:inline-block; line-height:236px;color:#fff; font-size:100px; font-weight:700; }
.copyInquiry > a > div { width:236px; height:236px; background-color:#ed1b2f; border-radius:100%; float:right; line-height:236px; text-align:center; transform:translateX(-36%); position:relative; z-index:-1; }
.copyInquiry > a > div > img { display:inline-block; vertical-align:middle; transform:translateX(50%); margin-top:-20px; }
.copyInquiry > p { color:#bbbbbb; font-size:20px; font-weight:300; line-height:30px; margin-top:-54px; }

.copyMenu { float:right; text-align:right; }
.copyMenu > li { display:block; line-height:55px; height:55px; }
.copyMenu > li > a { color:#ccccc1; font-size:27px; font-weight:700; transition:.2s ease-out; }
.copyMenu > li.on > a,
.copyMenu > li > a:hover { color:#ed1b2f; }



.copyLeft { float:left; background:url('/img/copy/logos.png') no-repeat left bottom; padding:0 0 77px; }
.copyLeft > p { color:#888; font-size:14px; font-weight:300; line-height:25px; }
.copyLeft > p > span { color:#aaa; font-weight:700; }

.copyRight { float:right; text-align:right; }
.copyRight > ul { display:inline-block;}
.copyRight > ul > li { float:left; padding:0 20px; position:relative; }
.copyRight > ul > li:not(:first-child)::before { content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); width:1px; height:10px; background:#888888; }
.copyRight > ul > li:first-child { padding-left:0; }
.copyRight > ul > li:last-child { padding-right:0; }
.copyRight > ul > li > a { color:#888888; font-size:14px; font-weight:300; }
.copyRight > ul > li:first-child > a { color:#fff; font-weight:700; }
.copyRight > p { color:#5d5d5d; font-size:14px; font-weight:500; padding:27px 0 0;  }
/*서브 레이아웃*/
.ShopCover { width:1200px; margin:0 auto; padding:0 0 100px; }
.fullCover { padding:0 0 100px;  text-align:center; }

.titleArea { text-align:center; position:relative; padding:240px 0 60px;}
.titleArea > p:nth-child(1) { color:#ed1b2f; font-size:15px; font-weight:700; }
.titleArea > p:nth-child(2) { color:#191919; font-size:80px; font-weight:700; line-height:90px; padding:20px 0 0; }

.subTab { font-size:0; text-align:center; padding:60px 0 0; }
.subTab > ul { display:inline-block; width:1200px; }
.subTab > ul > li { float:left; width:20%; }
.subTab > ul > li > a { display:flex; justify-content: center; align-items: center; width:100%; height:100px; line-height:1.5; box-sizing:border-box; border:1px solid #d7d7d7; color:#000000; font-size:18px; font-weight:500; }
.subTab > ul > li.on > a { background:#ed1b2f; color:#fff; box-shadow: 5px 9px 13.5px 1.5px rgba(237, 27, 47, 0.3); }
.subTab > ul > li:not(:nth-child(5n+1)) > a { border-left:0; }
.subTab > ul > li:not(:nth-child(-n+5)) > a { border-top:0; }

.subTopImg { height:700px; display:table; width:100%; overflow:hidden;}
.subTopImg > div { display:table-cell; vertical-align:middle; }
.subTopImg > div > p:nth-child(1) { color:#fff; font-size:50px; font-weight:700; }
.subTopImg > div > p:nth-child(2) { color:#fff; font-size:22px; font-weight:300; line-height:35px; padding:20px 0 0;}
.grayArea { background-color:#f7f7f7;  overflow:hidden;}

.bigTitle { text-align:center; position:relative; padding:240px 0 90px; }
.bigTitle > p:nth-child(1) { color:#191919; font-size:120px; line-height:80px; font-weight:700;}
.bigTitle > p:nth-child(2) { color:#191919; font-size:40px; font-weight:300; padding:30px 0 0; }
#wrapper.white .bigTitle > p { color:#fff; }

/*----------------공통 Start----------------*/

.view {margin-top: 20px;}

/*--검색--*/

    /* 상단 */
    .search {background: #f4f4f4;}
    .search .inner {padding: 0;}
    .Searchbox { display:inline-block; width:100%; position:relative; padding:0 50px; box-sizing:border-box; }
    .Searchbox > .Searchcon { display:inline-block; width:100%; padding:30px 0; }
    .Searchbox > .Searchcon > ul { float:left; display:inline-block; border:1px solid #bbb; border-left:0px; }
    .Searchbox > .Searchcon > ul > li { display:inline-block; float:left; border-left:1px solid #ddd; position:relative; }
    .Searchbox > .Searchcon > ul > li > input { height:48px; box-sizing:border-box; padding:0 40px 0 10px; float:left; border:0px; font-size:15px; color:#111; font-weight:500;}

	.sub_tab { width:100%; max-width:1920px; height:100px; border-bottom:1px solid #d9d9d9; box-sizing:border-box; text-align:center;  }
	.sub_tab ul { display:inline-block; }
	.sub_tab li { float:left;  }
	.sub_tab li a { position:relative; display:block; font-family:'Pretendard-Medium'; padding:0 36px; line-height:99px; font-size:18px; color:#333333; } 
	.sub_tab li.on a { font-family: 'Pretendard-Bold'; }
	.sub_tab li.on a::after { content:""; display:block; width:100%; height:3px; background:#3366ff; position:absolute; left:0; bottom:-2px;}
/*--이용안내--*/

    /* 메뉴 */
    .tour_bottom_tab { display:inline-block; width:100%; border-bottom:1px solid #000; margin-top:50px; }
    .tour_bottom_tab > ul { float:left; display:inline-block; }
    .tour_bottom_tab > ul > li { float:left; display:inline-block; width:170px; height:49px; line-height:48px; text-align:center; box-sizing:border-box; border-top:1px solid #000; border-right:1px solid #000; /*background:#f5f5f5;*/ cursor:pointer; font-size:16px; color:#000; font-weight:300; }
    .tour_bottom_tab > ul > li:first-child { border-left:1px solid #000; }
    .tour_bottom_tab > ul > li.on { border:1px solid #000; border-bottom:0px; background:#000; color:#fff; }

	.tour_bottom_tab_acc { display:inline-block; width:100%; border-bottom:1px solid #000; margin-top:50px; }
    .tour_bottom_tab_acc > ul { float:left; display:inline-block; }
    .tour_bottom_tab_acc > ul > li { float:left; display:inline-block; width:180px; height:49px; line-height:48px; text-align:center; box-sizing:border-box; border-top:1px solid #000; border-right:1px solid #000; /*background:#f5f5f5;*/ cursor:pointer; font-size:16px; color:#000; font-weight:300; }
    .tour_bottom_tab_acc > ul > li:first-child { border-left:1px solid #000; }
    .tour_bottom_tab_acc > ul > li.on { border:1px solid #000; border-bottom:0px; background:#000; color:#fff; }
    
    /* 내용 */
    #tour_bottom_area {display:block; width:100%; padding:20px 0 100px; text-align: unset; font-family: monospace; line-height: normal;}
    #tour_bottom_area img { max-width:1000px; height:auto; }
    .tba_con {display:none;}
	.tba_con p { font-family:'Pretendard-Medium'; text-align:left; font-size:18px; color:#333333; }
    .tba_con1 {display:block;}




/*----------------공통 END----------------*/





/*----------------에어카텔 Start----------------*/
.car_noti{position: relative; bottom: -30px; color: #e25147; font-size: 14px; font-weight:400;}

/*----------------에어카텔 END----------------*/



/*----------------할인항공 Start----------------*/


/*----------------할인항공 END----------------*/





/*----------------숙소 Start----------------*/

/* 상품 리스트 세로ver. */

    /* 세로ver. */
    .tour_list_area { display:inline-block; width:100%; padding:60px 0 0; }
    .tour_list_area > ul { display:inline-block; width:100%; float:left; }
    .tour_list_area > ul > li { display:inline-block; width:380px; height:450px; margin:0 0 48px 30px; float:left; position:relative; z-index:10; background:#fff; box-sizing:border-box; cursor:pointer; }
	.tour_list_area > ul > li:nth-child(3n+1) { margin-left:0; }
    .tour_list_area > ul > li > a { display:inline-block; text-decoration:none; box-sizing:border-box; width:100%; height:100%; }
    .tour_list_area > ul > li .tour_list_thumb { width:380px; height:250px; background-size:cover; background-repeat:no-repeat; background-position:center center; }

	.tour_list_thumb_cover { position:relative; width:100%; text-align:left; padding:23px 20px 31px; }
	.tour_list_thumb_cover::after { content:""; display:block; width:89.5%; height:1px; background:#d9d9d9; position:absolute; left:20px; bottom:0px;}
	
	.tour_list_area > ul > li .tour_list_tit { font-family:'Pretendard-Bold';  font-size:20px; color:#000; padding:0 0 14px; }
    .tour_list_area > ul > li .tour_list_tit a { text-decoration:none; color:#000; }
    .tour_list_area > ul > li .tour_list_stit { font-family: 'Pretendard-Light'; font-size:15px; color:#333333; padding-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;  }

    .tour_list_area > ul > li .tour_amount_area { width:100%; height:60px; line-height:60px; text-align:center; padding:0 20px; box-sizing:border-box; }
	.tour_list_area > ul > li .tour_amount_area .Tit{ float:left; display:inline-block; font-family: 'Pretendard-ExtraBold'; font-size:20px; color:#f72a66; }
    .tour_list_area > ul > li .tour_amount_area del { font-family: 'Pretendard-Medium'; color:#aaaaaa; font-size:15px; }
    .tour_list_area > ul > li .tour_amount_area .tour_amount { float:right; font-family: 'Pretendard-ExtraBold'; font-size:20px; color:#f72a66;  }
    .tour_list_area > ul > li .tour_amount_area .tour_amount > span { font-family: 'Pretendard-ExtraBold'; font-size:20px; color:#f72a66; }

	.pkgtour_list_area { display:inline-block; width:100%; padding:60px 0 0; }
    .pkgtour_list_area > ul { display:inline-block; width:100%; float:left; }
    .pkgtour_list_area > ul > li { display:inline-block; width:380px; height:385px; box-shadow:inset 0 0 0 1px #d9d9d9;  margin:0 0 48px 30px; float:left; position:relative; z-index:10; background:#fff; box-sizing:border-box; cursor:pointer; }
	.pkgtour_list_area > ul > li:nth-child(3n+1) { margin-left:0; }
    .pkgtour_list_area > ul > li > a { display:inline-block; text-decoration:none; box-sizing:border-box; width:100%; height:100%; }
    .pkgtour_list_area > ul > li .tour_list_thumb { width:380px; height:250px; background-size:cover; background-repeat:no-repeat; background-position:center center; }

	.tour_list_thumb_cover { position:relative; width:100%; text-align:left; padding:23px 20px 31px; }
	.tour_list_thumb_cover::after { content:""; display:block; width:89.5%; height:1px; background:#d9d9d9; position:absolute; left:20px; bottom:0px;}
	
	
    .pkgtour_list_area > ul > li .tour_amount_area { width:100%; text-align:left; padding:23px 20px 31px; box-sizing:border-box; }
	.pkgtour_list_area > ul > li .tour_amount_area .tour_list_tit { float:left; display:inline-block; font-family:'Pretendard-ExtraBold'; font-size:20px; color:#000; padding:0 0 15px;
 }
    .pkgtour_list_area > ul > li .tour_amount_area del { font-family: 'Pretendard-Medium'; color:#aaaaaa; font-size:15px; }
    .pkgtour_list_area > ul > li .tour_amount_area .tour_amount { float:right; font-family: 'Pretendard-ExtraBold'; font-size:20px; color:#f72a66;  }
    .pkgtour_list_area > ul > li .tour_amount_area .tour_amount > span { font-family: 'Pretendard-ExtraBold'; font-size:20px; color:#f72a66; }



    /* 가로ver.  */
    .tour_list_area2 { display:inline-block; width:100%; padding:10px 0 50px; }
    .tour_list_area2 > ul { display:inline-block; width:100%; }
    .tour_list_area2 > ul > li { display:inline-block; width:100%; position:relative; z-index:10; box-shadow:0 0 0 1px inset #d9d9d9; background:#fff; box-sizing:border-box; margin:0 0 30px; cursor:pointer; transition: .2s ease-out; }
    .tour_list_area2 > ul > li.sold_out{ }
    .tour_list_area2 > ul > li:hover { z-index:11; box-shadow:0 0 0 2px inset #3366ff;  transition: .2s ease-out;  }
    .tour_list_area2 > ul > li > a { display:inline-block; text-decoration:none; box-sizing:border-box; padding:30px; width:100%; height:100%; }
    .tour_list_area2 > ul > li .tour_list_thumb { width:380px; height:250px; background-size:cover; background-repeat:no-repeat; background-position:center center; float:left; margin-right:40px;}
    .tour_list_area2 > ul > li .tour_list_info { width:720px; float:left;}
    .tour_list_area2 > ul > li .tour_list_info dl { margin:5px; color: #4c4c4c; font-size:14px;}
    .tour_list_area2 > ul > li .tour_list_info dl dt{ float:left; width:100px; margin-bottom: 2px;}
    .tour_list_area2 > ul > li .tour_list_info dl dd{ float:left; width:350px; margin-bottom: 2px;}
    .tour_list_area2 > ul > li .tour_list_tit { font-family: 'Pretendard-Medium'; font-size:27px; color:#000000; padding-top:10px; }
    .tour_list_area2 > ul > li .tour_list_tit a { text-decoration:none; color:#000000; }
    .tour_list_area2 > ul > li .tour_list_stit { font-family: 'Pretendard-Regular'; font-size:18px; color:#000000; padding-top:5px; text-align:left; line-height:20px;}
	.tour_list_area2 > ul > li .tour_more_btn { position:absolute; top:0; right:0; width:180px; height:45px; background:#3366ff; text-align:center; }
	.tour_list_area2 > ul > li .tour_more_btn > p { line-height:45px; font-family:'Pretendard-Bold'; font-size:16px; color:#fff; }

    .tour_list_area2 > ul > li .tour_amount_area { width:720px; float:left; padding-top:10px; text-align:left;  }
	.tour_list_area2 > ul > li .tour_amount_area_3 { }

	.tour_list_area2 > ul > li .tour_amount_area .tour_mark { float:left; width:110px; height:30px; line-height:30px; background:#f2f2f2; font-family:'Pretendard-SemiBold'; font-size:16px; color:#000000; text-align:center; margin-right:15px; }
    .tour_list_area2 > ul > li .tour_amount_area .tour_amount { line-height:30px; font-family: 'Pretendard-Light'; font-size:16px; color:#666666; }
    .tour_list_area2 > ul > li .tour_amount_area .tour_amount > span { font-size:16px; }
    
	.acc_loc li{background:#fff;}
	.acc_loc li a{background:#fff;}

/* 상품 뷰 */

    .item_top_area { display:inline-block; width:100%; box-sizing:border-box; border:1px solid #ddd; padding:40px 50px 55px; margin-top:60px; }
    .ita_left {float:left; display:inline-block; width:540px; position:relative; }
    .ita_left img {width:100%;}
    .ita_right { float:right; display:inline-block; width:500px; position:relative; }
    .ita_it_name { text-align:left; font-size:25px; color:#2f2f2f; font-weight:400; }
    .ita_it_amount { text-align:right; font-size:29px; color:#a21c4b; font-weight:500; vertical-align:middle; line-height:1em; }
    .ita_it_amount > del { font-size:16px; color:#353535; font-weight:400; }

    .ita_total_amount { padding:20px 0 10px 20px; line-height:1em; display:inline-block; width:100%; box-sizing:border-box; }

    .i_amount_1 { display:inline-block; width:100%; }
    .i_amount_1 > span:nth-child(1) { float:left; display:inline-block; color:#353535; font-size:20px; font-weight:500; }
    .i_amount_1 > span:nth-child(2){ float:right; display:inline-block; color:#c9c9c9; font-size:30px; font-weight:500; text-decoration:line-through; }
    .i_amount_1 > span:nth-child(2) > span { font-size:23px; }
    .i_amount_2 { display:inline-block; width:100%; padding:12px 0 10px; }
    .i_amount_2 > span:nth-child(1) { float:left; display:inline-block; color:#ef554d; font-size:14px; font-weight:300; }
    .i_amount_2 > span:nth-child(2) { float:right; display:inline-block; color:#353535; font-size:16px; font-weight:500;}
    .i_amount_3 { display:inline-block; width:100%; color:#a21c4b; font-size:20px; font-weight:500; text-align:right; }

    .fitemcheck_ul { display:inline-block; }
    .fitemcheck_ul > li { display:inline-block; float:left; width:151px; height:48px; line-height:48px; border:1px solid #ddd; text-align:center; background:#fff; margin-left:8px; }
    .fitemcheck_ul > li > a { display:inline-block; width:100%; height:100%; text-decoration:none; color:#7e7e7e; font-size:16px; font-weight:300; }
    .fitemcheck_ul > li.has_pink { border:1px solid #a21c4c; background:#a21c4c; }
    .fitemcheck_ul > li.has_pink > a { color:#fff; }

    #tour_view_area { display:inline-block; width:100%; background:#fff; box-sizing:border-box; padding:0 30px 0; }
    #prv_tour_view_area { display:inline-block; width:100%; background:#fff; box-sizing:border-box; padding:0 30px 0; }
    .tva_tit { font-size:25px; color:#2f2f2f; font-weight:400; padding-bottom:25px; text-align: left;}
    .tour_info { display:inline-block; width:100%; padding:20px 0; text-align: left; }
    .tour_info > li { display:inline-block; width:100%; float:left; box-sizing:border-box; padding-left:25px; margin-bottom:10px; line-height: 24px;}
    .tour_info > li > p.ti_p1 { color:#353535; font-weight:500; font-size:16px;}
    .tour_info > li > p.ti_p2 { color:#353535; font-weight:300; font-size:16px; }

    .tour_info > li.icon_clock { background:url("/res/images/tour/icon_clock.jpg") no-repeat left 0px top 4px; }
    .tour_info > li.icon_call { background:url("/res/images/tour/icon_call.jpg") no-repeat left 0px top 4px; }
    .tour_info > li.icon_home { background:url("/res/images/tour/icon_home.jpg") no-repeat left 0px top 4px; }
    .tour_info > li.icon_location { background:url("/res/images/tour/icon_location.jpg") no-repeat left 0px top 4px; }
    .tour_info > li.icon_question { background:url("/res/images/tour/icon_question.jpg") no-repeat left 0px top 4px; }
    .tour_info > li.icon_room { background:url("/res/images/tour/icon_room.jpg") no-repeat left 0px top 4px; }
    .tour_info > li.icon_schedule { background:url("/res/images/tour/icon_schedule.jpg") no-repeat left 0px top 4px; }
    .tour_info > li.icon_ticket { background:url("/res/images/tour/icon_ticket.jpg") no-repeat left 0px top 7px; }
    .tour_info > li.icon_person { background:url("/res/images/tour/icon_person.jpg") no-repeat left 0px top 4px; }
    .tour_info > li.icon_car { background:url("/res/images/tour/icon_car.jpg") no-repeat left 0px top 1px; }

    .item_view_info { display:inline-block; width:100%; padding:20px 0 10px; margin:15px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
    .item_view_info > li { display:inline-block; width:100%; float:left; box-sizing:border-box; padding-left:25px; margin-bottom:10px; }
    .item_view_info > li:first-child { background:url("/res/images/tour/icon_question.jpg") no-repeat left 0px top 4px; }
    .item_view_info > li > p.ti_p1 { color:#353535; font-weight:500; font-size:16px; }
    .item_view_info > li > p.ti_p2 { color:#353535; font-weight:300; font-size:16px; }

.overlay{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: none; color: #FFF; }
.sold_out .overlay{ text-align: center; line-height: 200px;background-repeat: no-repeat; background-position: center 100px; display: block;  background-color: rgba(0, 0, 0, .6); z-index:999; font-size:50px; font-weight:bold;}

a.amount_choice { display:inline-block; padding:2px 3px; margin-right:15px; color:#aaa; font-size:14px; text-decoration:none; }
a.amount_choice.on { color:#ef554d; }


/*----------------숙소 END----------------*/



/*----------------렌트카 Start----------------*/


/*----------------렌트카 END----------------*/

.cal_hide_date, 
#cal_hide_date { position:absolute; left:50%; transform:translateX(-45%); top:50px; padding:25px; width:525px; border:1px solid #cfcfcf; background:#fff; z-index:99; display:none; }

.f_sch_person_list { position:absolute; left:0px; top:50px; padding:10px 15px; width:210px; height:150px; overflow-y:auto; z-index:99; background:#fff; border:1px solid #cfcfcf; display:none; }
.f_sch_person_list > ul { display:inline-block; width:100%; }
.f_sch_person_list > ul > li {padding: 5px 0; width:100%; float:left; display:inline-block; }
.f_sch_person_list > ul > li > button { display:inline-block; width:100%; background:none; border:0px; text-align:left; cursor:pointer; font-size:14px; padding:0px; }

input.f_sch_name { background:url("/res/images/search/name.jpg") no-repeat right 10px center, #fff; }
input.f_sch_date { background:url("/res/images/search/date.jpg") no-repeat right 10px center, #fff; cursor: pointer;}
input.f_sch_person { background:url("/res/images/search/person.jpg") no-repeat right 10px center, #fff; cursor:default; }
input.f_sch_schedule { background:url("/res/images/search/schedule.jpg") no-repeat right 10px center, #fff; }
input.f_sch_clock { background:url("/res/images/search/clock.jpg") no-repeat right 10px center, #fff; }

select.f_sch_name { background:url("/res/images/search/name.jpg") no-repeat right 10px center, #fff; }
select.f_sch_person { background:url("/res/images/search/person.jpg") no-repeat right 10px center, #fff; }
select.f_sch_clock { background:url("/res/images/search/clock.jpg") no-repeat right 10px center, #fff; }

.f_sch_submit { float:right; width:120px; height:50px; color:#fff; background:#004fec; font-size:16px; font-weight:300; border:0px; cursor:pointer; }

#tour_list { position:relative; display:inline-block; width:100%; }
#tour_list > li { float:left; display:inline-block; box-sizing:border-box; border:1px solid #ddd; margin-bottom:20px; }
#tour_list > li:hover { border:1px solid #ef554d; }
#tour_list > li > .tour_left { float:left; width:929px; border-right:1px solid #ddd; height:214px; }
#tour_list > li > .tour_right { float:left; width:168px; height:214px; text-align:center; }
#tour_list > li > .tour_left > .tour_thumb { margin:17px 20px 17px 17px; float:left; }
#tour_list > li > .tour_left > .tour_con1 { margin:17px 0; float:left; width:605px; height:180px; }
#tour_list > li > .tour_left > .tour_con1 .Tit { font-size:20px; color:#2f2f2f; font-weight:500; padding-bottom:5px; }
#tour_list > li > .tour_left > .tour_con1 .Tit2 { font-size:14px; color:#838383; font-weight:300; }
#tour_list > li > .tour_right .tour_amount { font-weight:500; color:#a21c4b; font-size:22px; padding-bottom:30px; }
#tour_list > li > .tour_right .tour_amount > span { font-size:14px; }
a.tour_more { display:inline-block; width:120px; height:35px; line-height:35px; border-radius:3px; text-decoration:none; color:#fff; font-size:14px; font-weight:400; background:#a21c4b; }

.tour_type_ul { display:inline-block; width:100%; padding:12px 0; }
.tour_type_ul > li { float:left; display:inline-block; border:1px solid #004fec; color:#004fec; border-radius:3px; padding:0 10px; height:30px; line-height:30px; text-align:center; margin-right:3px; margin-bottom: 5px; font-weight:500;}
.tour_type_ul > li.on {color:#fff; background:#004fec;}

.Searchcon02 {float:left;width:621px;}
.Searchcon02 ul {float:left;}
.Searchcon02 ul.Two {float:left;margin:6px 0 0 0;}
.Searchcon02 ul li {float:left;}
.Searchcon02 ul li.Sel {float:left;margin:6px 0 0 0;}
.Searchcon02 ul li.Tit {font-size:13px;font-weight:bold;color:#1f1f1f;width:72px;padding:0 0 0 16px;margin:10px 0 0 0;}
.Searchcon02 ul li.Tit2 {font-size:13px;font-weight:bold;color:#1f1f1f;width:48px;padding:0 0 0 27px;margin:10px 0 0 0;}
.Searchbtn {float:left;padding:0 0 0 16px;}
.Lacate {float:right;width:740px;margin:17px 0 0 0;}
.Lacate ul {float:right;margin:5px 0 10px 0;}
.Lacate ul li {float:left;padding:0 0 0 15px;color:#5f5f5f;}
.Lacate ul li a {color:#5f5f5f;}
.Lacate ul li.on a {font-weight:bold;color:#ab1350;}
.Lacate ul li.on a:hover{ color:#ab1350;text-decoration:none;}
.Lacate ul li a:hover{ color:#5f5f5f;text-decoration:none;}

/* 할인항공 */
.air_reser .box {margin-top: -100px; border-top: 2px solid #a21c4c; border-bottom: 1px solid #ddd; background: #fff; height: 320px; box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.air_reser table {border-collapse: separate; border-spacing: 8px;}
.calendar_dcair {margin: 0 auto;}


/* 달력 */
.Telconcalin {float:left; padding:0 0 0 0; width: 56%;}   
.Telconcalin .Calendarbox {margin: 4%;}

/* 검색 */
.Telconcalcon {padding: 3% 4% ; width: 44%; height: 317px; float: left; text-align: left; background: #f7f7f7;}
.Telconcalcon .li_tit {padding-bottom: 10px; color: #353535; font-weight: 500; font-size: 16px;}
.Telconcalcon li {display: inline-block; margin-bottom: 20px; width: 49%;}
.Telconcalcon select {width: 100%; height: 48px; border: 1px solid #bbb; color: #111; margin-top: 5px;}
.Telconcalcon .select01 {width: 160px;}
#disp_sdate, #disp_edate {font-size: 18px; font-weight: 300;}
a.tour_more {margin-top: 20px; display:inline-block; width:180px; height:48px; line-height:48px; border-radius:0; text-decoration:none; color:#fff; font-size:16px; font-weight:400; background:#a21c4c; }


/*달력
.Calenderconr {padding: 0 0 0 20px;}
.Telconcalcon {float:left; padding:0 0 0 0; width: 30%; text-align: left;}
.Telconcalcon01 {float:left;font-weight:bold;color:#131313;margin:33px 0 0 0;}
.Telconcalcon02 {float:left;color:#797979;line-height:21px;margin:23px 0 0 0;}
.Telconcalcon03 {float:left;color:#797979;line-height:21px;margin:23px 0 0 0;}
.Telconcalcon04 {float:left;color:#797979;line-height:21px;margin:11px 0 0 0; width:250px;}
.Telconcalcon05 {float:left;color:#797979;line-height:21px;margin:3px 0 0 0; width:250px;}

table.c1 th {font-size: 13px;}
table.c1 td {font-size: 13px; border: 0;}
table.c1 td.td-off {border: 0;}
table.c1 td.td-select {background: #a21c4c; border-radius: 50%;}

.Calenderpre {width: 100%; height: 20px; text-align: center; font-size: 16px; font-weight: 400; margin-bottom: 20px;}
.Calenderpre a {display: inline-block; }
.Calenderpre p {display: inline-block;}
.Calendernext {width: 100%; height: 20px; text-align: right; font-size: 16px; font-weight: 400; margin-bottom: 20px;}
.Calendernext a {display: inline-block;}
.Calendernext p {display: inline-block;}
.Cdetail {display: none;}*/

.person_cnt {width: 100px;}

.input01 {border:1px solid #cfcfcf;height:38px;color:#707070;font-size:13px;padding:0 17px;*line-height:38px;line-height:38px \0/;}
.input02 {border:1px solid #cfcfcf;height:38px;color:#707070;font-size:13px;padding:0 17px;*line-height:38px;line-height:38px \0/;background:url("/res/images/scal_ico.jpg") no-repeat 172px 10px;line-height:20px;}
.select01 {float:left;border:1px solid #cfcfcf;color:#707070;height:24px;font-size:13px;padding:0 5px;line-height:20px;*line-height:-24px;line-height:-18px;}
    
/*항공 이용안내 환불규정*/ 
.air_info {clear:both; padding: 40px 0; margin:44px 0 0 0; background: #f7f7f7;}
.air_info .inner {padding: 40px; background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.air_info ul {float:left;}
.air_info ul li {float:left; width: 200px; height: 50px; background:#fff; color:#a21c4c; font-size:18px; font-weight:400; border: 1px solid #a21c4c; line-height: 50px; cursor: pointer;}
.air_info ul li.on {background:#a21c4c; color:#fff;}
.air_info ul li.first {padding:0;}
.air_info div {clear:both; padding:20px; font-size:14px; padding: 50px 0; font-size: 16px;}
.air_info div div {display:none; }


/*항공 데이터*/
.air_data .inner {padding: 80px 0;}
.air_data h3 {margin-bottom: 40px; font-size: 30px;}
.air_data .table {margin-bottom: 20px; width: 100%; table-layout: fixed; border-top: 1px solid #ddd;}
.air_data .table tr:first-child {border-top:0px;}
.air_data .table th {height: 48px; padding:15px 10px; border-bottom: 1px solid #ddd; background: #f4f4f4; font-size: 18px;font-weight: 400; color: #000; text-align: center;}
.air_data .table td {height: 48px; padding:10px 10px; border-bottom: 1px solid #ddd; color: #000; font-size: 16px; text-align: center;letter-spacing: -0.1px;}
.air_data span {display: block; text-decoration:line-through;color:#ccc;line-height: 20px;}

.price02 strong{ color:#a21c4c;}
.air_data .table td.price03 { color:#a21c4c; font-weight:400;}




/* 투어 이미지 롤링 */
.tour_gallery-top { position:relative; width:470px; height:320px; }
.tour_gallery-top .swiper-slide { width:470px; height:320px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.tour_gallery-thumbs { position:relative; width:470px; height:75px; padding-top:10px !important; }
.tour_gallery-thumbs .swiper-slide { width:110px; height:75px; opacity:0.4; background-repeat:no-repeat; background-position:center; background-size:cover; }
.tour_gallery-thumbs .swiper-slide-active { opacity:1; }

.prv_tour_gallery-top { position:relative; width:550px; height:350px; }
.prv_tour_gallery-top .swiper-slide { width:550px; height:350px; background-repeat:no-repeat; background-position:center; background-size:cover; }
.prv_tour_gallery-thumbs { position:relative; width:550px; height:70px; padding-top:10px !important; }
.prv_tour_gallery-thumbs .swiper-slide { width:100px; height:70px; opacity:0.4; background-repeat:no-repeat; background-position:center; background-size:cover; }
.prv_tour_gallery-thumbs .swiper-slide-active { opacity:1; }

.Gallery {display:inline-block; width:100%; margin:6px 0 0 0;}
.Gallery ul {float:left;}
.Gallery ul li {position:relative;float:left;margin:6px 0 0 0;padding:0 0 0 6px;height:155px;}
.Gallery ul li span.Tit {position:absolute;display:block;width:195px;font-size:11px;padding:8px 0 7px 0;*padding:7px 0 7px 0;color:#ffffff;left:0;bottom:0;text-align:center;font-weight:bold;background-color:#000;opacity:.7;filter:alpha(opacity=70);}
.Gallery ul li span.Tit2 {position:absolute;display:block;width:195px;font-size:11px;padding:8px 0 7px 0;*padding:7px 0 7px 0;color:#ffffff;left:6px;bottom:0;text-align:center;font-weight:bold;background-color:#000;opacity:.7;filter:alpha(opacity=70);}
.Gallery ul li.first {padding:0;}

#DayToDay { display:inline-block; width:100%; }
#DayToDay > li { float:left; display:inline-block; width:100%; height:20px; line-height:20px; color:#353535; font-size:16px; font-weight:300; margin-top:10px; }
#DayToDay > li > .check_state { width:20px; height:20px; margin-right:10px; box-sizing:border-box; border:1px solid #c6c6c6; display:inline-block; vertical-align:sub; cursor:pointer; }
#DayToDay > li.on > .check_state { background:url("/res/images/tour/checked.jpg") no-repeat center center; border:0px; }

#tour_discount_area { display:inline-block; width:100%; background:#f4f4f4; box-sizing:border-box; padding:5px 40px; margin-top:10px; }
.tour_special_discount { display:inline-block; width:100%; font-size:15px; font-weight:500; color:#353535; line-height:25px; padding-bottom:10px; }
.tsd_amount { display:inline-block; float:right; color:#ef554d; }
.tour_discount { display:inline-block; width:100%; font-size:15px; font-weight:400; line-height:25px; }
.td_tit { display:inline-block; color:#aaa; padding-left:20px; background:url("/res/images/tour/radio_off.png") no-repeat left center; text-decoration:line-through; }
.td_amount { display:inline-block; float:right; color:#aaa; text-decoration:line-through; }
.tour_discount.td_selected > .td_tit { color:#353535; background:url("/res/images/tour/radio_on.png") no-repeat left center; text-decoration:none; }
.tour_discount.td_selected > .td_amount { color:#ef554d; text-decoration:none; }

.tour_total_tit { padding:20px 0 0 20px; font-size:20px; color:#353535; font-weight:500; border-top:1px solid #ddd; margin-top:25px; line-height:1em; text-align: left;}
#disp_tot_price { color:#000; font-size:30px; font-weight:700; text-align:right; line-height:1em; }
#disp_tot_price > span { font-size:23px; }
#disp_tot_price > small.normal {font-size: 16px; font-weight: 400; text-decoration: line-through; color: #808080; padding-right: 10px;}
#disp_tot_price > span.bohum_price {display: block; font-size: 16px; font-weight: 400; color: #808080; padding-right: 10px;}

#pre_deposit {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    text-align: right;
    line-height: 1em;
  }


a.tour_reserv { font-size:16px; color:#fff; text-align:center; background:#004fec; display:inline-block; width:540px; height:50px; line-height:50px; margin-top:20px; float:right; text-decoration:none; }


#tour_schedule_area { display:inline-block; width:100%; }

.tour_schedule_block.off { background:#EFEFEF; opacity:0.1; z-index:-1; pointer-events: none;}
.tsb_no {cursor:move; }
.toursort .ui-state-highlight {background-color:#FFF !important; border:2px !important; border-style:dashed !important; border-color:gray !important; z-index:-1; }
.toursort .ui-sortable-helper {box-shadow:#efefef 3px 3px 3px; border-radius:5px; border:1px solid #a0a0a0;}

.tour_schedule_block { display:inline-block; width:251px; float:left; border:1px solid #d5d5d5; border-top:1px solid #696969; border-bottom:0px; box-sizing:border-box; margin-right:-1px; }
.tsb_tit { float:left; display:inline-block; width:100%; height:38px; line-height:38px; font-size:16px; color:#313131; font-weight:500; text-align:center; background:#f2f2f2; position:relative; }
.tsb_tit> button { position:absolute; right:5px; top:5px; display:inline-block; width:70px; height:27px; line-height:25px; border:1px solid #a21c4c; background:#fff; color:#a21c4c; font-size:14px; padding:0px 0px 0px 1px; cursor:pointer; border-radius:3px; }
.tsb_ul { display:inline-block; width:100%; float:left; }
.tsb_ul > li { width:100%; height:69px; float:left; display:inline-block; border-bottom:1px solid #d5d5d5; box-sizing:border-box; padding:13px 10px; position:relative; }
.tsb_ul > li:hover { background:#f2f2f2; }
.tsb_ul > li > div:nth-child(1) { float:left; width:70px; height:48px; text-align:center; position:relative; top:-4px; }
.tsb_ul > li > div:nth-child(2) { float:left; width:40px; text-align:center;  }
.tsb_ul > li > div:nth-child(3) { 
	float:left; width:105px; text-align:left; color:#313131; font-size:15px; font-weight:300; height:42px; line-height:21px; 
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:normal;
    word-wrap:break-word;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
	.tsb_no { display:inline-block; width:20px; height:20px; background:#8f94a4; border-radius:3px; color:#fff; font-size:13px; font-weight:300; }
	.tsb_name { cursor:pointer; }
.tsb_ul > li .remove_li { position:absolute; right:5px; top:5px; border:0px; background:none; cursor:pointer; width:15px; height:15px; padding:0px; display:none; }
.tsb_ul > li:hover .remove_li { display:block; }

.tsb_ul .li_distance {float:left; width:68px; height:19px; font-size:12px; text-align:center; padding:0; background-color:#ffffff73; top:58px; left:10px; border-radius:0px; margin:0px 0 0 0px; z-index:9; position:absolute; color:#5f5f5f;}
.tsb_ul li:last-child .li_distance {display:none !important;}
.tsb_ul.dragging .li_distance {display:none !important;}


#place_info_bg { position:fixed; left:0; top:0; right:0; width:100%; min-width:1100px; max-width:1919px; height:100%; margin:auto; background:rgba(0,0,0,0.9); display:none; z-index:300; }
#place_info_area { position:fixed; left:0; top:0; right:0; bottom:0; width:1000px; height:95%; min-height:540px; max-height:640px; margin:auto; background:#fff; display:none; z-index:300; }


/*렌트카*/
.f_sch_time_list { position:absolute; left:0px; top:50px; padding:10px 25px; width:100%; height:150px; overflow-y:auto; z-index:99; background:#fff; border:1px solid #cfcfcf; display:none; }
.f_sch_time_list > ul { display:inline-block; width:100%; }
.f_sch_time_list > ul > li { width:100%; float:left; display:inline-block; }
.f_sch_time_list > ul > li > button { display:inline-block; width:100%; background:none; border:0px; text-align:left; cursor:pointer; font-size:14px; padding:0px; }
/* 마스크 로딩 관련 */
#mask { margin: 0; display: flex; justify-content: center; align-items: center; position:absolute; left:0; top:0; z-index:100; background-color:#000; display:none;  }
#mask .wineglass { height: 36px; position: relative; }
#mask .wineglass:after { content: ''; position: absolute; top: 47px; left: 5px; width: 20px; height: 5px; background: white; box-shadow: 0 0 1px white; }
#mask .top { background: white; width: 30px; height: 36px; border-radius: 0 0 36px 36px; box-shadow: 0 0 1px white;}
#mask .top:before { content: '';  position: absolute; left: 4px; bottom: 4px; width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(transparent 50%, #a21c4c 50%); }
#mask .left .top:before { animation: rotate2 2s linear infinite; }
#mask .right .top:before { animation: rotate1 2s linear infinite; }
#mask .top:after { content: ''; position: absolute;top: 35px;left: 12px;width: 6px;height: 13px;background: white;box-shadow: 0 0 1px white;}
#mask .left { display: inline-block; margin-right: 10px; animation: rotate1 2s cubic-bezier(.39,1.52,.46,.92) infinite; }
#mask .right { display: inline-block; animation: rotate2 2s cubic-bezier(.39,1.52,.46,.92) infinite; }
@keyframes rotate1{ 0% {transform: rotate(0deg);} 50% {transform:rotate(22deg);} }
@keyframes rotate2{ 0% {transform:rotate(0deg);} 50% {transform:rotate(-22deg);} }
.loader ul { list-style: none; margin: 0; padding: 0; width: 70px; height: 25px; position: relative; opacity: 0; animation: 2s fadeInUp infinite linear 2s; }
.loader li { width: 6px; height: 15px; background: white; position: absolute; box-shadow: 0 0 1px white; transform-origin: bottom;}
.loader li:nth-child(1) { left: 26px; bottom: 5px; transform: rotate(-35deg);}
.loader li:nth-child(2) { left: 34px; bottom: 8px;}
.loader li:nth-child(3) { left: 42px; bottom: 5px; transform: rotate(35deg); }
@keyframes fadeInUp { 0% { opacity: 0; transform: scaleY(1); } 33% { opacity: 1; transform: scaleY(1.4); } 64% { opacity: .1; transform: scaleY(1); } 100% { opacity: 0; transform: scaleY(.3); } }



/*렌터카 리스트*/
.pkg .inner .cate {width : 1100px; height:70px; text-align:right;}
.pkg .inner .cate li {float:left; overflow: hidden; padding: 10px 10px; box-sizing: border-box; color:#a21c4c;}
.pkg .inner .cate li.on a { color:#fff;}
.pkg .inner .cate li.on { background:#a21c4c; color:#fff; }
.pkg .inner .cate li a {width: 100%; height: 100%; color:#a21c4c;}
.pkg .inner .list::before {display: block; content: ''; clear: both;}

#car_list li .img {overflow: hidden; width: 100%; height: 200px; vertical-align: middle; display: table-cell;}
#car_list li .img img {overflow: hidden; width: 100%;}
#car_list ul.car_list > li {float:left; width: 24%; margin: 0 1.3% 1.3% 0; border:1px solid #eee;}
#car_list ul.car_list > li:nth-child(4n) {margin: 0 0 1% 0;}
#car_list ul.car_list > li:hover {border:1px solid #a21c4c;}
#car_list ul.car_list > li:hover .car_price .txt-reser {border:1px solid #a21c4c; background:#a21c4c;color:#fff;}
#car_list ul.car_list > li a {display: block; width: 100%; height: 100%; padding: 10px; width: 100%; height: 100%;}

#car_list li ul {padding: 5px 0px; }
#car_list li ul li {float:left; /*width:50px;*/ margin-right:7px; padding:5px 0px; }
#car_list li .car_price::before {display: block; content: ''; clear: both;}
#car_list li .car_tit {height: 36px; font-size:18px; font-weight:500; text-align:left; padding-left:0px;}
#car_list li .car_tit .maker {color:#808080; font-size:14px; margin-left:2px;}
#car_list li .car_tit .code {font-size:0;}
#car_list li .car_price {display:block; position:relative; margin-top:20px; padding:0 0 0 70px; }
#car_list li .car_price .txt-price { display:block; line-height:15px; letter-spacing:0; text-align:left;font-size:12px; color:#999; text-decoration: line-through;}
#car_list li .car_price .txt-sale { display:block; line-height:20px; letter-spacing:0; text-align:left; font-size:17px; color:#000; }
#car_list li .car_price .txt-reser { position:absolute; right:10px; bottom:0px; width:80px; font-size:15px; line-height:20px; font-weight:700; color:#a21c4c; border:1px solid #a21c4c; padding:5px; border-radius:5px;}
#car_list li .car_price .rate {position:absolute; top: 0; left:0px; width:60px; font-size:14px; line-height:35px; font-weight:700; color:#a21c4c; text-align: left;}
#car_list li .car_price .rate .rate_per{ font-size:28px;}


/*렌터카 뷰*/
.pkg .li_tit {color: #353535; font-weight: 500; font-size: 16px;}
.notice_tab { display:none;}
.icon_carinfo, .icon_caroption, .icon_cartime, .icon_carselect {margin-bottom: 20px}

.car_info {font-size: 15px; text-align: left;}
.car_view_area {display: inline-block; width: 100%; background: #fff; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.3); box-sizing: border-box; padding: 30px 50px 50px 50px;}

.car_info h3 {padding-bottom: 20px; font-size:30px; width:100%; text-align:left; font-weight:bold;}
.car_info h3 #car_company {font-size:20px; font-weight:normal; padding-left:10px; color:#bababa;}
.car_info #car_img {float:left;} 
.car_info #car_img img {width: 100%;} 
.car_info #car_option_list {clear:both;}

.car_info li.icon_carinfo {padding: 0 0; /*border-bottom:1px solid #eee;*/text-align:left; clear:both;}
.car_info li.icon_carinfo ul {padding: 5px 10px; }
.car_info li.icon_carinfo ul li {display: inline-block; /*width:50px;*/ margin-right:3px; padding:10px 5px;color: #353535; font-weight: 300; font-size: 16px;}

.car_option {clear:both;}
.car_notice { clear:both;font-size: 15px; margin: 50px 20px 0;}
.car_notice h3{ font-size:0; }
.car_notice ul { border-bottom:1px solid #a21c4c; margin-top: 10px;}
.car_notice li {width:200px; float:left; height:40px; border:1px solid #a21c4c; color:#a21c4c; padding-top:10px; border-bottom:0; font-weight:600;}
.car_notice li.this {color:#fff; background:#a21c4c;}
.car_notice ul:after {display: block; content: ''; clear: both;}
.car_notice div {text-align:left; padding: 20px; line-height:21px;}

#info_texts li {padding: 2px 5px;}
.bo_name {}
#bo_view_0, #bo_view_1 {float: right;}
#bohum_opt_0, #bohum_opt_1 {padding: 20px; margin-top: 20px; width: 100%; background: #f7f7f7; border: 1px solid #ddd;}
.rbtn {float:right; clear: both;}
#option_detail li {
width: 100%;
font-size: 16px;
border-bottom: 1px solid #ddd;
padding: 20px 0;}

span.no_car_img{  display: block; width:242px;/* height:300px;*/  background: #eaeaea;  text-align: center; line-height: 200px; text-transform: uppercase; font-weight: bold; font-size: 5em; color: #a21c4c;
}



.icon_carinfo:after, .icon_cartime:after, .icon_carinsur:after {display: block; content: ''; clear: both;}
.icon_carrent {float: left; width: 35%; margin-right: 5%;}
.icon_carinsur {float: left;width: 60%;}

.rent_reser .btn {float: left;width: 50%;}



.car_view_area .li_tit {padding-bottom: 10px;}

/*인풋박스*/
#car_term {display: inline-block; width: 100%;}
#car_term ul {margin: 0; padding: 0;}
.car_view_area .Searchbox > .Searchcon > ul > li > input {padding: 0 10px;}

/*옵션 정보*/
.option_info {width: 100%; margin-top: 40px;}
.option_info .table {width: 100%; border-top:2px solid #000; font-size: 0;}
.option_info .table tr {}
.option_info .table th {width: 15%; height: auto; border-bottom: 1px solid #ddd; background: #f7f7f7; font-size: 16px; font-weight: 500; color: #000;}
.option_info .table td {padding: 10px; width: 85%;  border-bottom: 1px solid #ddd; height: 48px; font-size: 15px; color: #000; letter-spacing: -0.1px; word-break: keep-all; text-align: left;    font-weight: 400;}

.option_total {width: 100%;}
.option_total p {padding: 0 0 20px 0; border: 0;}
.option_total a {width: 100%;}

#sit_opt_added button {float:left; width:30px; height:30px; border:1px solid #ddd; border-radius:0;background:#fff; color:#666; font-size:0.92em}
.f_sch_cnt {float: left; border: 0; height: 30px; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; text-align: center;}
#sit_opt_added button:hover {color:#000}
#sit_opt_added .sit_qty_minus {border-right: 1px solid #ddd;}
#sit_opt_added .sit_qty_plus {border-left: 1px solid #ddd;}

/*할인입장권*/
#vpass_coupon {margin-top: -49px !important;}
#vpass_coupon #mainMenu li a.current {background: #fff;
    border-top: 3px solid #a21c4c !important;
    border-bottom: none;
    border-left: 3px solid #a21c4c;
    border-right: 3px solid #a21c4c;
    padding: 16px 0 14px;
    color: #a21c4c;
    font-weight: 600;}
    
/*골프투어*/
.search_loc{ padding:10px 0; background:#fff; height:50px; line-height:20px; }
.search_opt{ padding:10px 0; background:#fff; height:50px;}
.search_lable {float:left; font-size:15px; font-weight:500; padding:10px;}
.search_opt {clear:left;}
.search_loc .bo_v_option, .search_opt .bo_v_option {padding:10px 20px; float:left;}
.search_loc .bo_v_option li { }
.search_loc .bo_v_option li a {padding:5px 10px; font-size:14px; color:#004fec; border:1px solid #004fec; border-radius:5px; font-weight:500;}
.search_loc .bo_v_option li a:hover{color:#fff; border:1px solid #004fec; border-radius:5px; background:#004fec;}
.search_loc .bo_v_option li.on a {color:#fff; border:1px solid #004fec; border-radius:5px; background:#004fec;}
.search_loc .bo_v_option li , .search_opt .bo_v_option li {display:inline-block;float:left;text-align:left;margin:0 5px 0 0}
.search_loc .bo_v_option li , .search_opt .bo_v_option li label {vertical-align:baseline; color:#000; font-size:14px;font-weight:400;}
.search_loc .bo_v_option li , .search_opt .bo_v_option .chk_box input[type="checkbox"] + label span {margin-left:0;margin-right:5px}
.search_loc .bo_v_option li , .search_opt .bo_v_option .chk_box input[type="radio"] + label span {margin-left:0;margin-right:5px}

#golf_opt_added button {float:left; width:30px; height:48px; border:1px solid #ddd; border-radius:0;background:#fff; color:#666; font-size:0.92em}
#golf_opt_added .f_sch_cnt {float: left; border: 0; height: 48px; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; text-align: center;}
#golf_opt_added button:hover {color:#000}
#golf_opt_added .sit_qty_minus {border-right: 1px solid #ddd;}
#golf_opt_added .sit_qty_plus {border-left: 1px solid #ddd;}

#tour_bottom_area .tba_con1, #tour_bottom_area .tba_con2 { text-align:left; padding-left:10px;}
#tour_bottom_area .tba_con  { font-family:'Pretendard-Medium'; text-align:left; font-size:18px; color:#333333; }


#tour_view_area .local{font-size:16px; border:1px solid #004fec; border-radius:7px; padding:5px 10px; color:#fff; background: #004fec;}

/*택시승합버스*/
.side {width: 1200px; }

.side .cont { width:1200px; }
.side .cont::after {display: block; content: ''; clear: both;}
.side .cont h3 {font-size: 21px; font-weight: 400; padding-bottom: 10px;}
.side .cont .img {position: relative; margin-bottom: 50px; width: 950px; height: 350px; background: #555; background: url('/shop/images/img_taxi.jpg') center no-repeat}
.side .bus .img {position: relative; margin-bottom: 50px; width: 950px; height: 350px; background: #555; background: url('/shop/images/car_trip.jpg') center no-repeat}
.side .bbs .img {position: relative; margin-bottom: 50px; width: 950px; height: 200px; background: #555; background: url('/shop/images/trip_bbs.jpg') center no-repeat}
.side .cont .img div {display: inline-block; position: absolute; bottom: 0; left: 0; padding: 30px 54px; background: #a21c4c; color: #fff; font-size: 18px; line-height: 28px;}
.side .cont .img div p {font-size: 28px;}
.side .bbs p {font-size:30px; text-align:center; vertical-align:middle; color:#a21c4c; }


.cont_left {float:left; width: 550px;}
.cont_right {float:right; width: 550px; padding-left:10px;}


/*요금안내*/
.side .cont .price {margin-bottom: 50px;}
    .tb_price .table {margin-bottom: 20px; width: 100%; table-layout: fixed; border-top: 1px solid #ddd;}
    .tb_price .table tr:first-child {border-top:0px;}
    .tb_price .table th {height: 48px; padding:15px 10px; border-bottom: 1px solid #ddd; background: #f4f4f4; font-size: 18px;font-weight: 400; color: #111; text-align: center;}
    .tb_price .table td {height: 48px; padding:10px 10px; border-bottom: 1px solid #ddd; color: #111; font-size: 16px; text-align: center;letter-spacing: -0.1px;}
    .tb_price span {display: block; text-decoration:line-through;color:#ccc;line-height: 20px;}

/*이용안내*/
.service {padding: 26px 24px;margin-bottom: 50px; border: 1px solid #ddd; box-sizing: border-box; background:#f4f4f4; line-height: 30px;}
.service li {padding-left: 20px; background: url('/shop/images/list_dot.gif') 5px center no-repeat; font-size: 15px; }

/* 추가 */
.modal {display:none;position:fixed;z-index:1000; top:0; left:0; height:100%; width:100%; background: rgba( 255, 255, 255, .3 ) url('/img/loading.gif') 50% 50% no-repeat;}
body.loading {overflow: hidden; }
body.loading .modal { display: block; }

.bbs { font-size:14px; font-weight:300;}

/* 나만의 제주여행 제주도 지도*/
#map_cate { width:100%; height:455px; background:url("/res/images/map/bg.jpg") no-repeat left top; position:relative; margin-top:20px; }
#map_cate > .map_block { position:absolute; display:inline-block; }
	.m1 { left:310px; top:0px; }
	.m2 { left:241px; top:128px; }
	.m3 { left:167px; top:201px; }
	.m4 { left:197px; top:266px; }
	.m5 { left:298px; top:224px; }
	.m6 { left:372px; top:210px; }
	.m7 { left:505px; top:210px; }
	.m8 { left:519px; top:179px; }
	.m9 { left:619px; top:133px; }
	.m10 { left:748px; top:91px; }
	.m11 { left:659px; top:6px; }
	.m12 { left:536px; top:16px; }
	.m13 { left:414px; top:36px; }
	.m14 { left:860px; top:41px; }
#map_cate > .map_block > img { float:left; opacity:0; }
#map_cate > .map_block.on > img { opacity:1; }
#map_cate > .map_block > span { position:absolute; left:50%; top:50%; text-align:center; vertical-align:middle; font-size:16px; word-break:keep-all; }
#map_cate > .map_block.m1 > span { margin-left:-50px; margin-top:30px; }
#map_cate > .map_block.m2 > span { margin-left:-34px; margin-top:0px; }
#map_cate > .map_block.m3 > span { margin-left:-13px; margin-top:-10px; }
#map_cate > .map_block.m4 > span { margin-left:-13px; margin-top:-57px; }
#map_cate > .map_block.m5 > span { margin-left:-40px; margin-top:-13px; }
#map_cate > .map_block.m6 > span { margin-left:-6px; margin-top:-15px; }
#map_cate > .map_block.m7 > span { margin-left:-35px; margin-top:0px; }
#map_cate > .map_block.m8 > span { margin-left:-6px; margin-top:-18px; }
#map_cate > .map_block.m9 > span { margin-left:-8px; margin-top:-17px; }
#map_cate > .map_block.m10 > span { margin-left:-31px; margin-top:-19px; }
#map_cate > .map_block.m11 > span { margin-left:-25px; margin-top:-15px; }
#map_cate > .map_block.m12 > span { margin-left:6px; margin-top:-28px; }
#map_cate > .map_block.m13 > span { margin-left:-13px; margin-top:-6px; }
#map_cate > .map_block.m14 > span { margin-left:-15px; margin-top:-9px; }
#map_cate > .map_block.on > span { color:#fff; }

#map_cate > .map_cover { position:absolute; left:0px; top:0px; }

.mainArea {}
.mainArea select {
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
}

.mainArea input {
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/* DatePicker CSS */

.ui-widget-header { border: none !important; background-color: transparent !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #fff !important;
    background: #fff !important;
    font-weight: normal !important;
    color: #454545 !important;
    text-align: center !important;
    font-size: 28px;
}

.ui-widget.ui-widget-content {
    width: 385px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 23px;
}

.ui-datepicker .ui-datepicker-header {
    width: 100%;
}

.ui-datepicker th {
    font-size: 21px;
    padding: 0.7em !important;
}

.ui-datepicker-calendar th:first-child {
	color: #ff0000 !important;
}

.ui-datepicker-calendar th:nth-last-child(1) {
	color: #0d47a1 !important;
}

.ui-datepicker-calendar tr td:first-child a {
	color: #ff0000 !important;
}

.ui-datepicker-calendar tr td:nth-last-child(1) a {
	color: #0d47a1 !important;
}

.ui-datepicker-title select {
	border-radius:5px;	padding:5px; font-size:23px; font-weight:bold; margin:0 5px; text-align:center;
}
.mainArea { font-size:0; text-align:left; background:#fff; }
.mainArea > p:nth-child(1) { color:#222222; font-size:45px; }
.mainArea > p:nth-child(2) { color:#555555; font-size:18px; font-family:"NanumSquare"; padding:10px 0 0; }

.reservationArea {  }

.reservationArea > div:not(:first-child)::before { content:""; display:block; width:100%; height:13px; background:#f6f6f6; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; }
.reservationArea > div > p:nth-child(1) { box-sizing:border-box; padding:37px 30px 0; color:#222222; font-size:28px; text-align:left; }
.reservationArea > div > p:nth-child(1)  > span { font-size:20px; font-weight:300; }
.reservationArea > div > p:nth-child(2) { box-sizing:border-box; padding:10px 30px 0; font-weight:300; color:#555555; font-size:18px; text-align:left; }

.selectArea { text-align:center; padding:0 0 30px; }
.selectArea > ul { display:inline-block; margin-top:20px;}
.selectArea > ul:first-child { margin-top:0; }
.selectArea > ul > li { float:left; margin-left:7px; width:280px; height:70px;}
.selectArea > ul > li:first-child { margin-left:0; }
.selectArea select,
.selectArea input { width:100%; height:100%; background-color:#fff; border:1px solid #d9d9d9; border-radius:5px; color:#777777; font-size:24px; box-sizing:border-box; padding:0 0 0 30px; background-position:right 30px center; background-repeat:no-repeat; } 
.selectArea input::placeholder { color:#777777; font-size:24px; }
#sdate { background-image:url("/img/mobile/date.png"); }
#resgroup { background-image:url("/img/mobile/spot.png"); }

.countArea { text-align:center; padding-bottom:47px; }
.countArea > ul { display:inline-block; text-align:left; padding:13px 0 0; }
.countArea > ul > li { float:left; width:335px;  margin-left:67px; }
.countArea > ul > li:first-child { margin-left:0; }
.countArea > ul > li > p:nth-child(1) { color:#222222; font-size:24px; }
.countArea > ul > li > p:nth-child(2) { color:#777777; font-size:20px; margin-top:-5px; }
.countArea > ul > li > div { width:100%; height:56px; box-sizing:border-box; border:1px solid #d8d8d8; padding:3px; margin-top:15px; }
.countArea > ul > li > div > button { float:left; width:48px; height:48px; border:0; background:#f3f2f2; position:relative; }
.countArea > ul > li > div > input { float:left; width:231px; height:48px; border:0; background:#fff; color:#ef4143; font-size:22px; font-weight:bold; text-align:center; box-sizing:border-box; padding:0 5px; }
.countArea > ul > li > div > button:before,
.countArea > ul > li > div > button:after{ content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background:#555555; }
.countArea > ul > li > div > button:before { width:14px; height:2px; }
.countArea > ul > li > div > button:after { width:2px; height:14px; }
.countArea > ul > li > div > button.minus:after { display:none; }

.memberTable { width:100%; box-sizing:border-box; padding:15px 30px 0; border-collapse: separate; border-spacing: 0 10px; }
.memberTable td > input,
.memberTable td > select { float:left; width:185px; height:70px; box-sizing:border-box; color:#777777; font-size:24px; border:1px solid #d9d9d9; border-radius:5px; margin-left:12px; box-sizing:border-box; padding:0 0 0 30px;}
.memberTable td > input::placeholder { color:#777777; font-size:24px; }
.memberTable td > input:first-child { margin-left:0; }
.memberTable td > p { color:#777777; font-size:24px; }

.agreeArea { font-size:0; text-align:center; box-sizing:border-box; padding:5px 30px 35px;}
.agreeArea > div { display:inline-block; width:100%; }
.agreeLabel { float:left; }
.agreeLabel > label { display:inline-block; box-sizing:border-box; padding:0 0 0 40px; position:relative; height:40px; line-height:40px; color:#666666; font-size:20px; text-align:left; }
.agreeLabel > label > span { color:#ef4143; }
.agreeLabel > label::before { content:""; position:absolute; left:0; top:5px; width:30px; height:30px; background:url("/img/mobile/checkbox.jpg") no-repeat center center; }
.agreeLabel > input[type="checkbox"] { display:none; }
.agreeLabel > input[type="checkbox"]:checked + label::before { background:url("/img/mobile/checkbox_on.jpg") no-repeat center center; }

.viewMore { display:block; width:130px; height:40px; border:0; background:#222222; border-radius:2px; color:#fff; font-size:16px; }
.submitBtn { display:block; width:580px; height:70px; border-radius:5px; background:#ef4143; color:#fff; font-size:25px; font-weight:500; border:0; margin:0 auto 0; }
.submitBtn > img { display:inline-block; vertical-align:middle; margin:-4px 5px 0 0; }

.popupBg { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.8); z-index:100; overflow:hidden; display:none;}
.popupCon { position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);  max-width:1260px; width:90%; box-sizing:border-box; padding:60px 50px 84px; background:#fff; }
.popupCon > h3 { color:#000000; font-size:30px; font-weight:300; text-align:center; padding:0 0 23px; }
.popupCon > div { height:320px; box-sizing:border-box;  overflow-y:scroll; padding:30px;}
.popupCon > button { position:absolute; right:30px; top:24px; border:0; background:none; width:28px; padding:0; }
.popupCon > button > img { display:block; width:100%; height:auto; }

.popupCon > div::-webkit-scrollbar {
  display: none;
}

.gotoTop { position:fixed; right:0; bottom:0; border:0; background:none; z-index:100;}

/*서브 끝*/
/* 쇼핑몰 회원가입 */
#container .register{margin-bottom:30px}
#register_form .register_form_inner{background:#fff}
.register #register_form{background-color:initial}

/* 쇼핑몰 비회원 주문조회 */
#mb_login_od_wr {margin:20px auto 0;border:1px solid #dde7e9;width:360px;background:#fff;text-align:center}
#mb_login_od_wr h2 {font-size:1.25em;margin:20px 0 10px}
/*#mb_login_od_wr #mb_login_od {padding:0 35px}*/
#mb_login_od_wr .frm_input {width:100%;margin:10px 0 0}
#mb_login_od_wr .btn_submit {width:100%;margin:10px 0 0;height:45px;font-weight:bold;font-size:1.25em}
#mb_login_od_wr p {background:#f3f3f3;margin:20px 0 0;padding:15px 20px;line-height:1.5em}

#mb_login #sns_login {margin-top:0;border-color:#edeaea;padding:25px}
#mb_login #sns_login:after {display:block;visibility:hidden;clear:both;content:""}
#mb_login #sns_login h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#mb_login #sns_login .sns-wrap {margin:0 !important}
#mb_login #sns_login .sns-icon {width:49% !important;float:left !important}
#mb_login #sns_login .sns-icon:nth-child(odd) {margin-right:2%}
#mb_login #sns_login .txt {font-size:0.95em;padding-left:5px !important;border-left:0 !important}

/*쇼핑몰 비회원 구매*/
#mb_login_notmb {width:360px;margin:30px auto;padding:20px 30px;background:#fff;border:1px solid #dde7e9}
#mb_login_notmb h2 {font-size:1.25em;margin:10px 0;text-align:center}
#mb_login_notmb p {text-align:left}
#mb_login_notmb label {text-align:left}
#guest_privacy {border:1px solid #ccc;text-align:left;line-height:1.6em;color:#666;background:#fafafa;padding:10px;height:150px;margin:10px 0;overflow-y:auto}
#mb_login_notmb .btn_submit {display:block;text-align:center;margin-top:10px;line-height:45px}

/* 쇼핑몰 로그인 */
.mb_log_cate h2 {width:50%;float:left;padding:20px 0;text-align:center}
.mb_log_cate .join {width:50%;float:left;padding:20px 0;text-align:center;background:#f7f7f7;color:#6e6e6e}
.mb_log_cate:after {display:block;visibility:hidden;clear:both;content:""}
.mbskin .chk_box input[type="checkbox"] + label span{position:relative}

/* 새글 */
.is_community .tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;border-left:0 none;line-height:1.4em;height:60px;word-break:break-all}

/* 글쓰기 및 글보기 */
.is_community .chk_box input[type="checkbox"] + label span{top:2px;left:0}
.is_community .bo_fx{margin-bottom:20px}

/* 화면낭독기 사용자용 */
#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}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f2f5f9;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* Mobile화면으로 */
#mobile_cng {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* 목록 바로가기 */
.sanchor {margin:30px 0 20px;padding:0}
.sanchor:after {display:block;visibility:hidden;clear:both;content:""}
.sanchor li {float:left;width:20%;text-align:center;list-style:none}
.sanchor li a {display:block;position:relative;height:60px;margin-left:-1px;background-color:#f7f7f7;border:1px solid #cdcdcd;border-bottom:1px solid #000;font-size:1.25em;color:#666;line-height:58px;text-align:center;z-index:1}
.sanchor li .sanchor_on {margin:0 0 0 -1px;border:1px solid #000;background:#fff;z-index:2;border-bottom-color:#fff;color:#000;font-weight:bold}
.sanchor li a .item_qa_count,.sanchor li a .item_use_count {display:inline-block;background:#aaa;padding:0 5px;line-height:23px;border-radius:15px;color:#fff;min-width:23px;font-size:12px}
.sanchor li .sanchor_on .item_qa_count,.sanchor li .sanchor_on .item_use_count {background:#55bfb1}

/* 콘텐츠별 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #bababa;border-radius:3px;background:#fff;color:#717171;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;background:#000000;color:#fff;border-radius:3px;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {border:1px solid #000;background:#000;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}
a.btn_frmline {line-height:24px}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}

/* 선택수정 버튼 */
.btn_list {margin:0 auto;width:93%}
.btn_list input, .btn_list button {background:none repeat scroll 0 0 #617D46;border:0 none;color:#FFFFFF;height:28px;line-height:2.2em;padding:0 15px;vertical-align:middle}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 table {}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-top:2px solid #000;border-bottom:1px solid #d3d3d3;background:#fff;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:15px 5px;border-top:1px solid #f3f3f3;border-left:1px solid #f3f3f3;line-height:1.5em;word-break:break-all}
.tbl_head01 td:first-child {border-left:0}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:7px;background:#f3f3f3;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

.tbl_head03 {margin:0 0 10px}
.tbl_head03 table {border-bottom:1px solid #d3d3d3}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {padding:20px 0;border-top:2px solid #959da6;border-bottom:1px solid #d3d3d3;color:#383838;font-size:1.2em;text-align:center;letter-spacing:-0.1em}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head03 td {text-align:center; background:#fff;background-clip:padding-box;padding:25px 15px;border-top:1px solid #ccd2d9;border-left:1px solid #f6f6f6;line-height:1.5em;word-break:break-all}
.tbl_head03 td:first-child {border-left:0}
.tbl_head03 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:90px;padding:5px 10px;background:none;text-align:right;font-weight:normal}
.tbl_frm01 td {padding:5px 10px;background:transparent}
.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-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)}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:45px}

.full_input, .frm_address {width:100%}
.half_input {width:49.5%}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본리스트*/
.list_01 li {position:relative;border:1px solid #dbdbdb;border-radius:3px;margin:8px 0;padding:10px 15px;list-style:none}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}

.list_02 ul:after {display:block;visibility:hidden;clear:both;content:""}
.list_02 li {float:left;width:225px;margin:10px 0 20px 18px}
.list_02 li:nth-child(5n+1) {clear:both;margin-left:0}

/*폼 리스트*/
.form_01 h2 {margin:0 0 10px;font-size:1.25em}
.form_01 li {margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input {float:right}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}
.form_01 .form_left {float:left;width:49.5%}
.form_01 .form_right {float:right;width:49.5%}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center;color:#777 !important}
.empty_list, .empty_li {padding:20px 0 !important;text-align:center !important;color:#777 !important}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {width:40px}
.grid_2 {width:90px}
.grid_3 {width:140px}
.grid_4 {width:190px}
.grid_5 {width:240px}
.grid_6 {width:290px}
.grid_7 {width:340px}
.grid_8 {width:390px}
.grid_9 {width:440px}
.grid_10 {width:490px}
.grid_11 {width:540px}
.grid_12 {width:590px}
.grid_13 {width:640px}
.grid_14 {width:690px}
.grid_15 {width:740px}
.grid_16 {width:790px}
.grid_17 {width:840px}
.grid_18 {width:890px}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_default {width:60px;text-align:center}
.td_dvr {width:100px;text-align:center}
.td_group {width:100px;text-align:center}
.td_imgsmall {width:60px;text-align:center}
.td_num {width:80px;text-align:center}
.td_numbig {width:150px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_name {width:100px;text-align:left}
.td_namesmall {width:50px;text-align:left}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_mngsmall {width:100px;text-align:center}
.td_statsmall {width:50px;text-align:center}

.text_left {text-align:left !important}
.text_center {text-align:center !important}
.text_right {text-align:right !important}

/* 새창 기본 스타일 */
.new_win {position:relative;background:#fff}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#000000;border-color:#000000;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#000000;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center;padding-bottom:30px}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}


/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646;background:#111}
.sv_wrap .sv a {display:inline-block !important;margin:0 !important;padding:3px !important;width:94px;border-bottom:1px solid #283646;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none !important}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto !important}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {padding:10px 0 30px;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current,.qa_page {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page,.qa_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover,.qa_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#000000;border:1px solid #000000;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* 팁 */
.tooltip_icon {display:inline-block;vertical-align:middle;color:#b3b5b8;border:0;font-size:1.4em;background:transparent;cursor:pointer}
.tooltip_icon:hover {color:#448bf5}
.tooltip {position:relative;width:auto;color:#fff;background:#000;padding:10px;font-size:small;line-height:18px;display:none;position:absolute;z-index:9;font-weight:normal;margin-left:15px;margin-top:20px}
.tooltip:before {content:"";position:absolute;top:0;left:-10px;width:0;height:0;border-style:solid;border-top:0px solid transparent;border-bottom:10px solid transparent;border-left:0;border-right:10px solid #000}

.tooltip_txt {position:relative;text-align:left;color:#fff;height:50px;line-height:50px;font-size:1.1em;background:#f2838f;margin:0 0 10px;padding:0 20px;border-radius:5px;font-weight:bold}
.tooltip_txt:before {content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453}
.tooltip_txt i {font-size:1.2em;vertical-align:middle}


/* ########## 쇼핑몰 컨텐츠 ########## */
/* 인덱스 이미지 출력 */
#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:#000000}

#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:#000000;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:#000000;content:""}
#smb_private li i {width:25px;color:#8c9eb0;margin-right:5px}
#smb_private li:hover i {color:#000000}
#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:#000000;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 #000000;border-radius:3px;background:#000000}


/* 장바구니 주문서 공통 */
.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:#000000}
.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:#000000;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 {}
#sod_frm p {margin:0 0 10px}
#sod_frm .od_prd_list {margin-bottom:20px}
#sod_list {position:relative}
#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}

.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_left {display:inline-block;float:left;width:840px;margin-right:20px;vertical-align:top}

/* 주문서 작성 - 주문하시는 분 */
#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 {margin:0 0 30px;border:1px solid #e3e5e8;background:#fff}
#sod_frm section h2 {border-bottom:1px solid #e2e4e7;font-size:1.167em;padding:20px}
#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{padding:0px 10px !important}
#sod_frm .tbl_frm01 th, #sod_frm .tbl_frm01 td{padding:10px;line-height:45px}
#sod_frm .tbl_frm01 th{width:94px}
#sod_frm #od_name,#sod_frm #od_tel,#sod_frm #od_hp,#sod_frm #od_pwd,#sod_frm #od_b_name,#sod_frm #od_b_tel,#sod_frm #od_b_hp,#sod_frm #ad_subject,#sod_frm #od_hope_date{width:40%}
#sod_frm #od_zip,#sod_frm #od_b_zip{width:90px}
#sod_frm .tbl_frm01 td .btn_address {background:#434a54;color:#fff;width:128px;height:45px;border:0;border-radius:3px}
#sod_frm #od_memo{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;width:80px;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: -1px;}
#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{background:url('../../../img/payco.png') no-repeat 50% 50% #fff;overflow:hidden;text-indent:-999px}
#sod_frm_paysel .inicis_lpay{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 .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 {display:inline-block;float:left;width:340px;height:100%;vertical-align:top}

.sod_right #sod_bsk_tot {border:1px solid #000000}
.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:#000000;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:#000000;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 {background:#fff;padding:20px;border:1px solid #e3e5e8;border-top:0}
#display_pay_button .btn_submit {width:100%;height:50px;font-weight:bold;font-size:1.25em;cursor:pointer;border:1px solid #000000}
#display_pay_button .btn01 {width:100%;height:50px;line-height:38px;font-weight:bold;font-size:1.25em;margin:5px 0;border:1px solid #ccd1d9}

.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 #000000;background:#000000}

#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 #000000;color:#000000;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% #000000;border-color:#000000;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:#000000;padding:0 5px;line-height:20px;font-size:0.92em;border-radius:5px}
.status_05 {display:inline-block;background:#000000;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 {}
#sod_fin_no {margin:0 0 20px;padding:15px;border:1px solid #d6e2f4;background:#edf3fc;font-size:1.2em;border-radius:5px;color:#000000}

#sod_sts_wrap {margin:0 0 10px;text-align:right}
#sod_sts_explan {display:none}

#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 #000000;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:#000000;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 {border-left:0;position:relative;padding-left:90px;min-height:100px}
#sod_fin_list .sod_img {position:absolute;top:25px;left:20px}
#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:#000000}
#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:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_pay li>span, #sod_fin_pay li>strong {display:inline-block;float:left}
#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, #sod_fin_pay .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:#666;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:#000000;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:#000000}
.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:#000000}
.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:#000000}
.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:#000000;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 .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:#000000;background:#fff;line-height:24px;margin:5px 0 0;font-size:.923em}
.sod_frm_mobile .cp_apply{padding:0 5px;border:1px solid #000000;color:#000000;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}


/* input, radio */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="checkbox"] + label {position:relative;padding-left:25px;color:#676e70}
.chk_box input[type="checkbox"] + label:hover{color:#2172f8}
.chk_box input[type="checkbox"] + label span {position:absolute;top:-1px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url('../img/chk.png') no-repeat 50% 50% #000000;border-color:#000000;border-radius:3px}

.chk_box input[type="radio"] {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box input[type="radio"] + label {position:relative;padding-left:23px;display:inline-block;color:#676e70}
.chk_box input[type="radio"] + label span {position:absolute;top:0;left:0;width:15px;height:15px;display:block;background:#fff;border:1px solid #cdd6df;border-radius:50%}
.chk_box input[type="radio"]:checked + label {color:#305af9}
.chk_box input[type="radio"]:checked + label span:before {width:7px;height:7px;background:#305af9;content:'';position:absolute;top:3px;left:3px;border-radius:50%}

@charset "UTF-8";


.search31Cover { display:inline-block; vertical-align:top; width:100%; background:#fff; border:1px solid #d9d9d9; box-sizing:border-box; }

.s31Ul,
.s31Ul2,
.s31Ul3 { display:inline-block; vertical-align:top; width:100%; border-bottom:1px solid #d9d9d9; box-sizing:border-box; }
.s31Ul > li,
.s31Ul2 > li,
.s31Ul3 > li { position:relative; float:left; width:25%; padding:27px 30px; border-left:1px solid #d9d9d9; box-sizing:border-box; text-align:left; }
.s31Ul.s31Ul4 > li { width:20%; }
.s31Ul > li:first-child,
.s31Ul2 > li:first-child,
.s31Ul3 > li:first-child { border-left:0px; }

	.s31Div1 { height:25px; line-height:25px; font-size:15px; color:#999; font-weight:400; cursor:pointer; padding-bottom:11px; }
	.s31Div2 { height:30px; line-height:30px; font-size:19px; color:#000; font-weight:400; cursor:pointer; }
	
	.s31Div2.s31Div2Calendar { background:url("/res/images/page31/icon_calendar.png") no-repeat right center; }
	.s31Div2.s31Div2Ins { background:url("/res/images/page31/icon_car.png") no-repeat right center; }
	.s31Div2.s31Div2Rcnt { }

#sch_zoneCover,
#sch_zoneCover2 { position:absolute; display:none; left:-1px; top:100%; right:0; width:-webkit-calc(100% + 2px); width:calc(100% + 2px); height:330px; background:#fff; border:1px solid #d9d9d9; box-sizing:border-box; padding:20px 10px; z-index:5; }
.s31Ul > li.on #sch_zoneCover,
.s31Ul > li.on #sch_zoneCover2 { display:block; }
#sch_zoneArea,
#sch_zoneArea2 { position:relative; width:100%; height:100%; }
#sch_zoneArea > ul,
#sch_zoneArea2 > ul {  }
#sch_zoneArea > ul > li,
#sch_zoneArea2 > ul > li {  }
	button.zoneBtn { width:100%; margin:0; padding:0 20px; border:0; background:none; font-size:17px; color:#000; font-weight:400; line-height:40px; text-align:left; }


#sch_insCover { position:absolute; display:none; left:-1px; top:100%; right:0; width:-webkit-calc(100% + 2px); width:calc(100% + 2px); height:163px; background:#fff; border:1px solid #d9d9d9; box-sizing:border-box; padding:20px 10px; z-index:5; }
.s31Ul > li.on #sch_insCover { display:block; }
#sch_insArea { position:relative; width:100%; height:100%; }
#sch_insArea > ul {  }
#sch_insArea > ul > li {  }
	button.insBtn { width:100%; margin:0; padding:0 20px; border:0; background:none; font-size:17px; color:#000; font-weight:400; line-height:40px; text-align:left; }

#sch_rcntCover { position:absolute; display:none; left:-1px; top:100%; right:0; width:-webkit-calc(100% + 2px); width:calc(100% + 2px); height:330px; background:#fff; border:1px solid #d9d9d9; box-sizing:border-box; padding:20px 10px; z-index:5; }
.s31Ul > li.on #sch_rcntCover { display:block; }
#sch_rcntArea { position:relative; width:100%; height:100%; }
#sch_rcntArea > ul {  }
#sch_rcntArea > ul > li {  }
	button.rcntBtn { width:100%; margin:0; padding:0 20px; border:0; background:none; font-size:17px; color:#000; font-weight:400; line-height:40px; text-align:left; }




.dateArea { position:absolute; display:none; left:-1px; top:100%; right:0; width:-webkit-calc(200% + 3px); width:calc(200% + 3px); height:400px; background:#fff; border:1px solid #d9d9d9; box-sizing:border-box; z-index:15; }
.s31Ul > li.on .dateArea,
.s31Ul2 > li.on .dateArea { display:block; }
.dateArea > div { display:inline-block; vertical-align:top; width:100%; height:100%; }
.dateArea > div > div { float:left; height:100%; position:relative; padding:40px 25px 0; box-sizing:border-box; }
	#dateArea_Cal { width:65%; }
	#dateArea_Time { width:35%; border-left:1px solid #d9d9d9; }

.Calendarbox_s { float:inherit; display:inline-block; vertical-align:top; width:100%; }
.Calendartop_s { width:100%; }
.Calendartop_s ul { width:100%; }
.Calendercon_s { width:100%; }
.Calenderconl_s { width:100%; }

table.c1_s th { font-size:15px; }
table.c1_s td { font-size:15px; padding:12px 3px; }

table.c1_s td.td-select-start { border-top-left-radius:20px; border-bottom-left-radius:20px; }
table.c1_s td.td-select-end { border-top-right-radius:20px; border-bottom-right-radius:20px; }


.date_time_title { font-size:20px; color:#222; font-weight:700; padding:0 0 27px; }
.date_time_title2 { font-size:16px; color:#222; font-weight:500; line-height:24px; float:left; }
.date_time_text { font-size:16px; color:#555; font-weight:300; line-height:24px; float:right; }

select.dateTimeSelect { 
	width:100%; height:55px; padding:0 35px 0 20px; margin:5px 0; box-sizing:border-box; background:url("/img/mobile_arrow.png") no-repeat right 15px center, #fff;
	font-size:20px; color:#222; font-weight:500; border:1px solid #d9d9d9; 
	border-radius:5px; /* iSO 둥근모서리 제거 */ 
	outline-style:none; /* 포커스시 발생하는 효과 제거를 원한다면 */ 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.dateTimeSelect::-ms-expand { display:none; }

button.dateSaveBtn { width:100%; height:55px; text-align:center; border-radius:0px; background:#ff247e; font-size:20px; color:#fff; font-weight:500; margin:30px 0 0; padding:0; border:0; }





.classCodeArea { display:inline-block; width:100%; vertical-align:top; padding:30px 30px 15px; box-sizing:border-box; }
.classCodeTitle { float:left; }
.classCodeTitle > span { font-size:20px; color:#222; font-weight:700; line-height:35px; display:inline-block; vertical-align:top; position:relative; margin-right:20px; }

.classCodeBtn { float:left; display:inline-block; margin:0 10px 10px 0; min-width:46px; height:35px; line-height:35px; text-align:center; padding:0 17px; border-radius:5px; background:#f1f1f1; font-size:15px; color:#777; font-weight:500; cursor:pointer; }
.classCodeBtn.on { box-shadow:0 0 0 1px inset #ed1b2f; background:#fff; color:#ed1b2f;}
.classCodeBtn > input[type='checkbox'] { display:none; }



.schSubmit { 
	width:100%; height:60px; line-height:60px; margin:0; padding:0; border:0; background:#37363b; text-align:center; transition:.2s ease-out; 
	font-size:20px; color:#fff; font-weight:500;
} /*background:#444;*/
.schSubmit:hover { background:#000; }/*background:#ed1b2f;*/




#disp_carlist { padding:30px 0 0; }

select.search_select { 
	float:left; width:20%; height:45px; padding:0 30px 0 10px; margin:0; box-sizing:border-box; background:url("/img/select_arrow.png") no-repeat right 10px center, #fff;
	font-size:18px; color:#222; font-weight:400; border:1px solid #d9d9d9; 
	border-radius:0px; /* iSO 둥근모서리 제거 */ 
	outline-style:none; /* 포커스시 발생하는 효과 제거를 원한다면 */ 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.search_select::-ms-expand { display:none; }
input.ed.search_keyword { float:right; width:100%; height:45px; padding:0 10px 0 10px; font-size:18px; color:#222; font-weight:400; border:1px solid #d9d9d9; box-sizing:border-box; }










select.airLocaSelect { 
	width:100%; height:30px; padding:0 20px 0 0px; margin:0px 0; box-sizing:border-box; background:url("/res/images/page31/icon_arrow.png") no-repeat right center, #fff;
	font-size:20px; color:#222; font-weight:500; border:0px; cursor:pointer;
	border-radius:5px; /* iSO 둥근모서리 제거 */ 
	outline-style:none; /* 포커스시 발생하는 효과 제거를 원한다면 */ 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.airLocaSelect::-ms-expand { display:none; }



input.ed.air_person { margin:0; padding:0; width:200px; height:30px; border:0px; }


ol.HyphenOl { display:inline-block; width:100%; vertical-align:top; list-style:none; margin:0 0 0 0; padding:0; }
ol.HyphenOl > li { 
	width:100%; display:inline-block; position:relative; margin:0; padding:0; padding-left:17px; box-sizing:border-box; word-break:keep-all;
	font-size:14px; color:#888; font-weight:400;
}
ol.HyphenOl > li::before { content:"-"; position:absolute; left:3px; top:0; display:inline-block; }

ol.ReferenceMarkOl { display:inline-block; width:100%; vertical-align:top; list-style:none; margin:0 0 0 0; padding:0; }
ol.ReferenceMarkOl > li { 
	width:100%; display:inline-block; position:relative; margin:0; padding:0; padding-left:17px; box-sizing:border-box; word-break:keep-all;
	font-size:14px; color:#888; font-weight:400;
}
ol.ReferenceMarkOl > li::before { content:"※"; position:absolute; left:0px; top:0; display:inline-block; }






/* 렌트카 하단 리스트 시작 */
.selectCover { font-size:0;  }
.selectItem { box-sizing:border-box; border:1px solid #d9d9d9; padding:40px; margin-top:30px; }
.selectCover > .selectItem:first-child { margin-top:0; }
.selectTable { width:100%; }
.selectTitle { color:#000000; font-size:30px; font-weight:500; }
.selectIns { color:#000000; font-size:15px; }
.selectPrice { color:#ed1b2f; font-size:25px; font-weight:700; }
.selectInfo { color:#555555; font-size:13px; font-weight:300; padding-top:15px; }

.choiceUl { display:inline-block; width:100%; padding:10px 0 0; }
.choiceUl > li { display:block; width:100%; }
.choiceUl > li > a { display:block; width:100%; text-decoration:none; box-sizing:border-box; border-bottom:1px solid #d9d9d9; padding:30px; position:relative;}
.choiceUl > li > a::after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; border:2px solid #ed1b2f; box-sizing:border-box; opacity:0; transition:.2s ease-out; }
.choiceUl > li > a:hover::after { opacity:1; box-shadow: 5px 9px 14.25px 0.75px rgba(255, 0, 108, 0.15);}
.choiceTable { width:100%; }
.choiceStrike { color:#999999; font-weight:700; font-size:18px; }
.choicePrice { color:#000000; font-size:25px; font-weight:700; }
.choiceInfo {  }
.choiceInfo > ul { display:inline-block; }
.choiceInfo > ul > li { float:left; min-width:90px; box-sizing:border-box; line-height:35px; height:35px; border-radius:35px; padding:0 15px; color:#2b3849; font-size:15px; margin-left:5px; background:#d4e6ed; text-align:center; }
.choiceInfo > ul > li.FUEL_E { background:#7ab111; color:#fff; }
.choiceInfo > ul > li.FUEL_L { background:#e4004b; color:#fff; }
.choiceInfo > ul > li.FUEL_D { background:#0072e6; color:#fff; }
.choiceInfo > ul > li.FUEL_G { background:#f69a5d; color:#fff; }
.choiceInfo > ul > li.FUEL_GL { background:#9e5df6; color:#fff; }
.choiceInfo > ul > li > img { display:inline-block; vertical-align:middle; margin:-2px 5px 0 0; }
.choiceInfo > ul > li:first-child { margin-left:0; }
.choiceReqired { color:#333333; font-size:16px; font-weight:300; padding:10px 0 0; }
.choiceReqired > span { color:#000000; font-size:18px; font-weight:500; padding-right:20px; }
.choiceReqired img { display:inline-block; vertical-align:middle; margin:-2px 5px 0 0; }
.choiceOption { color:#999999; font-size:14px; padding:3px 0 0; }
.choiceOption > span.on { color:#000000; font-weight:500; }
/* 렌트카 하단 리스트 끝 */










/* 렌트카 인포 시작 */
.infoTable { width:100%; box-sizing:border-box; padding:50px; }
.infoTable td > p { color:#000000; font-size:30px; font-weight:500; padding:0 0 30px; }
.conTable { width:100%; box-sizing:border-box; border-collapse: separate; border-spacing: 0 10px; word-break:keep-all; word-wrap:break-word; table-layout:fixed; }
.conTable th { background:#f3f3f3; height:40px; border-radius:5px; color:#333333; font-weight:500; font-size:17px; }
.conTable td { color:#333333; font-size:17px; font-weight:300; text-align:left; line-height:30px; padding-left:10px; word-break:keep-all; }
.conTable td.priceTd { text-align:right; color:#000000; font-size:16px; font-weight:500; padding-top:30px; }
.conTable td.priceTd > span { font-weight:700; color:#ed1b2f; font-size:25px; padding-left:15px; }
.carOption { box-sizing:border-box; padding:23px 50px; background:#e8f1f6; font-size:0;}
.carOption > div { display:inline-block; }
.carOption > div span{ color:#909090; border:1px solid #909090; display:inline-block; padding:10px 5px; border-radius:5px; text-align:center;font-size:11px; width:70px; background:#fff; margin-left:4px;}
.carOption > div span:first-child { margin-left:0; }
.carOption > div span i{ font-size:30px; margin-bottom:3px; }
.carOption > div span.on {color:#0276cb; border:1px solid #0276cb;}
.guideArea { box-sizing:border-box; padding:50px; }
.guideArea > p { color:#000000; font-weight:500; font-size:22px; padding:0 0 15px; }
.guideArea .guideBox,
.guideBox { box-sizing:border-box; border:1px solid #d9d9d9; padding:20px 40px; color:#333333; font-size:17px; font-weight:300; line-height:30px; }
.guideArea .guideBox.gray,
.guideBox.gray { border:0; background:#f3f3f3; }
.guideArea .guideBox > p,
.guideBox > p { color:#000000; font-size:18px; font-weight:500; padding:0 0 10px; }
.guideArea .guideBox > span,
.guideBox > span { display:inline-block; width:6px; height:6px; border-radius:100%; background:#ed1b2f; vertical-align:middle; margin:-4px 5px 0 0; }

select.guideArea_select { 
	width:100%; height:60px; padding:0 50px 0 40px; margin:5px 0; box-sizing:border-box; background:url("/res/images/page31/icon_arrow.png") no-repeat right 30px center, #fff;
	font-size:18px; color:#222; font-weight:500; border:1px solid #d9d9d9; 
	border-radius:5px; /* iSO 둥근모서리 제거 */ 
	outline-style:none; /* 포커스시 발생하는 효과 제거를 원한다면 */ 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.guideArea_select::-ms-expand { display:none; }



.guideArea .resCheckbox input[type="checkbox"],
.resCheckbox input[type="checkbox"] { display:none; }
.guideArea .resCheckbox,
.resCheckbox { color:#000000; height:30px; font-size:16px; line-height:30px; padding:20px 0 0; }
.guideArea .resCheckbox div,
.resCheckbox div { display:inline-block; vertical-align:top; width:30px; height:30px; box-sizing:border-box; background:url('/res/images/res_check.jpg') no-repeat left center; margin-right:10px;}
.guideArea .resCheckbox input[type="checkbox"] + label,
.resCheckbox input[type="checkbox"] + label { cursor:pointer;  }
.guideArea .resCheckbox input[type="checkbox"]:checked + label div,
.resCheckbox input[type="checkbox"]:checked + label div { background:url('/res/images/res_checka.jpg') no-repeat left center; }

.btnArea { display:inline-block; width:100%; box-sizing:border-box; padding:7px 50px 68px; }
.btnArea > span { cursor:pointer; width:530px; height:60px; line-height:60px; text-align:center; font-weight:500; color:#fff; font-size:20px; }
.btnArea > span img { display:inline-block; vertical-align:middle; margin:-5px 3px 0 0; }
/* 렌트카 인포 끝 */

















.btnSchedule { cursor:pointer; display:inline-block; border:1px solid #c9caca; background:#fff; color:#595757; padding:6px 10px; position:relative; top:0px; border-radius:4px;}
.btnSchedule.on { cursor:pointer; display:inline-block; border:1px solid #ee3681; background-color: #ee3681; color:#ffffff; padding:6px 10px; position:relative; top:0px; border-radius:4px;}

.tb_airline_selected { border:1px solid #aaa; border-collapse:collapse; width:100%; }
.tb_airline_selected td { padding:8px 0; text-align:center; }
.tb_airline_selected .airline { font-size:15px; color:#222; font-weight:400; line-height:1.3em; }
.tb_airline_selected .city_eng { font-size:14px; color:#888; font-weight:400; line-height:1.3em; }
.tb_airline_selected .city_kor { font-size:18px; color:#222; font-weight:700; line-height:1.5em; }
.tb_airline_selected .time { font-size:14px; color:#2d2d2d; font-weight:400; line-height:1.3em; }
.tb_airline_selected .flight_num { font-size:13px; color:#888; font-weight:400; line-height:1.3em; }
.tb_airline_selected .seat_class { font-size:15px; color:#222; font-weight:500; line-height:1.3em; }
.tb_airline_selected .amount { font-size:16px; color:#222; font-weight:700; line-height:1.5em; }

.tb_airline_selected .dcair_person_ul { display:inline-block; vertical-align:top; }
.tb_airline_selected .dcair_person_ul > li { float:left; margin-left:20px; position:relative; }
.tb_airline_selected .dcair_person_ul > li:first-child { margin-left:0px; }
.tb_airline_selected .dcair_person_ul > li:not(:first-child)::before { content:""; display:block; position:absolute; left:-10px; top:6px; vertical-align:top; line-height:0; width:1px; height:11px; background:#aaa; }
.tb_airline_selected .dcair_person_ul > li > a { display:inline-block; text-decoration:none; vertical-align:top; font-size:15px; color:#888; font-weight:400; }
.tb_airline_selected .dcair_person_ul > li > a.on { color:#000; font-weight:500; }



.disp_total_amount { font-size:25px; color:#ed1b2f; font-weight:700; }


/* 편도일 때 가운데로 */
#list_d1.ow_center {display:block !important; float:none !important; margin:0 auto;}


/* 항공 하단 리스트 시작 */
.tb_hd_dcair th{text-align:center; background:#3d3d3d; color:#ffffff; height:40px;}
.tb_dcair td {text-align:center; border-bottom:1px solid #b9b9b9; padding:6px 0px; cursor:pointer;}
.tb_dcair td.class_special, .tb_dcair td.class_discount {color:#6083d4;}
.tb_dcair tr:HOVER {background:#efefef;}

.airlineSideTitle { font-size:21px; color:#222; font-weight:400; }

.dcair_month { text-align:center; font-size:20px; padding:10px 0px; }
a.dcair_month_arrow { color:#222; padding:0 10px; }

.dcair_orderArea { display:inline-block; width:100%; vertical-align:top; line-height:20px; padding:0 0 10px; }
.dcair_orderArea_cnt { float:left; color:#999; font-size:14px; }
.dcair_orderArea_ul { float:right; color:#888; font-size:14px; }
.dcair_orderArea_ul > li { float:left; margin-left:20px; position:relative; }
.dcair_orderArea_ul > li:first-child { margin-left:0px; }
.dcair_orderArea_ul > li:not(:first-child)::before { content:""; display:block; position:absolute; left:-10px; top:5px; vertical-align:top; line-height:0; width:1px; height:11px; background:#aaa; }
.dcair_orderArea_ul > li > a { display:inline-block; text-decoration:none; vertical-align:top; font-size:15px; color:#888; font-weight:400; }
.dcair_orderArea_ul > li > a.on { color:#000; font-weight:500; }

.reselectBtn { margin:0 0 0 10px; padding:0 15px; font-size:16px; color:#fff; font-weight:400; line-height:26px; border-radius:13px; background:#aaa; border:0px; }
.reselectBtn:hover { background:#0276cb; }




.disp_total { border:1px solid #aaa; margin:30px 0 100px 0; }

.airResvBtn { height:40px; line-height:40px; text-align:center; font-weight:500; color:#fff; font-size:17px; padding:0 20px; background:#ff247e; margin:0 0 0 10px; border:0px; border-radius:20px; }





.policy_tab { display:inline-block; border:1px solid #b0b0b0; border-right:0px; box-sizing:border-box; margin:0; text-align:center; padding:10px; background:#efefef; cursor:pointer; }
.policy_tab:last-child { border-right:1px solid #b0b0b0; }
.policy_tab.on { background:#6083d4; color:#ffffff; }

.policy_info {width:100%; padding:2%; height:300px; overflow:auto; box-sizing:border-box; border: 1px solid #b0b0b0; border-top:0px; margin:0px 0px 0px 0px; font-size:13px; line-height:1.5; background:#f9f9f9;}
.policy_agree { display:inline-block; vertical-align:top; width:100%; padding:10px; box-sizing:border-box; border:1px solid #b0b0b0; border-top:0px; }
.policy_agree2 { background:#efefef; }


/* 항공 하단 리스트 끝 */










/* 항공 인포 시작 */
/* .tit {font-size:18px; font-weight:bold; margin:30px 0 5px 0; display:inline-block;} */
.tb_resvinfo { width:100%; border-collapse:collapse; table-layout:fixed; }
.tb_resvinfo td { border:1px solid #ddd; vertical-align:top; padding:10px 10px; }
.tb_resvinfo td:first-child { border-left:0px; }
.tb_resvinfo td:last-child { border-right:0px; }

.air_info_p1 { font-size:17px; line-height:1.4em; }
.air_info_p2 { font-size:18px; color:#333333; padding:0 0 10px; }
.air_info_p3 { font-size:14px; font-weight:400; }
.air_info_p4 { font-size:16px; font-weight:500; padding:5px 0 0; }

.checkBtn { display:block; cursor:pointer; width:80px; height:30px; line-height:30px; margin-bottom:15px;  text-align:center; box-shadow: 5px 9px 14.25px 0.75px rgba(255, 0, 0, 0.2);  background:#ed1b2f; font-size:15px; color:#fff; font-weight:500; }
.checkBtn:hover { background:#fff; color:#ed1b2f; box-shadow:0 0 0 1px inset #ed1b2f; }

.air_infobox { width:100%; padding:30px; border:1px solid #ddd; margin:20px 0px; background:#fafafa; box-sizing:border-box; }
.guideArea select { display:block; width:100%; height:60px; box-sizing:border-box; border:1px solid #d9d9d9;  padding:0 50px 0 40px; color:#000000; font-size:18px; font-weight:500; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url('/img/mobile_arrow.png') no-repeat right 30px center; }



.tb_air_passenger { width:100%; border-collapse:collapse; table-layout:fixed; }
.tb_air_passenger th { background:#efefef; text-align:center; border-top:1px solid black; height:40px; }
.tb_air_passenger td { border-bottom:1px solid #e0e0e0; text-align:center; padding:8px 0px; }

input.air_info_input { width:96%; height:40px; padding:0 10px; font-size:15px; color:#222; font-weight:400; border-radius:5px; background:#fff; border:1px solid #d9d9d9; box-sizing:border-box; }
select.air_info_select { 
	display:inline-block; vertical-align:middle; width:100%; height:40px; padding:0 35px 0 10px; margin:5px 0; box-sizing:border-box; background:url("/img/mobile_arrow.png") no-repeat right 10px center, #fff;
	font-size:15px; color:#222; font-weight:400; border:1px solid #d9d9d9; 
	border-radius:5px; /* iSO 둥근모서리 제거 */ 
	outline-style:none; /* 포커스시 발생하는 효과 제거를 원한다면 */ 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select.air_info_select::-ms-expand { display:none; }


.airbtnArea { padding:30px 0; }
/* 항공 인포 끝 */







/* 호텔 인포 시작 */
.hotelInfoTitle { color:#000; font-weight:500; font-size:22px; padding:30px 0 15px; }


.ItemView-top { width:580px; height:550px; margin:0 auto; position:relative; }
.ItemView-top .swiper-slide { background-size:contain; background-position:center center; background-repeat:no-repeat; overflow:hidden; }

button.mvBtn { position:absolute; top:50%; transform:translateY(-50%); width:55px; height:55px; margin:0; padding:0; background:rgba(0,0,0,0.7); border:0px; outline:none; z-index:5; }
button.mvBtn.mvBtnLeft { left:0px; }
button.mvBtn.mvBtnRight { right:0px; }
button.mvBtn > img { display:inline-block; vertical-align:middle; margin-top:0px; }
button.mvBtn.mvBtnLeft > img { margin-left:-3px; }
button.mvBtn.mvBtnRight > img { margin-right:-3px; transform:rotate(180deg);}


.disp_description { width:100%; background:rgba(0,0,0,0.8); text-align:center; color:#fff; padding:10px; position:absolute; left:0; bottom:0; right:0; line-height:20px; z-index:10; box-sizing:border-box; display:none; }



.room_resvinfo_table_cover { border-top:2px solid #000;  }
.room_resvinfo_table_cover > tbody > tr > td { text-align:left; vertical-align:top; }

.room_resvinfo_table { table-layout:fixed; }
.room_resvinfo_table > thead > tr > th { font-size:22px; color:#000; font-weight:500; line-height:35px; text-align:left; padding:0 0 10px; }
.room_resvinfo_table > tbody > tr > th,
.room_resvinfo_table > tbody > tr > td { text-align:left; color:#000; padding:0 0 10px; }
.room_resvinfo_table > tbody > tr > th { font-size:18px; font-weight:500; line-height:40px; vertical-align:middle; }
.room_resvinfo_table > tbody > tr > td { font-size:17px; font-weight:300; line-height:26px; vertical-align:middle; }

.room_resvinfo_table > tbody > tr > td > .optlist > .disp_opt { padding:12px 30px; border:1px solid #d9d9d9; line-height:35px; margin:0 0 5px; }
.room_resvinfo_table > tbody > tr > td > .optlist > .disp_opt:last-child { margin-bottom:0px; }
.room_resvinfo_table > tbody > tr > td > .optlist > .disp_opt  input.opt { margin:0 5px 0 15px; padding:5px; width:75px; height:35px; background:#f2f2f2; font-size:17px; color:#000; font-weight:500; box-sizing:border-box; border:0px; text-align:right; }



.room_resvinfo_cancel_table { border-collapse:collapse; table-layout:fixed; }
.room_resvinfo_cancel_table > thead > tr > th,
.room_resvinfo_cancel_table > tbody > tr > td { color:#000; text-align:center; border:1px solid #d9d9d9; line-height:30px; padding:15px 0; }
.room_resvinfo_cancel_table > thead > tr > th:first-child,
.room_resvinfo_cancel_table > tbody > tr > td:first-child { border-left:0px; }
.room_resvinfo_cancel_table > thead > tr > th:last-child,
.room_resvinfo_cancel_table > tbody > tr > td:last-child { border-right:0px; }
.room_resvinfo_cancel_table > thead > tr > th { font-size:18px; font-weight:500; background:#f7f7f7; }
.room_resvinfo_cancel_table > tbody > tr > td { font-size:16px; font-weight:400; }

/* 호텔 인포 끝 */



/* 관광지 하단 리스트 시작 */
.p31ListUl { display:inline-block; width:100%; vertical-align:top; }
.p31ListUl > li { float:left; width:25%; height:400px; border:1px solid #d9d9d9; background:#fff; z-index:5; box-sizing:border-box; padding:30px 30px 0px 30px; position:relative; cursor:pointer; }
.p31ListUl > li:not(:nth-child(4n+1)) { margin-left:-1px; width:calc(25% + 1px); }
.p31ListUl > li:not(:nth-child(-n+4)) { margin-top:-1px; }
.p31ListUl > li:hover { z-index:6; border:1px solid #ed1b2f; }
.p31ListUl > li .p31List_Thumb { width:100%; height:233px; margin:0 0 12px; background-repeat:no-repeat; background-position:center center; background-size:cover; }
.p31ListUl > li .p31List_Name {
	width:100%; line-height:24px; font-size:18px; color:#161616; font-weight:400;
	overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.p31ListUl > li .p31List_Opt { width:100%; font-size:16px; color:#8c8c8c; font-weight:300; line-height:20px; margin:5px 0 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.p31ListUl > li .p31List_AmountArea { display:inline-block; width:100%; line-height:25px; vertical-align:top; margin:10px 0 0; border-top:1px solid #dedede; padding:16px 0 0; }
.p31ListUl > li .p31List_Discount { float:left; font-size:30px; color:#ed1b2f; font-weight:700; }
.p31ListUl > li .p31List_Discount > span { font-size:15px; }
.p31ListUl > li .p31List_StrikeAmount { float:right; font-size:13px; color:#8c8c8c; font-weight:300; text-decoration:line-through; margin:0 10px 0 0; }
.p31ListUl > li .p31List_Amount { float:right; font-size:18px; color:#000; font-weight:500; }

/* 구버전 */
/*
.p31ListUl { display:inline-block; width:100%; vertical-align:top; }
.p31ListUl > li { float:left; width:301px; height:425px; border:1px solid #d9d9d9; z-index:5; margin:0 0 -1px 0; box-sizing:border-box; padding:20px 20px 0px 20px; position:relative; cursor:pointer; }
.p31ListUl > li:nth-child(2n) { margin:0px -1px -1px -1px; }
.p31ListUl > li:hover { z-index:6; border:1px solid #ff247e; }
.p31ListUl > li .p31List_Thumb { width:100%; height:233px; margin:0 0 12px; background-repeat:no-repeat; background-position:center center; background-size:cover; }
.p31ListUl > li .p31List_Name {
	width:100%; height:48px; line-height:24px; font-size:16px; color:#161616; font-weight:400;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:normal;
	word-wrap:break-word;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.p31ListUl > li .p31List_Opt { width:100%; font-size:14px; color:#8c8c8c; font-weight:300; line-height:20px; margin:12px 0 0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.p31ListUl > li .p31List_AmountArea { display:inline-block; width:100%; line-height:33px; vertical-align:top; margin:12px 0 0; border-top:1px solid #dedede; padding:14px 0 0; }
.p31ListUl > li .p31List_Discount { float:left; font-size:30px; color:#ff247e; font-weight:700; }
.p31ListUl > li .p31List_Discount > span { font-size:15px; }
.p31ListUl > li .p31List_StrikeAmount { float:right; font-size:13px; color:#8c8c8c; font-weight:300; text-decoration:line-through; margin:0 10px 0 0; }
.p31ListUl > li .p31List_Amount { float:right; font-size:17px; color:#000; font-weight:500; }
*/
/* 관광지 하단 리스트 끝 */
