@charset "utf-8";

/* css 공통 가이드 */
/* 1. 개행하지 않는다. 단 크로스브라우징을 위한 브라우저별 특성을 적어줄때는 개행한다. */
/* 2. { 첫칸과 마지막 칸은 스페이스 한칸 여백을 둔다. }*/
/* 3. 속성과 속성 사이는 스페이스 한칸 여백을 둔다. */
/* 4. 공통 클래스로 적용되는 스타일은 상위클래스를 이용하여 개별 수정한다. */
/* 5. 공통규칙
- naming의 첫 시작에 숫자, 특수문자, 대문자의 사용은 지양한다.
01.ex) 2list_notice ( x )
02. list_notice2 ( o )
- naming은 '형태_의미_상태' 순서로 조합하며, 3단계를 넘어가지 않도록 권장한다.
01.ex) btn_apply_on, box_news, box_reply_open 등
-naming 정의 시 prefix, subfix, suffix를 최대한 활용한다.*/

/* 6. id/class 규칙
- id는 camelcase 방식으로 하며, class는 underscore 방식으로 사용한다.
01.ex) id="boardView" class="link_view"
- id는 화면에서의 고유 기능을 명시하도록 naming 한다.
01.ex) id="btnSearch" ( x )
02. id="btnGnbSearch" ( o )
- class는 요소 기능을 표현하도록 naming한다.
- id는 문서 내 한 번만 사용되며, id, class naming은 가급적 같지 않게 naming 한다.*/


/* 공통 속성 */

