﻿@charset "UTF-8";
@import url(base.css);
@import url(layout.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');/* 여행자보험 */

.skip-navi{display: block; position: absolute; left: 0; top: 0; overflow: hidden; width: 1px; height: 1px; text-align: center; color: #fff; z-index: 101;}
.skip-navi:active, .skip-navi:focus{padding: 5px 0; width: 100%; height: auto; background:#d2182d;}
th,strong,h3{font-weight: 500;}
em{font-style: normal;}

/* typography */
.em.disable{color: #999;}
.em.slightly{color: #339ed3;}
.em.normal{color: #222222;}
.em.weight{color: #557ffe;}
.em.weighty{color: #ea4754;}
.em.under{text-decoration: underline;}

.col-main{color: #557ffe !important;}
.col-red{color:#ea4754 !important;}
.col-mint { color:#1dcbd1; }

/* .archivo {font-family: 'Archivo Black', 'Noto Sans',  sans-serif;} */
/* .heebo {font-family: 'Heebo', 'Noto Sans',  sans-serif;} */

.alert-notice {display:block; color: #557ffe; text-align: left; font-size: 12px; line-height: 12px; margin-top: 10px; padding-left: 5px;}
.alert-info{display:block; color: #666666; font-size: 12px; line-height: 12px; margin-top: 10px; padding-left: 5px;}
.alert-danger{display:block; color: #ea4754; font-size: 12px; line-height: 16px; margin-top: 10px; padding-left: 5px;}
.alert-notice{display:block; color: #557ffe; font-size: 12px; line-height: 16px; margin-top: 10px; padding-left: 5px;}
.field-tit {display: inline-block; font-size: 16px; color: #333333; font-weight: 500;}
.field-text {position: relative; display: inline-block; font-size: 14px; line-height: 28px; color: #666666;}
.field-text.danger {color: #ea4754;}

.dim-layer {position: fixed; top: 0; left: 0; width: 100%; height: 1000%; background-color: rgba(0,0,0, 0.7); z-index: 101;} /*2018-12-27 스타일 업데이트*/
.dim-layer2 {position: fixed; top: 0; left: 0; width: 100%; height: 1000%; background-color: rgba(0,0,0, 0.7); z-index: 9991;}
.dim-white {position: absolute; top: 0; left: 0; width: 100%; height: 1000%; background-color: rgba(255, 255, 255, 0.1); z-index: 99;}
.clamp span {display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

textarea::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #F5F5F5; }
textarea::-webkit-scrollbar {width: 6px; background-color: #F5F5F5; }
textarea::-webkit-scrollbar-thumb {border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #d7d7d7;}

/* 버튼 */
button{border: 0 none; background-color: transparent;}
.btn{display: inline-block;text-align: center;white-space: nowrap;vertical-align: middle;cursor: pointer;text-decoration: none;box-sizing: border-box;-webkit-appearance: none;*zoom: 1;}
.btn:after{content: "";display: block;clear: both;}
input.btn,button.btn{overflow: visible; border-radius: 0;}
.btn.xsmall{padding: 0 10px; font-size: 12px; min-width: 70px; height: 24px;line-height: 22px; font-weight: 500;}
.btn.small{padding: 0 20px; font-size: 16px; height: 40px;line-height: 40px; font-weight: normal;}
.btn.medium{padding: 0 20px; font-size: 16px;height: 50px;line-height: 50px; font-weight: normal;}
.btn.type01{color: #ffffff; background: #557ffe; border-radius: 5px}
.btn.type02{color: #ffffff; background: #333333; border-radius: 5px}
.btn.type03{color: #ffffff; background: #222222;}
.btn.type04{color: #999999; border: 1px solid #dddddd; background: #ffffff;}
.btn.type03.medium{font-size: 14px; background: #333333; height: 55px; line-height: 55px;}
.btn-area{*zoom: 1;}
.btn-area:after{content: "";display: block;clear: both;}
.btn-area.large{text-align: center;font-size:0; margin-top: 20px;}
.btn-area.large:after{content: "";display: block;clear: both;width: 0;height: 0;visibility: hidden;}
.btn-area.large .btn-left{float: left;}
.btn-area.large .btn-right{float: right;}
.btn-area.large .btn + .btn{margin-left: 10px;}
.btn-swap {-webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; display: block; width: 18px; height: 17px; background: url('../../images/common/ico_swap.png') 0 0 no-repeat; background: url('../../images/common/ico_swap.svg') 0 0 no-repeat, linear-gradient(transparent, transparent); background-size: 18px 17px; -webkit-background-size: 18px 17px;}
.btn-swap.active {-webkit-transform: rotate(180deg); transform: rotate(180deg); }
.btn.input-modify {position: absolute; font-size: 14px; min-width: auto; right: 10px; top: 50%; margin-top: -12px;}


/*비율별 버튼*/
.btn-area .btn-full{width:100%}/* 버튼크기 1 */
.btn-area .btn-half{float:left;width:50%; padding}/* 버튼크기 1/2 */
.btn-area .btn-qt{float:left;width:25%}/* 버튼크기 1/4 */
.btn-area .btn-ot{float:left;width:33.3%}/* 버튼크기 3/1 */
.btn-area .btn-ot:last-child{width:33.4%}
.btn-area .btn-tf{float:left;width:75%}/* 버튼크기 3/4 */
.btn-area .btn-wrap{padding:0 5px;-webkit-box-sizing:border-box;box-sizing:border-box}
.btn-area .btn-wrap:after{content: "";display: block;clear: both;}
.btn-area .btn-wrap:first-child{padding-left:0}
.btn-area .btn-wrap:last-child{padding-right:0}
.btn-area .btn-wrap .btn{width: 100%;}

.agree-list {border-bottom: none; background:none; padding: 0; min-height: 58px;}
.agree-list li .question{font-size: 20px; color: #999999; padding-left: 20px; height: 58px; line-height: 58px; box-sizing: border-box;}
.agree-list li .insert{position: absolute; top: 15px; left: 25px;}
.agree-list li a.question {padding-left: 55px; font-size: 14px; height: 50px; line-height: 50px;}
.agree-list li .question:after {left: auto !important; right: 20px !important; top: 23px !important;}
.agree-list li .answer{max-height: 200px; padding: 0 30px; margin: 10px 0; color: #666666; font-size: 14px; line-height: 24px; overflow-y: auto;}
.agree-list li .answer .btn-area .btn-wrap .btn {width: 200px;}
.agree-list li .answer.full {max-height: none;}
.agree-list li .answer .notice {color: #557ffe; margin-bottom: 10px;}
.agree-list li .answer .info {color: #ea4754;}
.agree-list li + li.active {}
.agree-list li.active + li {}
.agree-list li.active .question {border-bottom: 1px solid #dddddd; color: #333333; margin: 0 20px; padding-left: 35px;}
.agree-list li.active .question:after{left: auto; right: 0 !important;}
.agree-list li.except .question {}

.btn-login {position: relative; /*2019-06-25주석처리padding-left: 25px;*/ font-size: 20px; color: #557ffe; font-weight: 500;}
/*2019-06-25주석처리.btn-login:before {content: ''; display: block; position: absolute; width: 18px; height: 20px; left: 0; top: 6px; background: url('../../images/common/ico_login.svg') 0 0 no-repeat; background-size: 18px 20px; -webkit-background-size: 18px 20px;} 2019-06-21주석처리*/
.btn-search {position: absolute; right: 23px; top: 15px; display: block; width: 21px; height: 22px; background: url('../../images/common/btn_search.svg') 0 0 no-repeat; background-size: 21px 22px; -webkit-background-size: 21px 22px;}
.btn-remove {width: 15px; height: 16px; background: url('../../images/common/btn_remove.svg') 0 0 no-repeat; background-size: 15px 16px; -webkit-background-size: 15px 16px;}
.btn-remove2 {width: 15px; height: 16px; background: url('../../images/common/btn_remove2.svg') 0 0 no-repeat; background-size: 15px 16px; -webkit-background-size: 15px 16px;}
.btn-swap {display: block; width: 24px; height: 20px; background: url('../../images/common/ico_swap.svg') 0 0 no-repeat; background-size: 24px 20px; -webkit-background-size: 24px 20px;}
.btn-sort {position: relative; display: block; width: 61px; height: 48px; background-color: #333333;}
.btn-sort:before {content: ''; display: block; width: 61px; height: 48px; background: url('../../images/common/btn_sort.svg') 50% 50% no-repeat; background-size: 22px 20px; -webkit-background-size: 22px 20px;}
.btn-more:after {content: ''; position: absolute; display: block; width: 10px; height: 6px; top: 5px; background: url('../../images/common/btn_more.png') 0 0 no-repeat; background-size: 10px 6px; -webkit-background-size: 10px 6px;}
.btn-more2:after {content: ''; position: absolute; display: block; width: 20px; height: 12px; top: 12px; background: url('../../images/common/btn_more2.svg') 0 0 no-repeat; background-size: 20px 12px; -webkit-background-size: 20px 12px;}
.btn-gnb {position: absolute; display: block; right: 10px; top: 5px; padding: 6px 9px; box-sizing: border-box;}
.btn-gnb span {display: block; width: 26px; height: 2px; background-color: #333333; margin: 5px 0; border-radius: 1px;}
.sub .btn-gnb span {background-color: #333333;}

.btn-share {position: absolute; display: block; right: 30px; top: 20px; width: 40px; height: 40px; background: url(../../images/common/btn_share.svg) 0 0 no-repeat; background-size: 40px 40px; -webkit-background-size: 40px 40px;}
.btn-download {position: absolute; display: block; right: 80px; top: 20px; width: 40px; height: 40px; background: url(../../images/common/btn_download.svg) 0 0 no-repeat; background-size: 40px 40px; -webkit-background-size: 40px 40px;}
.btn-input {position: absolute; padding: 5px; right: 0; top: 15px; width: 9px; height: 15px; background: url(../../images/common/arrow_select.svg) 50% 50% no-repeat; background-size: 9px 15px; -webkit-background-size: 9px 15px;}
.btn-arrow {position: absolute; right: -5px; top: -10px; display: block; width: 9px; height: 15px; background: url('../../images/common/btn_arrow_s.png') 50% 50% no-repeat; background-size: 9px 15px; -webkit-background-size: 9px 15px;}
.btn-arrow2 {display:inline-block; width: 6px; height: 11px; background: url('../../images/common/btn_arrow_b.svg') 50% 50% no-repeat; background-size: 6px 11px; -webkit-background-size: 6px 11px;}/*2019-05-24추가*/
.btn-close {position: absolute; display: block; right: 10px; top: 10px; padding: 6px 9px; box-sizing: border-box;}
.btn-close span {display: block; width: 26px; height: 2px; background-color: #999999; margin: 5px 0; border-radius: 1px;}
.btn-close span:first-child {-webkit-transform: rotate(-45deg) translate(0, 3px); transform: rotate(-45deg) translate(-5px, 7px); }
.btn-close span:last-child {-webkit-transform: rotate(45deg) translate(-2px, -5px); transform: rotate(45deg) translate(2px, 0px); }
.btn-close2 {position: absolute; display: block; right: 10px; top: 10px; padding: 6px 9px; box-sizing: border-box;}
.btn-close2 span {display: block; width: 26px; height: 2px; background-color: #999999; margin: 5px 0; border-radius: 1px;}
.btn-close2 span:first-child {-webkit-transform: rotate(-45deg) translate(0, 3px); transform: rotate(-45deg) translate(-5px, 7px); }
.btn-close2 span:last-child {-webkit-transform: rotate(45deg) translate(-2px, -5px); transform: rotate(45deg) translate(2px, 0px); }
.btn-back {position: absolute; display: block; left: 10px; top: 7px; padding: 6px 9px; box-sizing: border-box;}
.btn-back:before {content: ''; display: block; width: 26px; height: 24px; background: url('../../images/common/btn_back.png') 0 0 no-repeat; background-size: 26px 24px; -webkit-background-size: 26px 24px;}

.btn-back2 {position: absolute; display: block; left: 10px; top: 10px; padding: 6px 9px; box-sizing: border-box;}
.btn-back2:before {content: ''; display: block; width: 26px; height: 24px; background: url('../../images/common/btn_back2.png') 0 0 no-repeat; background-size: 26px 24px; -webkit-background-size: 26px 24px;}

.btn-minus {position: absolute; top: 8px; left: 10px; display: block; width: 14px; height: 14px; background: url('../../images/common/btn_minus.png') 0 0 no-repeat; background-size: 14px 14px; -webkit-background-size: 14px 14px;}
.btn-plus {position: absolute; top: 7px; left: 10px; display: block; width: 14px; height: 14px; background: url('../../images/common/btn_plus.png') 0 0 no-repeat; background-size: 14px 14px; -webkit-background-size: 14px 14px;}


/*form*/
input{border: 0 none;width: 100%; height: 100%; vertical-align: top; padding: 0 15px; font-size: 16px; color: #333; font-weight: 500; box-sizing: border-box;-webkit-appearance: none;-moz-appearance: none; background: transparent;}
input:disabled {color: #999999 !important; -webkit-text-fill-color: #999; opacity: 1;}/*TIDD0SF004-615 수정*/
.input-text {display: inline-block; background: #fff; height: 55px; box-sizing: border-box;}
.input-text.focus{ height: 51px !important; border-bottom: 1px solid #557ff !important;}
.view-lines .input-text.focus { height: 50px !important;border-bottom: transparent !important;}
.input-text.focus input{ padding: 0 14px;}
.input-text input:disabled{background: #f4f4f4;}
.input-text input:focus{outline: none;}
::-webkit-input-placeholder{color: #999; font-weight: 400;} ::-moz-placeholder{color: #999; font-weight: 400;} :-ms-input-placeholder{color: #999; font-weight: 400;}

input[type="checkbox"]{ position: absolute; width: 0; height: 0;line-height: 0; font-size: 0; vertical-align: middle; overflow: hidden;}
input[type="checkbox"]+label,
input[type="radio"]+label{position: relative; padding-left: 32px; display:inline-block;}/*TIDD0SF004-615 수정*/
input[type="checkbox"]+label:before,
input[type="radio"]+label:before{content:"";display:inline-block; position: absolute;left: 0; top: 0; width:22px; height:22px; vertical-align:middle; background:url('../../images/common/uniform_sprite.png') 0 0;}

.radio-gender input[type="checkbox"]+label,
.radio-gender input[type="radio"]+label{padding: 0;}
.radio-gender input[type="checkbox"]+label:before,
.radio-gender input[type="radio"]+label:before{position: static; padding-right: 10px;}

input[type="checkbox"]+label:before{background-position:0 0;}
input[type="checkbox"]:checked+label{color: #333333; font-weight: 500;}
input[type="checkbox"]:checked+label:before{background-position:0 -22px;}

input[type="radio"]{width: 0; height: 0;vertical-align: top; overflow: hidden;}
input[type="radio"]+label{padding-right: 5px;}
input[type="radio"]+label:before{background-position:-22px 0;}
input[type="radio"]:checked+label{color: #333333;}
input[type="radio"]:checked+label:before{background-position:-22px -22px;}

textarea{width: 100%; padding: 15px; border: 1px solid #dddddd; resize: none; box-sizing: border-box;}
select{display: inline-block; width: auto;height: 50px;line-height: 50px;padding-left: 15px;padding-right: 60px; box-sizing: border-box;font-size: 18px;color: #555555;border: 1px solid #d1d1d1;border-radius: 0;-webkit-appearance: none;-moz-appearance: none;background: #fff url(../../images/@thumb/ico_select.jpg) right 0 no-repeat;}
.select-box{background: url(../../images/common/btn_select.svg) 95% center no-repeat;background-size: 17px 10px;-webkit-background-size: 17px 10px;}
.select-box.link-box {background: url(../../images/common/btn_arrow.svg) 100% center no-repeat;background-size: 9px 16px;-webkit-background-size: 9px 16px;}
.input-text .select-text { display: block; line-height: 50px; font-size: 16px; color: #999999; padding-left: 15px; margin-right: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.input-date{position: relative; display: inline-block; border:1px solid #dddddd; height: 50px;}
.input-date .btn{position: absolute; right: 0; top: 0; height: 50px; width: 50px; line-height: 50px; vertical-align: top; }
.input-date .btn img{ vertical-align: middle;}

/* line-table */
.line-table {width: 100%;}
.line-table thead {}
.line-table thead th {border: 1px solid #dddddd; text-align: left; padding: 5px 10px; font-size: 12px;}
.line-table tbody {}
.line-table tbody th {border: 1px solid #dddddd; text-align: left; padding: 5px 10px; font-size: 12px;}
.line-table tbody td {border: 1px solid #dddddd; text-align: left; padding: 5px 10px; font-size: 12px;}

/* textarea */
.text-box {}
.text-box.focus {border: 2px solid #557ffe; box-sizing: border-box;}
.text-box.focus textarea {border: none; padding: 14px;}
.text-box textarea{display: block; outline: none; width: 100%; height: 100%; font-size: 14px; color: #333333; padding: 15px; border: 1px solid #dddddd; resize: none; box-sizing: border-box;}
.text-box textarea:focus{outline: none;}

/* ico */
.ico.sns01{display: inline-block; padding-left: 40px; min-width: 28px; height: 28px; line-height: 28px; background: url('../../images/common/ico_sns_01.svg') 0 center no-repeat;}
.ico.sns02{display: inline-block; padding-left: 40px; min-width: 28px; height: 28px; line-height: 28px; background: url('../../images/common/ico_sns_02.svg') 0 center no-repeat;}
.ico.sns03{display: inline-block; padding-left: 40px; min-width: 28px; height: 28px; line-height: 28px; background: url('../../images/common/ico_sns_03.svg') 0 center no-repeat;}
.ico.sns04{display: inline-block; padding-left: 25px; min-width: 16px; height: 16px; background: url('../../images/common/ico_refresh.svg') 0 center no-repeat;}
.ico.sns05{display: inline-block; padding-left: 25px; min-width: 16px; height: 16px; background: url('../../images/common/ico_sound.svg') 0 center no-repeat;}

.ico-facebook {display: block; width: 50px; height: 50px; background: url('../../images/common/ico_facebook.png') 0 0 no-repeat; background-size: 50px 50px;}
.ico-kakao {display: block; width: 50px; height: 50px; background: url('../../images/common/ico_kakao.png') 0 0 no-repeat; background-size: 50px 50px;}
.ico-twitter {display: block; width: 50px; height: 50px; background: url('../../images/common/ico_twitter.png') 0 0 no-repeat; background-size: 50px 50px;}
.ico-insta {display: block; width: 50px; height: 50px; background: url('../../images/common/ico_insta.png') 0 0 no-repeat; background-size: 50px 50px;}
.ico-sms {display: block; width: 50px; height: 50px; background: url('../../images/common/ico_sms.svg') 0 0 no-repeat; background-size: 50px 50px;}
.ico-mail {display: block; width: 50px; height: 50px; background: url('../../images/common/ico_mail.svg') 0 0 no-repeat; background-size: 50px 50px;}
.ico-print {display: block; width: 50px; height: 50px; background: url('../../images/common/ico_print.svg') 0 0 no-repeat; background-size: 50px 50px;}

.ico-pin-blue {display: block;}
.ico-line {display: block; width: 17px; height: 3px; background: url('../../images/common/ico_line.png') 0 0 no-repeat; background-size: 17px 3px; -webkit-background-size: 17px 3px;}
.ico-plus {display: block; width: 30px; height: 30px; background: url('../../images/common/ico_plus.svg') 0 0 no-repeat; background-size: 30px 30px; -webkit-background-size: 30px 30px;}
.ico-reply {display: block; width: 54px; height: 22px; background: url(../../images/common/ico_reply.png) 14px 45% no-repeat #222222; background: url(../../images/common/ico_reply.svg) 9px 50% no-repeat, linear-gradient(#222222, #222222); background-size: 10px 8px; -webkit-background-size: 10px 8px;}
.ico-caution {display: block; width: 3px; height: 12px; background: url(../../images/common/ico_caution.png) 0 0 no-repeat #222222; background-size: 3px 12px; -webkit-background-size: 3px 12px;}

.air-lufthansa {display: block; width: 23px; height: 23px; background: url('../../images/common/air_lufthansa.svg') 0 0 no-repeat; background-size: 100% 100%; -webkit-background-size: 100% 100%;}
.air-dchina {display: block; width: 28px; height: 28px; background: url('../../images/common/air_dchina.png') 0 0 no-repeat; background-size: 28px 28px; -webkit-background-size: 28px 28px;}
.air-asiana {display: block; width: 15px; height: 15px; background: url('../../images/common/air_asiana.svg') 0 0 no-repeat; background-size: 100% 100%; -webkit-background-size: 100% 100%;}
.air-hawaiian {display: block; width: 20px; height: 20px; background: url('../../images/common/air_hawaiian.svg') 0 0 no-repeat; background-size: 100% 100%; -webkit-background-size: 100% 100%;}
.air-jin {display: block; width: 18px; height: 13px; background: url('../../images/common/air_jin.svg') 0 0 no-repeat; background-size: 100% 100%; -webkit-background-size: 100% 100%;}
.air-vietnam {display: block; width: 20px; height: 13px; background: url('../../images/common/air_vietnam.svg') 0 0 no-repeat; background-size: 100% 100%; -webkit-background-size: 100% 100%;}
.air-korean {display: block; width: 16px; height: 16px; background: url('../../images/common/air_korean.svg') 0 0 no-repeat; background-size: 100% 100%; -webkit-background-size: 100% 100%;}


.adult {display: block; width: 20px; height: 22px;  background: url(../../images/common/ico_adult.svg) 0 0 no-repeat; background-size: 20px auto; -webkit-background-size: 20px auto;}
.child {display: block; width: 20px; height: 20px;  background: url(../../images/common/ico_child.svg) 0 0 no-repeat; background-size: 20px auto; -webkit-background-size: 20px auto;}
.infant {display: block; width: 20px; height: 20px; background: url(../../images/common/ico_infant.svg) 0 0 no-repeat; background-size: 21px auto; -webkit-background-size: 21px auto;}





/*타이틀*/
.content-title{padding: 5px 20px 10px; font-size: 14px; line-height: 14px; font-weight: 500; color: #333;border-top: 1px solid #ddd; margin-top: 20px;}
.content-title.bor-no {border: none;}
.block-box {}
.block-box + .block-con {margin-top: 10px;}
.block-box + .block-box {margin-top: 10px;}
.block-box .block-tit{padding: 10px 10px 10px 26px; font-size: 14px; font-weight: 500; color: #333;}
.block-box .block-tit .ico{display: inline-block;vertical-align: top; padding-right: 5px;}
.passenger-info.none-focus input:focus{}
.passenger-info .field-line{background: #ffffff; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 0 20px;}
.passenger-info .field-line .field .insert:last-child .input-text {height: 50px !important; border: none !important;}
.passenger-info .field-line +.field-line{ margin: 20px 0;}
.passenger-info .input-text{border: 0 none; width: 100%; height: 50px;}
.passenger-info .input-text input{box-sizing: border-box; padding: 0; font-size: 14px;}

.input-text input::-webkit-input-placeholder {color: #999;}
.input-text input::-moz-placeholder {color: #999;}
.input-text input:-ms-input-placeholder {color: #999;}
.input-text input:-moz-placeholder {color: #999;}

.passenger-info .insert{position: relative; font-size: 0;}
.passenger-info .insert +.insert{ border-top: 1px solid #ddd}
.passenger-info .insert.focus +.insert{ border-top: none;}
.passenger-info .insert.view-lines.focus +.insert{border-top: 1px solid #557ffe;}
.passenger-info .alert-notice{border-bottom: 1px solid #dddddd; margin: 0; padding: 15px 0;}
.passenger-info .alert-danger{position: absolute; right: 20px; top: 6px;}
.passenger-info .alert-danger.line {top: 0px; text-align: right;}

input[type="checkbox"]+.alert-danger:before,
input[type="radio"]+.alert-danger:before{top: 50%; margin-top: -11px}

.passenger-info .input-radio{display: inline-block; line-height: 50px; font-size: 14px;}
.passenger-info .input-radio + .input-radio {margin-left: 20px;}
.passenger-info .select-box{background: none; height: auto; min-height: 50px;}
.passenger-info .input-text.select-box {background: url(../../images/common/arrow_select.svg) 100% 50% no-repeat; background-size: 9px 15px; -webkit-background-size: 9px 15px;}
.passenger-info .select-text{padding-left: 0; font-size: 14px; white-space: normal; line-height: 18px; padding: 16px 0px;}
.passenger-info .select-box.multi-luggage {}
.passenger-info .select-box.multi-luggage .select-text {padding: 23px 0 0;}
.passenger-info .select-box.multi-luggage label {display: block; color: #999999; margin-right: 30px; overflow: hidden; text-overflow: ellipsis; padding-left: 0; font-size: 14px; white-space: normal; line-height: 18px; padding: 16px 0px;}
.passenger-info .select-box.multi-luggage label.mini {position: absolute; font-size: 12px; padding: 5px 0;}


.agree-block{background: #ffffff; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 0 20px; height: 56px;}
.agree-block .alert-danger{margin-top: 5px; left: 0; right: 0;}
.passenger-info .btn-area{margin: 20px;}
.btn-text {
	color: #2b9af3;
}
.air-logo-18 img {
    width: 18px;
    margin-top: 1px;
  }
.air-logo-22 img {
    width: 22px;
    margin-top: 3px;
  }
  
  .header-hamburger-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
  }
  .header-hamburger-btn i {
    color: #666666;
    font-size: 20px;
  }
  .word-tag-wrap {
    margin-bottom: 5px;
  }
  /* .word-tag {
    background: #1dcbd1;
    color: #fff;
    border-radius: 5px;
    padding: 2px 6px;
    font-size: 9px;
    display: inline-block;
    font-weight: 700;
  } */
  .word-tag {
    color: #1dcbd1;
    padding: 2px 6px;
    font-size: 10px;
    display: inline-block;
    font-weight: 700;
  }


/* 2019.01.03 스타일 업데이트 */
.ml-15 {
  margin-left: 15px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.pb-15 { padding-bottom:15px !important;}/*나중결제 추가 css*/

.radius-5 {
  border-radius: 5px !important;
}
.promotion-box {
	margin: 70px 20px 20px 20px;
}
.datepick input {
  padding: 0 !important;
}
.datepick input + input {
	padding-left: 20px !important;
}
.alert-danger .infant-warning {
  display: none;
}
.alert-danger.active .infant-warning {
  display: inline;
}
.header-back-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 50px;
}
.header-back-btn i {
  color: #666666;
  font-size: 14px;
}
.air-logo img {
  width: 30px;
}
.air-logo-18 img {
  width: 18px;
  margin-top: 1px;
}
.air-logo-22 img {
  width: 22px;
  margin-top: 3px;
}
.air-logo-40 img {
  width: 40px;
}
.btn-text {
	color: #2b9af3;
}

.confirm-doc {
  margin-top: 10px;
}
.confirm-doc .paper-block {
  padding: 0 10px 0;
  margin-top: 10px;
}
.confirm-doc .paper-block dl {
	margin-bottom: 30px;
}
.confirm-doc .paper-block dl dt {
	background-color: #eeeeee;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #999999;
	box-sizing: border-box;
	color: #333333;
	font-size: 1.5vw;
	font-weight: 500;
	line-height: 1.5vh;
	padding-left: 0.7vw;
}
.confirm-doc .paper-block dl dt + dd {
	margin-top: 1vh;
}
.confirm-doc .paper-block dl dd {
	color: #333333;
	font-size: 1.5vw;
	letter-spacing: 0;
	line-height: 1.2vh;
	padding: 1px 2px;
}
.confirm-doc .paper-block dl dd.em {
	color: #333333;
	font-weight: 500;
}
.confirm-doc .paper-block dl dd span {
	display: inline-block;
	font-size: 1.5vw;
	height: 1vh;
	line-height: 1vh;
}
.confirm-doc .paper-block dl dd span + span {
	min-width: 130px;
	padding-left: 2px;
}
.confirm-doc .paper-block dl dd span.em {
	color: #333333;
}
.confirm-doc .paper-block dl dd.color-box {
	background-color: #f2f9fc;
	padding: 1px 2px;
}
.confirm-doc .paper-block dl dd + dd.color-box {
	margin-top: 1px;
}
.confirm-doc .paper-block dl dd.color-box + dd {
	margin-top: 1px;
}
.confirm-doc .paper-block dl dd.color-box .box-wrap {
}
.confirm-doc .paper-block dl dd.color-box .box-wrap span {
	min-width: 3px;
}
.confirm-doc .paper-block dl.info dd {
	color: #666666;
	padding-left: 4px;
	position: relative;
}
.confirm-doc .paper-block dl.info dd + dd {
	margin-top: 1px;
}
.confirm-doc .paper-block dl.info dd span {
	color: #666666;
	display: inline-block;
	font-size: 1.5vw;
	left: -1px;
	position: absolute;
	top: 0;
}
.confirm-doc .btn-area button {
  margin-bottom:5px;
}
.btn-area .bottom-btn {
  padding: 0 20px !important;
  position: fixed;
  bottom: 20px;
}
.pop-background {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.4);
  z-index: 8888;
  border: 0 !important;
}
.pop-background .pop-position {
  position: absolute;
  top: 50%;
  max-height: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background: #fff;
  border: 4px solid #557ffe;
  overflow-y: auto;
  overflow-x: hidden;
}
.pop-background .pop-position.noshow {
  display: none;
}
.pop-background .pop-wrapper {
  width: 100%;
  height: auto;  
  max-width: 90%;
  text-align: center;
  position: relative;
  padding: 40px 20px 20px 20px;
}
.pop-background .pop-wrapper h1 {
  font-size: 18px;
  font-weight: 400;
  width: 70%;
  margin: 0 auto;
}
.pop-background .pop-wrapper p {
  color:#666666;
  margin: 10px;
}
.pop-background .pop-wrapper .not-today {
  text-align: left;
  margin-top: 20px;
}
.pop-background .pop-wrapper .not-today label {
  font-size: 13px;
  color: #999;
  line-height: 1.7;
}
.pop-background .pop-wrapper button.btn {
  margin-top: 15px;
}
.pop-background .pop-wrapper button.pop-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.pop-background .pop-wrapper button.pop-close i {
  font-size: 18px;
  color: #333;
}
.lookup-wrap .lookup-area {
  margin-top: 90px;
}
.trip-info {
  position: fixed;
  top: 50px;
  height: 30px;
  background: #fff;
  z-index:10;
  width: 100%;
  text-align: center;
  line-height: 2;
  border-bottom: 1px solid #e5e5e5;
}
.trip-info span + span::before {
	top: 7px !important;
}
.trip-info span + span.last-dat::before {
	top:11px !important;
}
.btn-more::after {
	top: 12px !important;
}
.tab-list.tab-slide {
  position: relative;
  margin-right: 0 !important;
}
.tab-list.tab-slide a.btn-sort {
	top: 0 !important;
}
#container .content-header {
	background-image: none !important;
}
#container .content-header .search-wrap {
  background-image: none !important;
  padding: 0 !important;
  margin-bottom: 100px;
}
.tab-list.tab-slide .filter-btn  {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.tab-list.tab-slide .filter-btn > div {
  position: relative;
}
.tab-list.tab-slide .filter-btn > div a.btn-sort {
  position: absolute;
  right: 0;
}
.tab-list.tab-slide .filter-article {
  width: calc(100% - 60px);
  overflow-x: auto;
  white-space: nowrap;
}
#search-condition {
  background-color: #fff;
  margin-top: -592px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 1px !important;
  filter: alpha(opacity=50);
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #e5e5e5;
}
#search-condition.active {
  margin-top: -10px;
  filter: alpha(opacity=0);
  opacity: 1;
}
.btn-more.active::after {
  content: '';
	position: absolute;
	display: block;
	width: 10px;
	height: 6px;
	top: 5px;
	background: url('../../images/common/btn_no_more.png') 0 0 no-repeat;
	background-size: 10px 6px;
	-webkit-background-size: 10px 6px;
}
#multi-inputs.datepick.multi-three input {
	padding-left: 12px !important;
}
#multi-inputs.datepick.multi-four input {
	padding-left: 9px !important;
}
.flight-field .flight-multi .multi-con-wrap .fl-multi-con {
	background: url('../../images/common/main_ticket_line.jpg') 100% 0 repeat-x !important;
	background-size: 8px 2px !important;
	position: relative;
}
.visual-scroll {
  
}
.main-visual-02 .visual-promotion div {
	width: auto !important;
  margin-right: 0 !important;
  float: none !important;
}
.main-visual-02 .visual-promotion div ul li:nth-child(2n) {
  margin-left: 0 !important;
  width: auto !important;
}
.main-visual-02 .visual-promotion .visual-scroll {
}
.main-visual-02 .visual-promotion div ul {
	display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 277px;
}
.main-visual-02 .visual-promotion div ul li {
	margin-right: 20px;
}
.field-dot-line {
	background: url('../../images/common/main_ticket_line.jpg') 0 14px repeat-x #ffffff;
  background-size: 8px 2px;
  margin: 0 15px;
  height: 16px;
  margin-top: -14px;
}

/*전자항공권 발행확인서 css수정 2019-05-07*/
.frame-wrap {
  width: 100%;
   height: calc(230vh + 50px);
  position:relative;
  overflow:auto !important;
   -webkit-overflow-scrolling: touch !important;
}
/*전자항공권 발행확인서 css수정 2019-05-07*/
.frame-wrap iframe {
  width: 100px;
  min-width:235%;
  height: calc(230vh * 2.2);
  border: 0;
  -ms-transform: scale(0.43);
  -moz-transform: scale(0.43);
  -o-transform: scale(0.43);
  -webkit-transform: scale(0.43);
  transform: scale(0.43);                
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top:50px;
   position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;


}
/*19.01.10 업데이트*/
/*
.frame-wrap {
  width: 80vw;
  height: calc(235vh + 50px);
  padding: 0;
  overflow: visible; 
}
.frame-wrap iframe {
  width: calc(80vw * 2.2); 
  height: calc(235vh * 2.2);
  border: 0;
  -ms-transform: scale(0.45);
  -moz-transform: scale(0.45);
  -o-transform: scale(0.45);
  -webkit-transform: scale(0.45);
  transform: scale(0.45);                
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top:50px;
}*/



/*2019.01.18 업데이트*/
.w-15 {
  width: 15%;
}
.w-30 {
  width: 30%;
}
.text-hidden-dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.validationn-line {
  position: relative;
}
.validationn-line input {
  height: 30px;
}
.validationn-line span + input + span {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 10px !important;
  color: #ea4754 !important; 
}
.validationn-side {
  display: table !important ;
}
.validationn-side span {
  width: 30%;
  vertical-align: middle;
  display: table-cell !important;
  float: none !important;
}
.validationn-side input {
  display: table-cell;
  vertical-align: middle;
  width: 100% !important ;
  float: none !important;
}
.validationn-side span + input + span {
  width: 35%;
  text-align: right !important;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 10px !important;
  color: #ea4754 !important; 
  float: none !important;
}
.has-multi-list {
}
.has-multi-list ul.faq-list {
  display: none;
}
.has-multi-list ul.faq-list.active {
  display: block;
}
.has-multi-list span.list-view-tit {
  position: relative;
}
.has-multi-list span.list-view-tit i {
  position: absolute;
  top: 5px;
  right: 15px;
  padding: 5px;
  font-size: 18px;
}
.has-multi-list .list-view.line-wrap .answer {
	max-height: 10000px;
}
.list-more {
  text-align: center;
  height: 40px;
  line-height: 2.8;
  background: #f4f4f4;
}
.btn-area.float-btn {
  margin: 0 !important;
  background: #333333;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 0;
  z-index: 22;
}
.popup-visual .tit-img i {
  font-size: 80px;
  color: #000;
}
.pop-text .btn-area .btn-wrap .btn {
	min-width: 110px !important;
}
.text-dark {
  color: #000;
}


/*2019.01.23 업데이트*/
.insert.is-disable label,
.insert.is-dischecked label, {
	color: #999;
}
.insert.is-disable label:before {
  background:url('../../images/common/uniform_sprite.png') 0 -44px;
}
.insert.is-dischecked label:before {
  background:url('../../images/common/uniform_sprite.png') 0 -66px;
}
.input-radio.is-disable label,
.input-radio.is-dischecked label {
	color: #999;
}
.input-radio.is-disable label:before {
  background:url('../../images/common/uniform_sprite.png') -23px -44px;
}
.input-radio.is-dischecked label:before {
  background:url('../../images/common/uniform_sprite.png') -23px -66px;
}

/*2019.01.25 업데이트*/
.mt-20 {
  margin-top: 20px;
}
.block-show {
  display: block;
}
.block-hide {
  display: none;
}

/*2019.01.30 업데이트*/
.loading-box {
  position: fixed;
  z-index: 999;
  width: 400px;
  height: 240px;
  top: calc(50% - 120px);
  left: calc(50% - 200px);
  text-align: center;
  color: #fff;
  font-size: 15px;"
}

/*2019.02.11 업데이트*/
.credit-info {
  text-align: center;
  padding: 15px 40px;
  background: #fff;
  border-radius: 5px;
  margin: 10px 15px;
  line-height: 150%;
  font-family : xeicon;
  position: relative;
  word-break: keep-all;
}
.credit-info:before {
  content:"\e9a7";
  color: #1dcbd1;
  font-size: 24px;
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
}
.credit-info span {
  color: #1dcbd1;
}
.font-danger {
  color: #ea4754;
}
.font-small {
  font-size: 12px;
}
.mt-10 {
  margin-top: 10px;
}
.ml-10 {
  margin-left: 10px;
}

/*2019.02.18 업데이트*/
.btn-more:after {
  right: 10px;
}

/*2019.02.19 업데이트*/
.is-trip .wrap {
  width: calc(100% - 80px) !important;
  margin: 0 auto;
  text-align: center;
}
.is-trip .wrap .from,
.is-trip .wrap .to {
  display: inline-block;
  max-width: 40%;
  padding: 0 !important;
  float: none !important;
  width: auto !important;
  margin-top: 13px;
}
.is-trip .wrap .to:before {
  background: none;
}
.is-trip .wrap .direction {
  display: inline-block;
}
.is-trip .wrap .direction i {
  height: 20px;
  margin: 0 7px 0 2px;
}
.alert-danger {
	margin-top: 5px !important;
}

/*2019.02.21 업데이트*/
.list-view.line-wrap .record-time {
  font-size: 11px;
  color: #666666;
}
.faq-list li .question.status-list::after {
  top: 30px !important;
}
.faq-list li .question .status-box {
  position: absolute;
  display: inline-block;
  top: 22px;
  right: 30px;
  font-size: 12px;
  color: #666666;
}
.faq-list li .question .status-box .status {
  display: inline-block;
  width: 70px;
  text-align: right;
  font-size: 13px;
  color: #000;
}
.faq-list li .question .status-box .status.complete {
  color: #5eb309;
}
.faq-list li .question .status-box .status.fail {
  color: #e50b30;
}
.faq-list li .answer p {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 13px;
}
.faq-list li .answer p:nth-child(1) {
  margin-top: 0;
  margin-bottom: 0;
}
.faq-list li .answer p.answ {
  margin-left: 15px;
}
.faq-list li .answer p.ques:before,
.faq-list li .answer p.answ:before {
  font-family : xeicon;  
  font-size: 15px;
  margin-right: 10px;
  color: #000;
}
.faq-list li .answer p.ques:before {
  content: "\ea0b";
}
.faq-list li .answer p.answ:before {
  content: "\ea0d";
}
.faq-list li .answer p span.record-time {
  margin-left: 20px;
  color: #999;
  font-size: 11px;
}
.choice-air.list-view li a.question .credit-kind {
	font-size: 10px;
	position: absolute;
	right: 45px;
	top: 18px;
}

/*2019.02.25 업데이트*/
.cancel-rate {
  width: calc(100% - 40px);
  margin-left: 20px; 
}
.cancel-rate h2 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.cancel-rate .rate-box {
  background: #fff;
  overflow: hidden;
  margin-top: 10px;
}
.cancel-rate .rate-box.air {
  border-radius: 6px 6px 0 0;
}
.cancel-rate .rate-box.tour {
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #ccc;
  margin: 0;
}
.cancel-rate .rate-box ul {
  margin: 0;
  padding: 20px;
}
.cancel-rate .rate-box ul li {
  list-style: none;
  overflow: hidden;
  color: #333;
}
.cancel-rate .rate-box ul li span {
  float: left;
  line-height: 2;
}
.cancel-rate .rate-box ul li span + span {
  float: right;
}
.cancel-rate .rate-box ul li.sub span {
  font-size: 11px;
  color: #999;
}
ul.cancel-condition {
  margin: 35px;
}
ul.cancel-condition li {
  font-size: 12px;
  color: #4d4d4d;
  font-size: 400;
  margin-bottom:20px;
  line-height: 1.6;
  list-style-type: disc;
}
.cancel-rate .rate-box ul li.total {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d4d4d4;
}
.cancel-rate .rate-box ul li.total span {
  font-size: 15px;
}
.cancel-rate .rate-box ul li.total span + span {
  font-size: 15px;
  color: #557ffe;
}
.mv-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pop-overscroll {
  max-height: 80%;
  overflow-y: auto;
}

/*2019.03.05 업데이트*/
.text-box textarea {
  overflow-y: auto !important;
}
.filter-wrap .filter-body dd span.lowest-rate {
	color: #999;
	display: block;
	font-size: 12px;
	position: absolute;
  right: 0;
  letter-spacing: 0;
	bottom: 1px;
}
.tooltip-lcc {
  position: relative;
}
/*
.tooltip-lcc i.xi-info {
  margin-left: 4px;
  color: #557ffe;
}*/

/*20190507 수정*/
.tooltip-lcc i {
  background: #557ffe;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  border-radius: 2px;
  padding: 2px 7px 3px 5px;
  margin-left:4px;
  font-style:italic;
  position:relative;
  font-family: 'Noto Sans', sans-serif !important;
}
/*20190507 수정*/
.tooltip-lcc i.xi-info:before {
  display:none;
}
.tooltip-lcc i.xi-info:after {
  content: '항공사 직접연동 요금으로 즉시 발권';
  letter-spacing: -1px;
  font-size: 11px;
  font-style:normal;
  padding: 7px 10px;
  border-radius: 3px;
  background: #333;
  color: #e5e5e5;
  position: absolute;
  top: -17px;
  right: -120px;
  width: 95px;
  line-height: 1.5;
  display: none;
  z-index:2;
}
.tooltip-lcc i.xi-info:hover::after, .tooltip-lcc i.xi-info:active::after {
  display: inline-block;
}
#nav .nav-wrap .user-check .gnb li a {
  width: 100%;
	display: inline-block;
}
.inquiry-cont .list-view li .question .inquiry-trip .to::before {
	display: none !important;
}
.inquiry-cont .list-view li .question .inquiry-trip .from {
	padding-right: 0 !important;
}
.inquiry-cont .list-view li .question .inquiry-trip i.xi-arrow-right {
	margin: 0 5px;
}
.myreser-cont .myreser-tit {
	overflow: hidden;
}
.myreser-cont .myreser-tit .tr-wrap {
  float: right;
  position: relative !important;
}
.myreser-cont .myreser-tit span {
	float: left;
}

/*2019.03.07 업데이트*/
.loading-flex {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.loading-flex .logo-img {
  width:170px;
}
.loading-flex .loading-canvas {
  background-color: rgba(255, 255, 255, 0);
  width: 400px;
  height: 400px;
  margin-top: 30px;
}
.loading-flex .loading-canvas canvas {
  position: absolute;
  display: block;
  background-color:rgba(255, 255, 255, 0);
  width: 400px;
  height: 400px;
}
.loading-flex .loading-canvas .overlay-container {
  pointer-events: none;
  overflow: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}
.loading-flex h1 {
  text-align: center;
  color: #000;
  margin-top: 20px;
  font-size: 22px;
}
.loading-flex p {
  color: #666666;
  margin-top: 10px;
  font-size: 13px;
}

/*2019.03.08 업데이트*/
.footer-main {
  border-top: 1px solid #e5e5e5;
  color: #333;
  font-size: 12px;
  margin: 0 20px;
  padding: 20px 0;
  line-height: 1.6;
}
.footer-main span:first-child {
  color: #000;
}
.footer-main span:last-child {
  font-size: 10px;
  color: #999;
  letter-spacing: 0;
}

/*2019.03.20 업데이트*/
.book-limit {
  width: calc(100% - 40px);
  font-size: 14px;
  color: #808080;
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
  margin: 20px 20px 0 20px;
}
.book-limit i {
  float: left;
  margin: 19px 5px 0 20px;
  font-size: 20px;
  color: #333;
}
.book-limit p {
  float: left;
  margin: 17px 0;
}
.book-limit p span {
  color: #000;
  font-weight: 400;
}
.btn-wrap .btn-info {
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
  color: #000;
  display: none;
}
.btn-wrap .btn:hover+.btn-info {
  display: block;
}
.result-wrap .result-item + .result-item {
	height: 35px;
}
.of-v {
  overflow-y: auto;
}
.result-wrap.of-v {
  max-height: 357px;
  z-index: 10;
}
.result-wrap.of-v + .hide-hint {
  position: relative;
  z-index: 20;
  margin-top: -43px;
  height: 43px;
  background: rgba(242,242,242,0);
  background: -moz-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 20%, rgba(242,242,242,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,0)), color-stop(20%, rgba(242,242,242,1)), color-stop(100%, rgba(242,242,242,1)));
  background: -webkit-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 20%, rgba(242,242,242,1) 100%);
  background: -o-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 20%, rgba(242,242,242,1) 100%);
  background: -ms-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 20%, rgba(242,242,242,1) 100%);
  background: linear-gradient(to bottom, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 20%, rgba(242,242,242,1) 100%);
}
.fl-multi-con .fl-route .fl-item {
	width: 43% !important;
}
.fl-multi-con .fl-route .fl-item .fl-field-block input::placeholder {
	font-size: 27px !important;
}
.fl-multi-con .fl-route .fl-item .fl-field-block input {
	font-size: 27px !important;
}
.result-wrap .result-item .class i {
	color: #1dcbd1;
}

/*2019.04.01 업데이트*/
.of-h {
  overflow: hidden;
}
.fr {
  float: right;
}
.mybooked-btn {
  color: rgba(84,187,171,1);
  padding: 5px 5px 10px 0;
  font-size: 13px;
  font-weight: 700;
}

/*2019.04.04 업데이트*/
.special-price {
	color: #ff0090;
	padding: 0 6px;
	font-size: 10px;
	display: inline-block;
  font-weight: 700;
  margin-left: 5px;
  vertical-align: top;
}

/*2019.04.10 업데이트*/
.ribbon-wrapper {
  width: 65px;
  height: 68px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 99;
}
.ribbon-wrapper .ribbon {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 2px 0;
  top: 9px;
  right: 10px;
  width: 110px;
}
.bg-greenish {
  background-color: #1dcbd1;
  color: #fff;
}

/*2019.04.15 업데이트*/
.credit-info {
  margin: 0 !important;
  color: #1dcbd1;
}
.credit-info + .time-block {
  margin-top: 0;
}
.pt-10 {
  padding-top: 20px;
}
.payment {
  margin-top: 10px;
}
.payment li {
  list-style: none;
  background: #fff;
  padding: 15px;
  border-top: 1px solid #ddd;
  font-size: 16px;
  color: #333;
}
.payment li:last-child {
  border-bottom: 1px solid #ddd;
}
.payment-info {
  margin: 20px;
  color: #666666;
}
.payment-info ul {
  font-size: 13px;
  margin-top: 10px;
}
.payment-info ul li {
  line-height: 1.5;
  padding-left: 10px;
  margin-bottom: 7px;
}
.payment-info ul li:before {
  content: "· ";
  margin-left: -5px;
}
#card-info,
#cash-info {
  display: none;
}
#card-info.active,
#cash-info.active {
  display: block;
}
.m-20 {
  margin: 20px;
}
.mt-0 {
  margin-top: 0 !important;
}
.text-blue {
  color: #557ffe;
}
.cash-info {
  font-size: 13px;
  margin: 20px 0 0 0;
  padding: 20px 30px;
}
.cash-info li {
  line-height: 1.5;
  margin-bottom: 7px;
}
.cash-info li:before {
  content: "· ";
  margin-left: -5px;
}
.bg-white {
  background: #fff;
}
.card-block .sub-title {
  color: #222;
  font-weight: 500;
  font-size: 14px;
  text-indent: 20px;
}
.indent-0 {
  text-indent: 0 !important;
}
/*2019.04.18 업데이트*/
.mt-10 {
  margin-top: 10px !important;
}
.agree.no-back .field {
  background: none;
  border: 0;
}
.agree.no-back .field .insert {
  background: none;
  padding-left: 0;
}
.agree.no-back .field .insert .check-block .term {
  display: none;
  width: calc(100% - 40px);
  height: 80px;
  margin: 20px 0;
  background: #fff;
  padding: 20px;
  overflow-y: scroll;
}
.agree.no-back .field .insert .check-block.is-checked .term {
  display: block;
}
.agree.no-back .field .insert .check-block input {
  padding-left: 0;
}
.insert.qt .btn {
  border-radius: 0;
}
.insert.qt + .remain-time {
  font-size: 14px;
  text-align: right;
  margin-top: 3px;
}
.insert .check-block {}
.insert .check-block label {color: #999999; font-weight: 500; cursor: pointer;}
.insert .check-block label:before {font-size: 16px; content:"";display:inline-block;width:22px; height:22px; vertical-align:middle; background:url('../../images/common/uniform_sprite.png') 0 0;}
.insert .check-block.is-checked label {color: #333333; font-weight: 500;}
.insert .check-block.is-checked label:before {background:url('../../images/common/uniform_sprite.png') 0 -22px;}
.insert .check-block.is-disable label:before {background:url('../../images/common/uniform_sprite.png') 0 -44px;}
.insert .check-block.is-discheked label:before {background:url('../../images/common/uniform_sprite.png') 0 -66px;}

.insert .check-block input[type="checkbox"]:checked + label::before {
  background-position: 0 0;
}
.insert .check-block.is-checked input[type="checkbox"]:checked + label::before {
  background-position: 0 -22px;
}


/*2019.04.19 업데이트*/
.term {
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
}
.term h1 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  color: #333;
}
.term h2 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom:10px;
  color: #333;
}
.term p {
  margin: 10px 0;
}
.term ul {
  margin: 20px;
}
.term ul li {
  list-style: disc;
}
.term ul li ul {
  margin-left: 10px;
}
.term ul li ul li {
  list-style: none;
}
.term ol {
  margin-left: 20px;
  margin-bottom: 20px
}
.term ol ol {
  margin-top: 10px;
  margin-bottom: 10px
}
.term li {
  margin-bottom: 10px
}
.term ol li {
  list-style-type: decimal;
}
.term ol li ol li {
  list-style-type: lower-roman;
}
.term table {
	border-collapse: collapse;
  border-spacing: 0;
  margin-top: 10px;
  border: 1px solid #ddd;
  width: 100%;
}
.term table th {
  background: #f2f2f2;
  text-align: center;
}
.term table td {
  text-align: left;
}
.term table th,
.term table td {
  padding: 8px 10px;
  border: 1px solid #ddd;
}

/*2019.05.02 업데이트*/
.airline-filter > span {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: rgba(0,0,0,1);
  transition: all 0.2s;
}
.airline-filter > span:hover {
  cursor: pointer;
  color: rgba(0,0,0,0.7);
}
.airline-filter > div:nth-child(n+6) {
  display: none;
}
.airline-filter.expand > div:nth-child(n+6) {
  display: block;
}


/*전자항공권 발행 확인서 css추가 2019-05-07*/
#page-01 { padding:0 !important; border:none; border-radius:5px; -webkit-box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.13); -moz-box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.13); box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.13);}
.confirm-doc.type02 { margin-top:0 !important;}
.confirm-doc.type02 .popup-header { padding:20px; }
.confirm-doc.type02 .popup-header .pop-tit { font-size:20px; line-height:29px; font-weight:300; color:#333; margin-bottom:3px;}
.confirm-doc.type02 .popup-header .pop-sub { font-size:12px; line-height:18px; font-weight:300; color:#999; }
.paper-block-wrap .paper-block { margin:0 !important; padding:0 !important; }
.paper-block-wrap .paper-block dl { margin-bottom:0;}
.paper-block-wrap .paper-block dl dt { padding:10px 20px; background-color:#f8f8f8 !important; border:none; font-size:14px; line-height:20px; font-weight:500; color:#333; }
.paper-block-wrap .paper-block dl dt span.e_txt { display:inline-block; font-size:12px; line-height:18px; letter-spacing:-0.02px; font-weight:300; color:#999; margin-left:7px; }
.paper-block-wrap .paper-block dl dd { padding:0 20px !important; margin-bottom:20px !important; }
.paper-block-wrap .paper-block dl dt + dd { margin-top:20px !important;}
.paper-block-wrap .paper-block dl dd div.paper-sbj01 { font-size:12px; line-height:18px; color:#999; margin-bottom:2px;}
.paper-block-wrap .paper-block dl dd div.paper-sbj02 { font-size:14px; line-height:20px; color:#333; }
.paper-block-wrap .paper-block dl dd.tInfo { padding:0 !important; display:inline-block; width:100%; }
.paper-block-wrap .paper-block dl dd.tInfo .tInfo-area { padding:0 20px; }
.paper-block-wrap .paper-block dl dd.tInfo .tInfo-area .tInfo-wrap { margin:20px 0; padding:10px 20px;  background:#f8f8f8; position:relative; }
.paper-block-wrap .paper-block dl dd.tInfo .tInfo-area .tInfo-wrap:after { content:''; position:absolute; left:0; bottom:-20px; width:100%; height:1px; background:#ddd;}
.paper-block-wrap .paper-block dl dd.tInfo:last-child .tInfo-area .tInfo-wrap:after { content:none;}
.paper-block-wrap .paper-block dl dd.tInfo .tInfo-area .tInfo-wrap .tInfo-box { padding:5px 0;}
.paper-block-wrap .paper-block dl dd.tInfo .tInfo-area .tInfo-wrap .tInfo-box p { font-size:12px; line-height:20px; color:#333; }
.paper-block-wrap .paper-block dl dd.tInfo .tInfo-area .tInfo-wrap .tInfo-box.g-col p { color:#999 !important;}
.paper-block-wrap .paper-block dl.info { padding-bottom:10px; margin-top:7px;}
.paper-block-wrap .paper-block dl.info dd { font-size:12px; line-height:20px; color:#999; margin-bottom:10px !important;}

/*2019.05.15 업데이트*/
#footer {
  position: relative !important;
  margin-top: 20px;
}
#nav {
  background-color: #fff !important;
}
#nav .nav-wrap .user-check .gnb {
	padding: 13px 0 !important;
	margin: 0 25px !important;
}
#nav .nav-wrap .user-check .gnb .subtitle {
  font-size: 12px;
  color: #b0b0b0;
  padding-bottom:0;/*2019-06-21추가*/
}
/*2019-06-21주석처리
#nav .nav-wrap .user-check .gnb li {
	line-height: 40px !important;
}*/
#nav .nav-wrap .area-terms {
  padding: 10px 0;
  margin: 0 25px;
  border-bottom: 1px solid #e3e3e3;
}
#footer .address {
  font-size: 10px !important;
}

/*S:2019-05-24 업데이트*/
.trip-sinfo {
  padding:15px 20px 0;
  margin-bottom:-5px;
}
.trip-sinfo span {
  font-size:12px;
  color:#557ffe;
  line-height:1.83;
}

.trip-sinfo span i {
  margin:0 4px;
  vertical-align:-1.4px;
}
/*E:2019-05-24 업데이트*/

/*S:2019-05-30 배너 추가*/
.mbnr-area {width:100%; margin:20px 0;}
.mbnr-area.type2 { margin:30px 0 0 0;}
.mbnr-area .mbnr-wrap a { display:block; }
.mbnr-area .mbnr-wrap a img { width:100%; height:auto; }

.mbnr-area.type3 { position:fixed; left:0; bottom:0; width:100%; z-index:10; margin:0; }
.mbnr-area.type3 a { display:block; }
.mbnr-area.type3 a img { width:100%; height:auto; }

/*E:2019-05-30 배너 추가*/

/* 결제 ui/ux 개편 */
.radio-list{margin-top:20px;width:100%;font-size:0;}
.radio-list:after{content:'';display:block;clear:both;}
.radio-list li{float:left;width:50%;}
.m-radio-base{display:block;height:22px;}
.m-radio-base input[type="radio"]+label{font-size:14px;color:#333;line-height:22px;}
.m-radio-base input[type="radio"]+label:before{width:20px;height:20px;border-radius:11px;border:1px solid #ddd;background:none;transition:border .2s;}
.m-radio-base input[type="radio"]+label:after{transition:background .2s;}
.m-radio-base input[type="radio"]:checked+label:before{border:1px solid #557ffe;}
.m-radio-base input[type="radio"]:checked+label:after{content:'';display:block;width:12px;height:12px;border-radius:6px;background:#557ffe;position:absolute;left:5px;top:5px;}

.m-chk-base{display:block;word-break:break-all;}
.m-chk-base input[type="checkbox"]+label{display:block;padding-left:24px;font-size:12px;color:#333;}
.m-chk-base input[type="checkbox"]:checked+label{font-weight:normal;}
.m-chk-base input[type="checkbox"]+label.err, .m-chk-base input[type="checkbox"]+label.red{color:#ea4754;}
.m-chk-base input[type="checkbox"]+label:before{width:18px;height:18px;background-size:auto 18px;background-position:50% 50%;background-repeat:no-repeat;background-image:url(../../images/common/b-chk-init.svg);/*transition:background .2s;*/}
.m-chk-base input[type="checkbox"]:checked+label:before{background-image:url(../../images/common/b-chk-selected.svg);}
.m-chk-base.is-disable input[type="checkbox"]:checked+label:before{background-image:url(../../images/common/btn-check-box-disable.svg);}/* 190711 */
.m-chk-base.is-disable input[type="checkbox"]+label:before{background-image:url(../../images/common/btn-check-box-disable-unselected.svg);}/* 190711 */

.m-btn-base{display:block;}
.m-btn-base a, .m-btn-base input, .m-btn-base button{display:block;height:50px;padding-top:12px;font-size:16px;font-weight:500;color:#fff;background: #557ffe;text-align:center;border-radius:5px;box-sizing:border-box;border:0;}
.m-btn-base.tp2 a, .m-btn-base input, .m-btn-base.tp2 button { border:1px solid #557ffe; border-radius:5px; background:#fff; color:#557ffe; font-weight:400; }/*나중결제 추가 css*/

.b-fix-btn{position:fixed;left:0;bottom:0;width:100%;height:60px;background:#557ffe;font-size:16px;color:#fff;text-align:center;z-index:10;}
.b-fix-btn span{display:inline-block;padding-top:17px;}
.b-fix-btn.disabled{background:#b0b0b0;}

.insert-radio{height:50px;position: relative;}
.insert-radio .radio-list{margin-top:0;padding-top:13px;}
.insert-radio .radio-list li{width:auto;margin-left:10px;}
.insert-radio .radio-list li:first-child{margin-left:0;}
.mt20{margin-top: 20px !important;}

.n-style .mbnr-area{margin:10px 0;}
/* 결제 ui/ux 개편 END */

/* NDC, LCC 개편 */
#header.sub h1.is-trip.new{height:auto;margin-left:50px;margin-right:50px;padding-top:10px;font-size:0;}
.is-trip.new .wrap{width:auto !important;}
.is-trip.new .wrap span{font-family: 'Noto Sans KR', sans-serif;font-size:18px;vertical-align:top;font-weight:500;margin-top:0;}
.is-trip.new .wrap .to{padding-left:19px !important;margin-left:8px;}
.is-trip.new .wrap .to:before{width:13px;height:10px;left:0;top:11px;background:url(../../images/common/ic-arrow-gnb.svg) 0 0 no-repeat;background-size:auto 10px;}
.is-trip.new .wrap span.from{max-width:120px;}
.is-trip.new .wrap span.to{max-width:139px;}
@media screen and (max-width:367px) {
  .is-trip.new .wrap span.from{max-width:100px;}
  .is-trip.new .wrap span.to{max-width:119px;}
}
@media screen and (max-width:330px) {
  .is-trip.new .wrap span.from{max-width:96px;}
  .is-trip.new .wrap span.to{max-width:116px;}
}
#search-condition{margin-bottom:0;}
.trip-info.new span{font-size:14px;color:#666;}
.trip-info.new span em{color:#1dcbd1;margin-right:2px;}
.trip-info.new span + span{padding-left:11px;}
.trip-info.new span + span:before{width:2px;height:2px;top:50% !important;background:#b0b0b0;left:4px;border-radius:1px;}
.trip-info.new span + span.front-dash:before{width:1px;height:11px;top:7px !important;background:#ddd;}
.trip-info.new a.btn-more{display:none;}
.tab-list.tab-slide.new{overflow:initial;}
.tab-list.tab-slide.new .filter-article{width:100%;padding:10px 0;box-sizing:border-box;}
.tab-list.tab-slide.new ul{padding:0;padding-left:20px;font-size:0;width:10000px;}
.tab-list.tab-slide.new li{height:auto;line-height:initial;margin-left:10px;display:inline-block;float:left;box-sizing:border-box;}
.tab-list.tab-slide.new li:first-child{margin-left:0;}
.tab-list.tab-slide.new li a{font-size:12px;font-weight:400;color:#999;border:1px solid #ddd;border-radius:3px;min-width:initial;padding:7px 10px;}
.tab-list.tab-slide.new li.active a{background:none;border:1px solid #557ffe;color:#557ffe;}

.btn-area.fix{position:fixed;left:0;bottom:0;width:100%;}
.popup#layer-ndc-var1, .popup#layer-ndc-var2{top:50%;margin-top:-103.5px;z-index:9993;}
.new.popup .popup-body .popup-body-content p.cont-tit.increase,
.new.popup .popup-body .popup-body-content p.cont-tit.decrease{padding-top:34px;color:#666;position:relative;line-height:1.2;}
.new.popup .popup-body .popup-body-content p.cont-tit.increase:before,
.new.popup .popup-body .popup-body-content p.cont-tit.decrease:before{content:'';display:block;width:28px;height:28px;border-radius:14px;position:absolute;left:50%;top:0;margin-left:-14px;}
.new.popup .popup-body .popup-body-content p.cont-tit.increase:before{background:#ea4754 url(../../images/contents/ic-increase.svg) 50% 50% no-repeat;background-size:auto 12px;}
.new.popup .popup-body .popup-body-content p.cont-tit.decrease:before{background:#1dcbd1 url(../../images/contents/ic-decrease.svg) 50% 50% no-repeat;background-size:auto 16px;}
.new.popup .popup-body .popup-body-content p.cont-tit + p.cont-text.increase strong{color:#ea4754;}
.new.popup .popup-body .popup-body-content p.cont-tit + p.cont-text.decrease strong{color:#1dcbd1;}
.radio-basic .list-wrap.nation .radio-block:nth-child(4):after{background: none;}
/* NDC, LCC 개편 END */

/* 공통 ui/ux 개편(추후 예정) */
.renew .btn-gnb{top:11px;}
.renew .btn-gnb span{width:19px;margin-top:4px;margin-bottom:0;}
.renew .btn-gnb span:first-child{margin-top:0;}

.renew #container{margin-top:0;padding-top:50px;}
.renew #container .content-header .search-wrap{background:#fff;margin:20px 20px 30px;border-radius:5px 5px 0 0;position:relative;}
.renew #container .content-header .search-wrap .alert-danger{position:absolute;left:0;bottom:56px;width:100%;text-align:center;font-size:10px;}
/* 공통 ui/ux 개편(추후 예정) END */

/*S : 2019-07-03 여행준비*/
.pT-visual { background:url(../../images/common/m_main.png)no-repeat; background-size:cover; padding:19px 0 23%; }
.pT-visual .visual-in { padding:0 20px;}
.pT-visual .visual-in p {color:#333; font-weight:300;}
.pT-visual .visual-in p b { font-weight:500;}
.pT-content { border-radius:10px 10px 0 0; background:#fff; margin-top:-1%; height:100%;}
.pT-content .pt-landing { padding:0 20px ;}
.pT-content .pt-landing ul li a { display:block; padding:25px 0; border-bottom:1px solid #eee; background: url(../../images/common/ic-arrow-side-grey.svg) 100% center no-repeat; background-size: 10px 16px; -webkit-background-size: 10px 16px;}
.pT-content .pt-landing ul li a > span { vertical-align:middle;}
.pT-content .pt-landing ul li a span.pt-icon { display:inline-block; width:55px;}/*여행준비수정*/
.pT-content .pt-landing ul li a span.pt-icon img { max-height:34px; width:auto;}
.pT-content .pt-landing ul li:nth-child(2) a span.pt-icon img { margin-left:5px;}
.pT-content .pt-landing ul li a span.tit { font-size:16px; font-weight:500; color:#333;}
/*S : 2019-07-10*/  
.content-View { width:100%; position:relative;}
.content-View img { width:100%;}
.content-View .btn-go { position:absolute; width:80%; height:50px; height:10vh; bottom:6%; left:50%; margin-left:-40%; }
.content-View .btn-go span {position:absolute; width:0; height:0; line-height:0; text-indent:-9999px; overflow:hidden; }
/* 190820 */
.content-View .c-View { position:relative;}
.content-View .c-View .btn-go { position:absolute; display:block; }
.content-View .c-View.cv01 a.btn-go { width:30%; height:30%; top:5%; margin-left:15%; }
.content-View .c-View.cv02 a.btn-go.top { width:100%; height:27%;top:35%; left:0; margin-left:0;}
.content-View .c-View.cv02 a.btn-go.bottom {width:100%; height:27%; top:62%; left:0; margin-left:0;}
/* 190820 END */
/*E : 2019-07-10*/  
/*E : 2019-07-03 여행준비*/

/* TWAY 팝업 */
.popup-wrap{position:fixed;left:20px;right:20px;top:50%;background:#fff;z-index:9999;border-radius:8px;overflow:hidden;transform:translateY(-50%);}
.popup-dimm{position:fixed;top:0;left:0;width:100%;height:1000%;background-color:rgba(0,0,0,0.7);z-index:9998;}
.popup-wrap .p-content{padding:30px 20px 20px;}
.popup-wrap .p-content .logo{width:60px;margin:0 auto;}
.popup-wrap .p-content .logo img{width:100%;}
.popup-wrap .p-content .txt{color:#333;text-align:center;}
.popup-wrap .p-content .b-txt{font-size:20px;font-weight:500;margin-top:25px;}
.popup-wrap .p-content .s-txt{font-size:12px;}
.popup-wrap .p-detail{position:relative;margin-top:30px;}
.popup-wrap .p-detail .label{font-size:14px;color:#333;}
.popup-wrap .p-detail .b-view{font-size:14px;color:#557ffe;position: absolute;right:0;top:0;}
.popup-wrap .p-detail .list{padding:20px 0;width:100%;background:#f8f8f8;border-radius:5px;margin-top:15px;}
.popup-wrap .p-detail .list:after{content:'';display:block;clear:both;}
.popup-wrap .p-detail .list li{float:left;width:33.333%;text-align:center;font-size:12px;color:#333;font-weight:500;position:relative;}
.popup-wrap .p-detail .list li:after{content:'';display:block;width:1px;height:100%;background:#eee;position: absolute;left:0;top:0;}
.popup-wrap .p-detail .list li:first-child:after{display:none;}
.popup-wrap .p-detail .list li:before{display:block;content:'';width:30px;height:30px;margin:0 auto 5px;}
.popup-wrap .p-detail .list li.seats:before{background:url(../../images/contents/ic-seats.svg) 0 0 no-repeat;}
.popup-wrap .p-detail .list li.baggage-checked:before{background:url(../../images/contents/ic-baggage-checked.svg) 0 0 no-repeat;}
.popup-wrap .p-detail .list li.airplane-food:before{background:url(../../images/contents/ic-airplane-food.svg) 0 0 no-repeat;}
.popup-wrap .p-detail .b-close-today{display:inline-block;margin-top:25px;font-size:12px;color:#333;position:relative;padding-left:26px;}
.popup-wrap .p-detail .b-close-today:before{content:'';display:block;width:18px;height:18px;background-size:auto 18px;background-position:50% 50%;background-repeat:no-repeat;background-image:url(../../images/common/b-chk-init.svg);position:absolute;left:0;top:1px;}
.popup-wrap .p-detail .b-close{display:inline-block;margin-top:25px;font-size:12px;color:#333;position:absolute;right:0;bottom:0;}/* POLD0SF002-2460 */
.popup-wrap .b-apply{display:block;font-size:16px;font-weight:500;color:#fff;background:#557ffe;padding:18px 0;text-align:center;}
.popup-wrap.tp2{left:0;top:0;right:0;width:100%;height:100%;transform:translateY(0);border-radius:0}
.popup-wrap.tp2 .p-content-wrap{position:absolute;z-index:9999;left:20px;right:20px;top:50%;transform:translate(0,-50%);border-radius:8px;overflow:hidden;background:#fff;}
/* TWAY 팝업 END */

/* 여행자보험 */
.is-multi.new .wrap span.bridge{margin:0 5px;}
.c-feedback{font-size:12px;color:#ea4754;}
.mbnr-area .mbnr-wrap a.bnr-insurance{display:block;padding:12px 20px;font-size:14px;font-weight:300;color:#333;background:#f4d45a;position:relative;}
.mbnr-area .mbnr-wrap a.bnr-insurance span{display:inline-block;position:relative;padding-left:59px;}
.mbnr-area .mbnr-wrap a.bnr-insurance span:before{content:'';display:block;width:57px;height:66px;background:url(../../images/insurance/img-banner-insurance.svg) 0 0 no-repeat;position:absolute;left:0;bottom:-12px;}
.mbnr-area .mbnr-wrap a.bnr-insurance:after{content:'';display:block;width:7px;height:13px;background:url(../../images/insurance/ic-arrow-side-black.svg) 0 0 no-repeat;position: absolute;right:20px;top:50%;margin-top:-6.5px;}

.mbsc-ios .dwwr{padding-top:64px !important;}
.mbsc-ios .dwo{background: rgba(0, 0, 0, .8) !important;}
.mbsc-ios .dwwol{background: none !important;}
.mbsc-ios .dw-sel{color:#1dcbd1 !important;}
.mbsc-ios .dwfl{position:relative;}
.mbsc-ios .dwfl:before{content:'';display:block;width:2px;height:100%;background:#eee;position:absolute;left:0;top:0;}
.mbsc-ios .dwwc{padding-left:0 !important;padding-right:0 !important;padding-top: 20px !important;}
.mbsc-ios .mbsc-w-p:nth-child(1) .dwfl:first-child:before{display:none;}
.mbsc-ios .dwl{display:none;}
.mbsc-ios .dwb-c{display:none !important;}
.mbsc-ios .dwbc{left:20px !important;right:20px;width:calc(100% - 40px) !important;height:64px !important;border-bottom:1px solid #eee !important;}
.mbsc-ios .dwv{left:20px;top:11px !important;font-size:16px !important;font-weight:500 !important;font-family:'Roboto', 'Noto Sans', sans-serif;text-align:left;}
.mbsc-ios .dwb-s .dwb{background:none !important;color: #557ffe !important;border: 0 !important;margin:16px 0 0 0;padding:0;font-family:'Roboto', 'Noto Sans', sans-serif;font-size:14px;color:#557ffe;font-weight:normal !important;}
.mbsc-ios .dw-persp{height: 100% !important;position: fixed;}/* 상단으로 튀지 않도록 */

@media screen and (max-width:320px){
  .mbnr-area .mbnr-wrap a.bnr-insurance{letter-spacing:-1px;font-size:13px;}
  .new.page-layer .s-agree-terms .m-chk-base.tp2.w-arrow input[type="checkbox"]+label{font-size:11px;}
  .new.page-layer .s-agree-terms .m-chk-base.tp2 input[type="checkbox"]+label{font-size:11px;}
}
/* 여행자보험 END */

/* 190805 배너 */
.n-style .mbnr-area:after{content:'';display:block;width:100%;height:1px;position:absolute;left:0;top:0;background:#f2f2f2;z-index:10;}
/* 190805 배너 END */

/* 국내선 */
.header-back-btn{width:50px;background:url(../../images/common/ic-arrow-back.svg) 20px 50% no-repeat;}
.header-back-btn i{font-size:16px;font-weight:500;color:#333;display:none;}
.btn-gnb{right:12px;top:12px;}
.btn-gnb span{width:20px;margin:4px 0 0;}
.btn-gnb span:first-child{margin-top:0;}
.trip-info{border-bottom:1px solid #f2f2f2;}
.trip-info.new span em{font-weight:500;}
/* 국내선 END */

/* 신규로딩 */
.loading-dimm{position:fixed;left:0;top:0;width:100%;height:100%;background:#000;opacity:.7;z-index:999;}
.loading-wrap{position:fixed;left:0;top:0;width:100%;height:100%;z-index:1000;}
.loading-inner{margin:0 20px;position:relative;top:50%;transform:translateY(-50%);text-align:center;margin-top:-20px;}
.loading-wrap .intro .logo{width:80px;margin:0 auto;}
.loading-wrap .intro .logo img{width:100%;}
.loading-wrap .intro .txt{font-size:14px;font-weight:300;color:#fff;}
.loading-wrap .air-section{border-top:1px solid rgba(102,102,102,.7);border-bottom:1px solid rgba(102,102,102,.7);margin-top:30px;}
.loading-wrap .air-section > li{padding:20px 0;width:100%;position:relative;}
.loading-wrap .air-section > li div.infos{width:100%;font-size:0;}
.loading-wrap .air-section > li div.info{width:50%;display:inline-block;vertical-align:middle;box-sizing:border-box;}
.loading-wrap .air-section > li div.info.left{padding-right:43px;}
.loading-wrap .air-section > li div.info.right{padding-left:43px;}
.loading-wrap .air-section > li div.info span{display:block;color:#fff;line-height:1;}
.loading-wrap .air-section > li div.info .en{font-size:24px;font-weight:500;font-family:'Roboto', sans-serif;}
.loading-wrap .air-section > li div.info .city{font-size:14px;margin-top:3px;font-weight:300;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0 20px;}
.loading-wrap .air-section > li div.info .date{font-size:12px;margin-top:8px;font-weight:300;}
.loading-wrap .air-section > li div.line{width:86px;position:absolute;top:50%;left:50%;margin-left:-34px;transform:translateY(-50%);}
.loading-wrap .air-section > li div.line span{display:inline-block;}
.loading-wrap .air-section > li div.line .round{width:47px;height:18px;background:url(../../images/common/ic-loading-round.svg) 0 0 no-repeat;background-size:auto 18px;}
.loading-wrap .air-section > li div.line .oneway{width:57px;height:7px;background:url(../../images/common/ic-loading-oneway.png) 0 0 no-repeat;background-size:auto 7px;}
.loading-wrap .air-section > li div.line .date{font-size:12px;font-weight:300;color:#fff;}

.loading-wrap.air-multi .air-section{padding:10px 0;}
.loading-wrap.air-multi .air-section > li div.info .en{font-size:20px;}
.loading-wrap.air-multi .air-section > li div.info .city{font-size:12px;margin-top:6px;}
.loading-wrap.air-multi .air-section > li{padding:10px 0;}
/* 신규로딩 END */

/* 중국남방항공 팝업 */
.popup-wrap{margin-top:0;transform:translateY(-50%);}
.popup-wrap .p-content .logo.china{width:125px;}
.popup-wrap .p-content .txt.ch-txt{font-size:16px;font-weight:300;margin-top:15px;}
.popup-wrap .p-content .txt.ch-txt strong{font-size:20px;font-weight:bold;}
.popup-wrap .p-content .china-pic{text-align:center;}
.popup-wrap .p-content .china-info{text-align:center;font-size:12px;font-weight:300;margin-top:15px;}
/* 중국남방항공 팝업 END */

/* S : 제주에어 팝업 */
.popup-wrap .p-content .logo.jejuair{width:107px;}
.popup-wrap .p-content.jejuair { padding:24px; }
.popup-wrap .p-content.jejuair .txt.ch-txt { margin-top:24px; font-size:16px; font-weight:300; line-height:1.3;}
.popup-wrap .p-content.jejuair .txt.ch-txt strong { font-size:20px; font-weight:700; color:#333;}
.popup-wrap .p-content.jejuair .txt.ch-txt b { font-weight:500;}
.popup-wrap .p-content.jejuair .sub-txt { text-align:center; font-size:12px; color:#333; line-height:1.42; margin-top:8px;}
.popup-wrap .p-content.jejuair .p-detail { margin-top:24px;}
.popup-wrap .p-content.jejuair .p-detail .detail-box { padding:12px; background:#f8f8f8; font-size:12px; font-weight:500; color:#333; letter-spacing:normal;} 
.popup-wrap .p-content.jejuair .p-detail .detail-box li { font-size:12px; color:#333; font-weight:500; line-height:1.67;}
.popup-wrap .p-content.jejuair .p-detail .b-close-today { margin-top:16px;}
/* E : 제주에어 팝업 */

/* S : 코로나 팝업 */
.popup-wrap .p-content.popup-rsvn-noti .txt.ch-txt {font-size:14px;}
/* E : 코로나 팝업 */

.flex3{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align:center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.btn.txtbtn{font-size:13px;color:#557ffe;text-decoration:underline;}

/*안내문팝업*/
.b-abs-btn{position:absolute;left:0;bottom:0;width:100%;height:60px;background:#557ffe;font-size:16px;color:#fff;text-align:center;z-index:10;}
.b-abs-btn span{display:inline-block;padding-top:17px;}
.b-abs-btn.disabled{background:#b0b0b0;}
.bottom-popup.popup-sty01{height:auto;max-height:calc(100% - 52px);}
.bottom-popup.popup-sty01 .layer-wrap .con-wrap{height:calc(100% - 51px);overflow-y:auto !important;}
.new.page-layer.popup-sty01 h3{font-size:16px;font-weight:500;color:#181818;padding:16px 20px;}
.new.page-layer.bottom-popup.popup-sty01 .con-inner{border-color:#eee;}
.new.popup-sty01 .btn-close, .new .btn-close2{top:19px;}
.pd-area{padding-bottom:56px;}
.pd-area .chk-area{margin-top:23px;}
.pd-area .m-chk-base input[type="checkbox"]+label{font-size:14px;color:#333;}
.pd-area .m-chk-base input[type="checkbox"]+label:before{top:2px;}
.circle-box{position:relative;}
.circle-box:after{content:'';position:absolute;width:100%;height:24px; background-image: linear-gradient(to bottom, rgba(248, 248, 248, 0), #f8f8f8);left:0;bottom:0;border-radius:5px;}
.circle-box-in{background:#f8f8f8;border-radius:5px;padding:15px;max-height:256px;overflow-y:auto;}
.circle-box-in dl dd{color:#333;font-size:12px;}
.circle-box-in dl dd + dd{margin-top:8px;}
.circle-box-in dl dd span.red{color:#ea4754;}
.circle-box-in dl dd.red{color:#ea4754;font-weight:500;}
.circle-box-in dl dt{font-size:13px;font-weight:700;color:#333;margin-bottom:5px;}
.circle-box-in dl + dl{margin-top:10px;}
.circle-box-in dl.dot dd{padding-left:7px;position:relative;}
.circle-box-in dl.dot dd:before{content:'';width:2px;height:2px;background:#666;border-radius:100%;position:absolute;left:0;top:8px;}

.flex{display: -webkit-box; display: -ms-flexbox; display: flex;}
.flex2{display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-align-items: center;-ms-flex-align:center;align-items: center;}
.aligncenter{-webkit-justify-content: center; -ms-flex-pack: justify; justify-content: center;}
.aligncenter2{-ms-flex-pack: space-between; justify-content: space-between;}

.total-price-zone .top-box { position:relative;padding:16px 20px 16px 0;}
.total-price-zone .top-box:after { content:''; width:13px; height:8px; position:absolute; top:50%; margin-top:-4px; right:0; background:url(../../images/common/ic-arrow-under-blue.svg) 50% 50% no-repeat; background-size:auto 8px; transition:transform .3s;}
.total-price-zone .top-box.active:after { transform: rotate(180deg);}
.total-price-zone .total-price-box .price-tit {-webkit-flex:1; flex:1;font-weight:500;}
.total-price-zone .total-price-box .price-tit .general-price { font-size:14px; color:#333; letter-spacing: -0.1px; display:block; }
.total-price-zone .total-price-box .price-tit .promo-price { font-size:12px; color:#999; font-weight:500; line-height:1.5; display:block; }
.total-price-zone .total-price-box .price-total { width:122px; font-size:12px; color:#557ffe; text-align:right;}
.total-price-zone .total-price-box .price-total span { font-family: 'Roboto', sans-serif; font-size:20px; font-weight:500; letter-spacing:-0.1px; }
.total-price-zone .bottom-box { display:none;}
.total-price-zone .bottom-box dl { padding:16px 0; border-bottom:1px solid #f2f2f2; }
.total-price-zone .bottom-box dl:last-child{border-bottom:0;}
.total-price-zone .bottom-box dl dt, .total-price-zone .bottom-box dl dd { display:-webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center;  -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.total-price-zone .bottom-box dl dt span { font-size:14px; color:#333;}
.total-price-zone .bottom-box dl dt + dd{margin-top:10px;}
.total-price-zone .bottom-box dl dd { margin-top:5px;}
.total-price-zone .bottom-box dl dd span { font-size:12px; color:#666; line-height:1.5;}
.total-price-zone .bottom-box .total-price-box{padding-bottom:30px;}

/*S : TIDD0SF004-1311*/
.block-n-notice{ height:50px; background:#fff; display:block;}
.block-n-notice .notice-in { display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; width:100%; height:50px; padding:0 20px; box-sizing:border-box; text-align:left; transform:translateY(-50px); opacity:0; -webkit-transition:all 0.7s; transition:all 0.7s;}
.block-n-notice.open .notice-in{ opacity:1; transform:translateY(0);}
.block-n-notice .notice-in.red{background:#fbe6e1;}
.block-n-notice .notice-in.green{background:#daf2ee;}
.block-n-notice .notice-in span{display:inline-block; margin-left:8px; font-size:12px; font-weight:300; color:#000; line-height:normal;}
.block-n-notice .notice-in span em{font-weight:500;}
.sc-icon{display:inline-block; background-repeat:no-repeat; background-size:100%; }
.sc-icon.ic-increase{width:28px; height:29px;background-image:url(../../images/common/ic-warnings-2.svg);}
.sc-icon.ic-decrease{width:28px; height:29px;background-image:url(../../images/common/img-decrease.svg);}
/*E : TIDD0SF004-1311*/

/* DT-3234 ----------*/
.btn.type05{color: #000; background: #e0e0e0; border-radius: 5px;}
.t-purple{color:#557ffe !important;}
/* //DT-3234 ----------*/