button { padding: 0; border: 0 none; background: none; cursor: pointer; }
table { width: 100%; }
.bold { font-weight: bold !important; }
.red { color: #f30000 !important; }
.point { color: #3571EB !important; }
img { max-width: 100%; }
p.btn { text-align: center; }
p.btn input[type=submit],
p.btn button,
p.btn a { display: inline-block; width: 45%; height: 2.5em; text-align: center; }
p.btn a { height: 18px; padding: .4em 0 .3em; }
.display_in { display:inline-block;}
.display_bl{ display:block;}
.bt1{ border-top:1px solid #d5d5d5;}
.cb{ clear:both; }
.fontnum{font-family: Verdana, Geneva, sans-serif; letter-spacing:-0.5px;}
*, :after, :before{ box-sizing: border-box;}
ul.btn { overflow: hidden; width: 60%; margin: 1em auto 0; }
ul.btn>li { float: right; width: 45%; }
ul.btn>li: first-child { float: left; }
ul.btn>li>input,
ul.btn>li>a { width: 100%; height: 2em; text-align: center; }

.bg888{ background:#888 !important;}
em { vertical-align: baseline; }
input, textarea {-webkit-border-radius:0; -webkit-appearance:none;}
input[type=submit],
.btnPoint { border: 1px solid #1b94c2; font-weight: bold; color: #fff !important; background-color: #00adef; }
input[type=reset],
.btnGrey { border: 1px solid #374049; font-weight: bold; color: #fff !important; background-color: #414c56; }
.btnMint { border: 1px solid #51bca7; font-weight: bold; color: #505050 !important; background-color: #a2f1e2; }
.btnWhite { border: 1px solid #3571eb; font-weight: bold; color: #535b6b !important; background-color: #fff; }

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number]
input[type=date],
select,
textarea { height: 34px; border: 1px solid #d5d5d5; border-radius: 0px; /*padding: 1.1em .5em;*/ font-size: 1em;  }
select { height: 2.5em; text-align: center; }
textarea { width: 100%; height: 5.5em; padding: .3em; line-height: normal; font-size: 1.1em;}

input.tel { width: 4.5em; }
select.tel_select { width: 33.33%; height: 2.35em;  }

input[type=radio] { width: 1.5em; height: 1.5em; margin-right: .5em; }
input[type=checkbox] { margin-right: .1em; }

label { display: inline-block; /*padding: .5em 0 .6em;*/ line-height: 1.5em; }
.ellipsis { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.2em; height: 2.4em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */ }
.ellipsis03 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.2em; height: 3.6em; }
.label_radio { font-size: 1.1em; margin-right: .8em; }

input[type=number] {height:34px; font-size: 1.2em; margin: 0; text-align: center;     border: 1px solid #d5d5d5; }

/* 필수값 */
i.required { font-size: .5em; color: #f32121; }

/* 넘버 스피너 */
.ui-spinner { overflow: inherit; margin: 1em 0em 1em 0; }
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br { border-radius: 0; border-color: #d5d5d5; }
.ui-icon, .ui-widget-content .ui-icon { position: inherit; width: 100%; background: none; text-indent: 0 ; overflow: inherit; font-size: 0; }
.ui-spinner-input { margin-right: 0; }
.ui-icon.ui-icon-triangle-1-n:before { content: "\f0d8"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0);font-size: 20px; color: #E30020; }
.ui-icon.ui-icon-triangle-1-s:before { content: "\f0d7"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0);font-size: 20px; color: #8a8a8a; }
.ui-spinner-button { width: 100%; overflow: inherit; }
.ui-spinner-up { top: -68%; text-align: center; }
.ui-spinner-down { bottom: -60%; text-align: center; }

/* 버튼 */
.btn { display: inline-block; padding: .6em ; text-align: center; border-radius: 2px; font-weight: bold; border:1px solid #adadad; background-color:#fff; color:#666;}
.btn_align { text-align: center; margin:20px 0; }
.btn_align_login{ width:90%; margin:0 auto; margin-bottom:10px;}
.btn_lg { padding: .8em 1em; }
.btn_round { border-radius: 2px; }
.btn_square { border-radius: 0; }
.btn_gray03{ background-color:#868686;}
.btn_reg{ background-color:#E30020 !important; border:1px solid #E30020; }
.btn_prev{ background-color:#f5f5f5; border:1px solid #d5d5d5; color:#454545;}
.btn_blue { font-weight: bold; color: #fff !important; background-color: #323A45; }
.btn_schedule { font-weight: bold; color: #fff; background-color: #323A45; padding:.9em; border-radius:0px; border-top: 1px solid #5fb611;}
.btn_aqua { background: #5FB611; }
.btn_nude { background: #fff; border: 1px solid #d5d5d5; color: #666; }
.btn_blk { background-color: #414c56; color: #fff; border:1px solid #d64040; }
.gray{color:#9c9c9c;}
.day_red{ color:#d02e2e;}
.day_blue{color:#398fd4;}

.btn_regpossi { background-color:#5FB611;} /*예약가능*/
.btn_end1 { background-color:#777;} /*예약마감*/
.btn_decide { background-color:#E74C3C;}  /*출발확정*/
.btn_sby { background-color:#9B6BCC} /*대기예약*/

.btn_reslist{background:#ea4335;  border-radius:3px; padding:10px 34px; font-size:1.125em; border:1px solid #ea4335; color:#fff;}
.btn_can{ background-color:#fbfbfb; color:#646464; border-radius:15px; padding:10px 34px; font-size:1.125em; border:1px solid #ddd;}
.btn_idpw i {color:#fff;}
.btn_idpw{ background-color:#34625F; color:#fff; border-radius:15px; padding:10px 34px; font-size:1.125em; border:1px solid #315d5a;}
.btn_save{ background-color:#2d5c5e; color:#fff; border-radius:15px; padding:10px 34px; font-size:1.125em; border:1px solid #24484a;}
.btn_save2{ background-color:#2d5c5e; color:#fff; border-radius:15px; padding:10px 34px; font-size:1.125em; border:1px solid #24484a;}
.btn_term_close{ background-color:#fff; border-radius:15px; padding:10px 34px; font-size:1.125em; border:1px solid #adadad; color:#666;}
.btn_mlogin{ background-color:#6b6b6b; border-radius:3px; width:100%; font-size:1.125em; border:1px solid #5b5b5b; color:#fff; padding:9px 0px 8px 0px; }
.btn_mlogin i { color:#fff; }

/* 아이콘 */
.icon { padding: .3em .4em .1em; vertical-align: baseline; border-radius: 2px; font-size: .8em; }
.icon_red { background: #d54b4b; color: #fff; }
.icon_grey { background: #999; color: #fff; }

/* 메시지 박스 */
.alert { background: #f5f5f5; padding: .5em; margin: .5em; border-radius: .2em; }
.alert_blue { background: f9f9f9; border: 1px solid #d9d9d9; }
.alert_blue i { color: #5b5b5b; }

/* 레이아웃 */
.warp { min-width: 320px; max-width: 1024px; height: 100%; margin: 0 auto; }
#mwHeader { position: relative; background-color:#197cf1; }
#mwHeader .search_h { position: relative; text-align: center; border-bottom: 1px solid #d5d5d5; }
#mwHeader .search_h input { width: 92%; margin: .6em auto; padding: 1.1em .5em; font-size: 1.5em; }
#mwHeader .search_h a { position: absolute; top: .59em; right: .8em; font-size: 2.4em; color: #e30020; }
.container { padding-right: .8em; padding-left: .8em; margin-right: auto; margin-left: auto; }
#mwHeader h1 { height: 52px; padding: 0px 15px; }
#mwHeader h1 span.logo{ display: block; position: absolute; top: 2px; left: 50%; width: 115px; margin-left: -59px; margin-top:2px;}
#mwHeader h1.login { height: 52px; padding: 0px 15px; border-bottom: 1px solid #dfdfdf; }
#mwHeader h1.login .icon_login{ display: block; position: absolute; top: 8px; left: 20px;}
#mwHeader h1.login .left_loginbox{ padding: 17px 0px 0px 52px; color:#fff; font-size:1.063em;}

#mwHeader p { position: absolute; top: 0; }
#mwHeader p>a { display: block; font-weight: bold; font-size: 2.4em; color: #6a6a6a; }
#mwHeader p.viewMenu { left: 10px; top:8px;}
#mwHeader p.viewMenu > a { padding:3px;}
#mwHeader p.viewMenu > a > i {color:#fff;}
#mwHeader p.find { right: 10px; top:8px;}
#mwHeader p.find > a { padding:3px; }
#mwHeader p.find > a > i {color:#fff;}
#mwContents { position: relative; font-size:9pt;}
/*#mwContents>div { padding-bottom: 2.5em; }*/
#mwContents dl.step { position: absolute; right: 1em; top: .9em; }
#mwContents dl.step>dd { color: #564f4f; padding: 0; border: 0 none; }
#mwContents section.category { position: relative; }
#mwContents section.category li a { text-align: center; }
#mwContents section.category>nav>ul { height: 47px; background-color:#fff;}
#mwContents section.category>nav li { float: left; width:50%; line-height: 7px; border-bottom:2px solid #ddd; color:#1d1d1d; }
#mwContents section.category>nav li a{ color:#454545; }
#mwContents section.category>nav li.active{ background-color:#fff; border-bottom:2px solid #197cf1;}
#mwContents section.category>nav li.active a{color:#fff;}
#mwContents section.category>nav>ul>li { }
#mwContents section.category>nav>ul>li>a { display: block; padding: 12px 5px; font-size: 1.375em; font-weight: bold; }
#mwContents section.category>nav>ul>li:last-child > a { border-right: 0; }
#mwContents section.category>nav>ul>li.active>a { color: #444;  }
#mwContents section.category>nav>ul>li.active>ul { display: block; }
#mwContents section.category>nav>ul ul { display: none; overflow: hidden; position: absolute; left: 0; bottom: 0; width: 100%; border-bottom: 1px solid #c0c0c0; }
#mwContents section.category>nav>ul ul>li: nth-child(1),
#mwContents section.category>nav>ul ul>li: nth-child(2),
#mwContents section.category>nav>ul ul>li: nth-child(3),
#mwContents section.category>nav>ul ul>li: nth-child(4) { border-bottom: 1px solid #c0c0c0; }
#mwContents section.category>nav>ul ul>li>a { padding: .6em 0 .65em; }
#mwContents section.category>nav>ul ul>li>a.active,
#mwContents section.category>nav>ul ul>li>a: hover,
#mwContents section.category>nav>ul ul>li>a: focus { color: #3571eb; }
#mwContents section.category>div { border: 1px solid #d9c9cd; border-top: 0 none; }
#mwContents section.category>div dl { height: 5em; }
#mwContents section.category>div dl>dd.brief { border: 1px solid #7f7f7f; background-color: rgba(0,0,0,.4); box-shadow: 0 0 2px rgba(0,0,0,.4); }

/* 메인 스와이퍼 */
/*.fitWrap{padding-bottom:10px;}*/
#mwContents > .fitWrap > h2 { font-size: 1.3em; margin-bottom: .8em; margin-top: .8em; padding-left: .5em; }
#mwContents > .fitWrap > h2 span { color: #007aff; }
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets { bottom: 0px; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 3px; }
.swiper-container-horizontal > .swiper-pagination-progress { height: 2px; top: inherit;; bottom: 0; width: 80%; left: 10%; }
.swiper-container-horizontal > .swiper-pagination-progress .swiper-pagination-progressbar { background: #E30020; top: -91%; height: 300%; border-radius: 2px; }
.swiper-pagination-bullet { width: 10px; height: 10px; }
.swiper-pagination-bullet-active { background: #323A45; width: 22px; border-radius: 6px; }
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev { right: 10px; left: auto; background: none; }
.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before { content: "\f054"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0);font-size: 32px; color: #fff; line-height: 160%; }
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next { left: 10px; right: auto; background: none; }
.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before { content: "\f053"; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0);font-size: 32px; color: #fff; line-height: 160%; }

.swiper-container-00 { position: relative; padding-bottom: 2.5em;}
.swiper-container-00 .swiper-slide .item { position: relative; }
.swiper-container-00 .swiper-slide img { width: 100%; display: block; max-width: 100%; height: auto; min-height: 200px; line-height: 1;}
.swiper-container-00 .swiper-slide .carousel-caption { position: absolute; top: 14%; left: 8%; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); }
.swiper-container-00 .swiper-slide .carousel-caption h3 { font-size: 1.4em; color: #fff; margin-bottom: .4em;}
.swiper-container-00 .swiper-slide .carousel-caption h2 { font-size: 1.8em; color: #fff; }
.swiper-container-00 .swiper-pagination-fraction,
.swiper-container-00 .swiper-pagination-custom,
.swiper-container-00.swiper-container-horizontal > .swiper-pagination-bullets { bottom: 0px; }

#mwContents>div.swiper-container-01 { padding-bottom: 1em; margin-bottom: 2.6em; }
.swiper-container-01 { position: relative; width: 70%; height: 100%; margin-left: 15%; margin-bottom: 1.5em; }
.swiper-container-01 .swiper-slide { text-align: center; font-size: 18px; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.swiper-container-01 .swiper-slide .item { display: block; margin-bottom: 19px; line-height: 1.62; background-color: #ffffff; border: 1px solid #dddddd; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.swiper-container-01 .swiper-slide .item > ul { padding: .5em; }
.swiper-container-01 .swiper-slide .item .cate_name { font-size: .9em; font-weight: bold; }
.swiper-container-01 .swiper-slide .item .description { font-size: .7em; padding-top: .6em; padding-bottom: .8em; }
.swiper-container-01 .swiper-slide .item .description a { color: #888; }
.swiper-container-01 .swiper-slide .item .price { text-align: right; font-size: .95em; font-weight: bold;}
.swiper-container-01 .swiper-slide .item .price a { color: #e03719; }
.swiper-container-01 .swiper-slide img { width: 100%; display: block; max-width: 100%; height: auto; min-height: 150px; line-height: 1;}
.swiper-container-01 .swiper-slide.swiper-slide-prev { opacity: 0.5; }
.swiper-container-01 .swiper-slide.swiper-slide-active { opacity: 1; }
.swiper-container-01 .swiper-slide.swiper-slide-next { opacity: 0.5; }

.swiper-container-02 { position: relative; padding-bottom: 2.5em; }
.swiper-container-02 .swiper-slide .item { display: block; line-height: 1.62; background-color: #ffffff; border: 1px solid #dddddd; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.swiper-container-02 .swiper-slide img { width: 100%; display: block; max-width: 100%; height: auto; min-height: 90px; line-height: 1;}
.swiper-container-02 .swiper-slide .item > ul { padding: .5em; }
.swiper-container-02 .swiper-slide .item .cate_name { font-size: inherit; font-weight: bold; }
.swiper-container-02 .swiper-slide .item .description { font-size: inherit; padding-top: .6em; padding-bottom: .8em; }
.swiper-container-02 .swiper-slide .item .description a { color: #888; }
.swiper-container-02 .swiper-slide .item .price { text-align: right; font-size: .95em; font-weight: bold;}
.swiper-container-02 .swiper-slide .item .price a { color: #e03719; font-size: 1.1em; }

.swiper-container-03 { position: relative; }

.swiper-container-04 { width: 100%; height: 300px; margin-left: auto; margin-right: auto; }
.swiper-container-04.gallery-top { position: relative; width: 100%; height: 17em; }
.swiper-container-04.gallery-thumbs { height: 6em; box-sizing: border-box; padding: 10px 0; }
.swiper-container-04.gallery-thumbs .swiper-slide { width: 25%; height: 100%; opacity: 0.4; }
.swiper-container-04.gallery-thumbs .swiper-slide-active { opacity: 1; }
.swiper-container-04 .swiper-slide { background-size: cover; background-position: center; }
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white { background: none; }
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white { background: none; }

/*메인 MD 추천상품*/
.mdprd_main { overflow:hidden; }
.mdprd_main > li{ float:left; width:48%; margin-bottom:20px; border:1px solid #d5d5d5;}
.mdprd_main > li:nth-child(2n+2){margin-left:4%;}
.mdprd_main > li:last-child{ margin-left:4%; }
.mdprd_main li ul{ padding: .5em; }
.mdprd_main li ul li.cate_name { font-size: 1em; font-weight: bold; }
.mdprd_main li ul li.description { font-size: 1em; padding-top: .6em; padding-bottom: 1em; }
.mdprd_main li ul li.description a { color: #888; }
.mdprd_main li ul li.price { text-align: right; font-size: 1.25em; font-weight: bold; }
.mdprd_main li ul li.price a { color: #e03719; }



/* 메인 가로배너 */
#mwContents > .fitWrap > div.breadth {}
#mwContents > .fitWrap > div.breadth img { width: 100%; }

/* 메인 관광명소 배너 */
#mwContents > .fitWrap > div.ban_spot { margin-top: 1em; padding-bottom: 0em; }
#mwContents > .fitWrap > div.ban_spot img { width: 100%; }

/* 메인 고객센터 */
#mwContents div.cs_call { margin-top: 0; padding-bottom: 0; }
#mwContents div.cs_call > ul > li { float: left; width: 100%; border-bottom:1px solid #d5d5d5; }
#mwContents div.cs_call > ul > li:first-child > ul {  height: 5.4em; }
#mwContents div.cs_call .center { }
#mwContents div.cs_call .center > p { float: left; width: 30%; height: 5.4em; background-image: url(../images/icon/icon_cs.png); background-position: .6em 1em; background-size: 76%; background-repeat: no-repeat; }
#mwContents div.cs_call .center > ul { float: left; width: 69%;}
#mwContents div.cs_call .title{ font-weight: bold; /*padding-left: 4.2em; */font-size: 1.2em; padding-top: .5em; }
#mwContents div.cs_call .num{ font-weight: bold; /*padding-left: 5.1em; */font-size: 1em; padding-top: 0em; }
#mwContents div.cs_call .desc{ font-weight: bold; /*padding-left: 5.1em; */font-size: 1em; padding-top: 0em; }
#mwContents div.cs_call .account_num {  }
#mwContents div.cs_call .account_num > p {float: left;width: 30%;height: 5.4em;/* padding-left: 10px; */background-image: url(../images/icon/icon_bank.png);background-position: 2em 0.4em;background-size: 51%;background-repeat: no-repeat;}
#mwContents>div.cs_call .account_num > ul { float: left; width: 69%; }

/* 브래드크럼 */
#mwContents div.breadcrumbs { clear: both; background-color: #323A45; overflow: hidden; padding: .9em 0 .9em 1.1em; }
#mwContents div.breadcrumbs li { float: left; }
#mwContents div.breadcrumbs li i { font-size: 1.7em; color: #fff; }
#mwContents div.breadcrumbs li a { color: #fff; vertical-align: bottom; }
/*#mwContents.sub_list .breadcrumbs { margin-bottom: 1em; }*/

/* 상품리스트 검색 */
#mwContents .search_list h3 { text-align: center; padding: .59em; border-bottom: 1px solid #ddd; border-top:2px solid #323a45; background:#fafafa; }
#mwContents .search_list { padding-bottom: 0; overflow:hidden; /*border-top: 1px solid #d5d5d5;*/ }
#mwContents .search_list > ul > li { float: left; width: 33.3%; text-align: center; border-bottom: 1px solid #d5d5d5; }
#mwContents .search_list > ul > li.active { background-color: #f5f5f5; }
#mwContents .search_list > ul > li a { display: block; border-right: 1px solid #d5d5d5; padding: .8em 0 ; }
#mwContents .search_list > ul > li.active a i { color: #e30020; }
#mwContents .search_list > ul > li a i { font-size: 1.3em; padding-left: .5em; }
#mwContents .search_list > ul > li:last-child a { border-right: 0; }
#mwContents .tab-content { overflow: hidden; padding-bottom: 0; }
#mwContents .tab-content .menu_sub li { float: left; width: 	33.33%; text-align: center; border-bottom: 1px solid #d5d5d5; background-color: #f5f5f5; }
#mwContents .tab-content .menu_sub li a { display: block; border-right: 1px solid #d5d5d5; padding: .8em 0; min-height: 3.1em; }
#mwContents .tab-content .menu_sub li:nth-child(3n+0) a { border-right: 0; }
.no_search { text-align: center; padding: 2em; background-color: #f5f5f5; font-size: 1.2em; font-weight: bold; }

/* 상품리스트 */
#mwContents.sub_list .list_product,
#mwContents.sub_list .list_overseas { overflow: hidden; padding: 1em .5em; border-bottom: 1px solid #d5d5d5; }
#mwContents.sub_list .list_product.active,
#mwContents.sub_list .list_overseas.active { border-bottom: 0; }
#mwContents.sub_list .list_product .list_img,
#mwContents.sub_list .list_overseas .list_img { float: left; width: 38%; }
#mwContents.sub_list .list_product .list_img img,
#mwContents.sub_list .list_overseas .list_img img { width: 100%; display: block; max-width: 100%; height: auto; height: 88px; line-height: 1;}
#mwContents.sub_list .list_product .list_info,
#mwContents.sub_list .list_overseas .list_info { float: left; width: 58%; margin-left: 4%; }
#mwContents.sub_list .list_product .list_info .title,
#mwContents.sub_list .list_overseas .list_info .title { font-weight: bold; font-size: 1.1em; }
#mwContents.sub_list .list_product .list_info .price,
#mwContents.sub_list .list_overseas .list_info .price { text-align: right; font-weight: bold; color: #e03719; font-size: 1em; padding-bottom: .5em; }
#mwContents.sub_list .possible { color: #5FB611; }
#mwContents.sub_list .fix { color: #E74C3C; }
#mwContents.sub_list .waiting { font-weight: bold; color: #9B6BCC; }
#mwContents.sub_list .red{ color: #e00; }
#mwContents.sub_list .closing { color:#777; }
#mwContents.sub_list .fold { text-align: center; padding: .7em; background: #767676; font-weight: bold; border-bottom: 1px solid #ccc; }
#mwContents.sub_list .fold a{ color:#fff;}

/* 출발일보기 */
#mwContents.sub_list .str_day { overflow: hidden; }
#mwContents.sub_list .str_day li { float: left; width: 50%; text-align: center; padding: .7em; border-top:1px solid #d5d5d5; }
#mwContents.sub_list .str_day li.title { float: none; width: 100%; background-color: #f1f8e9;     border-top: 1px solid #bcc5b4; color: #467347; }
#mwContents.sub_list .str_day li.day { border-right: 1px solid #d5d5d5; }
#mwContents.sub_list .str_day li.price { clear:both; width: 100%; background: #fff; font-weight: bold; color: #e03719; border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; }

/* 상품상세페이지 */
#mwContents .detail_info h3 { font-size: 1.1em; text-align: center; padding: .7em; border-top: 2px solid #5FB611; background-color: #F1F8E9; border-bottom: 1px solid #5FB611; }
#mwContents .detail_info h3 span { display: block; font-weight: normal; font-size: .9em; color: #666; }
.table_desc .fa-asterisk { color: #f44336; }
#mwContents .inclusion { overflow: hidden; margin-bottom:20px;}
#mwContents .inclusion dl { float: left; width: 50%; text-align: center; }
#mwContents .inclusion dt { background-color: #323a45; padding: 1em; line-height: normal; font-weight: bold; color:#fff; border-top: 1px solid #5fb611;}
#mwContents .inclusion dt:first-child { /*margin-right:1%;*/}
#mwContents .inclusion dd { padding: .7em; }
#mwContents p.title_bar { text-align: left; background-color: #323a45; color: #fff; padding:1em; line-height: normal; font-weight: bold; border-bottom: 1px solid #555c67; border-top: 1px solid #5fb611;}
#mwContents p.title_bar a { color: #fff; display: block; }
#mwContents p.title_bar i { float: right; padding-top: .25em; }
#mwContents p.title_bar_grey { text-align: left; background-color: #cecece; color: #454545; padding:1em; line-height: normal; font-weight: bold; border-bottom: 1px solid #fff; }
#mwContents p.title_bar_grey a { color: #454545; display: block; }
#mwContents p.title_bar_grey i { float: right; padding-top: .25em; }
#mwContents .detail_text .text_box { padding: .8em; overflow:hidden;}
#mwContents .detail_text .text_box img { width: 100%; max-width: 1020px; }
#reviewBoard .table td > div.content { text-align: left; padding: .5em; }
#qnaBoard .table td > div.content { text-align: left; padding: .5em; }

#mwContents .schedule_base { }
.schedule_base .table td { padding: .4em; }
.schedule_base .table td:nth-child(3n+0) { text-align: left; }
.schedule_base table th:last-child { display: none; }
.schedule_base table td:last-child { display: none; }
.schedule_base p.day { font-size: 1em; padding: .5em; font-weight: bold; border-top: 1px solid #e5e5e5; }


/*상세페에지 추가사항*/
.tra_start{display:block; color:#A18756;}


/* 고정버튼 */
div.fixedBTN { z-index:10; display: none; position: fixed; left: 0; bottom: 0; width: 100%; height: 5.5em; padding: 1.4em 0 0 !important; background-color: rgba(0,0,0,.3); }
div.fixedBTN>ul { overflow: hidden; width: 60%; margin: 0 auto; }
div.fixedBTN>ul>li { float: right; width: 45%; text-align: center; }
div.fixedBTN>ul>li:first-child { float: left; }
div.fixedBTN>ul>li>a { display: block; width: 100%; padding: .7em 0 .6em; font-size: 1.1em; border: 1px solid #35424e; }
div.fixedBTN>ul>li + li >a { border: 1px solid #E30020; }

/* 상품 기본속성 */
div.produnit>a { display: block; width: 100%; text-align: center; }
div.produnit>a>dl { position: relative; display: inline-block; width: 100%; max-width: 53.3em; color: #fff; text-shadow: 1px 1px 0 rgba(0,0,0,.8); text-align: left; }
div.produnit>a>dl>dt,
div.produnit>a>dl>dd { margin-left: 7.2em; }
div.produnit>a>dl>dt,
div.produnit>a>dl>dd.exp { position: relative; z-index: 10; }
div.produnit>a>dl>dt { margin-left: 6em; padding-top: .8em; font-size: 1.2em; font-weight: bold; }
div.produnit>a>dl>dd.brief,
div.produnit>a>dl>dd.price { position: absolute; z-index: 10; }
div.produnit>a>dl>dd.brief { min-width: 4.25em; text-align: center; left: .6em; top: .4em; padding: .5em .6em .5em .4em; margin: 0; text-align: center; font-weight: bold; }
div.produnit>a>dl>dd.brief>span { display: block; font-size: 1.2em; line-height: 1.2em; color: #ffff5c; }
div.produnit>a>dl>dd.brief>span: first-child { color: #fff; }
div.produnit>a>dl>dd.brief>span>span { font-size: .8em; }
div.produnit>a>dl>dd.price { padding: .2em .5em .3em .4em; }
div.produnit>a>dl>dd.img { position: absolute; z-index: 5; left: 0; top: 0; width: 100%; height: 100%; margin: 0; }
div.produnit>a>dl>dd.img img { width: 100%; height: 100%; }

#mwContents p.btnMore { padding-top: 1.5em; text-align: center; }
#mwContents p.btnMore>a { display: inline-block; width: 50%; padding: .5em 0 .6em; border: 1px solid #3571eb; background-color: #fff; color: #3571eb; font-weight: bold; font-size: 1.4em; box-shadow: 0 2px 2px rgba(0,0,0,.5)}
#mwContents>p.btn_mybooking { padding: 0 .6em; }
#mwContents>p.btn_mybooking>a { display: block; width: 100%; padding: .85em 0 .95em; text-align: center; background-color: #3571eb; color: #fff; font-weight: bold; font-size: 1.4em; }

/* 푸터 */
#mwFooter { clear: both; /*padding-top: .5em; */text-align: center; }
#mwFooter.sub {}
#mwFooter ul.util { overflow: hidden; padding-top:6px; display:inline-block; margin:0 auto;}
#mwFooter ul.util>li { float: left; padding: 0 0.6em ; background: url(../images/common/footer_util_bar.png) left center no-repeat; background-size: 1px 13px; }
#mwFooter ul.util>li:first-child { background: none; }
#mwFooter ul.util>li>a { color: #dadada; font-weight: bold; font-size: 1em; }
#mwFooter ul.util>li>a img { width: .66em; height: .6em; }
#mwFooter ul.util>li>a.privacy { color: #dadada; }
#mwFooter > .comp_info_warp{padding: 1.5em .6em ; color: #eee; background-color: #444; overflow:hidden;}
#mwFooter > .comp_info_warp .comp_info {width:280px;  margin:0 auto;}
#mwFooter > .comp_info_warp .comp_info li { text-align:center; color:#eee;}
#mwFooter > .comp_info_warp .comp_info li.add{width:210px; margin:0 auto;}
#mwFooter > .comp_info_warp .comp_info li.copy{color:#aaa;}
#mwFooter > .comp_info_warp .comp_info > a { color:#eee;}
#mwFooter > .comp_info_warp .comp_info .comp_nm { font-weight: bold;	 font-size: 1em; color: #eee; margin-bottom: .4em; }
#mwFooter > .comp_info_warp .comp_info a { color: #eee; text-decoration: underline; }
#mwFooter > .comp_info_warp .comp_info a i { color: #eee; font-size: 1.2em; }

/* 팝업이 보일때 밑에 깔리는 bg */
div.popupBG { z-index: 90; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.4); }

/* 맨위로 이동 */
p.goTop { z-index: 89; display: none; position: fixed; right: 1em; bottom: 3em; width: 3.5em; }
p.goTop>a { display: block; width: 100%; height: 1.5em; padding: 1.5em 0 .5em; border-radius: .4em; text-align: center; font-weight: bold; color: #fff; background: url(../images/common/icon_up.png) center .5em no-repeat; background-color: #4e82ed; background-size: 10px 9px; box-shadow: 0 2px 2px rgba(0,0,0,.4); }

/* 퀵메뉴 */
#quickMenu { z-index: 10000; position: absolute; left: -100%; top: 0; width: 100%; }
#quickMenu .util_menu { padding: .8em 0 .85em 0em;  color: #555; font-weight: bold; font-size: 1.4em; background-color: #f3f3f3; }
#quickMenu .util_menu li { float: left; width: 33%; text-align: center; font-size: .7em; letter-spacing: -.1em; }
#quickMenu .util_menu li i { display: block; color: #9e9e9e; font-size: 2.6em; margin-bottom: .2em; }
#quickMenu .search_h { position: relative; text-align: center; }
#quickMenu .search_h input { width: 92%; margin: .6em auto; padding: 1.1em .5em; font-size: 1.5em; }
#quickMenu .search_h a { position: absolute; top: .59em; right: .8em; font-size: 2.4em; color: #E30020; }
#quickMenu .ban_spot img { width: 100%; }
#quickMenu>p { position: absolute; right: 0; top: 0; }
#quickMenu>p>a { display: block; width: 1.4em; padding: 1.15em 1em; text-indent: -10000px; background: url(../images/common/qm_btn_hide.png) center center no-repeat; background-size: 9px 15px; }
#quickMenu p._hide { top: .6em; right: .5em; }
#quickMenu p._hide i { font-size: 1.3em; color:#fff; }
#quickMenu>div { overflow-x: hidden; overflow-y: auto; background-color: #fff; }
#quickMenu dl.util { overflow: hidden; padding: 1.1em 5% 1.1em; border-bottom: 2px solid #e8ebf1; }
#quickMenu dl.util>dd { float: left; width: 48%; }
#quickMenu dl.util>dd>a { display: block; padding: .5em 0 .6em; font-size: 1.2em; color: #fff; text-align: center; font-weight: bold; }
#quickMenu dl.util>dd.goMypage { padding-right: 4%; }
#quickMenu dl.util>dd.goMypage>a { background-color: #1eb8c3; }
#quickMenu dl.util>dd.login>a { background-color: #f98064; }
#quickMenu dl.util>dd.asktour { clear: both; width: 100%; margin-top: .5em; }
#quickMenu dl.util>dd.asktour>a { background-color: #3571eb; }
#quickMenu p.goPromotion { border-bottom: 2px solid #e8ebf1; }
#quickMenu p.goPromotion>a { display: block; padding: .5em 0 .6em 2em; color: #163d7a; font-weight: bold; font-size: 1.2em; background: url(../images/common/qm_icon_promotion.png) .5em center no-repeat; background-size: 12px 12px; }
#quickMenu nav { width: 100%; overflow: hidden; margin: auto; }
#quickMenu nav li { float: left; width: 100%; border-bottom: 1px solid #dfdfdf; overflow: hidden; padding:10px 15px 9px 15px; color: #163d7a; font-weight: bold; font-size: 1em; background-color:#f8f7fc; position:relative;}
#quickMenu nav li a { color: #555; font-size: 1.2em; font-weight: normal; display: block; }
#quickMenu nav li a i { position:absolute; right:20px; top:7px; display:inline-block; margin-bottom:2px; }

#quickMenu nav li.title{ background: #ebeaed; border-bottom:1px solid #dfdfdf; }


/* 달력 datepicker 수정 2016 08-30 */
.day_zone { clear: both; margin: 1em 0 0 0; }
.day_zone .custom_date {  }
.custom_date .ui-datepicker { font-size: 1.3em; width: 100%; border-radius: 0; padding: 0; border: 0; } /* 달력사이즈, 폰트 사이즈 수정 */
.custom_date .ui-datepicker-title { color: #fff; } /* 헤더 폰트컬러 수정 */
.custom_date .ui-datepicker select.ui-datepicker-month { font-size: 1em; width: inherit; height: inherit; padding: 0 ; margin-left: .6em; border: 0;  background: #777; color: #fff; vertical-align: baseline;} /* 년 select */
.custom_date .ui-datepicker select.ui-datepicker-year { font-size: 1em; width: inherit; height: inherit; padding: 0; margin-right: .5em; border: 0; background: #777; color: #fff; vertical-align: baseline; } /* 월 select */
.custom_date .ui-datepicker td { padding: 0; text-align: center; text-align: -webkit-center; } /* td 패딩 삭제 */
.custom_date .ui-datepicker-calendar th.ui-datepicker-week-end:first-child { color: #f44336; } /* 일요일 색상지정 */
.custom_date .ui-datepicker-calendar th.ui-datepicker-week-end:last-child { color: #3f51b5; } /* 토요일 색상지정 */
.custom_date .ui-datepicker-calendar td.ui-datepicker-week-end:first-child a { color: #f44336; } /* 일요일 색상지정 */
.custom_date .ui-datepicker-calendar td.ui-datepicker-week-end:last-child a { color: #3f51b5; } /* 토요일 색상지정 */
.custom_date .ui-widget-header { background: none; border: 0; border-radius: 0; background-color: #777; } /* 달력 헤더 배경삭제 */
.custom_date .ui-datepicker .ui-datepicker-header { padding: .3em 0; }
.custom_date .ui-state-default,
.custom_date .ui-widget-content .ui-state-default,
.custom_date .ui-widget-header .ui-state-default { background: none; border: 0; text-align: center; padding: .71em 0em; /*padding: 0;*/ width: 2.7em; height: 2.7em; /*line-height: 2.5em;*/ text-align: center; text-align: -webkit-center; display: block;; } /* 날짜 배경 삭제, 가운데 정렬 */
.custom_date .ui-state-active,
.custom_date .ui-widget-content .ui-state-active,
.custom_date .ui-widget-header .ui-state-active { border-radius: 3.3em; background: #E1F5FE; } /* td 선택 */
.custom_date .ui-datepicker table { width: 100%; margin: .5em auto; } /* 테이블 사이즈 수정 */
.custom_date .ui-icon { text-indent: inherit; width: inherit; height: inherit; }
.custom_date .ui-icon-circle-triangle-w { background: none; font-size: 1.4em; color: #fff; line-height: normal;} /* 왼쪽 아이콘 수정 */
.custom_date .ui-icon-circle-triangle-e { background: none; font-size: 1.4em; color: #fff; line-height: normal; } /* 오른쪽 아이콘 수정 */
.custom_date .ui-datepicker .ui-datepicker-prev,
.custom_date .ui-datepicker .ui-datepicker-next { top: 0; }

/* 페이지네이트 */
div.pager { position: relative; padding: 0 30px; margin: 20px auto 0; }
div.pager>ul { display: inline-block; overflow: hidden; }
div.pager>ul>li { float: left; padding-left: 5px; }
div.pager>ul>li:first-child { padding-left: 0; }
div.pager>ul>li>a { display: block; width: 24px; padding: 2px 0 4px; text-align: center; font-weight: bold; color: #a0a0a0; border: 1px solid #a3a3a3; }
div.pager>ul>li>a.active { background-color: #757575; color: #fff; }
div.pager>p { position: absolute; top: 0; width: 26px; height: 26px; }
div.pager>p>a { display: block; height: 18px; padding: 3px 0 5px; text-indent: -10000px; background-size: 6px 9px; background-position: center center; background-repeat: no-repeat; background-color: #ececec; }
div.pager>p.prev { left: 0; }
div.pager>p.prev>a { background-image: url(../images/common/pager_prev.png); }
div.pager>p.next { right: 0; }
div.pager>p.next>a { background-image: url(../images/common/pager_next.png); }

/* 상품 리스트 */
section.prodList { padding-top: 1em; }
section.prodList>p { padding: 1em 1.2em .5em; color: #2d2d2d; font-weight: bold; }
section.prodList>p:first-child { padding-top: 0; font-weight: normal; color: #666; }
section.prodList>ul.sort { overflow: hidden; height: 3.4em; border-top: 2px solid #3571EB; border-bottom: 1px solid #3571EB; background-color: #E8F8F8; }
section.prodList>ul.sort>li { float: left; }
section.prodList>ul.sort>li>a { padding: .9em 1em; color: #a1a1a1; font-weight: bold; }
section.prodList>ul.sort>li>a.active { color: #3571EB; }
section.prodList>ul.list>li { padding: .2em .5em .4em .2em; border-bottom: 1px solid #9e9e9e; }
section.prodList>ul.list>li>a { display: block; }
section.prodList>ul.list>li dl { position: relative; padding-left: 12em; color: #2d2d2d; }
section.prodList>ul.list>li dt { overflow: hidden; height: 3em; padding-top: .2em; }
section.prodList>ul.list>li dd { padding-top: .4em; }
section.prodList>ul.list>li dd span { display: inline-block; padding-right: .5em; }
section.prodList>ul.list>li dd.img { position: absolute; left: 0; top: 0; width: 11em; height: 9em; padding: 0; }
section.prodList>ul.list>li dd.img img { width: 100%; height: 100%; }
section.prodList>ul.list>li dd.depart { overflow: hidden; }
section.prodList>ul.list>li dd.depart span,
section.prodList>ul.list>li dd.depart ul { float: left; }
section.prodList>ul.list>li dd li { float: left; padding: .1em .2em .2em .1em; margin-left: .2em; line-height: 1em; border: 1px solid #3571EB; color: #3571EB; }
section.prodList>ul.list>li dd li: first-child { margin-left: 0; }
section.prodList>ul.list>li dd li.check { background-color: #3571EB; color: #fff; }
section.prodList>ul.list>li dd.price { color: #eb5901; font-weight: bold; }

/* 로그인 */
.btn_login { width: 40%; border-radius: 2px; margin-right: 6px; }
.btn_nomem { width: 40%; border-radius: 2px; }
.sns_login_a{ width: 90%; text-align: center; margin: 0 auto; border-top: 1px dashed #e6e6e6; padding: 20px 0px 10px 0px; }
.sns_login { display:inline-block; overflow: hidden; margin:0 auto; /*border-top: 1px dashed #D5D5D5; */}
.sns_login > .txt{ padding-top:10px; display:block; width: 320px; color:#9c9c9c;}
.naver_login {  display:inline-block; text-align: center; float:left;}
.naver_login img { height: 39px; max-width: 300px; }
.fb_style { float:left; margin-left:10px;}
.wrong { text-align: center; }
.wrong .cap{ color:#9c9c9c; font-weight:normal;}
.wrong a u { ; color:#444;}
#pass_lost .search_id { margin-bottom: 1em; border: 1px solid #d5d5d5; border-radius: .2em; margin: 1em; padding: 1em; background-color: #f5f5f5; }
#pass_lost .search_pw { margin-bottom: 1em; border: 1px solid #d5d5d5; border-radius: .2em; margin: 1em; padding: 1em; background-color: #f5f5f5; }
{ margin-bottom: 1em;  }
#pass_lost .title { text-align: center; margin-top: 1em; font-size: 1.3em; font-weight: bold; margin-bottom: 1em; }
#pass_lost ul { overflow: hidden; width: 100%; margin: auto; }
#pass_lost .radio_group { float: left; width: 50%; text-align: center; margin-top: 1em; margin-bottom: 1em; }
#pass_lost .input_box { clear: both; text-align: center; }

.logintb {}
.logintb dl {width:90%; margin:0 auto; margin-bottom:10px;}
.logintb dl dt{ text-align:left; margin-bottom:3px; }



/* 예약하기 */
#mwContents section.category > nav > ul ul { border-bottom: 0 none; }
#mwContents > div.wrapBooking { position: relative; padding-bottom: 0; }
p.note { padding: .5em 2%; }
div.wrapBooking>h2 { padding: .7em 1em .8em 2em; border-top: 1px solid #3571eb; border-bottom: 1px solid #3571eb; font-weight: bold; font-size: 1.2em; background: url(../images/common/bullet_squre.jpg) 1.1em center no-repeat; background-size: 7px 7px; color: #3571eb; }
.table .price_person { letter-spacing: 0; vertical-align: middle; margin: auto; display: block; padding-top: 1.7em; font-weight: bold; /*color: #FF5722;*/ }
.scroll_desc { text-align: center; padding: .8em; background: #f0f8ff; border-bottom: 1px solid #d5d5d5; }
.scroll_desc i { color: #d9327b; }

.psg_infobox{padding:0px 5px 5px 5px; margin-bottom:5px;}
.psg_infobox span{ color:#ca6969;}

	/* 예약완료 */
	#mwContents .detail_info h3.num_box { border: 0; }
	#mwContents .detail_info h3 span.booking_num {padding: .2em; font-size: 1.4em; font-weight: bold; border-radius: 2px; color:#E50020; }
	#mwContents .detail_info h3 span.nomem_desc { margin-top: .4em; color: #454545; }

	/* 예약접수 */	label.reg_standby { border: 1px solid #FF7D3B; color: #FF7D3B; padding: .1em .2em;}
	/* 예약대기 */	label.reg_receipt { border: 1px solid #2196F3; color: #2196F3; padding: .1em .2em;}
	/* 예약완료 */	label.reg_comple { border: 1px solid #00a99d; color: #00a99d; padding: .1em .2em;}
	/* 예약취소 */	label.reg_cancel { border: 1px solid #828384; color: #828384; padding: .1em .2em;}

/* 마이페이지 */
.handler > li .btn { line-height: 1em; display: inline-block; }
.mypage_cs { border-top: 1px solid #d5d5d5;}

/* 관광명소 */
#mwContents .search_h { position: relative; text-align: center; background-color: #e9ebef; border-top: 1px solid #b0bbc4; }
#mwContents .search_h .search_board { display: inline; }
#mwContents .search_h input { width: 94%; height: 2.35em; margin: 1em auto; }
#mwContents .search_h a { position: absolute; top: .95em; right: .8em; font-size: 1.8em; color: #ababab; }

/* 테이블정의 */
.table { width: 100%; font-size: 1em; }
.table_base { clear: both;  padding-bottom: 0; border-top:1px solid #d5d5d5; border-bottom:1px solid #d5d5d5;}
.table .btn { padding: .4em .5em; display: inline; border-radius: 2px; }
.table_title { text-align: center; padding: .7em; line-height: normal; font-weight: bold; font-size:1em;}
.table_title_02 { text-align: left; background-color: #666; color: #fff; padding: .7em; line-height: normal; font-weight: bold; }
.table_title_02 > span { display: block; font-size: .8em;}
.table_desc { text-align: right; padding: .5em; }
.basic2 { width:100%;}
#viewSchedule .table{ width:100% !important;}

/* 기본테이블 */
.table { width: 100%; font-size: 1em; margin-bottom: 0; }
.table thead th {background-color: #f8f8f8; }
.table th {font-weight: bold; text-align: left; }
.table th,
.table td { padding: .8em 0; vertical-align: middle; border-top: 1px solid #e2e2e2; }
.table-bordered {border-collapse: collapse; border-left: 0; }
.table-bordered th,
.table-bordered td { border-left: 1px solid #dddddd; text-align:center; }
.table td.total_price { font-size: 14px; text-align: right; font-family: helvetica neue,'Malgun Gothic','맑은 고딕'; padding-right: 20px; color: #454545;
    font-weight: bold; }
.table td.total_price span { color: #FF5722; font-size: 15px; font-weight: bold; font-family: verdana; vertical-align: text-top; }
.table td.total_price .alert-success { margin-bottom:0; text-align:right; font-size:18px; font-weight:bold; }
.table .td-group { margin-bottom:10px; }
.table .td-group:last-child { margin-bottom:0; }
.table .td-group .title { margin-bottom:5px; }
.table-overflow {margin-top:1px; }
.tabbable { margin-top:1px; }
.tabbable:before, .tabbable:after { display: table; line-height: 0; content: ""; }
.table tbody > tr > td.bg { background-color:#f8f8f8; }

.table_nude thead > tr > th { background-color: #F3F3F7; border-bottom: 0; color:#454545; text-align: center; border-right: 1px solid #d5d5d5; }
.table_nude tbody > tr > td { color: #454545; text-align: center; border-top: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5; }
.table_nude.bdb tbody > tr > td { border: 0; border-bottom: 1px solid #d5d5d5; }
.table_nude.bdb tbody > tr:last-child > td { border: 0; }
.table_nude tbody > tr > td.title { text-align: left; padding-left: .5em; }
.table .tal { text-align: left; padding-left: .5em; padding-right: .5em; letter-spacing: -.1em; }

/* row 테이블 */
.table_row {}
.table_row tbody > tr:first-child > th { border-top:0; }
.table_row tbody > tr:first-child > td { border-top:0; }
.table_row tbody > tr > th { background-color: #f3f3f7; vertical-align:middle; color:#555; text-align:center; }
.table_row tbody > tr > th label { margin-bottom:0; }
.table_row tbody > tr > td { text-align:left; padding-left:20px; vertical-align: middle; }

/* 반응형 테이블 */
.table-responsive { min-height: .01%; overflow-x: auto; }
.table-responsive .table th,
.table-responsive .table td { padding: .8em 4px; }

/* 게시판 뷰 */
.board_view { clear: both; border-bottom: 1px solid #b0bbc4; border-top: 2px solid #808992; padding-bottom: 0; }
.board_view .title { padding: .6em; font-size: 1.2em; font-weight: bold; background-color: #e9ebef; border-bottom: 1px solid #d5d5d5; line-height: normal; }
.board_view .location { padding: .7em; border-bottom: 1px solid #d5d5d5; }
.board_view .location i { vertical-align: text-top; color: #03A9F4; }
.board_view .contents { padding: .8em; text-align: left; }
.board_view .contents img { max-width: 100%; margin: .5em 0;}

/* 지점현황 */
.branch_wrap{ width: 100%; overflow: hidden; }
.bran_select_wrap{ width: 100%; height: 34px; margin-top: 10px; }
.bran_se{ float: left; margin-right: 6px; }
.branch_btn{ padding: 9px 10px; line-height: 34px; background: #484848; color: #fff; font-size: 12px; }
.bran_select_wrap p{ float: right; font-size: 12px; margin-top: 20px; }
.bran_select_wrap p span{ color: #f00; }
.bran_table_wrap{ margin-top: 10px; }
.bran_table{ width: 100%; font-size: 12px; border-top: 2px solid #e00; border-bottom: 1px solid #4d4d4d; }
.bran_table th{ border-bottom: 1px solid #ddd; background: #f5f5f5; padding: 10px; }
.bran_table td{ border-bottom: 1px solid #ddd; padding: 10px; }

/* 셀렉박스 스타일 적용 */
label.select-label { font-size: 14px; color: #454545; margin-right: 5px ; -webkit-margin-end: 6px; }
select { width: 120px; height: 34px; vertical-align: inherit; padding: 0 6px; font-family: inherit; font-size: 14px; background: url(/mp/zones/images/common/css_select_chk.png) no-repeat 100% 50%; border: 1px solid #d5d5d5; border-radius: 0px; /* iOS 둥근모서리 제거 */ -webkit-appearance: none; /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; color: #999; line-height: normal ; }
select:disabled { cursor: no-drop; background: url(/mp/zones/images/common/css_select_dis.png) no-repeat 100% 50%; background-color: #ebebeb; }
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand { display: none; }


/*지방출발  공통 클래스 변경*/
#mwContents > .fitWrap > .h2_pustae{ text-align:center; padding-left:0px; }
#mwContents > .fitWrap > .h2_pustae > span{ color:#5FB611; }
.area_main{ width:100%; padding:0em 3em 0em 3em; margin:0 auto;}
.area_main li{ width:100%; margin-left:0px; }
.area_main > li:last-child { margin-left:0px;}
.area_main > li:nth-child(2n+2) {margin-left: 0px;}

/* 부트스트랩 */
	/* 컬랩스 */
	.fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; }
	.fade.in { opacity: 1; }
	.collapse { display: none; visibility: hidden;  }
	.collapse.in { display: block; visibility: visible; }
	.collapse.in > table { width:100% !important;}
	.collapse.in > table td { border:1px solid #d5d5d5; padding:1em;}
	tr.collapse.in { display: table-row; }
	tbody.collapse.in { display: table-row-group; }
	.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease;          transition-timing-function: ease; -webkit-transition-duration: .35s; -o-transition-duration: .35s; transition-duration: .35s; -webkit-transition-property: height, visibility; -o-transition-property: height, visibility; transition-property: height, visibility; }

	/* 모달 */
	.close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2; }
	.close:hover,
	.close:focus { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5; }
	button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: transparent; border: 0; }
	.modal-open { overflow: hidden; }
	.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; }
	.modal.fade .modal-dialog {
		-webkit-transition: -webkit-transform .3s ease-out;
		-o-transition:      -o-transform .3s ease-out;
		transition:         transform .3s ease-out;
		-webkit-transform: translate(0, -25%);
		-ms-transform: translate(0, -25%);
		-o-transform: translate(0, -25%);
		transform: translate(0, -25%);
	}
	.modal.in .modal-dialog {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.modal-open .modal { overflow-x: hidden; overflow-y: auto; }
	.modal-dialog { position: relative; width: auto; margin: 10px; }
	.modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 2px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); }
	.modal-backdrop { position: absolute; top: 0; right: 0; left: 0; background-color: #000; }
	.modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; }
	.modal-backdrop.in { filter: alpha(opacity=50); opacity: .5; }
	.modal-header { padding: 1em; border-bottom: 1px solid #e5e5e5; }
	.modal-header .close { margin-top: -2px; }
	.modal-title { margin: 0; line-height: 1.42857143; }
	.modal-body { position: relative; padding: 15px; }
	.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }
	.modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; }
	.modal-footer .btn-group .btn + .btn { margin-left: -1px; }
	.modal-footer .btn-block + .btn-block { margin-left: 0; }
	.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

/* 모바일 모달 */
@media (min-width: 768px) {
	.modal-dialog { width: 600px; margin: 30px auto; }
	.modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); }
	.modal-sm { width: 300px;	}
}
@media (min-width: 992px) {
	.modal-lg { width: 900px; }
}

/* 세로모드 */
@media screen and (orientation: portrait) {

}
/* 가로모드
@media screen and (orientation: landscape) {
	#mwHeader h1 > a { background-size: 30%; }
}*/

/* 해상도 320이하
@media all and (max-width:320px) {
	#mwContents > .fitWrap > div.cs_call .center { background-size: 22%; background-position: .6em 1.2em; }
	#mwContents > .fitWrap > div.cs_call .account_num { background-size: 22%;  }
	#mwContents > .fitWrap > div.cs_call .title { font-size: 1.1em; }
	#mwContents > .fitWrap > div.cs_call .num { font-size: .9em; }
	#mwContents > .fitWrap > div.cs_call .desc { font-size: .9em; }
}*/

/* 해상도 412이상
@media all and (min-width:412px) {
	#mwContents > .fitWrap > div.cs_call .center { background-size: 22%; }
	#mwContents > .fitWrap > div.cs_call .account_num { background-size: 22%;  }
}*/

/* 태블릿 대응 ( 최소721px ~ 최대 1024px, 기본사이즈 X 1.47 )
@media all and (min-width:721px) {

	html, body { font-size: 13px; margin: 0 auto; }
	#mwHeader h1 { height: 50px; }
	#mwHeader h1 > a { background-size: 13%; }

	#quickMenu { min-width: 320px; max-width: 1024px; }
	#quickMenu .search_h a { right: 1.6em; }

	#mwContents > .fitWrap > div.cs_call .center > p { width: 25%; height: 7em; background-size: 56%; background-position: 2.3em .8em; }
	#mwContents > .fitWrap > div.cs_call .center > ul { width: 75%; }
	#mwContents > .fitWrap > div.cs_call > ul > li:first-child > ul { height: 7em; padding-top: .7em; }
	#mwContents > .fitWrap > div.cs_call .account_num > ul { padding-top: .7em; }
	#mwContents > .fitWrap > div.cs_call .account_num > p { width: 25%; height: 7em; background-size: 56%; background-position: 2.3em .8em; }
	.swiper-container-04.gallery-top { height: 32em; }
}*/

/* 반응형 테이블 */
@media screen and (max-width: 767px) {
	.table-responsive { width: 100%; /*margin-bottom: 15px;*/ overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; /*border: 1px solid #ddd;*/	}
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th { white-space: nowrap; }
}


/*********/



/*레이어팝업*/
.text_overflow{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.area_close{ position:absolute; right:10px; top:11px;}
.area_close i { color:#fff; font-size:2.3em; }

.area_wrap{ position:absolute; top:-1px; left:0px; width:100%; z-index:2000; background-color:#fff; padding-bottom:300px;}
.area_header{ height:48px; padding:8px 43px 7px 13px;  width:100%;  text-align:center; 
border: 1px solid #4285f4;
	background-color: #4285f4;
	background: -webkit-linear-gradient(top,#4387fd,#4683ea);
	background: linear-gradient(top,#4387fd,#4683ea);
}
.area_header .tit{ color: #fff; font-weight: 600; padding-top: 8px; display: inline-block; margin-left: 21px; font-size: 1.125em;}
.area_header .textinput{ display:block; position:relative; }
.area_header .textinput > span{ position:absolute; right:10px; top:7px;}
.area_header .textinput > span i { font-size:1.9em; color:#b2b2b2; font-weight:100;}
.area_header input{ width: 100%; display: block; padding: 0 38px 0 10px; font-size: 1.167em; background: #fff; position: relative; height: 34px; line-height: 34px;}

.city_searchbox{ font-size:14px; /*border:1px solid #e0e0e0; */width:100%; overflow-x:hidden; overflow-y:auto; background:#fff; }

.city_searchbox dt{ font-size: 1.083em; color:#959595; background:#ebeaed; padding:10px 13px; position:relative; border-bottom: 1px solid #dbdbdb;}
.city_searchbox dd { border-bottom: 1px solid #dbdbdb;}
.city_searchbox dd .tab_view{ display: block; padding: 9pt 13px; -webkit-transition: all .2s; transition: all .2s;}
.city_searchbox dd .tab_view .city_name{ font-size:1.125em; color:#b2b2b2;}
.city_searchbox dd .tab_view .city_name span.a_en{ color:#b2b2b2;}
.city_searchbox dd .tab_view .city_name em > span { color: #1d1d1d;  margin-right: 10px; font-style: normal; letter-spacing:-0.5px;}

.num_area { display: inline-block; position: relative; width: 200px; height: 48px; text-align: center; background: url(../images/codestr/codestr_bg.gif) repeat; float:left;}
.num_area_bg { position: absolute; left: 0; top: 0; float:left;}
.num_area_bt { display:inline-block; float:left;}

.num_area_cap{ clear:both; padding-top:5px; color:#868686; letter-spacing:-0.5px;}
.join_infotxt_default_block{font-size:12px; margin-top:5px; letter-spacing:-0.5px; color:#9c9c9c; display:block;}
.join_infotxt1_red_block{font-size:12px; margin-top:5px; letter-spacing:-0.5px; color:#f00; display:block;}
.join_infotxt_default{font-size:12px; margin-top:5px; letter-spacing:-0.5px; color:#9c9c9c; }
.join_infotxt1_red{font-size:12px; margin-top:5px; letter-spacing:-0.5px; color:#f00; margin-left:10px; }
.join_infotxt1_blue{font-size:12px; margin-top:5px; letter-spacing:-0.5px; color:#2490ce; margin-left:10px;}

/*왕복, 편도, 다구간/해외출발 */
.line_row2 { display:inline-block; margin-top:20px; }
.line_row2 li{ padding:5px 4px; border-radius:15px; float:left; background-color:#fff; border:1px solid #ccc; margin-left:8px; text-align:center;}
.line_row2 li > a {color:#9c9c9c; font-size:1.125em; font-weight:600; padding:5px 7px; border-radius:15px;}
.line_row2 li.active{ border:0px;
	border: 1px solid #4285f4;
	background-color: #4285f4;
	background: -webkit-linear-gradient(top,#4387fd,#4683ea);
	background: linear-gradient(top,#4387fd,#4683ea);
}
.line_row2 li.active > a { color:#fff; font-weight:600;}

/*여정검색*/
.air_plan{width:100%; overflow:hidden; margin-top:20px; padding-bottom:20px;}
.air_plan li{ width:38%; float:left; text-align:center;}
.air_plan li.ct_w24{ width:24%;}
.air_plan li .icon_mplan{}
.air_plan li > span{ display:block;}
.air_plan li > span.tit{ font-size:1.125em; line-height:120%; color:#9c9c9c; margin-top:5px;}
.air_plan li > div.acd{  font-size:1.750em; line-height:125%; font-weight:600; color:#1d1d1d; }
.air_plan li > div.acd_k{  font-size:1.125em; line-height:120%; color:#0e6eb8; margin-top:3px;}

.day_warp{width: 100%; }
.day_top{ width:100%; height:45px; 
	border: 1px solid #4285f4;
	background-color: #4285f4;
	background: -webkit-linear-gradient(top,#4387fd,#4683ea);
	background: linear-gradient(top,#4387fd,#4683ea);
	display:table;     table-layout: fixed;}
.day_top li{width:50%; text-align:center; display:table-cell; }
.day_top li span{line-height:40px;color:#fff; font-weight:600;  font-size: 1.250em; display:inline-block;}

.day_bottom{ width:100%; height:45px; background-color:#efefef; border-bottom:1px solid #dfdfdf; display:table;}
.day_bottom li{width:50%; text-align:center; font-size: 1.2em; position:relative;  display:table-cell;}
.day_bottom li span {font-size: 1.118em; display: inline-block; border: 1px solid #d8d8d8; padding: 4px 10px; background-color: #fff; font-weight: 600; border-radius: 3px;}
.day_bottom li span > em { color:#1d1d1d; font-family:Verdana, Geneva, sans-serif; letter-spacing:-0.5px;}
.day_bottom li span i{ color:#1d1d1d; margin-bottom:3px; }
.day_bottom li:before{content: ""; position: absolute; top: -11px; left: 50%; margin-left:-13px; width: 0; height: 0; border-left: 13px solid transparent; border-right: 13px solid transparent; border-bottom: 13px solid #efefef; -webkit-transition: left 0.3s ease-in; -moz-transition: left 0.3s ease-in; -o-transition: left 0.3s ease-in; transition: left 0.3s ease-in;}

/*다구간 */
.va_interval {width:100%; overflow:hidden; margin-top:20px; padding-bottom:20px; border-bottom:1px dotted #dfdfdf;}
.va_interval li{ width:30%; float:left; text-align:center;}
.va_interval li.ct_w24{ width:10%; margin-top:19px;}
.va_interval li.ct_w20{width:30%; float:left; text-align:center;}
.va_interval li .icon_mplan{}
.va_interval li > span{ display:block;}
.va_interval li > span.tit{ font-size:1.063em; line-height:120%; color:#9c9c9c; margin-top:5px;}
.va_interval li > div.acd{  font-size:1.750em; line-height:125%; font-weight:600; color:#1d1d1d; }
.va_interval li > div.cale{ font-size:1.750em; line-height:125%; }
.va_interval li > div.cale i{ color:#1d1d1d; margin-bottom:5px;}
.va_interval li > div.cale_other{ font-size:1.250em; line-height:125%; }
.va_interval li > div.cale_other i{ color:#454545; margin-bottom:4px; font-size:1em;}
.va_interval li > div.acd_k{  font-size:1.125em; line-height:120%; color:#0e6eb8; margin-top:3px;}

.inteval_more{width: 100%; text-align:center; background-color: #efefef; border-bottom: 1px solid #dfdfdf; display: table; }
.inteval_more p {padding:13px 0px 9px 0; display:inline-block;}
.inteval_more p i{ font-size:2em;}

/*성인/소아/유아 구분*/
.age_w_line{ border-bottom:1px solid #dfdfdf; }/*일반 감싸는 라인*/
.age_wrap{ border-top:1px solid #fff; border-bottom:1px solid #fff; background-color:#f5f5f5; min-height:80px; overflow:hidden; }
.age_top{ width:100%; overflow:hidden; padding-top:5px; }
.age_top li{ width:33.3%; float:left; text-align:center; margin-top:7px;}
.age_top li span{ font-size:1.250em; color:#1d1d1d; font-weight:600; }

.age_bottom{ width:100%; overflow:hidden; margin-top:10px;}
.age_bottom li{ width:33.3%; float:left; text-align:center; position:relative;}
.age_bottom li span.usernum{ font-size: 1.6em; line-height: 120%; font-weight: 600; color: #1d1d1d; display: inline-block; padding-top: 3px;}
.age_bottom li span.plus{ position:absolute; left:15%; top:5px; font-size:1.5em;}
.age_bottom li span.plus i { color:#aaa; }
.age_bottom li span.minus{ position:absolute; right:15%; top:5px; font-size:1.5em; }
.age_bottom li span.minus i { color:#aaa; }

/*좌석구분*/
.airseat{ width:100%; overflow:hidden; margin-top:3px;  }
.airseat li { width:33.333%; float:left; border-bottom:2px solid #dfdfdf; text-align:center; font-size:1.250em; font-weight:600;}
.airseat li a { padding:10px 5px 10px 5px; display:block;}
.airseat li.active { border-bottom:2px solid #197cf1; }


/*버튼*/
.lgoin_cap{width:100%;  text-align:center; background-color:#f5f5f5; padding:15px 0 15px 0; border-bottom: 1px solid #e2e2e2;}
.lgoin_cap > div { display:block; font-size:1.125em; font-weight:600; letter-spacing:-0.4px;}
.lgoin_cap > div > span{ font-weight:normal;}

.btn_cwrap{width:100%; margin-top:20px; text-align:center; }
.btn_cwrap > em { display:block; margin-top:10px; font-size:1.125em; font-weight:600; letter-spacing:-0.4px;}
.btn_cwrap > em > span{ font-weight:normal;}
.btn_cwrap > div { display:block; margin-top:10px; font-size:1.125em; font-weight:600; letter-spacing:-0.4px;}
.btn_cwrap > div > span{ font-weight:normal;}
.btn_normal{  border-radius:5px; display:inline-block; text-align:center; color:#fff;  font-size:1.313em; font-weight:600;}
.btn_normal a{ color:#fff; padding:15px 0; display:block; 
	border: 1px solid #4285f4;
	background-color: #4285f4;
	background: -webkit-linear-gradient(top,#4387fd,#4683ea);
	background: linear-gradient(top,#4387fd,#4683ea);
	border-radius: 3px;
}
.btn_style85{ width:85%; background-color:#197cf1; }
.btn_style35{ width:35%; background-color:#FF8626; }
.btn_style45{ width:45%; background-color:#f5f5f5; border:1px solid #ddd; }
.btn_style45 a{ color:#868686;}
.color_price { border:1px solid #ccc; font-size:1.063em;}
.color_price a{color:#fff;  padding:3px 10px; display:inline-block;}
.btn_pr01{ border:1px solid #ccc;  border-radius:3px; display:inline-block; background-color:#f8f8f8; }
.btn_pr01 a { padding:3px 8px; color:#868686; }
.btn_ar01{ border:1px solid #ccc;  border-radius:3px; display:inline-block; background-color:#f8f8f8; }
.btn_ar01 a{ padding:3px 8px; color:#868686;}



/*달력*/

/*ë‹¬ë ¥*/
.acal_area{ border:1px solid #b2b2b2;}
.acal_date{ position:relative; padding:5px;}
.acal_date table{width:100%;}
.acal_date thead th, .acal_date.Air_M thead th{font-family:NT-M; height:32px; text-align:center; vertical-align:middle; color:#1e2023; font-size:16px;}
.acal_date thead th{}
.acal_date.Air_M thead th{border-bottom:#3f8edd solid 1px;}
.acal_date tbody th, .acal_date tbody td{height:29px; background:#ffffff; font-family:Dotum; font-weight:normal; font-size:12px; line-height:14px; text-align:center; border-bottom:#e0e0e0 solid 1px; vertical-align:middle; }
.acal_date tbody th:first-child, .acal_date tbody td:first-child{color:#fb746b;}
.acal_date tbody th+th+th+th+th+th+th, .acal_date tbody td+td+td+td+td+td+td{color:#3e8ddc;}

.acal_date tbody td{border-right:#e0e0e0 solid 1px; cursor:pointer;}
.acal_date tbody td:first-child{border-left:#e0e0e0 solid 1px;}
.acal_date tbody td:hover{background:#FFF6F3;}
.acal_date.Air-M tbody td:hover{background:#E7F3FF;}
.acal_date .Empty, .acal_date .Empty:hover, .acal_date .Empty, .acal_date .Empty:hover{background:#e7e7e7; cursor:default;}
/*.acal_date .Today, .acal_date .Today:hover, .acal_date.Air-M .Today, .acal_date.Air-M .Today:hover{background-image:url(../img/common/ico_popup_cal_todoay.png); background-position:right bottom; background-repeat:no-repeat; color:#ffffff;}*/
.acal_date .Today, .acal_date .Today:hover{background-color:#607D8B;}
.acal_date.Air-M .Today, .acal_date.Air-M .Today:hover{background-color:#3f8edd;}
.acal_area{display:inline-block; width:210px; position:absolute; left:0px; top:46px; background-color:#fff; z-index:1000;}


.acal_date .Today, .acal_date .Today:hover, .acal_date .Choice, .acal_date .Choice:hover{ background-color:#197cf1; color:#ffffff;}
.acal_date .Start, .acal_date .Start:hover, .acal_date .End, .acal_date .End:hover{background-color:#197cf1; color:#ffffff;}
.acal_date thead th{border-bottom: #e0e0e0 solid 1px;}
.acal_date tbody td:hover{background-color:#f3f7ff;}

.acal_prev{cursor:pointer; font-weight:400; width:23px; height:23px; color:#fff; position:relative; background-color:#A5A5A5; white-space:nowrap; display:inline-block; text-decoration:none; border-radius:30px; position:absolute; left:10px; top:9px;}
.acal_next{cursor:pointer; font-weight: 400; width: 23px; height: 23px; color: #fff; position: relative; background-color: #A5A5A5; white-space: nowrap; display: inline-block; text-decoration: none;border-radius: 30px; position:absolute; right:10px; top:9px;}
.acal_prev i { color: #fff; font-size: 18px; display: inline-block; margin: 2px 0 0 7px; font-size: 19px;}
.acal_next i { color: #fff; font-size: 18px; display: inline-block; margin: 2px 0 0 9px; font-size: 19px;}


/*리스트페이지 */

/*여정확인*/

.route_box{ width:100%; position:relative; background:url(/mp/zones/images/common/list_bg.gif) center center; text-align:center; padding-bottom:10px; }
.route_box .flights{ position: relative; padding: 14px 10px 0; margin: 0 auto; text-align: center;}
.route_box .flights span{ color:#fff004; display: inline-block; margin-left:5px; padding-right:18px; text-align: center; vertical-align:middle; font-size:1.313em; font-weight:600;position:relative; line-height:25px;}
.route_box .flights .txt_flights_01:after{ content: "";  display: block; position: absolute; top: 36%; vertical-align: middle; background:url(/mp/zones/images/common/arrow_01.png) no-repeat; background-size: 15px auto; right: -7px; width: 20px; height: 11px;}
.route_box .flights .txt_flights_01:first-child{}
.route_box .day em{ color:#dadada; font-size:1em; letter-spacing:-0.7px;}
.route_box .day em span{ color:#fff; font-size:1em;}

/*리스트 탭 헤더*/
.flights_fileter{ width:100%;}
.tabcontent { overflow:hidden; }
.tabcontent li{ width:50%; float:left; text-align:center; height:40px; line-height:40px; background-color:#197cf1; }
.tabcontent li a{ color:#fff; }
.tabcontent li a i { color:#fff; }
.tabcontent li.active { background-color:#646464;}
.tabcontent li.active a{ color:#fff; }
.tabcontent li.active a i { color:#fff; }

/*리스트 탭 - 상세검색*/
.tabcontent_body{  display:block; border-bottom:3px double #d6d6d6;}
.tab_sort{ background-color:#646464; }
.tbc_header{height:72px; background-color:#646464; height:110px; }
.tbc_header li {width:25%; float:left; text-align:center; /*border-bottom:2px solid #646464;*/ height:110px; padding-top:13px;}
.tbc_header li.active {width:25%; float:left; text-align:center; /*border-bottom:2px solid #646464;*/ height:110px; padding-top:13px;}
.tbc_header li.active span {color:#fee959;}
.tbc_header li img{ width:61px; max-width:61px;}
.tbc_header li span{ display:block; margin-top:5px; color:#fff;}


.content_result p.rs_sum span.btn_creme { float: right; border-bottom: 1px solid #9c9c9c; font-size:1.063em; letter-spacing:-0.5px; margin-right:5px; color:#646464;}


/* div 순서조: tabcon_wrap > group_tab > group_check > ul.group_con */
/*상세조건*/
.tabcon_wrap{ display:block; position:relative; background-color:#f5f5f5; padding-bottom:30px;}
.tabcon_wrap .group_tab{ padding-top: 5px;}
.tabcon_wrap .group_tab p{ padding-left: 13px; font-size: 1.167em; padding-bottom: 10px; width:100%;  margin-top:10px; color:#1d1d1d; }
.tabcon_wrap .group_tab .group_check{ width: 100%; display: table; border-collapse: collapse;}
ul.group_con{width:100%; background:#f9f9f9; padding:8px 0; box-sizing:border-box; display:table-row; border-collapse: collapse; }
ul.group_con li{ float:none;display:table-cell; width:50%; border:1px solid #ddd; height:34px; max-width: 10pc;}
ul.group_con li .time{color:#9c9c9c; margin-left:5px; font-size:0.938em; padding-bottom:1px; display:inline-block;}
ul.group_con li label { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; display:block; font-size:1.083em; padding:0 13px 0 13px; height:38px; line-height:38px; color:#959595; -webkit-transition-property: background,color;transition-property: background,color; -webkit-transition-duration:.2s; transition-duration:.2s;}
ul.group_con li input[type=checkbox]:checked+label { background:#fff; outline:1px solid #197cf1; color:#289e98; position:relative; z-index:1; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
ul.group_con li input[type=checkbox]:checked+label:after {content: ""; display: block; position: absolute; top: 50%; right: 13px; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: url(/mp/zones/images/common/ico-checkbox-active.png) no-repeat 0 0; background-size: 14px auto; width: 14px; height: 9pt;}

/*상세조건*//*
.tabcon_wrap{ display:block; position:relative; background-color:#f5f5f5; padding-bottom:30px;}
.tabcon_wrap .group_tab{ padding-top: 5px;}
.tabcon_wrap .group_tab p{ padding-left: 13px; font-size: 1.167em; padding-bottom: 10px; width:100%;  margin-top:10px; color:#1d1d1d; }
.tabcon_wrap .group_tab .group_check{ width: 100%; border-collapse: collapse;}
ul.group_con{width:100%;background:#f9f9f9;box-sizing:border-box;border-collapse: collapse;overflow: hidden;border: 1px solid #ddd;}
ul.group_con li{float:left;width:50%;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;height:38px;}
ul.group_con li:nth-child(even) {border-right:0;}
ul.group_con li:nth-last-child(-n+2) {border-bottom:0;}
ul.group_con li label { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; display:block; font-size:1.083em; padding:0 25px 0 13px; height:38px; line-height:36px; color:#959595; -webkit-transition-property: background,color;transition-property: background,color; -webkit-transition-duration:.2s; transition-duration:.2s;}
ul.group_con li input[type=checkbox]:checked+label { background:#fff; border:1px solid #197cf1; color:#289e98; position:relative; z-index:1; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
ul.group_con li input[type=checkbox]:checked+label:after {content: ""; display: block; position: absolute; top: 50%; right: 13px; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: url(/mp/zones/images/common/ico-checkbox-active.png) no-repeat 0 0; background-size: 14px auto; width: 14px; height: 9pt;}*/

/* 코멘트라인 */
.board_view .comment_line { margin-bottom: 10px; padding-bottom: 10px; overflow: hidden; border-bottom: 1px dotted #d7d7d7;}
.board_view .comment_line.modify { border-bottom:0;}
.board_view .comment_line:last-child { border-bottom:0;}
.board_view .comment_line .writer { float:left;}
.board_view .comment_line .writer strong { font-size:14px;}
.board_view .comment_line .writer span { color:#999; vertical-align:bottom;}
.board_view .comment_line .comment_btn { float:right;}
.board_view .comment_line .comment_btn .btn_comment { padding:0px;}
.board_view .comment_line .comment_btn i { margin:0;}
.board_view .comment_line .contents { clear:both; color: #888; font-size: 13px; overflow: hidden; padding-top: 10px;}

/* 코멘트박스 */
.board_view .captcha_box { clear: both; border:1px solid #eaeaea; padding:20px;}
.board_view .captcha_box .form-group label { margin-right:6px;}
.board_view .captcha_box .form-group .form-control { margin-right:12px;}
.board_view .captcha_box .form-group input { width:154px;}
.board_view .captcha_box .comment_box { display:block; margin-top:10px; margin-bottom:10px;}
.board_view .captcha_box .comment_box label { margin-right:6px;}
.board_view .captcha_box .comment_box textarea { width:80%; margin-right: 10px;}
.board_view .captcha_box .captcha_area label { margin-right:6px;}
.board_view .captcha_box .captcha_area { overflow:hidden;}
.board_view .captcha_box .comment_box .btn_comment { background-color: #ABABAB; padding: 35px; font-size: 16px; font-weight: bold; color: #fff;}

/* 코멘트수정 */
.board_view .modify .captcha_box { margin-top:10px;}
.board_view .modify .captcha_box .comment_box textarea { width:71%; margin-right: 10px;}
.board_view .modify .captcha_box .comment_box .btn_comment { background-color: #ABABAB; padding: 35px 28px; font-size: 16px; font-weight: bold; color: #fff;}



.content_result{ width:100%; position:relative;}
.content_result p.rs_sum{ padding: 10px; font-size:1.125em;}
.content_result p.rs_sum span{ color:#e91d1d;}
.checkbox input[type=checkbox]{ width: 0; height: 0; top: 0; left: 0; margin-top: 0; position: absolute; cursor: pointer; opacity: 0; -webkit-appearance: none; display: inline-block; vertical-align: middle; z-index: 100;}




/* div 구조 .tab_sort_body > .tab_sort_warp > .group_tab > .group_radio */
/*정렬기능 직항+요금순 등등*/
.tab_sort_body{ background: #646464; position: absolute; width: 100%; left: 0; z-index: 10000; padding-bottom:30px; }
.tab_sort_warp { position:relative; }
.group_radio{}
.group_radio li{float:none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align: center;}
.radio input[type=radio]{ width: 0; height: 0; top: 0; left: 0; margin-top: 0; position: absolute; cursor: pointer; opacity: 0; -webkit-appearance: none; display: inline-block; vertical-align: middle; z-index: 100;}
.group_radio li label span{ position: relative; color:#fff; }
.group_radio li label{ background: #646464;  border-bottom: 1px solid #888; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; font-size: 1.083em; padding: 0 25px 0 13px; height: 45px;
line-height: 45px; color: #fff;}
.group_radio li input[type=radio]:checked+label{ border-bottom: 1px solid #888; color: #f87e47; position: relative; width: 100%; display: block;}
.group_radio li input[type=radio]:checked+label span:after{ content: ""; display: block; position: absolute; top: 50%; right: -20px; -webkit-transform: translateY(-50%); transform: translateY(-50%); background: url(/mp/zones/images/common/ico-checkbox-active.png) no-repeat 0 0; background-size: 14px auto; width: 14px; height: 9pt;}

.search_block_warp{ position:relative; background-color:#fff }
.search_block.is-active { display:block;}
.search_block {    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.8);
    display: none;
    z-index: 1;}

.search_block2.is-active { display:block;}
.search_block2{    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(255,255,255,1);
    display: none;
    z-index: 1;}



/*리스트*/
.cr_list{ border-top:1px solid #ddd; }
.cr_list li{ width:100%; }
.cr_list li .list_top { padding:15px; overflow:hidden;}
.cr_list li .list_top .left{ width:30%; float:left; text-align:center; color:#868686;}
.cr_list li .list_top .center{ width:38%; float:left; padding-left:2%;}
.cr_list li .list_top .center .price{ color:#e91d1d; font-size:1.250em;}
.cr_list li .list_top .center span.won{ color:#1d1d1d; font-size:1em; display:inline-block;}
.cr_list li .list_top .center .terminal{ color:#00b3ac ; }
.cr_list li .list_top .center .time{ color:#868686;}
.cr_list li .list_top .right{width:30%; float:left; text-align:right; padding-right:10px;}

.schedule_bottom {padding:15px; overflow:hidden; border-top:1px solid #dfdfdf; border-bottom:2px solid #dfdfdf; padding:8px 30px; text-align:right; background-color:#f5f5f5;}

/*스케쥴상세 리스트*/
.cr_droplist{ width:100%; overflow:hidden; position:relative; background-color:#c9c9c9; padding:10px 5px; }
.cr_droplist p.flig_tit{ padding:10px 15px;
	border: 1px solid #4285f4;
	background-color: #4285f4;
	background: -webkit-linear-gradient(top,#4387fd,#4683ea);
	background: linear-gradient(top,#4387fd,#4683ea);
	color:#fff; border-radius:5px; color:#fff; overflow:hidden; margin-bottom:10px;}
.cr_droplist p.flig_tit_close{ background-color:#5b6b6a; }
.cr_droplist p.flig_tit .t01{ color:#fff; float:left; }
.cr_droplist p.flig_tit .t01:before{content: ""; background: url(/mp/zones/images/common/icon_airtit01.png) no-repeat; display: inline-block; width: 20px; height: 18px; margin-right: 10px; vertical-align:middle;}
.cr_droplist p.flig_tit .t02{ color:#fff; float:right; border-bottom:1px solid #ddd;}
.cr_droplist p.active{ padding:10px; background-color:#55c8c4; color:#fff; border-radius:5px;}

.cr_droplist .flig_detail { overflow:hidden; }
.cr_droplist .flig_detail li{background-color:#fff; border:1px solid #bbb; padding:10px; border-radius:5px; margin-bottom:10px; }
.cr_droplist .flig_detail li div.ainfo_top{ overflow:hidden; border-bottom:1px solid #dfdfdf; padding-bottom:10px;}
.cr_droplist .flig_detail li div.ainfo_top .left{ float:left;}
.cr_droplist .flig_detail li div.ainfo_top .left .stime{color:#1d1d1d; margin-left:5px;}
.cr_droplist .flig_detail li div.ainfo_top .right{ float:right;}

.cr_droplist .flig_detail li div.plan_bottom{padding-top:10px; position:relative; padding: 0 13% 0 13%; height:70px;}
.cr_droplist .flig_detail li div.select_bottom { text-align: center;}
.cr_droplist .flig_detail li div.select_bottom .choice{color: #fff; background-color: #fbbc05; border-radius: 15px; padding: 2px 8px; display: inline-block;}

.cr_droplist .txt_departure{ position:absolute; left:20px; height:70px; top:10px; }
.cr_droplist .txt_departure dl{width:100%}
.cr_droplist .txt_departure dt{width:100%; color:#ea4335; font-size:1.063em; letter-spacing:-0.5px;}
.cr_droplist .txt_departure dd.time{width:100%; color:1d1d1d; font-size:1.188em;}
.cr_droplist .txt_departure dd.day{width:100%; color:#868686; font-size:1.188em;}

.reg_droplist .flig_detail li {width:100%}
.reg_droplist .flig_detail li div.plan_bottom .txt_departure{ position:absolute; left:20px; height:70px; top:10px; }
.reg_droplist .flig_detail li div.plan_bottom .txt_departure dl{}
.reg_droplist .flig_detail li div.plan_bottom .txt_departure dt{width:100%; color:#ea4335; font-size:1.063em; letter-spacing:-0.5px;}
.reg_droplist .flig_detail li div.plan_bottom .txt_departure dd.time{width:100%; color:1d1d1d; font-size:1.188em;}
.reg_droplist .flig_detail li div.plan_bottom .txt_departure dd.day{width:100%; color:#868686; font-size:1.188em;}

.reg_droplist .flig_detail li div.plan_bottom .txt_destination { position:absolute; right:20px; top:10px; height:70px; }
.reg_droplist .flig_detail li div.plan_bottom .txt_destination dl{}
.reg_droplist .flig_detail li div.plan_bottom .txt_destination dt{width:100%; color:#ea4335; font-size:1.063em; letter-spacing:-0.5px;}
.reg_droplist .flig_detail li div.plan_bottom .txt_destination dd{width:100%; text-align:right;}
.reg_droplist .flig_detail li div.plan_bottom .txt_destination dd.time{width:100%; color:1d1d1d; font-size:1.188em;}
.reg_droplist .flig_detail li div.plan_bottom .txt_destination dd.day{width:100%;text-align:right;color:#868686; font-size:1.188em;}


.reg_droplist .flig_detail li div.plan_bottom .time_box_warp{ position:relative; }
.reg_droplist .flig_detail li div.plan_bottom .time_box_warp .time_box{ background: #00b3ac; position:absolute; height: 1px; top:38px; width: 74%; margin: 0 13% 0 13%; }
.reg_droplist .flig_detail li div.plan_bottom .time_box_warp .via_box{ position:absolute; left:50%; top: 10px;margin-left:-35px; width:70px; text-align:center; }
.reg_droplist .flig_detail li div.plan_bottom .time_box_warp .via_box .label_vi{ padding:3px 8px; border:1px solid #00b3ac; color:#00b3ac; border-radius:15px; }
.reg_droplist .flig_detail li div.plan_bottom .time_box_warp .seat_box{position:absolute; left:50%; top: 43px;margin-left:-30px; width:60px; text-align:center; }
.reg_droplist .flig_detail li div.plan_bottom .time_box_warp .seat_box .label_se { color:#00b3ac; }

.reg_droplist .flig_detail li div.plan_bottom .time_box_warp:before{content: ""; display: block; position: absolute; height: 8px; top: 38px; border-radius: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 8px;
    background: #00b3ac; left: 12%;}
.reg_droplist .flig_detail li div.plan_bottom .time_box_warp:after{content: ""; display: block; position: absolute; height: 8px; top: 38px; border-radius: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 8px;
    background: #00b3ac; right: 13%;}
	
	


.cr_droplist .time_box_warp{ position:relative; }
.cr_droplist .time_box_warp .time_box{ background: #00b3ac; position:absolute; height: 1px; top:42px; width: 74%; margin: 0 13% 0 13%; }
.cr_droplist .time_box_warp .via_box{ position:absolute; left:50%; top: 10px;margin-left:-35px; width:70px; text-align:center; }
.cr_droplist .time_box_warp .via_box .label_vi{ padding:3px 8px; border:1px solid #00b3ac; color:#00b3ac; border-radius:15px; }
.cr_droplist .time_box_warp .seat_box{position:absolute; left:50%; top: 45px;margin-left:-30px; width:60px; text-align:center; }
.cr_droplist .time_box_warp .seat_box .label_se { color:#00b3ac; }

.cr_droplist .time_box_warp:before{content: ""; display: block; position: absolute; height: 8px; top: 42px; border-radius: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 8px;
    background: #00b3ac; left: 12%;}
.cr_droplist .time_box_warp:after{content: ""; display: block; position: absolute; height: 8px; top: 42px; border-radius: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 8px;
    background: #00b3ac; right: 13%;}

.cr_droplist .txt_destination { position:absolute; right:20px; top:10px; height:70px; }
.cr_droplist .txt_destination dl{}
.cr_droplist .txt_destination dt{width:100%; color:#ea4335; font-size:1.063em; letter-spacing:-0.5px;}
.cr_droplist .txt_destination dd{width:100%; text-align:right;}
.cr_droplist .txt_destination dd.time{width:100%; color:1d1d1d; font-size:1.188em;}
.cr_droplist .txt_destination dd.day{width:100%;text-align:right;color:#868686; font-size:1.188em;}

.tk_num{ width:100%; margin-top:10px; overflow:hidden; margin-bottom:10px;}
.tk_num .user{ float:left; text-align:left; display:inline-block; margin-left:10px;}

.tk_num .user .red{ color:#e32a2a; display:inline-block; padding-bottom:2px; font-size:1.063em; line-height:140%;}
.tk_num .user .normal{ color:#333; display:inline-block; padding-bottom:2px; font-size:1em; line-height:160%;}
.tk_num .user span{font-size:1em; letter-spacing:-0.4px;}
.tk_num .tk_zone{ float:right; text-align:right; display:inline-block; margin-right:10px;}
.tk_num .tk_term{ text-align:center; margin:0 auto;}
.tk_num .tk_zone .btn_scu{}


/*예약 및 약관동의*/

ul.user_info{ background-color:#fff; }
ul.user_info li{display: table; width: 100%; padding: 0 13px; border-top: 1px solid #e4e4e4; height: 44px;}

.pd5{padding:5px;}
.reg_titbox{ background: #e4e4e4; padding: 11px 13px; font-size: 1.083em; position: relative; text-align:center; border-bottom: 1px solid #ccc; border-top:1px solid #ccc; margin-top:10px;}
.reg_titbox .reg_h2{ text-align:center; }


pre{ white-space: pre-line; font-family: "나눔 고딕", "Nanum Gothic", "Malgun Gothic", sans-serif; line-height: 140%; font-size: 1em; overflow: hidden; background-color: #fff; border: 0; color: #666; padding:10px 10px; }
h2{ text-align: center; font-size: 1.125em; color: #555; }
h3{ font-weight: 600; color: #555; font-size: 1em; }

.agreement_zone{padding:5px;}
.agreement_zone .pr_text{ overflow-y: scroll; height: 150px; background-color: #f5f5f5; border:1px solid #ddd; margin-top:-1px;}
.agreement_zone .agree_check{ text-align:center; margin-top:5px; padding-right:5px;}

.agreement_w{ width:100%; display:table; border-collapse:collapse; }
.agreement_w .agreement_box { width: 100%; background: #f2f2f2; padding: 8px 0; box-sizing: border-box; display: table-row; border-collapse: collapse;}
.agreement_w .agreement_box li{ display: table-cell; width: 50%; border: 1px solid #ddd; height: 34px; max-width: 10pc; text-align:center; }
.agreement_w .agreement_box li.active{ background-color:#676767; border: 1px solid #676767;}
.agreement_w .agreement_box li.active a { color:#fff; }

.top_table{ border-right:1px solid #ddd;}
.top_table th { text-align:left;}
.top_table td { text-align:left;}
.top_table td span.price{ color:#1d1d1d; }
.top_table td span.tot_price{ color: #e91d1d; font-size: 1.250em; line-height:140%;}


.reg_droplist{ width:100%; overflow:hidden; position:relative; padding:5px; }

.reg_droplist p.flig_tit{ padding:10px 15px; background-color:#55c8c4; color:#fff; border-radius:5px; color:#fff; overflow:hidden; margin-bottom:10px;}
.reg_droplist p.flig_tit_close{
	border: 1px solid #4285f4;
	background-color: #4285f4;
	background: -webkit-linear-gradient(top,#4387fd,#4683ea);
	background: linear-gradient(top,#4387fd,#4683ea);
}
.reg_droplist p.flig_tit .t01{ color:#fff; float:left; }
.reg_droplist p.flig_tit span.tra_label{float:right; color:#fff; padding:2px 7px; display:inline-block; border-radius:3px; background-color:#fbbc05;}
.reg_droplist p.flig_tit .t01:before{content: ""; background: url(/mp/zones/images/common/icon_airtit01.png) no-repeat; display: inline-block; width: 20px; height: 18px; margin-right: 10px; vertical-align:middle;}
.reg_droplist p.flig_tit .t02{ color:#fff; float:right; border-bottom:1px solid #ddd;}
.reg_droplist p.active{ padding:10px; background-color:#55c8c4; color:#fff; border-radius:5px;}

.reg_droplist .flig_detail { overflow:hidden; }
.reg_droplist .flig_detail li{ background-color:#fff; border:1px solid #bbb; padding:10px; border-radius:5px; margin-bottom:10px; }
.reg_droplist .flig_detail li div.ainfo_top{ overflow:hidden; border-bottom:1px solid #dfdfdf; padding-bottom:10px;}
.reg_droplist .flig_detail li div.ainfo_top .left{ float:left;}
.reg_droplist .flig_detail li div.ainfo_top .left .stime{color:#1d1d1d; margin-left:10px;}
.reg_droplist .flig_detail li div.ainfo_top .right{ float:right;}

.reg_droplist .flig_detail li div.plan_bottom{padding-top:10px; position:relative; padding: 0 13% 0 13%; height:70px;}


/*회사소개*/

.found_back_list{ position:relative;}
.found_back_list li{width:100%;overflow:hidden; font-size:14px; line-height:150%;  letter-spacing:-0.5px; border:1px solid #ebebeb; margin-bottom:10px;  vertical-align:middle; display:table;}
/*.found_back_list li:hover{border:1px solid #e00; transition: all 0.3s ease-in-out;}*/
.found_back_list li.vision{ background-color:#666;}
.found_back_list li.vision:hover{ background-color:#1c7ce0; transition: all 0.3s ease-in-out; color:#666; border:inherit; border:1px solid #1c7ce0;}

.found_back_list li .right{  width:100%; padding:10px; height:135px; display:table-cell; vertical-align:middle; font-size:1em;}
.found_back_list li .right_vision{ width:100%; padding:10px; height:135px; display:table-cell; vertical-align:middle; color:#fff;}

.found_back_list li .right .title1{font-size:1.125em; font-weight:600; display:block; padding-bottom:10px; color:#454545; }
.found_back_list li .right .title2{font-size:1.125em; font-weight:600; display:block; padding-bottom:10px; color:#454545; }
.found_back_list li .right .title3{font-size:1.125em; font-weight:600; display:block; padding-bottom:10px; color:#454545; }
.found_back_list li .right_vision .title4{font-size:1.125em; font-weight:600; display:block; padding-bottom:10px; color:#fff; }

.management_wrap{overflow: hidden; padding-top:10px; border-top:1px solid #ddd; }
.management_wrap .mnglist li{width:100%; font-size:14px; margin-bottom:20px; float:left; line-height:140%; }
.management_wrap .mnglist li:first-child{}
.management_wrap .mnglist li span.title{font-size:1.313em; display:block; padding-bottom:10px; font-weight:600; color:#c1c1c1;}

.h3_company{ font-size:1.375em; margin:30px 0 10px 0;}


/*공지사항 // faq*/
.range_center thead th{ text-align:center;}
.range_center tbody td{ text-align:center;}
.move_nav{ padding-top:10px; width:100%; overflow:hidden; }
.move_nav span{ float:right;margin-right:10px;}
.move_nav:after{ clear:both;}

.faq_category{ display:flex; background-color:#666; }
.faq_category li{ flex:auto; padding:0 13px; position:relative; -webkit-box-flex:1;}
.faq_category li:before{ content:""; display:block; height:1pc; width:1px; background:#c9c9c9; position:absolute; left:0; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
.faq_category li:first-child:before{content:""; height:0px; width:0px;}
.faq_category li span{display: block; height: 38px; line-height: 40px; text-align: center; color: #fff; font-size: 1.083em;position: relative;}
.faq_category li span.active{ color:#FC0;}
.faq_category li span:after{ content:""; display:block; left:50%; width:0; right:50%; height:2px;background:#f87e47; bottom:-1px; position:absolute; -webkit-transition:all .2s; transition:all .2s;}

.faq_view{}
.faq_view li{ border-bottom:1px solid #e4e4e4; position:relative;}
.faq_view li span.tit p { max-width:260px;}
.faq_view li span.tit{display: block; padding: 13px 13px 13px 20px; -webkit-transition: all .2s; transition: all .2s; position:relative; }
.faq_view li span.tit i { font-size:16px;}
.faq_view li span.tit .num { font-size:14px;}
.faq_view li span.tit .icon_desc { position:absolute; right:20px; color:#9c9c9c; top:16px;}
.faq_view li span.tit .icon_notice{ margin-right:10px; color:#9c9c9c}
.faq_view li span .faq_badge{margin-right:10px; color:#1d1d1d;}
.faq_view li span.tit p{font-size: 13px; color: #4f4f4f; display:inline-block; }

.faq_view li .answer{font-size: 9pt; color: #464646; border-top: 1px solid #e4e4e4; padding: 13px 13px 13px 20px; position: relative; line-height: 150%; background-color:#f5f5f5;}
.faq_view li .answer .faq_badge{margin-right:10px; color:#FF9800;}
.faq_view li .answer_notice{font-size: 9pt; color: #464646; border-top: 1px solid #e4e4e4; padding: 13px 13px 13px 41px; position: relative; line-height: 150%; background-color:#f5f5f5;}

.faq_view .panel-faq{ border-bottom:1px solid #e4e4e4; position:relative;}
.faq_view .panel-heading{display: block; padding: 13px 13px 13px 20px; -webkit-transition: all .2s; transition: all .2s; position:relative; }
.faq_view .panel-title .q_title { display:block;}
.faq_view .panel-title .faq_badge{margin-right:5px; color:#1d1d1d; color:#FF9800;}
.faq_view .panel-body dd{font-size: 9pt; color: #464646; border-top: 1px solid #e4e4e4; padding: 13px 13px 13px 20px; position: relative; line-height: 150%; background-color:#f5f5f5;}






/* 페이징 */
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px;}
.pagination > li { display: inline;}
.pagination > li > a,
.pagination > li > span { position: relative;float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd;}
.pagination > li:first-child > a,
.pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px;}
.pagination > li:last-child > a,
.pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px;}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus { color: #23527c; background-color: #eee; border-color: #ddd;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus { z-index: 2; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7;}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd;}
.pagination-lg > li > a,
.pagination-lg > li > span { padding: 10px 16px; font-size: 18px;}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px;}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span { padding: 5px 10px; font-size: 12px;}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px;}

.center-block { text-align:center;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus { background-color: #444; border-color: #333;}
.pagination-sm > li > a,
.pagination-sm > li > span { padding: 6px 12px; color: #888;}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span { border-radius:0;}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span { border-radius:0;}


/*1:1문의*/
.air_qna{ width:100%; }
.air_qna li{ display:table; border-bottom:1px solid #ddd; width:100%; height:44px; padding:0px 13px;}
.air_qna li .tit{ width:90px; display:table-cell; padding: 13px 13px 13px 20px;}
.air_qna li .con{display:table-cell; padding: 13px 13px 13px 20px;}


.qna_view{}
.qna_view li{ border-bottom:1px solid #e4e4e4; position:relative;}
.qna_view li span.tit{display: block; padding: 13px 13px 13px 20px; position: relative; -webkit-transition: all .2s; transition: all .2s; position:relative; }
.qna_view li span.tit .icon_desc { position:absolute; right:20px; color:#9c9c9c; top:15px;}
.qna_view li span.tit .icon_notice{ margin-right:10px;}
.qna_view li span .faq_badge{margin-right:10px; color:#1d1d1d;}
.qna_view li span.tit p{font-size: 13px; color: #4f4f4f; display:inline-block; }

.qna_view li .answer{font-size: 9pt; color: #464646; border-top: 1px solid #e4e4e4; padding: 13px 13px 13px 20px; position: relative; line-height: 150%; background-color:#f5f5f5;}
.qna_view li .answer .faq_badge{margin-right:10px; color:#FF9800;}

.qna_view li .answer_notice{font-size: 9pt; color: #464646; border-top: 1px solid #e4e4e4; padding: 13px 13px 13px 41px; position: relative; line-height: 150%; background-color:#f5f5f5;}


/*로딩*/

.loading_wrap{ width:98%; text-align:center; position:absolute; top:80px; margin:-2.5%; padding:0;}
.loading_wrap .cw{ width: 100%;  margin-top: 20px;  text-align: center; font-size: 1.063em; color:#9c9c9c;  }
.loading_wrap .cw > span.cap{  font-size: 1.125em; font-weight: 600; letter-spacing: -0.4px; }

/*비행정보*/

h2.aptime{ font-size:1.125em;; font-weight:600; letter-spacing:-0.5px; margin-top:10px; text-align:left;}
h2.aptime i { font-size:1.125em;}
h2.aptime > span{font-size:1em;  float:right; color: #4d74d4; letter-spacing:normal; font-weight:normal; display:inline-block;  font-weight:600;}

.air_table_base2{ border-top:2px solid #a7a7a7; border-left:1px solid #ddd; border-right:1px solid #ddd; }
.air_tb2 { border-bottom:inherit;}
.air_tb2 thead tr > th{ background-color:#f5f5f5; border-bottom:1px solid #ddd; font-size:13px; padding:7px 0; }
.air_tb2 thead tr > th:first-child{}
.air_tb2 tbody tr > td { padding:7px 0; font-size:13px; border-top:inherit; border-bottom:1px solid #ddd;}
.air_tb2 tbody tr > td.bg01{ background-color:#f5f5f5;}
.air_tb2 tbody tr > td.left{ text-align:left; padding-left:10px;}
.air_tb2 tbody tr > td .air_blue{ color:#4d74d4;}
.air_tb2 tbody tr > td .at_r{ color:#F67F37; font-family: Verdana, Geneva, sans-serif;}
.air_tb2 tbody tr > td span.airimg_w{ width:40px; display:inline-block; max-width:40px; marign-right:2px;}
.air_tb2 tbody tr > td span.aircl{ color:#000; font-weight:normal; font-size:13px;}

.label_viasty1{font-size:13px; letter-spacing:-0.5px; padding:2px 0px; color:#F44336; width:56px; text-align:center;}
p.st_bo{font-size:13px; text-align:center; border-radius:15px; font-family: Verdana, Geneva, sans-serif; display:inline-block;}
p.st_bo > .label_viasty3{ font-size: 13px; padding: 3px 6px; color: #fff; text-align: center; background-color: #a7a7a7; border-radius: 2px; line-height: 14px; display:inline-block; }

.air_table_wrap table.air_table td.answer i {color:#1d1d1d;}
.air_table_wrap table.air_table td.answer{ background-color: #fcffe8; color:#1d1d1d;}
.air_table_wrap table.air_table td span.r_num u{ color:#1d1d1d; font-weight:600;}

/*예약페이지 css 정리*/
.wh_inputsty1{height: 34px; border: 1px solid #ddd;}


/*요금정보*/
.air_table_wrap table.air_table th.answer { background-color: #fcffe8; color:#1d1d1d; text-align:right;}
.air_table_wrap table.air_table th.answer span.total{color:#E74B4B;}

p.reser_gray2_info{ padding: 1.7em 1.5em; background: #f3f3f3; border: 1px solid #dfdfdf; clear: both; text-align: center; margin-top: 10px; font-size:12px; }
p.reser_gray2_info i { color:#E74B4B;}
p.reser_gray2_info > span{ font-weight: 600; }
p.reser_gray2_info .green_span1{ display: inline-block; padding-top:  12px; padding-bottom: 5px; font-weight: 600; color: #34625f; }
p.reser_gray2_info .green_span2{ color: #34aba3; font-size: 1em; }



/*로딩페이지*/



.time_io{ width:100%; overflow:hidden; position:relative; padding:5px 30px; }
.time_io p.flig_tit{ padding:10px 15px; background-color:#55c8c4; color:#fff; border-radius:5px; color:#fff; overflow:hidden; margin-bottom:10px;}
.time_io p.flig_tit_close{ background-color:#5b6b6a; }
.time_io p.flig_tit .t01{ color:#fff; float:left; }
.time_io p.flig_tit .t01:before{content: ""; background: url(/mp/zones/images/common/icon_airtit01.png) no-repeat; display: inline-block; width: 20px; height: 18px; margin-right: 10px; vertical-align:middle;}
.time_io p.flig_tit .t02{ color:#fff; float:right; border-bottom:1px solid #ddd;}
.time_io p.active{ padding:10px; background-color:#55c8c4; color:#fff; border-radius:5px;}

.time_io .flig_detail { overflow:hidden; background-color:#f5f5f5; border:1px solid #dfdfdf; }
.time_io .flig_detail li{width:100%; padding:15px 10px;}
.time_io .flig_detail li div.ainfo_top{ overflow:hidden; border-bottom:1px solid #dfdfdf; padding-bottom:10px;}
.time_io .flig_detail li div.ainfo_top .left{ float:left;}
.time_io .flig_detail li div.ainfo_top .left .stime{color:#1d1d1d; margin-left:5px;}
.time_io .flig_detail li div.ainfo_top .right{ float:right;}

.time_io .flig_detail li div.plan_bottom{padding-top:10px;position:relative;padding: 0 4% 0 4%;height: 40px;}
.time_io .flig_detail li div.select_bottom { text-align: center;}
.time_io .flig_detail li div.select_bottom .choice{color: #fff; background-color: #5B6B6A; padding: 3px 15px;  border-radius:3px; max-width:162px; margin:0 auto;}
.time_io .flig_detail li div.select_bottom .choice2{ background-color: #fff; border:1px solid #dfdfdf;  padding: 3px 15px; display: inline-block; color:#767676; border-radius:3px; min-width:162px;}
.time_io .flig_detail li div.select_bottom .choice3{ color: #fff; background-color: #197cf1; padding: 3px 15px; border-radius:3px; max-width:162px; margin:0 auto;}

.time_io .txt_departure{position:absolute; left:7%;/* height: 40px; */top: 26px;}
.time_io .txt_departure dl{}
.time_io .txt_departure dt{ color:#c89430; font-size:1.063em; letter-spacing:-0.5px;}
.time_io .txt_departure dd.time{ color:1d1d1d; font-size:1.188em;}
.time_io .txt_departure dd.day{ color:#454545; font-size:1.125em; letter-spacing:-0.5px;}

.time_io .time_box_warp{ position:relative; }
.time_io .time_box_warp .time_box{background: #00b3ac;position:absolute;height: 1px;top: 18px;width: 100%;margin: 0 0% 0 0%;}
.time_io .time_box_warp .via_box{ position:absolute; left:50%; top: 25px;margin-left:-35px; width:70px; text-align:center; }
.time_io .time_box_warp .via_box .label_vi{ padding:3px 8px; border:1px solid #00b3ac; color:#00b3ac; border-radius:15px; }
.time_io .time_box_warp .seat_box{position:absolute; left:50%; top: 43px;margin-left:-30px; width:60px; text-align:center; }
.time_io .time_box_warp .seat_box .label_se { color:#00b3ac; }

.time_io .time_box_warp:before{
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    top: 18px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    background: #00b3ac;
    left: 0%;
    }
.time_io .time_box_warp:after{
    content: "";
    display: block;
    position: absolute;
    height: 8px;
    top: 18px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    background: #00b3ac;
    right: 0%;
    }

.time_io .txt_destination {position:absolute;right:7%;top: 26px;/* height: 22px; */}
.time_io .txt_destination dl{}
.time_io .txt_destination dt{ color:#c89430; font-size:1.063em; letter-spacing:-0.5px;}
.time_io .txt_destination dd{ text-align:right;}
.time_io .txt_destination dd.time{ color:1d1d1d; font-size:1.188em;}
.time_io .txt_destination dd.day{text-align:right;color:#454545; font-size:1.125em; letter-spacing:-0.5px;}


/*회원가입 보안코드입력*/
#mwContents .captcha_area .num_area{ height:34px  !important;}
#mwContents .captcha_area .num_area img{ height:34px !important;}


/*마이페이지 상태값 라벨*/
.list_st_off{ /*border: 1px solid #5C82D3; */background-color: #8a8a8a; text-align: center; width: 63px; border-radius:.25em; /* padding: 5px 8px; */ display: block; float: left; padding: 4px 0; margin-right: 3px; color:#fff;}
.list_st_off:last-child{margin-right:0px;}
.list_st_on{/*border: 1px solid #5C82D3;*/ background-color: #FF913A; text-align: center; width: 63px; border-radius:.25em; display: block; float: left; padding: 4px 0; margin-right: 3px; color:#fff;}
.list_st_qna{    border: 1px solid #a7a7a7;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 1px 10px;
    display: inline-block;
    font-weight: bold;}
.list_st_cancel{ padding:1px 9px; border:1px solid #787878; background-color:#8a8a8a;  border-radius:15px;  color:#fff; display:inline-block; font-weight:bold;}
.list_st_cancel i{ color:#fff;}




/*소셜로그인*/

/*아이콘+텍스트조합 유형 1*/
/*.sociallogin { margin:0 auto; display:inline-block;}
.sociallogin .sbox_w{  overflow:hidden; text-align:left;}
.sociallogin .sbox_w .sbox{ width:40px; display:block; float:left;  }
.sociallogin .sbox_w .tit{ font-size: 1.125em; padding-left:10px; padding-top:10px; display:inline-block; }*/

/*아이콘+텍스트조합  유형 2*/
.socialbox{ width:100%; background-color:#f5f5f5; margin-top:10px; }
.socialbox_pd{ width:90%; margin: auto; text-align:center; padding:10px; }
.snstit{ margin-top:5px; color: #444;}
.snstit i { color: #444; }
.sociallogin { margin:0 auto; display:inline-block; padding-top:10px; }
.sociallogin .sbox_w{ overflow:hidden; text-align:left; float:left; }
.sociallogin .sbox_w .sbox{ width:40px; display:block; float:left; margin-left:15px; }
.sociallogin .sbox_w .sbox:last-child{ margin-right:0px; }




.sociallogin a { position: relative; display: block; height: 39px; line-height: 39px;  text-align: center; text-decoration: none; font-size: 14px;	border-radius: 3px; font-weight:normal; float: none;
	width: 100%;	margin-bottom: 10px; border: 1px solid transparent; font-family:'Helvetica Neue', Helvetica, Arial, sans-serif; text-indent:-52px;}
.sociallogin a:before { 
	content: '';
	display: block;
	position: absolute;
	top: 0;left: 0;
	width: 39px; height: 39px; line-height: 39px;
	font-family: "wicked";
	font-size: 29px;
	display: block;
	text-indent: 0;
	
	text-decoration: inherit;
	font-variant: normal; text-align: center;
}
.sociallogin a:after {
	content: '';
	float: left;
	width: 39px; height: 38px;
	margin-right: 15px;

}
/*
.sociallogin a.twitter {
	background-color: #55ACEE; border-color: #408CA6 ;
	background-color: #2b96f1;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #24a5e4), color-stop(1, #1a80d9));
	background: -webkit-linear-gradient(top, #24a5e4 0%, #1a80d9 100%);
	background: -moz-linear-gradient(top, #24a5e4 0%, #1a80d9 100%);
	background: -o-linear-gradient(top, #24a5e4 0%, #1a80d9 100%);
	background: -ms-linear-gradient(top, #24a5e4 0%, #1a80d9 100%);
	background: linear-gradient(top, #24a5e4 0%, #1a80d9 100%);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.1);
	border: solid 1px #135fa4;
	color: #fff;
}
.sociallogin a.twitter:after { border-right-color: #55c7ed; border-right-color: #135fa4;box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15); }
.sociallogin a.twitter:before { content: "b"; font-size: 24px;}

.sociallogin a.email {
	border-color: silver;
	background: #f7f7f7;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f0f0f0));
	background: -webkit-linear-gradient(0% 0%, 0% 100%, from(white), to(#f0f0f0));
	background: -moz-linear-gradient(center top, white, #f0f0f0);
	background: linear-gradient(#ffffff, #f0f0f0);
	color: #bc3630 !important;
	text-shadow: 0 1px #fff; text-align:center;
}
.sociallogin a.email:after,
.sociallogin a.email:before { width: 0; height: 0; border:none;}
.sociallogin a.email2 {
	border-color: silver;
	background: #f7f7f7;
	color: #286AEA !important;
	text-shadow: 0 1px #fff; text-align:center;
}
.sociallogin a.email2:after,
.sociallogin a.email2:before { width: 0; height: 0; border:none;}
*/

/*네이버 */
.sociallogin a.naver {
	background-color: #55ACEE; border-color: #408CA6;
	background-color: #1ec800;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.1);
	border: solid 1px #1EA31A;
	color: #fff;
}
.sociallogin a.naver:after { border-right-color: #55c7ed; border-right-color: #1EA31A;box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15); }
.sociallogin a.naver:before {
	display: inline-block;
	content: "";
	background-image: url('/mp/zones/images/common/logo_naver.png');
	background-size: 20px 18px;
	width: 20px;
	height: 18px;
	margin-top: 10px;
	margin-left: 9px;
}

/* 페이스북*/
.sociallogin a.facebook {
	background-color: #55ACEE; border-color: #2f426f;
	background-color: #3c5fa8;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.1);
	border: solid 1px #2f426f;
	color: #fff;
}
.sociallogin a.facebook:after { border-right-color: #2f426f; border-right-color: #30436E;box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15); }
.sociallogin a.facebook:before {
	display: inline-block;
	content: "";
	background-image: url('/mp/zones/images/common/logo_facebook.png');
	background-size: 20px 18px;
	width: 20px;
	height: 18px;
	margin-top: 10px;
	margin-left: 9px;
}

/* 카카오톡*/
.sociallogin a.cacaotalk {
	background-color: #FFEA00; border-color: #edd900;
	background-color: #FFEA00;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.1);
	border: solid 1px #edd900;
	color: #40211C;
}
.sociallogin a.cacaotalk:after { border-right-color: #d6c400; border-right-color: #d6c400;box-shadow: 1px 0 0 rgba(255, 255, 255, 0.15); }
.sociallogin a.cacaotalk:before {
	display: inline-block;
	content: "";
	background-image: url('/mp/zones/images/common/logo_cacao.png');
	background-size: 20px 18px;
	width: 20px;
	height: 18px;
	margin-top: 10px;
	margin-left: 9px;
}

/*첨부파일 css*/
.dz-icon i{ color:#3f81ab;}
.dz-text{ color:#3f81ab;}
.resetbtn > i div { padding-bottom:4px; }
.resetbtn > div > ul > li{ border: 1px solid #ddd; padding: 6px; background-color: #fff; border-radius: 6px; margin-bottom:5px;}
.resetbtn > div > ul > li:last-child{margin-bottom:0px;}
.resetbtn > div > ul > li > a{ color:#444;}
.resetbtn > div > ul > li > span > i{ color:#333; margin-left:3px; display:inline-block; padding-bottom:3px;}

#proof_htmlcard { padding-bottom:4px; }
#proof_htmlcard > ul > li{ border: 1px solid #ddd; padding: 6px; background-color: #fff; border-radius: 6px; margin-bottom:5px;}
#proof_htmlcard > ul > li:last-child{margin-bottom:0px;}
#proof_htmlcard > ul > li > a{ color:#444;}
#proof_htmlcard > ul > li > span > i{ color:#333; margin-left:3px; display:inline-block; padding-bottom:3px;}


/* layout_ds 추가사항*/


/*라디오 스타일적용*/
input[type=radio].css-checkbox_ds { position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }
input[type=radio].css-checkbox_ds + label.radio-label_ds,
input[type=radio].css-checkbox_ds + label.radio-label_ds.clr { padding-left:26px; height:21px; display:inline-block; line-height:21px; background-repeat:no-repeat; background-position: 0 0;/* font-size:14px;*/ vertical-align:middle; cursor:pointer; }
input[type=radio].css-checkbox_ds:checked + label.radio-label_ds,
input[type=radio].css-checkbox_ds + label.radio-label_ds.chk { background-position: 0 -21px; }
label.radio-label_ds {
	background-image:url(/mp/zones/images/common/css_radio_ds.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

/* 체크박스 스타일적용 */
input[type=checkbox].css-checkbox_ds { position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0 ; }
input[type=checkbox].css-checkbox_ds + label.checkbox-label_ds,
input[type=checkbox].css-checkbox_ds + label.checkbox-label_ds.clr { padding-left:25px; height:21px; display:inline-block; line-height:21px; background-repeat:no-repeat; background-position: 0 -20px; /*font-size:14px; */vertical-align:middle; cursor:pointer ; }
input[type=checkbox].css-checkbox_ds:checked + label.checkbox-label_ds,
input[type=checkbox].css-checkbox_ds + label.checkbox-label_ds.chk { background-position: 0 0; }
label.checkbox-label_ds {
	background-image:url(/mp/zones/images/common/css_checkbox_ds.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none ; }




/*공통*/
#mwContents > .fitWrap h2.sub_title{ background-color: #34625F; color: #fff; position: relative; margin: 0px; padding: 15px 0; }
#mwContents > .fitWrap h2.sub_title2{ background-color: #8f9092; color: #fff; position: relative; margin: 0px; padding: 10px 0; }
#mwContents > .fitWrap h2.sub_title > span{ position:absolute; left:10px; top:15px; color:#fff; }
#mwContents > .fitWrap h2.sub_title > span > i{ color: #fff; font-size:18px;}
.pay_red_info{ width: 100%; padding: 15px 20px; background: #fff5f5; border: 1px solid #ffb6b6; clear: both; }
.pay_red_info p{ color: #d9534f; }
.pay_red_info p.red_info_1{ width: 100%; margin: 10px 0 20px; text-align: center; }
.pay_red_info p.red_info_1 span{ color: #fff; font-size: 2.2em; font-weight: 600; padding: 8px 20px; background: #d9534f; border-radius: 50%; text-align: center; }
.pay_red_info p.red_info_2{ overflow: hidden; }
.pay_red_info p.red_info_2 span{ font-weight: 600; color: #d9534f; }
.pay_title{ width: 100%; background: #2e5f5f; text-align: center; padding: 14px; }
.pay_title h2.pay_h2{ color: #fff; font-weight: normal; font-size: 1.3em; }
.end_btn{ text-align: center; margin-top: 20px; }
.end_btn .btn_end1{ background-color:#d9534f; color:#fff; border-radius:15px; padding:10px 34px 8px; font-size:1.125em; border:1px solid #dc4646;}
.end_btn .btn_end2{ background-color:#f2f2f2; color:#555; border-radius:15px; padding:10px 34px 8px; font-size:1.125em; border:1px solid #aaa;}
p.pay_blue_info{ padding: 1em 1.5em; background: #f5f5f5; border: 1px solid #ddd; margin-top: 10px; }
p.pay_blue_info span{ color: #106eb1; font-weight: 600; }
p.price_info{ padding: 1em 1.5em; background: #ffffed; border: 1px solid #e6e6cf; margin-top: 10px; text-align: right; }
h2.circle_title{ padding-top: 16px; background: url(/mp/zones/images/common/title_icon.png) no-repeat 0% 68%; padding-left: 20px; font-size: 1.125em; color: #505050; clear: both; padding-bottom: 5px; float: left; }
p.circle_sub_title{ color: #888; letter-spacing: -0.5px; clear: both; }
.sub_tab_wrap{ overflow: hidden; }
.sub_tab_wrap ul.sub_tab_ul{ width: 100%; overflow: hidden; margin: 5px auto 0; }
.sub_tab_wrap ul.sub_tab_ul li{ float: left; width: 33.33333%; text-align: center; cursor: pointer; border-bottom: 3px solid #ddd; }
.sub_tab_wrap ul.sub_tab_ul li.on{ border-bottom-color: #de1414; }
.sub_tab_wrap ul.sub_tab_ul li p{ padding: 12px 0; color: #9c9c9c; font-size: 1.063em; }
.sub_tab_wrap ul.sub_tab_ul li.on p{ color: #505050; }


.table_price{ text-align: right; }
.fwbold{ font-weight: 600; }
.price_color{ color: #d9534f; font-weight: 600; }

/*마이페이지 S*/

ul.reser_level_ul{ width: 100%; margin: 15px auto 0; overflow: hidden; }

ul.reser_level_ul li{ width: 20%; float: left; text-align: center; position: relative; }
ul.reser_level_ul li:after{content: "\f105"; font-family: FontAwesome; font-size: 20px; color: #cdcdcd; position: absolute; top: 7px; right: -4px; }
ul.reser_level_ul li:last-child:after { content: "";}
ul.reser_level_ul li span{ display: inline-block; }
ul.reser_level_ul li span.on{ color: #fff; /*border: 1px solid #34625f;*/ background: #34625f; border-radius: 50%; padding: 6px 12px; display: inline-block; margin-bottom: 5px; font-size: 1.2em; }
ul.reser_level_ul li span.off{ color: #9c9c9c; /*border: 1px solid #e7e7e7;*/ background: #e7e7e7; border-radius: 50%; padding: 6px 12px; display: inline-block; margin-bottom: 5px; font-size: 1.2em; }




.mypage_wrap{ width: 100%; overflow: hidden; margin-bottom: 40px; }
/*.mypage_wrap .pay_tab_wrap{ overflow: hidden; }
.mypage_wrap .pay_tab_wrap ul.pay_tab{ width: 100%; }
.mypage_wrap .pay_tab_wrap ul.pay_tab > li{ width: 33.333%; float: left; border-top: 7px solid #ddd; background: #f2f2f2; color: #aaa; text-align: center; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 12px 0; cursor: pointer; }
.mypage_wrap .pay_tab_wrap ul.pay_tab > li:last-child{ border-right: 1px solid #ddd; }
.mypage_wrap .pay_tab_wrap ul.pay_tab > li.on{ border-top-color: #de1414; background: #fff; color: #1d1d1d; border-bottom: 1px solid #fff; }*/
.mypage_wrap .my_pay .pay_check_wrap{ text-align: center; padding: 1.5em 0; border: 1px solid #ddd; border-top: 0; }




/*결제*/
#rsv_item{ overflow: hidden; }
#rsv_list{ overflow: hidden; }
.mypage_wrap .pay_cash{ width: 100%; padding: 10px 0; }
.mypage_wrap .pay_credit{ width: 100%; /*padding: 10px 0;*/ }

/*마이페이지 테이블*/
.air_table_wrap{ width: 100%; overflow: hidden; border-top: 2px solid #aaa; margin-top: 20px; }
.air_table_wrap table.air_table{ width: 100%; border-right: 1px solid #ddd; }
.air_table_wrap table.air_table th{ border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; background: #f2f2f2; padding: 0.8em 0.8em; border-top: 0; }
.air_table_wrap table.air_table td{ border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; padding: 0.8em 0.6em; border-top: 0; }
.air_table_wrap table.air_table td span.input_text1{ float: right; color: #888; padding-top: 8px; letter-spacing: -1px; }
.air_table_wrap table.air_table td span.input_text2{ color: #888; display: block; }
.air_table_wrap table.air_table td.air_table_y{ background: #ffffed; }
.air_table_wrap table.air_table tbody td span.at_state { color:#476196; font-weight:600;}


.mypage_wrap label.checkbox-label_ds{ font-size: 1em !important; color: #888; margin: 10px 0 60px; }

.mypage_wrap .reser_wrap{ overflow: hidden; width: 100%; padding: 10px; }

.mypage_wrap .reser_tab_wrap{ overflow: hidden; margin: 15px 0px 5px 0px; border-bottom: 1px solid #ddd; }
.mypage_wrap .reser_tab_wrap ul.reser_tab{ width: 100%; margin: 0 auto; overflow: hidden; }
.mypage_wrap .reser_tab_wrap ul.reser_tab > li{ width: 50%; float: left; border-left: 1px solid #ddd; border-top: 7px solid #ddd; border-bottom: 0; background: #f2f2f2; color: #aaa; text-align: center; padding: 12px 0; cursor: pointer; }
.mypage_wrap .reser_tab_wrap ul.reser_tab > li:last-child{ border-right: 1px solid #ddd; }
.mypage_wrap .reser_tab_wrap ul.reser_tab > li.on{ border-top-color: #e2373b; background: #fff; color: #505050; font-size:1.063em; }

.mypage_wrap .reser_wrap .label_wrap{ float: right; overflow: hidden; padding: 16px 0; }
.mypage_wrap .reser_wrap .label_wrap .table_label2{ padding: 5px 10px; border: 1px solid #ddd; color: #a0a0a0; border-radius:15px; cursor: pointer; background: #f2f2f2; }
.mypage_wrap .reser_wrap .label_wrap .table_cancelBtn{ padding: 5px 10px; border: 1px solid #787878; border-radius: 15px; cursor: pointer; background: #8a8a8a; }
.mypage_wrap .reser_wrap .label_wrap .table_cancelBtn a{ color:#fff;}
.mypage_wrap .reser_wrap .label_wrap .table_cancelBtn a i { color:#fff;}
.mypage_wrap .reser_wrap .label_wrap .table_label{padding: 5px 6px;border: 1px solid #2c5654;border-radius: 3px; background-color: #34625f; color: #fff;}

p.reser_green_info{ padding: 1.7em 1.5em; background: #f4fdef; border: 1px solid #d2e2c8; clear: both; text-align: center; margin-top: 20px; }
p.reser_green_info > span{ font-weight: 600; }
p.reser_green_info .green_span1{ display: inline-block; padding-top:  12px; padding-bottom: 5px; font-weight: 600; color: #34625f; font-size: 1.4em; }
p.reser_green_info .green_span2{ color: #34aba3; font-size: 1em; }

p.reser_green_info2{ padding: 1em 1.5em; clear: both; text-align: center; margin-top: 20px; 
	border: 1px solid #4285f4;
	background-color: #4285f4;
	background: -webkit-linear-gradient(top,#4387fd,#4683ea);
	background: linear-gradient(top,#4387fd,#4683ea);
	border-radius:3px;
	color:#fff;
}
p.reser_green_info2 .green_span1{ display: inline-block; padding-top:  10px; padding-bottom: 5px; color: #fff; font-size: 1.62em; font-family: Verdana, Geneva, sans-serif;  font-weight: 600;  }
p.reser_green_info2 .green_span2{margin-bottom:10px; font-size: 1em; padding:2px 25px;  background-color:#fbbc05; margin-top:5px; display:inline-block; font-weight:normal; letter-spacing:-0.4px;  color:#fff; border-radius:3px;}
p.reser_green_info2 .green_span2 span{ color:#fff; }
p.reser_green_info2 .green_span3{ font-weight:normal; font-family: Verdana, Geneva, sans-serif; letter-spacing:-0.8px; font-size:1em;}

.mypage_wrap .total_price{ overflow: hidden; margin-top: 20px; }
.mypage_wrap .total_price ul.total_price_ul li.total_price_li{ float: left; width: 33.333%; border-top: 1px solid #e6e6cf; border-bottom: 1px solid #e6e6cf; border-left: 1px solid #e6e6cf; background: #ffffed; padding: 1em; }
.mypage_wrap .total_price ul.total_price_ul li.total_price_li:last-child{ border-right: 1px solid #e6e6cf; }
.mypage_wrap .total_price ul.total_price_ul li.total_price_li p.total_price_p{ text-align: center; color: #505050; line-height: 180%; font-weight: 600; }
.mypage_wrap .total_price ul.total_price_ul li.total_price_li p.total_price_p span{ color: #d9534f; }
.mypage_wrap .total_price ul.total_price_ul li.total_price_li p.total_price_p span.fontnum{font-family: Verdana, Geneva, sans-serif; letter-spacing:-0.3px; color:inherit;}

.mypage_wrap .reser_sub{ overflow: hidden; }



.mypage_wrap .reser_sub .reser_info{ overflow: hidden; }
.mypage_wrap .air_table td span.table_btn{ border: 1px solid #114979; padding: .4em 1em; border-radius: 3px; color: #fff; display: inline-block; margin-top: 7px; cursor: pointer; background: #11528a; }
.mypage_wrap .air_table td span.table_btn2{ border: 1px solid #ddd; padding: .4em .6em; border-radius: 6px; color: #fff; display: inline-block; margin-top: 7px; cursor: pointer; background: #8f9092; }
.mypage_wrap .air_table td span.resetbtn{ border: 1px solid #c5d6e6; padding: .4em .6em; border-radius: 6px; color: #fff; display: inline-block; margin-top: 7px; cursor: pointer; background: #e9f3fd; }

.mypage_wrap .reser_sub .pay_refund{ overflow: hidden; }


/*결제tab*/
.mypage_wrap .info_pay_wrap{ overflow: hidden; padding: 10px; margin-top: 20px; }
.mypage_wrap .info_pay_wrap .info_sub_tab{  }
.mypage_wrap .info_pay_wrap .info_sub_tab ul.info_sub_ul{ width: 100%; overflow: hidden; }
.mypage_wrap .info_pay_wrap .info_sub_tab ul.info_sub_ul li{width:100%; background: #f2f2f2; padding: 1.3em 1em; border-top: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd; cursor: pointer; position: relative; }
.mypage_wrap .info_pay_wrap .info_sub_tab ul.info_sub_ul:last-child li{ border-bottom: 1px solid #ddd; }
.mypage_wrap .info_pay_wrap .info_sub_tab ul.info_sub_ul li.active{  }
.mypage_wrap .info_pay_wrap .info_sub_tab ul.info_sub_ul li i{ float: right; padding-top: 3px; }
.mypage_wrap .info_pay_wrap .info_sub_tab ul.info_sub_ul li .sub_tab_span1{ border: 1px solid #ddd; background: #fff; display: inline; margin-left: 10px; border-radius: 3px; position: absolute; left: 100px; top: 9px; width: 70px; text-align: center; height: 32px; line-height: 32px; }
.mypage_wrap .info_pay_wrap .info_sub_tab ul.info_sub_ul li .sub_tab_span2{ border: 1px solid #6b99b5; background: #3f81ab; color: #fff; display: inline; margin-left: 10px; border-radius: 3px; position: absolute; left: 100px; top: 9px; width: 70px; text-align: center; height: 32px; line-height: 32px; }

.mypage_wrap .info_pay_wrap .my_info{ border: 1px solid #ddd; padding: 20px 10px; border-bottom: 0; }
.mypage_wrap .info_pay_wrap .my_docu{ border: 1px solid #ddd; padding: 20px 10px; border-bottom: 0; }
.mypage_wrap .info_pay_wrap .my_pay{ border: 1px solid #ddd; padding: 20px 10px; border-bottom: 0; }

.mypage_wrap .contact_tab{ background: #f2f2f2; padding: 1em; border: 1px solid #ddd; cursor: pointer; margin-top: 10px; }
.mypage_wrap .contact_tab > span{ float: right; padding-right: 5px; }
.mypage_wrap .contact_tab_wrap{ border: 1px solid #ddd; border-top: 0; padding: 10px; }
.mypage_wrap .contact_tab_wrap .contact_plus{ padding: 0.7em; text-align: center; border: 1px solid #ddd; }
.mypage_wrap .contact_tab_wrap .contact_list{ padding: 10px 20px; border: 1px solid #ddd; margin-top: 10px; overflow: hidden; }
.mypage_wrap .contact_tab_wrap .contact_list dl{ width: 100%; margin: 5px 0 10px; overflow: hidden; }
.mypage_wrap .contact_tab_wrap .contact_list dt{ width: 34%; float: left; padding-top: 7px; }
.mypage_wrap .contact_tab_wrap .contact_list dd{ width: 66%; float: left; }
.mypage_wrap .contact_tab_wrap .contact_list dd.input_search span{ position: relative; }
.mypage_wrap .contact_tab_wrap .contact_list dd.input_search span > i{ position: absolute; top: 0; right: 12px; font-size: 14px; }
.mypage_wrap .contact_tab_wrap > p{ color: #888; margin-top: 10px; font-size: 11px; }
.mypage_wrap .contact_tab_wrap p.contact_p2{ padding: 1em; border: 1px dashed #ddd; font-size: 12px; }

.mypage_wrap .my_info_p{ color: #888; margin-top: 10px; padding: 1em; border: 1px dashed #ddd; }


.fitWrap .air_detail_wrap{ overflow: hidden; }

/*회원가입*/

.fitWrap .join_wrap{ overflow: hidden; padding: 10px; margin-bottom: 30px; }
.terms_wrap{ overflow: hidden; }
.terms_wrap ul{ width: 100%; }
.terms_wrap ul li{ width: 100%; border: 1px solid #ddd; border-bottom: 0; background: #f7f7f7; color: #666; padding: 10px 15px; cursor: pointer; }
.terms_wrap ul li:last-child{ border-bottom: 1px solid #ddd; }
.terms_wrap ul li.on{ background: #888; color: #fff; }
.terms_wrap .terms_text{ padding: 10px 15px; border: 1px solid #ddd; border-top: 0; overflow-y: scroll; height: 200px; }
.terms_wrap .terms_check_wrap{ padding: 10px 15px; border: 1px solid #ddd; border-top: 0; overflow: hidden; }

/*회원정보수정*/

.fitWrap .info_wrap{ overflow: hidden; padding: 10px; margin-bottom: 40px; }

/*회원가입완료*/
.fitWrap .join_end_wrap{ padding: 10px; margin-bottom: 20px; }
.fitWrap .join_end_text{ text-align: center; overflow: hidden; padding: 1em 1.5em; background: #f7f7f7; border: 1px solid #ddd; }
.fitWrap .join_end_text span{ color: #106eb1; font-size: 14px; display: inline-block; margin-bottom: 5px; font-weight: 600; }

/*로그인*/

.join_btn{ width: 90%; margin: 10px auto 20px; text-align: center; }
.join_btn .btn_mjoin{ background-color: #f2f2f2; border-radius: 3px; width: 100%; font-size: 1.125em; border: 1px solid #d5d5d5; color: #555; padding: 9px 0px 8px 0px; }

