@charset "utf-8";

/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC&display=swap');
@import url(font_noto/font.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900');*/

@import url(font_roboto/font.css);
@import url(font_noto_jp/font.css);
@import url(font_noto_sc/font.css);
@import url(font_noto/font.css);
@import url(font_pretendard/font.css);
@import url(font_s_core/font.css);

/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, span, form, fieldset, input, select, label, textarea, table, caption, thead, tfoot, tbody, tr, th, td
{
    margin:0;padding:0;
    color:#000;font-family:'Roboto','Noto Sans KR','Malgun Gothic',굴림,Gulim,돋움,Dotum,sans-serif;font-size:16px;font-weight:400;line-height:1.6;
    font-smoothing:antialiased;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;
}
body#verEng,
#verEng div,
#verEng h1, #verEng h2, #verEng h3, #verEng h4, #verEng h5, #verEng h6,
#verEng p, #verEng ul, #verEng ol, #verEng li, #verEng dl, #verEng dt, #verEng dd, #verEng span,
#verEng form, #verEng fieldset, #verEng input, #verEng select, #verEng label, #verEng textarea,
#verEng table, #verEng caption, #verEng thead, #verEng tfoot, #verEng tbody, #verEng tr, #verEng th, #verEng td {font-family:'Roboto',sans-serif !important;}

body#verChn,
#verChn div,
#verChn h1, #verChn h2, #verChn h3, #verChn h4, #verChn h5, #verChn h6,
#verChn p, #verChn ul, #verChn ol, #verChn li, #verChn dl, #verChn dt, #verChn dd, #verChn span,
#verChn form, #verChn fieldset, #verChn input, #verChn select, #verChn label, #verChn textarea,
#verChn table, #verChn caption, #verChn thead, #verChn tfoot, #verChn tbody, #verChn tr, #verChn th, #verChn td {font-family:'Roboto','Noto Sans SC',sans-serif !important;}

body#verJpn,
#verJpn div,
#verJpn h1, #verJpn h2, #verJpn h3, #verJpn h4, #verJpn h5, #verJpn h6,
#verJpn p, #verJpn ul, #verJpn ol, #verJpn li, #verJpn dl, #verJpn dt, #verJpn dd, #verJpn span,
#verJpn form, #verJpn fieldset, #verJpn input, #verJpn select, #verJpn label, #verJpn textarea,
#verJpn table, #verJpn caption, #verJpn thead, #verJpn tfoot, #verJpn tbody, #verJpn tr, #verJpn th, #verJpn td {font-family:'Roboto','Noto Sans JP',sans-serif !important;}

b, span, strong, input, a, button{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;}
article, aside, dialog, footer, header, section, footer, nav, figure, hgroup, details, summary, figure, figcaption {display: block;}
cite {display:inline}
html, body {height:100%;}
body {overflow-x:hidden;margin:0px;}
.fp-enabled body.hidden,
body.hidden.fp-responsive,
body.hidden{overflow:hidden !important}
a:link,
a:visited {text-decoration:none;}
img{border:0;max-width:100%}
label, input, textarea, select{vertical-align:middle}
ol, ul {list-style:none;}
table {border-collapse:collapse;table-layout:fixed;}
fieldset {border:none}
button {margin:0;padding:0;border:none;background:none;cursor:pointer;display:inline-block;}
hr, legend, .skip, .alt_hidden {display:block;position:absolute;left:-1000%;overflow:hidden;width:1px;height:1px;font-size:0;line-height:0;}


/*** Layout ***/
#dim,
#gnb_dim {position:fixed;top:0;left:0;width:100%;height:100%;background:#000;visibility:hidden;opacity:0;}
#dim.on {visibility:visible;opacity:0.5;z-index:900;}
.alt_hidden, legend, caption,
caption>p {display:block;width:1px;height:1px;overflow:hidden;position:absolute;top:-1000em;left:0;}
#skip_menu a{position:absolute;opacity:0}
#skip_menu a:focus{display:inline-block;padding:10px;background:#000;font-size:15px;color:#fff;opacity:1;z-index:1000}

/*전 사이트 푸터메뉴 중 첫번째 색상고정*/
.f_menu>li:first-child>a {color:#19a0ff !important;}

/*** style_guide ***/
/* button */
.btnC {display:inline-block;box-sizing:border-box;border:1px solid #a70638;background:#fff;vertical-align:top;transition:0.2s;}
.btnC>span {display:block;overflow:hidden;width:auto;min-width:145px;height:54px;margin:0;box-sizing:border-box;padding:0 45px;color:#a70638;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:500;line-height:56px;text-align:center;letter-spacing:-1px;}
.btnC:hover {background:#a70638;}
.btnC:hover>span {color:#fff;}
.btnC.fill_red{background-color:#a70638}
.btnC.fill_red>span{color:#fff}
.btnC.fill_red:hover{background-color:#fff}
.btnC.fill_red:hover>span{color:#a70638}

.btnC.btnGray {border-color:#8f8f92;}
.btnC.btnGray>span {color:#666;}
.btnC.btnGray:hover {background-color:#8f8f92}
.btnC.btnGray:hover>span {color:#fff;}
.btnC.btnBlack {border-color:#000;}
.btnC.btnBlack>span {color:#000;}
.btnC.btnBlack:hover {background-color:#000;}
.btnC.btnBlack:hover>span {color:#fff;}

.btnC.btnRedA,
.btnC.btnRedA:hover {border-color:#a70638;background-color:#a70638}
.btnC.btnRedA>span,
.btnC.btnRedA:hover>span {color:#fff;}
.btnC.btnGrayA,
.btnC.btnGrayA:hover {border-color:#8f8f92;background-color:#8f8f92}
.btnC.btnGrayA>span,
.btnC.btnGrayA:hover>span {color:#fff;}
.btnC.btnBlackA,
.btnC.btnBlackA:hover {border-color:#000;background-color:#000}
.btnC.btnBlackA>span,
.btnC.btnBlackA:hover>span {color:#fff;}

.btnC.btnRecomm {border-color:#ddd;background-color:#fff}
.btnC.btnRecomm>span {min-width:115px;padding:0 25px 0 55px;color:#666;background:url(../img/board/ico_heart_red.png) no-repeat left 25px center;}
.btnC.btnRecomm:hover {background-color:#8f8f92}
.btnC.btnRecomm:hover>span {color:#fff;}

.btnD.btnRedA,
.btnD.btnRedA:hover {border-color:#a70638;background-color:#a70638}
.btnD.btnRedA>span,
.btnD.btnRedA:hover>span {color:#fff;}

.btnCir {display:inline-block;overflow:hidden;width:60px;height:60px;box-sizing:border-box;border:1px solid #000;border-radius:50%;background-color:#fff;transition:0.2s;}
.btnCir>span {display:block;height:100%;overflow:hidden;background-repeat:no-repeat;background-position:center;text-align:left;text-indent:-999px;}
.btnCir:hover {border:1px solid #a70638 !important;background-color:#a70638 !important;}

.btnCir.lineList {width:60px;height:60px;border:1px solid #000;}
.btnCir.lineList>span {background-image:url(../img/common/btn_lineList_black.png);}
.btnCir.lineList:hover>span {background-image:url(../img/common/btn_lineList_white.png);}

.btnCir.more {width:49px;height:49px;border:1px solid #dbdee1;}
.btnCir.more>span {background-image:url(../img/common/btn_plus_black.png);}
.btnCir.more:hover>span {background-image:url(../img/common/btn_plus_white.png);}
.btnCir.lineArrL {width:49px;height:49px;border:1px solid #dbdee1;}
.btnCir.lineArrL>span {background-image:url(../img/common/btn_lineArrL_black.png);}
.btnCir.lineArrL:hover>span {background-image:url(../img/common/btn_lineArrL_white.png);}
.btnCir.lineArrR {width:47px;height:49px;padding-left:2px;border:1px solid #dbdee1;}
.btnCir.lineArrR>span {background-image:url(../img/common/btn_lineArrR_black.png);}
.btnCir.lineArrR:hover>span {background-image:url(../img/common/btn_lineArrR_white.png);}

.btnCir.arrL {width:39px;height:39px;border:1px solid #dbdee1;}
.btnCir.arrL>span {background-image:url(../img/common/btn_arrL_black.png);}
.btnCir.arrL:hover>span {background-image:url(../img/common/btn_arrL_white.png);}
.btnCir.arrR {width:37px;height:39px;padding-left:2px;border:1px solid #dbdee1;}
.btnCir.arrR>span {background-image:url(../img/common/btn_arrR_black.png);}
.btnCir.arrR:hover>span {background-image:url(../img/common/btn_arrR_white.png);}

.btnC_s {display:inline-block;box-sizing:border-box;border:1px solid #a80638;vertical-align:top;transition:0.2s;}
.btnC_s>span {display:block;overflow:hidden;width:auto;height:100%;margin:0;box-sizing:border-box;padding:0 25px;color:#a80638;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:400;line-height:40px;text-align:center;letter-spacing:-1px;}
.btnC_s:hover {background:#a80638;}
.btnC_s:hover>span {color:#fff;}

.btn_minsize {min-width:188px;}

.btnC_s.btnGray {border-color:#8f8f92;}
.btnC_s.btnGray>span {color:#666;}
.btnC_s.btnGray:hover {background-color:#8f8f92}
.btnC_s.btnGray:hover>span {color:#fff;}
.btnC_s.btnBlack {border-color:#000;}
.btnC_s.btnBlack>span {color:#000;}
.btnC_s.btnBlack:hover {background-color:#000;}
.btnC_s.btnBlack:hover>span {color:#fff;}

.btnC_s.btnRedA,
.btnC_s.btnRedA:hover {border-color:#a80638;background-color:#a80638;}
.btnC_s.btnRedA>span,
.btnC_s.btnRedA:hover>span {color:#fff;}
.btnC_s.btnGrayA,
.btnC_s.btnGrayA:hover {border-color:#686869;background-color:#686869;}
.btnC_s.btnGrayA>span,
.btnC_s.btnGrayA:hover>span {color:#fff;}
.btnC_s.btnBlackA,
.btnC_s.btnBlackA:hover {border-color:#000;background-color:#000;}
.btnC_s.btnBlackA>span,
.btnC_s.btnBlackA:hover>span {color:#fff;}

/* button 영역 */
.btnArea {margin:0 !important;padding:30px 0 0 !important;font-size:0;text-align:center !important;}
.btnArea a+a,
.btnArea button+button {margin:0 0 0 10px !important;}

.btnAreaL {text-align:left !important;}
.btnAreaC {text-align:center !important;}
.btnAreaR {text-align:right !important;}

.pagination+.btnArea {margin:0 !important;padding:30px 0 0 !important;font-size:0;text-align:center !important;}
.pagination+.btnAreaL,
.pagination+.btnAreaR,
.pagination+.btnAreaC {position:relative !important;margin:0 !important;padding:0 !important;}
.pagination+.btnAreaL>a,
.pagination+.btnAreaL>button {position:absolute !important;left:0 !important;right:auto !important;top:auto !important;bottom:21px !important;}
.pagination+.btnAreaR>a,
.pagination+.btnAreaR>button {position:absolute !important;left:auto !important;right:0 !important;top:auto !important;bottom:21px !important;}
.pagination+.btnAreaC>.fL>a,
.pagination+.btnAreaC>.fL>button {position:absolute !important;left:0 !important;right:auto !important;top:auto !important;bottom:21px !important;}
.pagination+.btnAreaC>.fR>a,
.pagination+.btnAreaC>.fR>button {position:absolute !important;left:auto !important;right:0 !important;top:auto !important;bottom:21px !important;}
.tbArea_btn {font-size: 0;margin-top: 40px;text-align: center;}
.tbArea_btn > a {margin-bottom:0;}
.tbArea_btn > a + a {margin-left:7px}

/* paging */
.pagination {clear:both;overflow:hidden;height:39px;margin:0 auto;padding:30px 0;font-size:0;text-align:center;}
.pagination>button {display:inline-block;width:39px;height:39px;overflow:hidden;box-sizing:border-box;border:1px solid #dde0e3;border-radius:50%;vertical-align:top;}
.pagination>button>span {display:block;height:100%;background-repeat:no-repeat;background-position:center;text-align:left;text-indent:-999px;}
.pagination>button.btn_first,
.pagination>button.btn_prev {margin-right:5px;}
.pagination>button.btn_next,
.pagination>button.btn_end {margin-left:5px;}
.pagination>button.btn_first>span {background-image:url(../img/common/paging_first.png);}
.pagination>button.btn_prev>span {background-image:url(../img/common/paging_prev.png);}
.pagination>button.btn_next>span {background-image:url(../img/common/paging_next.png);}
.pagination>button.btn_end>span {background-image:url(../img/common/paging_end.png);}
.pagination>button:hover.btn_first>span {background-image:url(../img/common/paging_first.png);}
.pagination>button:hover.btn_prev>span {background-image:url(../img/common/paging_prev.png);}
.pagination>button:hover.btn_next>span {background-image:url(../img/common/paging_next.png);}
.pagination>button:hover.btn_end>span {background-image:url(../img/common/paging_end.png);}
.pagination .paging {display:inline-block;overflow:hidden;height:39px;padding:0 12px 0 11px;font-size:0;text-align:center;}
.pagination .paging>li {display:inline-block;padding:8px 5px 12px;vertical-align:top;}
.pagination .paging>li>button {display:inline-block;overflow:hidden;width:23px;height:19px;box-sizing:border-box;color:#000;font-family:'Roboto',sans-serif;font-size:16px;line-height:19px;text-align:center;}
.pagination .paging>li>button:hover,
.pagination .paging>li>button.on {color:#00589e;font-weight:700;}

/* no_article 수정시 board.css와 동기화 필요 */
.typeNoArticle {height:auto !important;padding:0 !important;}
.no_article {display:block !important;width:100% !important;padding:190px 0 90px !important;background:url(../img/board/ico_noArticle.png) no-repeat 50% 90px !important;color:#6E6E6E !important;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:18px !important;font-weight:400 !important;line-height:19px !important;text-align:center !important;letter-spacing:-1px;}

/* input */
.inp_r {display:inline-block;position:relative;height:20px;margin-right:10px;font-size:0;}
.inp_r>input[type=radio]:focus-visible{outline: max(2px,0.1em) solid tomato;outline-offset: max(2px,0.1em);}
.inp_r>input[type=radio] {position:absolute;left:1px;top:1px;width:18px;height:18px;z-index:0;}
.inp_r>label {display:inline-block;position:relative;overflow:hidden;min-height:20px;padding:0 1px 0 27px;background:url(../img/common/ico_inputRadio.png) no-repeat 0 0;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:400;line-height:20px;letter-spacing:-1px;cursor:pointer;z-index:1;vertical-align:top;}
.inp_r>input[type=radio]:checked+label{background:url(../img/common/ico_inputRadio_on.png) no-repeat 0 0;}


.inp_r.chk {height:22px;}
.inp_r.chk>input[type=radio] {position:absolute;left:1px;top:1px;width:20px;height:20px;z-index:0;}
.inp_r.chk>label {position:relative;display:inline-block;overflow:hidden;min-height:22px;padding:0 0 0 30px;background:url(../img/common/ico_inputRadioC.png) no-repeat 0 0;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:400;line-height:22px;letter-spacing:-1px;cursor:pointer;z-index:1;vertical-align:top;}
.inp_r.chk>input[type=radio]:checked+label{background:url(../img/common/ico_inputRadioC_on.png) no-repeat 0 0;}

.inp_c {display:inline-block;position:relative;font-size:0;}
.inp_c>input[type=checkbox] {position:absolute;left:2px;top:0;width:16px;height:16px;z-index:0;}
.inp_c>label {display:inline-block;position:relative;overflow:hidden;min-height:18px;padding:0 0 0 27px;background:url(../img/common/ico_inputCheck.png) no-repeat 0 0;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:400;line-height:18px;letter-spacing:-1px;cursor:pointer;z-index:1;vertical-align:top;}
.inp_c>input[type=checkbox]:checked+label{background:url(../img/common/ico_inputCheck_on.png) no-repeat 0 0;}/*원형체크박스는 접근성에 맞지않아 사용불가*/
.inp_c>input[type=checkbox]:focus + label:before{content:'';position:absolute;left:1px;top:50%;width:12px;height:12px;border:2px solid #000;transform:translateY(-50%)}

.inp_t2 {width:100%;height:50px;box-sizing:border-box;padding:0 15px 0 0;border:0;border-bottom:1px solid #000;background:none;color:#666;line-height:50px;border-radius: 0px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.inp_s2 {width:100%;height:50px;box-sizing:border-box;padding:0;border:0;border-bottom:1px solid #000;background:none;color:#666;line-height:50px;border-radius: 0px;-webkit-appearance: none;-moz-appearance: none;appearance: none;background:url(../img/common/ico_selectArrB.png) no-repeat right 13px top 50%}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */color:#666;}
::-moz-placeholder { /* Firefox 19+ */color:#666;}
:-ms-input-placeholder { /* IE 10+ */color:#666;}
:-moz-placeholder { /* Firefox 18- */color:#666;}
/* select박스 스타일 */
.inp_s {
    /*vertical-align:text-top;*/
    width: 100%; /* 원하는 너비설정 */
    height:40px;
    padding: 0 35px 0 13px; /* 여백으로 높이 설정 */
    color:#000;
    /*font-family:'Roboto','Noto Sans KR',sans-serif;*/
    font-size:16px;
    /*font-family: inherit;*/  /* 폰트 상속 */
    background:#fff url(../img/common/ico_selectArrB.png) no-repeat right 13px top 50%; /* 네이티브 화살표를 커스텀 화살표로 대체 */
    border: 1px solid #d9d9d9;
    border-radius: 0px; /* iOS 둥근모서리 제거 */
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
}
.inp_s::-ms-expand {display: none;}/* IE 10, 11의 네이티브 화살표 숨기기 */

.inp_t {
	width:100%;height:40px;box-sizing:border-box;padding:0 10px;border:1px solid #d9d9d9;color:#000;font-size:16px;line-height:41px;
	border-radius: 0px; /* iOS 둥근모서리 제거 */
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
}
.inp_area {width:100%;box-sizing:border-box;padding:10px;border:1px solid #d9d9d9;color:#000;font-size:16px;resize:none;text-align:left;}

.picker_txt {display:inline-block;width:14px;vertical-align:top;font-size:14px;line-height:40px;text-align:center;}
.timepicker {background:#fff url(../img/common/ico_clock_black.png) no-repeat right 10px center !important;}
.date-picker-control+.timepicker,
.date-picker-control+.picker_txt {margin-left:6px;}
.ui-timepicker-standard a {text-align:left !important;}
.date-picker+.picker_txt {padding-left:5px;}
.pop_wrap+.date-picker {left:50% !important;top:50% !important;margin:-170px 0 0 -133px;}

/* 검색옵션 */
.list_searchOpt {overflow:hidden;width:100%;margin-top:20px;box-sizing:border-box;padding:30px 40px;border-top:1px solid #000;background-color:#f5f8fa;font-size:0;}
.list_searchOpt .search_wrap {position:relative;font-size:0;text-align:left;}
.list_searchOpt .search_wrap .labelWrap {display:inline-block;position:relative;overflow:hidden;width:33.3%;min-height:40px;margin-bottom:10px;box-sizing:border-box;padding:0 45px 0 100px;font-size:initial;line-height:40px;text-align:left;vertical-align:top;white-space:nowrap;}
.list_searchOpt .search_wrap .sort {display:inline-table;position:absolute;left:0;top:0;vertical-align:top;}
.list_searchOpt .search_wrap .sort>span {display:table-cell;width:100px;height:40px;padding-top:2px;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:700;line-height:19px;text-align:left;vertical-align:middle;white-space:normal;letter-spacing:-1px;}
.list_searchOpt .search_wrap .inpGrp {white-space:nowrap;}
.list_searchOpt .search_wrap .btnGrp {white-space:nowrap;font-size:0;}
.list_searchOpt .search_wrap .btnGrp>button {display:inline-block;height:40px;box-sizing:border-box;padding:0 10px;border: 1px solid #d9d9d9;background:none;color:#666;font-size:15px;line-height:40px;}
.list_searchOpt .search_wrap .btnGrp>button.on {border: 1px solid #000;background:#fff;color:#000;font-weight:500;}
.list_searchOpt .search_wrap .btn_search {display:table;position:absolute;right:0;top:0;overflow:hidden;width:80px;height:calc(100% - 10px);box-sizing:border-box;background:#a70638;}
.list_searchOpt .search_wrap .btn_search>span {display:table-cell;width:80px;color:#fff;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:500;line-height:40px;text-align:center;vertical-align:middle;}

#verChn .list_searchOpt .search_wrap .sort>span {font-size:15px}
#verJpn .list_searchOpt .search_wrap .sort>span {font-size:15px;}

.list_searchOpt .search_wrap.label02 .labelWrap {width:calc(50% - 40px);}
.list_searchOpt .search_wrap.label03 .labelWrap {width:calc(33.3% - 26px);}
.list_searchOpt .search_wrap.label02.labelFix .labelWrap {width:calc(100% - 480px);}
.list_searchOpt .search_wrap.label03.labelFix .labelWrap {width:calc(50% - 240px);}
.list_searchOpt .search_wrap.label02.labelFix2 .labelWrap,
.list_searchOpt .search_wrap.label03.labelFix2 .labelWrap {width:calc(100% - 880px);}
.list_searchOpt .search_wrap .datepicker {width:calc(50% - 11px);}
.list_searchOpt .search_wrap .timepicker {width:calc(50% - 12px);}
.list_searchOpt .search_wrap .inp_r,
.list_searchOpt .search_wrap .inp_c {margin-right:15px;vertical-align:middle;}
.list_searchOpt .search_wrap .wrapFix {width:400px !important;}
.list_searchOpt .search_wrap .wrapFull,
.list_searchOpt .search_wrap.label02 .wrapFull,
.list_searchOpt .search_wrap.label03 .wrapFull,
.list_searchOpt .search_wrap.label02.labelFix .wrapFull,
.list_searchOpt .search_wrap.label03.labelFix .wrapFull {width:calc(100% - 80px) !important;white-space:normal;}

.list_searchOpt .search_wrap .btnGrp.parkingBtn>button {width:calc(50% - 1px);}
.list_searchOpt .search_wrap .parkingDateTime .inp_t {width:calc(100% - 118px);}
.list_searchOpt .search_wrap .parkingDateTime .timepicker {width:115px;}
.list_searchOpt .search_wrap .parkingSort {padding-left:40px;}
.list_searchOpt .search_wrap .parkingSort .sort>span {width:30px;}

/* TAB */
/*#pageTab {width:100%;max-width:1400px;margin:40px auto;overflow:hidden}
#pageTab .tabList {width:100%;overflow:hidden; font-size: 0; text-align: left; background-image: url(../img/common/bg_tabLine2.png);}
#pageTab .tabList .unit{display: inline-block; vertical-align: top; width: auto;}
#pageTab .tabList .unit a {display:block;position: relative;width:auto;padding:11px 25px;box-sizing:border-box;color:#555;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:20px;font-weight:700;letter-spacing:-1px;}
#pageTab .tabList .unit a:hover,
#pageTab .tabList .unit a.on{color:#00ac5c;}
#pageTab .tabList .unit a:hover::before,
#pageTab .tabList .unit a.on::before{content: ""; display: block; width: 100%; height: 2px; position: absolute; left: 0; bottom: 0px; background-color:#00ac5c }

#contTab {width:100%;max-width:1400px;margin:40px auto;overflow:hidden}
#contTab .tabList {width:100%;overflow:hidden;margin-left:-3px;}
#contTab .tabList .unit {float:left;padding:3px 0 0 3px;background:#fff;vertical-align:top;}
#contTab .tabList .unit a {display:block;min-width:147px;height:45px;line-height:45px;padding:0 15px;background:#f0f2f7;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:18px;font-weight:500;text-align:center;letter-spacing:-1px}
#contTab .tabList .unit a.on,
#contTab .tabList .unit a:hover {background:#00ac5c;color:#fff}*/

#contTabFix {overflow:hidden;width:100%;margin-bottom:40px;}
#contTabFix .tabList {width:calc(100% - 1px);overflow:hidden;padding-bottom:1px;border-left:1px solid #ddd;font-size:0;}
#contTabFix .tabList>li {display:inline-table;margin:0 0 -1px 0;table-layout:fixed;border-collapse:collapse;box-sizing:border-box;border:1px solid #ddd;border-left:none;vertical-align:top;}
#contTabFix .tabList>li a {display:table-cell;height:58px;padding:0 15px;background:#fff;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:17px;font-weight:400;line-height:21px;text-align:center;letter-spacing:-1px;vertical-align:middle;transition:0.2s;}
#contTabFix .tabList>li a.on,
#contTabFix .tabList>li a:hover {background:#00589e;color:#fff}
#contTabFix .tabList.tab02>li {width:50%;}
#contTabFix .tabList.tab03>li,
#contTabFix .tabList.tab06>li {width:33.3%;}
#contTabFix .tabList.tab04>li,
#contTabFix .tabList.tab07>li,
#contTabFix .tabList.tab08>li {width:25%;}
#contTabFix .tabList.tab05>li,
#contTabFix .tabList.tab09>li,
#contTabFix .tabList.tab10>li,
#contTabFix .tabList.tab11>li,
#contTabFix .tabList.tab12>li,
#contTabFix .tabList.tab13>li,
#contTabFix .tabList.tab14>li,
#contTabFix .tabList.tab15>li,
#contTabFix .tabList.tab16>li,
#contTabFix .tabList.tab17>li,
#contTabFix .tabList.tab18>li,
#contTabFix .tabList.tab19>li,
#contTabFix .tabList.tab20>li {width:20%;}
/*#contTabFix .tabList.tab14>li {width:14.285%;}*/



#verEng #contTabFix .tabList>li a {height:49px}

#contTab_line {overflow:hidden;width:100%;margin-bottom:30px;}
#contTab_line .tabList {width:100%;border-bottom:2px solid #ddd;font-size:0;}
#contTab_line .tabList>li {display:inline-block;;margin:0;vertical-align:top;}
#contTab_line .tabList>li a {display:block;position:relative;min-width:150px;box-sizing:border-box;padding:15px 25px;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:17px;font-weight:400;line-height:21px;text-align:center;letter-spacing:-1px;white-space:nowrap;}
#contTab_line .tabList>li a::before {content:'';display:block;position:absolute;left:50%;bottom:-2px;width:0;height:5px;background:#ddd;transition:0.2s;}
#contTab_line .tabList>li a.on,
#contTab_line .tabList>li a:hover {color:#00589e;font-weight:500;}
#contTab_line .tabList>li a.on::before,
#contTab_line .tabList>li a:hover::before {left:0;width:calc(100% - 1px);background:#00589e;}

#contTab_s {overflow:hidden;width:100%;margin-bottom:10px;}
#contTab_s .tabList {width:100%;overflow:hidden;padding-bottom:1px;font-size:0;}
#contTab_s .tabList>li {display:inline-block;overflow:hidden;margin:0 5px 10px 0;border:1px solid #ddd;border-radius:21px;vertical-align:top;}
#contTab_s .tabList>li a {display:block;min-width:140px;height:42px;box-sizing:border-box;padding:0 25px;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:400;line-height:42px;text-align:center;letter-spacing:-1px;white-space:nowrap;transition:0.2s;}
#contTab_s .tabList>li a.on,
#contTab_s .tabList>li a:hover {background:#00589e;color:#fff}

/* title */
.contTit {display:block;margin:0 0 15px;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:36px;font-weight:500;line-height:46px;letter-spacing:-2px;}
#verEng .contTit {letter-spacing:-1px;}
.contTit_s {display:block;margin:0 0 17px;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:28px;font-weight:700;line-height:38px;letter-spacing:-1px;}

/* text & list*/
p.txt {color:#000;font-size:16px;font-weight:400;line-height:1.7;}

.exclam {display:block;min-height:24px;box-sizing:border-box;padding:0 0 0 34px;margin-top:10px;font-size:15px;color:#000;line-height:1.6;text-align:left;letter-spacing:-1px;}
.exclam.black {background:url(../img/common/ico_cirExclam_black.png) no-repeat left top;}
.exclam.red {background:url(../img/common/ico_cirExclam_red.png) no-repeat left top;}

.list_dotRed {overflow:hidden;}
.list_dotRed>li {display:block;position:relative;padding-left:10px;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:-1px;}
.list_dotRed>li+li {margin-top:5px;}
.list_dotRed>li::before {content:'';display:block;position:absolute;left:0;top:11px;overflow:hidden;width:3px;height:3px;border-radius:50%;background:#a80638;}


.list_dotBlue {overflow:hidden;}
.list_dotBlue>li {display:block;position:relative;padding-left:10px;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:-1px;}
.list_dotBlue>li+li {margin-top:5px;}
.list_dotBlue>li::before {content:'';display:block;position:absolute;left:0;top:11px;overflow:hidden;width:3px;height:3px;border-radius:50%;background:#00589e;}

#verEng .list_dotBlue>li {letter-spacing:0}

.list_hyphen {width:calc(100% - 10px);margin-top:6px;padding-left:10px;}
.list_hyphen>li {position:relative;padding-left:10px;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:400;line-height:1.5;text-align:left;vertical-align:top;}
.list_hyphen>li::before {content:'';display:block;position:absolute;left:0;top:12px;width:4px;height:1px;box-sizing:border-box;background:#000;}
.list_hyphen>li+li {margin-top:6px;}
/*needs*/
.needs {display:inline-block;padding:0 0 0 17px;background:url(../img/common/ico_check_green.png) no-repeat 0 5px;color:#555;line-height:17px;letter-spacing: -1px;}
th .needs,
td .needs {font-weight:bold;color: #272727;}

/* table */
.lineTop_tbArea {overflow:auto;border-top:1px solid #252525;}
.afterAu .lineTop_tbArea{border-color:#dadee1}
.lineTop_tbArea .lineTop_tb {max-width:none;width:calc(100% - 1px);min-width:100%;border-collapse:collapse;table-layout:fixed;border-left:1px solid #dadee1;}
.lineTop_tbArea .lineTop_tb td,
.lineTop_tbArea .lineTop_tb th {height:40px;padding:10px 20px;border-right:1px solid #dadee1;border-bottom:1px solid #dadee1;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;line-height:20px;text-align:center;letter-spacing:-1px;}
.lineTop_tbArea .lineTop_tb thead th {background:#f4f5f9;color:#000;font-weight:500;vertical-align:middle;}
.lineTop_tbArea .lineTop_tb tbody td {color:#222;font-weight:400;line-height:20px;letter-spacing:-1px;}
.lineTop_tbArea .lineTop_tb.txtL tbody td {text-align:left;}
.lineTop_tbArea .lineTop_tb th[rowspan],
.lineTop_tbArea .lineTop_tb td[rowspan] {border-right:1px solid #dadee1;}
.lineTop_tbArea .lineTop_tb th[rowspan]:last-child,
.lineTop_tbArea .lineTop_tb td[rowspan]:last-child {border-right:none;border-left:1px solid #dadee1;}

.lineTop_tbArea .lineTop_tb2 {max-width:none;width:calc(100% - 1px);border-collapse:collapse;table-layout: fixed;}
.lineTop_tbArea .lineTop_tb2 th,
.lineTop_tbArea .lineTop_tb2 td {height:40px;padding:10px 20px;border-right:1px solid #dadee1;border-bottom:1px solid #dadee1;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;line-height:20px;text-align:center;letter-spacing:-1px;}
.lineTop_tbArea .lineTop_tb2 thead th {background:#f4f5f9;color:#000;font-weight:500;vertical-align:middle;}
.lineTop_tbArea .lineTop_tb2 td:last-child,
.lineTop_tbArea .lineTop_tb2 th:last-child {border-right:0;}
.lineTop_tbArea .lineTop_tb2 td.line,
.lineTop_tbArea .lineTop_tb2 th.line {border-right:1px solid #dadee1;}
.lineTop_tbArea .lineTop_tb2 tbody td {color:#222;font-weight:400;}
.lineTop_tbArea .lineTop_tb2.txtL tbody td {text-align:left;}
.lineTop_tbArea .lineTop_tb2 th[rowspan],
.lineTop_tbArea .lineTop_tb2 td[rowspan] {border-right:1px solid #dadee1;}
.lineTop_tbArea .lineTop_tb2 th[rowspan]:last-child,
.lineTop_tbArea .lineTop_tb2 td[rowspan]:last-child {border-right:none;border-left:1px solid #dadee1;}

.lineTop_tbArea .lineTop_tbL {max-width:none;width:calc(100% - 1px);min-width:calc(100% - 1px);table-layout:fixed;border-left:1px solid #dadee1;}
.lineTop_tbArea .lineTop_tbL td,
.lineTop_tbArea .lineTop_tbL th {height:40px;padding:10px 20px;border-right:1px solid #dadee1;border-bottom:1px solid #dadee1;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;line-height:20px;text-align:center;letter-spacing:-1px;}
.lineTop_tbArea .lineTop_tbL th {background:#f4f5f9;color:#000;font-weight:500;}
.lineTop_tbArea .lineTop_tbL td {color:#222;font-weight:400;}
.lineTop_tbArea .lineTop_tbL.txtL tbody td {text-align:left;}
.lineTop_tbArea .lineTop_tbL th[rowspan],
.lineTop_tbArea .lineTop_tbL td[rowspan] {border-right:1px solid #dadee1;}
.lineTop_tbArea .lineTop_tbL th[rowspan]:last-child,
.lineTop_tbArea .lineTop_tbL td[rowspan]:last-child {border-right:none;border-left:1px solid #dadee1;}

.lineTop_tbArea .lineTop_tbL2 {max-width:none;width:calc(100% - 1px);table-layout:fixed;}
.lineTop_tbArea .lineTop_tbL2 td,
.lineTop_tbArea .lineTop_tbL2 th {height:40px;padding:10px 20px;border-right:1px solid #dadee1;border-bottom:1px solid #dadee1;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;line-height:20px;text-align:center;letter-spacing:-1px;}
.lineTop_tbArea .lineTop_tbL2 td:last-child,
.lineTop_tbArea .lineTop_tbL2 th:last-child {border-right:0;}
.lineTop_tbArea .lineTop_tbL2 th {background:#f4f5f9;color:#000;font-weight:500;}
.lineTop_tbArea .lineTop_tbL2 td {color:#222;font-weight:400;}
.lineTop_tbArea .lineTop_tbL2.txtL tbody td {padding-left:10px;text-align:left;}
.lineTop_tbArea .lineTop_tbL2 th[rowspan],
.lineTop_tbArea .lineTop_tbL2 td[rowspan] {border-right:1px solid #dadee1;}
.lineTop_tbArea .lineTop_tbL2 th[rowspan]:last-child,
.lineTop_tbArea .lineTop_tbL2 td[rowspan]:last-child {border-right:none;border-left:1px solid #dadee1;}

.limit {overflow-x:hidden;overflow-y:auto;}

#iframeSitePop,
#iframeSearchPop {display:none;position:fixed;;left:0;top:0;width:100%;height:100%;z-index:100000;}
#iframeSitePop.on,
#iframeSearchPop.on {display:block;}

/* 사이트맵 */
.sitemapArea {overflow:hidden;font-size:0;}
.sitemapArea>div {display:inline-table;width:calc(25% - 45px);margin:0 60px 80px 0;vertical-align:top;}
.sitemapArea>div:nth-of-type(4n) {margin-right:0;}
.sitemapArea>div h3 {display:block;position:relative;box-sizing:border-box;padding-bottom:15px;border-bottom:1px solid #e8e8e8;color:#005aab;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:32px;font-weight:500;line-height:42px;letter-spacing:-1px;}
.sitemapArea>div h3::before {content:'';display:block;position:absolute;left:0;bottom:-1px;width:110px;height:1px;background:#1056ab;}
.sitemapArea>div .mapM {padding-top:15px;}
.sitemapArea>div .mapM>li {display:block;margin-top:15px;}
.sitemapArea>div .mapM>li h4 {display:block;}
.sitemapArea>div .mapM>li h4>a {color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:18px;font-weight:500;line-height:22px;letter-spacing:-1px;}
.sitemapArea>div .mapM>li h4>a:hover {color:#005aab;font-weight:600}
.sitemapArea>div .mapS {padding-bottom:10px;}
.sitemapArea>div .mapS>li {position:relative;margin-top:10px;padding-left:15px;}
.sitemapArea>div .mapS>li::before {content:'';display:block;position:absolute;left:0;top:8px;overflow:hidden;width:4px;height:4px;border-radius:50%;background:#00a956;}
.sitemapArea>div .mapS>li a {color:#666;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:400;line-height:20px;letter-spacing:-1px;}
.sitemapArea>div .mapS>li a:hover {color:#00a956;font-weight:600}

/* 에러페이지 */
.typeError {display:table;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;background:#fff;text-align:center;}
.typeError .errorBox {display:table-cell;width:80%;max-width:1000px;text-align:center;vertical-align:middle;}
.typeError .errorBox>strong {display:block;overflow:hidden;width:100%;;margin-bottom:50px;padding-top:113px;background:url(../img/common/ico_pageError.png) no-repeat 50% 0;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:36px;font-weight:500;line-height:46px;text-align:center;letter-spacing:-1px;}
.typeError .errorBox.type_preparation>strong{background-image:url(/type/kcaa/img/ico_preparing.png)}
.typeError .errorBox>strong>span {display:block;overflow:hidden;width:100%;max-width:615px;margin:30px auto 0;color:#000;font-size:17px;font-weight:400;line-height:27px;text-align:center;letter-spacing:-1px;}
.typeError .errorBox .error_btm {max-width:100%;margin:0 auto;box-sizing:border-box;padding:0 40px;text-align:center;}
.typeError .errorBox .error_btm p {color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:17px;font-weight:400;line-height:26px;}
.typeError .errorBox .error_btm p>em {color:#00a957;font-style:normal;font-weight:700;}
.typeError .errorBox .error_btm .btn {margin-top:20px;}

.typeError.type2 .errorBox>strong {padding-top:155px;background:url(../img/common/ico_pageError2.png) no-repeat 50% 0;font-size:43px;letter-spacing:-1.5px;}
/* 팝업 */
.pop_wrap {position: fixed;top: 0;left: 0;width: 100%;height: 100%;/* background: rgba(0,0,0,0.7); */z-index: 1500;}
.pop_wrap .layerPop {position:relative;padding: 30px;max-width:370px;background:#fff;overflow:hidden;z-index:1100;left: 50%;top: 50%;transform: translate(-50%, -50%);background:#fff url(../img/common/bg_layerPop.png) repeat-x top;box-sizing:border-box;}
.pop_wrap .layerPop:after {content:'';display:block;position:absolute;top:0;left:0;width:33.333%;height:3.4px;background:#00a956;}
.pop_wrap .layerPop::before {content:'';display:block;position:absolute;top:0;left:33.333%;width:33.333%;height:3.4px;background:#1055ac;}
.pop_wrap .layerPop .popIco {margin-bottom:30px;text-align:center;font-size:0}
.pop_wrap .layerPop .popIco img {margin:0 auto;}
.pop_wrap .layerPop .popTxt {text-align:center;}
.pop_wrap .layerPop .popTxt strong {display:block;font-size:22px;font-weight:600;letter-spacing:-2px;line-height:30px;}
.pop_wrap .layerPop .popTxt p.txt {margin-top:10px;line-height:20px;letter-spacing:-0.3px}
.pop_wrap .layerPop .layer_btn {margin-top:25px;font-size:0;text-align:center;}
.pop_wrap .layerPop .layer_btn .btnCs_arrR>span {padding:10px 15px;line-height:22px;}
.pop_wrap .layerPop .limit_area {max-height:300px;overflow-y:auto;}






/* 로그인/ 마이페이지 & 많이 사용하는 기본 폰트 스타일 추가 ********* 8/13 오광현 */
.pop_wrap.Layer .w-448{width: 448px;}

.inp_r.chk>input[type=checkbox] {position:absolute;left:3px;top:3px;width:15px;height:15px;z-index:0;}
.inp_r.chk>input[type=checkbox]:checked+label{background:url(../img/common/ico_inputRadioC_on.png) no-repeat 0 0;}

.lineList_ul.typeFaq.full dt>button{padding: 18px 80px 15px 55px}
.lineList_ul.typeFaq.full .typeNoti dt .txtL>p{padding-left: 0px;}

#contTab_line.black{margin-bottom: 0;}
#contTab_line.black .tabList{border-bottom: 1px solid #dbdee1; font-size: 0;}
#contTab_line.black .tabList>li a{padding: 14px 20px; min-width: auto; color:#666;}
#contTab_line.black .tabList>li a.on{font-weight: bold; color:#000}
#contTab_line.black .tabList>li a::before{bottom: -1px; background-color: #000;}

#contTab_line.black.sub .tabList{border: none;}
#contTab_line.black.sub .tabList>li a{padding: 0 0 4px 0; font-size: 16px;}
#contTab_line.black.sub .tabList>li:nth-of-type(n+2){margin-left: 23px;}

.weightL{font-weight: 300 !important}
.weightN{font-weight: 400 !important}
.weightM{font-weight: 500 !important}
.weightB{font-weight: bold!important}

.keepAll{word-break: keep-all;}
#verChn .keepAll {word-break:break-all}
#verJpn .keepAll {word-break:break-all}

.C_black{color:#000 !important;}
.C_red{color:#a70638 !important;}
.C_blue{color:#00589e !important;}
.C_gray2{color:#222 !important;}
.C_gray6{color:#666 !important;}

/*.Noto{font-family:'Noto Sans KR',sans-serif;}
.Noto *{font-family:'Noto Sans KR',sans-serif;}

.Roboto{font-family:'Roboto',sans-serif;}*/

.subTit1{font-size: 32px; font-weight: 500; line-height: 1em; color:#000; letter-spacing: -0.75px;}
.subTit2{font-size: 36px; font-weight: 500; line-height: 40px; color:#000; letter-spacing: -0.75px;}
.subTit3{font-size: 26px; font-weight: 500; line-height: 30px; color:#000; letter-spacing: -0.75px;}
.subTit4{font-size: 24px; font-weight: 500; line-height: 28px; color:#000; letter-spacing: -0.75px;}
.subTit5{font-size: 28px; font-weight: bold; line-height: 32px; color:#000; letter-spacing: -0.75px;}
.subTit6{font-size: 20px; font-weight: 500; line-height: 28px; color:#000; letter-spacing: -0.75px;}

.subTxt1{font-size: 16px; font-weight: normal; line-height: 24px; color:#666; letter-spacing: -0.5px;}
.subTxt2{font-size: 18px; font-weight: normal; line-height: 24px; color:#000; letter-spacing: -0.5px;}
.subTxt3{font-size: 14px; font-weight: normal; line-height: 20px; color:#666; letter-spacing: -0.5px;}
.subTxt4{font-size: 15px; font-weight: normal; line-height: 20px; color:#666; letter-spacing: -0.5px;}
.subTxt5{font-size: 25px; font-weight: 500; line-height: 30px; color:#00589e; letter-spacing: -0.5px;}
.subTxt6{font-size: 17px; font-weight: normal; line-height: 24px; color:#00589e; letter-spacing: -0.5px;}

/* 텍스트 앞 dot 추가 */
.sDot{position: relative; padding-left: 12px; box-sizing: border-box;}
.sDot::before{content: ""; display: block; position: absolute; width: 4px; height: 4px; border-radius: 50%; background-color: #00589e; left:0; top:10px}

/*도트 앞에 dt형태의 타이틀 추가, 4글자 타이틀  예) 제외대상 :   */
.sDot.Name{padding-left: 80px;}
.sDot.Name::after{content: attr(data-cont); display: block; position: absolute; width: 65px; height: auto; left:10px; top:0px}

/* 텍스트앞 ① 기호/ 1. 등 배치 */
.sBullet{position: relative; padding-left: 20px; box-sizing: border-box;}
.sBullet::before{content: attr(data-cont); display: block; position: absolute; width: 16px; height: auto; left:0; top:0px}

/* 텍스느 앞에 - 기호 추가*/
.sBullet2{position: relative; padding-left: 10px; box-sizing: border-box;}
.sBullet2::before{content: attr(data-cont); display: block; position: absolute; width: 10px; height: auto; left:0; top:0px}

/*필수 * 아이콘 */
.necessary-blut{position: relative; padding-left: 10px;  box-sizing: border-box; }
.necessary-blut::before{content: "*"; color:#1889e4;display: inline-block; line-height: 20px;; font-size: inherit;  position: absolute; left: 0; top: 5px;}
.no-necessary-blut{padding-left: 10px; box-sizing: border-box;}

.roundING{width: auto; min-width: 65px; font-size: 13px; font-weight: 300; height: 24px; line-height: 24px; border-radius: 15px; text-align: center; display: inline-block; vertical-align: middle; color:#fff;}
.roundING.gray{background-color: #999999}
.roundING.blue{background-color: #00589e;}

.sint{width: 100%; height: auto; font-size: 0;}
.sint input[type=text],
.sint input[type=password],
.sint input[type=email],
.sint input[type=tel]{width: 100%;height: 48px; padding: 14px 20px 13px 20px; box-sizing: border-box; color:#000; font-size: 16px; border: 1px solid #d9d9d9; line-height: 1em;}
.sint input[type=text]:focus,
.sint input[type=password]:focus,
.sint input[type=email]:focus,
.sint input[type=tel]:focus{border: 1px solid #000;}
.sint input[type=text]::placeholder,
.sint input[type=password]::placeholder,
.sint input[type=email]::placeholder,
.sint input[type=tel]::placeholder{font-size: 16px; color:#999; line-height: 1em;}
.sint.small input[type=text],
.sint.small input[type=password],
.sint.small input[type=email],
.sint.small input[type=tel]{height: 40px; padding: 11px 20px 10px 20px;}
.sint.mid input[type=text],
.sint.mid input[type=password],
.sint.mid input[type=email],
.sint.mid input[type=tel]{height: 45px; padding: 12px 20px 12px 13px;}
.sint label{font-size:16px; font-weight: 500; line-height: 20px;display: inline-block; width: 150px; height: 48px; text-align: left; padding-top: 11px; box-sizing: border-box;}

.inq-btn-set{font-size: 0; text-align: left;}
.inq-btn-set .sint input[type=text]{width: 260px;}
.inq-btn-set .sint .btnC_s{width: 100px; margin-left: 10px;}
.inq-btn-set .sint .btnC_s span{padding-left: 10px; padding-right: 10px; height: 38px; line-height: 38px;}
.inq-btn-set .sint .subTxt3{width: auto; display: inline-block; margin-left: 20px; vertical-align: middle;}

.inq-pass-set{font-size: 0; text-align: left;}
.inq-pass-set .sint input[type=password]{width: 260px;}
.inq-pass-set .sint .subTxt1{width: auto; display: inline-block; margin-left: 20px; vertical-align: middle;}
.inq-pass-set .sint .subTxt3{display: block; margin-top: 10px;}
.inq-pass-set.confirm .sint .subTxt3{width: auto; display: inline-block; margin-left: 20px; vertical-align: middle; margin-top: 0;}

.inq-email-set{font-size: 0; text-align: left;}
.inq-email-set .sint input[type=email]{width: 260px;}
.inq-email-set .sint .subTxt1{width: 35px; height: 40px; display: inline-block; vertical-align: middle; text-align: center; line-height: 36px;}
.inq-email-set .sint .inp_s{width: 260px; margin-left: 10px;}
.inq-email-set .btnC_s{margin-left: 10px;}
.inq-email-set .btnC_s>span{height: 38px; line-height: 38px;}

.inq-tel-set{font-size: 0; text-align: left;}
.inq-tel-set .sint input[type=tel]{width: 135px;}
.inq-tel-set .sint .subTxt1{width: 25px; height: 40px; display: inline-block; vertical-align: middle; text-align: center; line-height: 36px;}
.inq-tel-set .sint .inp_s{width: 135px;}

#verEng .inq-tel-set .sint .inp_s{width: 200px;}

.inq-eng-Date{}
.inq-eng-Date .sint input:nth-of-type(1){width: 140px;}
.inq-eng-Date .sint input:nth-of-type(2){width: 75px;}
.inq-eng-Date .sint input:nth-of-type(3){width: 75px;}
.inq-eng-Date .sint .subTxt1{width: 60px; padding-left: 10px; box-sizing: border-box; vertical-align: middle; text-align: left; letter-spacing: -1px; display: inline-block; color:#000;}

.inq-day-set{font-size: 0; text-align: left;}
.inq-day-set .sbtn-small{margin-right: 5px;}

.inq-radio-set{font-size:0;text-align: left;}
/*.inq-radio-set .inp_r:nth-of-type(n+2){margin-left: 20px; margin-right: 0;}*/

.sbtn{width: 100%; height: 58px;}
.sbtn span{display: block; padding: 20px 20px 18px 20px; box-sizing: border-box; font-size: 18px; font-weight: 500; line-height: 1em;}
.sbtn.red span{color:#fff;background-color: #a70638;}
.sbtn.redLine span{border: 1px solid #a70638; color:#a70638}
.sbtn.blue span{color:#fff;background-color: #00589e;}
.sbtn.grayLine span{border: 1px solid #dddddd; padding: 19px 20px 17px 20px;}
.sbtn.w-120 span{width: 120px; display: inline-block;}

.sbtn-wrap{width: 100%; text-align: center; font-size: 0; margin-top: 30px;}
.sbtn-wrap > .btnC{margin-right: 5px;}
.sbtn-wrap > .btnC:last-of-type{margin-right: 0px;}
.sbtn-wrap .sul-widht{text-align: right; margin-top: -57px;}
.sbtn-wrap .btnC.w_220 span{width: 218px;}

.sbtn-small{width: auto; vertical-align: middle;}
.sbtn-small span{font-size: 14px; color:#777; display: block; padding: 10px 10px 9px 10px; border: 1px solid #dbdee1; background-color: #fff; border-radius: 2px; height: 35px; box-sizing: border-box; line-height: 1em;}
.sbtn-small.on span{background-color: #000; border-color:#000; color:#fff;}
.sbtn-small.red span{color:#fff;background-color: #a70638; border:1px solid #a70638}
.sbtn-small.on:focus-visible{outline: 2px dotted #fff;}
.sbtn-calendar {display:inline-block;position:relative;width:120px;font-size:14px;vertical-align:middle;}
.sbtn-calendar>input {height:35px;font-size:14px;color:#777;line-height:35px;}
/*.sbtn-calendar.mid > input{height: 45px;}
.sbtn-calendar > input{width: 100%; font-size: 14px; color:#777; display: block; padding: 9px 10px 10px 10px; border: 1px solid #dbdee1; background-color: #fff; border-radius: 2px; height: 35px; box-sizing: border-box; line-height: 1em;}
.sbtn-calendar > input::placeholder{color:#777;}
.sbtn-calendar .ico{display: inline-block; width: 15px; height: 16px; background-image: url(../../airportKor/img/mypage/ico_calendar.png); background-repeat: no-repeat; position: absolute; right: 10px; top: 8px; text-indent: -9999px;}
.sbtn-calendar.mid .ico{top:15px}*/

.list-more{width: 100%; text-align: center; font-size: 0; margin-top: 20px;}
.list-more > button{width: 50px; height: 50px; display: inline-block; border: 1px solid #dbdee1; border-radius: 50%; background-image: url(../../airportKor/img/mypage/icon_list_more.png); background-size: 17px 17px; background-position: center center; background-repeat: no-repeat; text-indent: -9999px;}

.box-alert{background-color: #fffce6; width: 100%; height: auto; padding: 15px 20px 18px 20px; box-sizing: border-box; border: 1px solid #f2e5ba}
.box-alert .exclam{font-size: 20px; font-weight: 500; margin-top: 0; background-position: left 0 top 5px}
.box-alert .exclam.subTxt4{font-size: 15px; font-weight: normal; background-position: left 0 top 0px; line-height: 24px;}
.box-alert .sDot {padding-left:10px;}
.box-alert .sDot::before {top:8px;width:2px;height:2px;background:#000}

.box-alert.hotel{}
.box-alert.hotel .list_dotBlue{padding-left:34px; margin-top:10px;}
.box-alert.hotel .list_dotBlue>li{font-size:15px;}
.box-alert.hotel .list_dotBlue>li a{font-size:inherit;line-height:inherit;color:inherit;}
.box-alert.hotel .list_dotBlue>li a.link{padding-right:20px;margin-right:15px;background:url(../img/microKor/icon_travelAddressArr.png) no-repeat right center;}

.tab-cont,
.tab-cont2{width: 100%; height: auto; display: none;}
.tab-cont2.on,
.tab-cont.on{display: block;}
.tab-cont .banner-list{ margin-top: 20px; font-size: 0;}
.tab-cont .banner-list > a{width: calc(16.666% - 6.666px);margin-right: 8px; display: inline-block; text-align: center; height: 60px; border: 1px solid #dbdee1; box-sizing: border-box; font-size: 0; padding-top: 16px;}
.tab-cont .banner-list > a img{display: inline-block; width:149px; height:29px;}
.tab-cont .banner-list > a:nth-of-type(6n){margin-right: 0px}
.tab-cont .banner-list > a:nth-of-type(n+7){margin-top: 8px;}

.sdl-RL{width: 100%; height: auto; font-size: 0;}
.sdl-RL dt{text-align: left; display: inline-block; vertical-align: top;}
.sdl-RL dt:nth-of-type(n+2){margin-top: 10px;}
.sdl-RL dd{text-align: right; display: inline-block; vertical-align: top;}
.sdl-RL dd:nth-of-type(n+2){margin-top: 10px;}

.sdl-RL2{width: 100%; height: auto; font-size: 0;}
.sdl-RL2 dt{text-align: left;}
.sdl-RL2 dd{text-align: left; margin-top: 10px;}

.sul-widht{width: 100%; height: auto; font-size: 0; text-align: center;}
.sul-widht li{display: inline-block; vertical-align: middle; position: relative;}
.sul-widht li::before{content: ""; display: block; width: 1px; height: 16px; background-color: #cccccc; top: 4px; right: 0; position: absolute;}
.sul-widht li:last-of-type::before{display: none;}
.sul-widht li a{font-size: 16px; color:#000; text-decoration: underline; padding: 0 15px; line-height: 1em;}

.sint.group{width: 580px; margin: 0 auto;}
.sint.group input[type=text],
.sint.group input[type=password]{width: calc(100% - 150px); display: inline-block}
.sint.group .subTxt3{padding-left: 150px; box-sizing: border-box; text-align: left; margin-top: 5px;}

.img-card-box {width: 100%; height: auto; font-size: 0; margin-top: 30px;}
.img-card-box.item5 .item{width: 20%;}
.img-card-box .item {display: inline-block; vertical-align: top; height: 285px; border: 1px solid #dbdee1; box-sizing: border-box; padding-top: 56px; text-align: center;}
.img-card-box .item:nth-of-type(n+2){border-left: none;}
.img-card-box .item img {width: 88px; height: 88px; display: block; margin: 0 auto 35px auto;; }
.img-card-box .item .subTxt2{font-weight: 500;}

.txt-scroll{width: 100%; height:auto; background-color: #f5f8fa; padding: 30px 0 30px 30px; box-sizing: border-box;}
.txt-scroll > div{overflow-y: auto;  height:200px; padding-right: 30px; box-sizing: border-box;}

.sline-box{width: auto; display: inline-block;font-size: 13px; font-weight: 300; color:#00589e; line-height: 23px; height: 25px; box-sizing: border-box; border: 1px solid #0251b8; padding: 0 8px; ;letter-spacing: -0.25px;}
.sline-box.gray{color:#a7a7a7; border: 1px solid #b9b9b9}

.roop-baner-wrap{width: 100%; position: relative; margin-bottom: 60px;}
.roop-baner-wrap.active::before{display: none;}
.roop-baner-wrap::before{content: ""; display: block; position: absolute; width: 20px; height: 100%; background-color: #fff; right: -20px; top: 0; z-index: 1;}
.roop-baner {width: 100%; font-size: 0;}
.roop-baner-wrap.active .roop-baner {width: calc(100% + 20px);}
.roop-baner .item {width: calc(25% - 15px); display: inline-block; vertical-align: top;}
.roop-baner .item:nth-child(n+2){margin-left: 20px;}
.roop-baner .item>a,
.roop-baner .item>div {display: block; box-sizing: border-box; border: 1px solid #d9d9d9; height: 110px; position: relative; padding: 33px 10px 30px 10px; box-sizing: border-box; font-size:0; text-align: center;}
.roop-baner .item>a .mdp,
.roop-baner .item>div .mdp {display: none;}
.roop-baner .item>a img,
.roop-baner .item>div img {width: 52px; height:47px; vertical-align: middle; display: inline-block; margin-right: 10px;}
.roop-baner .item>a .subTxt2,
.roop-baner .item>div .subTxt2 {font-weight: 500; vertical-align: middle; display: inline-block; text-align: left;}
.roop-baner .item .inBtn .subTxt2 {display:inline-block;}
.roop-baner .item .inBtn .btn {display:block;height:18px;margin-top:5px;font-size:0;}
.roop-baner .item .inBtn .btn>a {display:inline-block;position:relative;margin-right:15px;padding-right:27px;background:url(../../airportKor/img/mypage/icon_link_arrow1.png) no-repeat right 15px top 3px;color:#000;font-size:16px;line-height:18px;vertical-align:top;}
.roop-baner .item .inBtn .btn>a::after {content:'';display:block;position:absolute;right:0;top:3px;width:1px;height:12px;background:#d9d9d9;}
.roop-baner .item .inBtn .btn>a:last-of-type {margin-right:0;padding-right:15px;background-position:right center;}
.roop-baner .item .inBtn .btn>a:last-of-type::after {display:none;}
.roop-baner .slick-arrow{width: 34px; height: 19px; display: inline-block; background-repeat: no-repeat; background-position: center center; background-size: 10px 19px; position: absolute;  top: -34px;}
.roop-baner .slick-arrow.slick-prev{background-image: url(../../airportKor/img/mypage/roop-banner-prev.png); right: 42px;}
.roop-baner .slick-arrow.slick-next {background-image: url(../../airportKor/img/mypage/roop-banner-next.png); right: 8px;}

.card-list{width: 100%; font-size: 0; height: auto;}
.card-list li{width: calc(33.333% - 13.333px); margin-right: 20px; display: inline-block;}
.card-list li:nth-child(3n){margin-right: 0;}
.card-list li a{display: block; background-color: #fff; position: relative; padding: 40px 30px ; box-sizing: border-box;}
.card-list li .subTxt2{padding-right: 100px; box-sizing: border-box; word-break: keep-all; height: 46px;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box;}
.card-list li .sline-box{position: absolute; right: 30px; top: 40px;}
.card-list li .subTxt1{height: 49px; margin: 17px 0 25px; word-break: keep-all; padding-right: 50px; box-sizing: border-box; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box;}
.card-list li .info{font-size: 0;}
.card-list li .info .subTxt4{position: relative;}
.card-list li .info .subTxt4:nth-of-type(n+2){margin-left: 8px; padding-left: 8px;}
.card-list li .info .subTxt4:nth-of-type(n+2)::before{content: ""; display: block; width: 1px; height: 14px; position: absolute; left: 0; top: 2px; background-color: #dbdee1;}

.grayBox3{width: 100%; height: auto; padding: 24px; background-color: #f3f5f9; box-sizing: border-box; margin-bottom: 40px;}
.grayBox3 .subTit4{font-weight: 500; margin-bottom: 10px;}
.grayBox3 .subTxt4{margin-bottom: 5px; color:#000;}
.grayBox3 .subTxt4:last-of-type{margin-bottom: 0px;}
.grayBox3 .subTxt4.sDot::before{background-color: #000; width: 3px; height: 3px; top: 7px; border-radius: 50%; -webkit-border-radius: 50%;}

.login-wrap {width: 100%; font-size: 0;}
.login-wrap > div{width: 50%; display: inline-block ;vertical-align:middle; box-sizing: border-box; position: relative}
.login-wrap > div.left{padding-right: 60px;}
.login-wrap > div.right::before{content: ""; display: block; width: 1px; height: 100%; background-color: #dbdee1; position: absolute; left: 0; top: 0;} /* 로그인화면 사이드 보더 수정 */
/* .login-wrap > div.left::before{content: ""; display: block; width: 1px; height: 100%; background-color: #dbdee1; position: absolute; right: 0; top: 0;} */
.login-wrap > div.left .subTxt1{margin-top: 16px; margin-bottom: 20px;}
.login-wrap > div.left .sint {margin-bottom: 8px;}
.login-wrap > div.left .sbtn{margin-top: 10px;}
.login-wrap > div.left .sul-widht{margin-top: 23px;}
.login-wrap > div.right{padding-left: 60px;}
.login-wrap > div.right .subTxt1{margin-top: 16px; margin-bottom: 10px;}
.login-wrap > div.right .sbtn {margin-bottom: 10px; height: auto; !important;}
.login-wrap > div.right .sbtn:focus-visible{outline: 2px dotted #fff;outline-offset: -3px;}
.login-wrap > div.right .subTxt1.C_black.weightM{margin-bottom: 5px; margin-top: 0;}
.login-wrap > div.right .subTxt1.C_black{margin-bottom: 0; margin-top: 0;}
.login-wrap .id-sech{width: 100%; height: auto; padding: 50px 0 40px 0; border-top: 1px solid #000; border-bottom: 1px solid #dbdee1; font-size: 0; text-align: center;}
.login-wrap .id-sech > img{width: 50px; display: inline-block; margin-bottom: 30px;}
.login-wrap .id-sech > p{font-size: 36px; font-weight: 500; line-height: 1em; color:#000; letter-spacing: -0.75px;}
.login-wrap .id-sech > p span{font-family:'Roboto',sans-serif; color:#00589e; font-weight: bold; vertical-align: bottom;}
.login-wrap .sbtn-wrap{width: 100%;}
.login-wrap .sbtn-wrap .btnC{width: 180px; margin-right: 10px;}
.login-wrap .sbtn-wrap .btnC:last-of-type{margin-right: 0px;}
.login-wrap .pass-sech{width: 100%; height: auto; padding: 50px 0 50px 0; border-top: 1px solid #000; border-bottom: 1px solid #dbdee1; font-size: 0; text-align: center;}
.login-wrap .pass-sech > p.lv1{font-size: 36px; font-weight: 500; line-height: 1em; color:#000; letter-spacing: -0.75px;}
.login-wrap .pass-sech > p.lv1 span{font-family:'Roboto',sans-serif; color:#00589e; font-weight: bold; vertical-align: bottom;}
.login-wrap .pass-sech > p.lv2{font-size: 18px; font-weight: 400; line-height: 1em; color:#000; letter-spacing: -0.25px; margin-top:15px}
.login-wrap .pass-sech .sdl-RL{width: auto; margin-top: 40px; overflow: hidden; box-sizing: border-box; display: inline-block;}
.login-wrap .pass-sech .sdl-RL dt{width: 74px; text-align: left; float: left; margin-top: 0; min-height: 28px;}
.login-wrap .pass-sech .sdl-RL dt:nth-of-type(n+2){clear: both; margin-top: 10px;}
.login-wrap .pass-sech .sdl-RL dd{width: auto; text-align: left; float: left; min-height: 28px; padding-top: 2px; box-sizing: border-box;}
.login-wrap .pass-sech .subTxt1{line-height: 28px; margin-top: 17px}
.login-wrap .pass-sech .subTxt1 b{color:#08080c; font-weight: 500;}
.login-wrap .pass-sech .exclam{display: inline-block;}
.login-wrap .pass-sech fieldset{margin-top: 45px;}
.login-wrap .pass-sech fieldset .sint:nth-of-type(n+2){margin-top: 10px;}
.login-wrap .sbtn-wrap.item3 .btnC>span{padding: 0 15px;}
.login-wrap .sbtn-wrap.pass{width: 100%;}
.login-wrap .sbtn-wrap.pass .btnC{width: auto; margin-right: 10px;}
.login-wrap .sbtn-wrap.pass .btnC span{min-width: 135px;}
.login-wrap.onepass .id-sech > p{line-height: 60px;}
.login-wrap.onepass .sbtn-wrap .btnC>span{padding: 0 10px;}
.login-wrap .sbtn .simpleAuthImg {background-image: url(/esign/img/sprite_loginimg.png); background-repeat: no-repeat; width: 227px; height: 30px; margin: 10px auto 0;}

/* ENG */
#verEng .login-wrap{text-align: center;}
#verEng .login-wrap > div.left{padding-right: 0px; text-align: left;}
#verEng .login-wrap > div.left::before{display: none;}
.eng_id_sech .subTit5{margin-bottom: 20px; }
.eng_id_sech .subTit5 .subTxt1{float: right; margin-top: 8px;}

.onepassLogin {width: 100%; height: auto; font-size: 0; padding: 45px 60px; box-sizing: border-box; border-top: 1px solid #000;  border-bottom: 1px solid #dbdee1;}
.onepassLogin .idInfo {width: calc(100% - 400px); display: inline-block; vertical-align: middle;}
.onepassLogin .idInfo p.subTit1 {margin-bottom: 15px;}
.onepassLogin .idInfo p.subTxt1{color:#000;}
.onepassLogin .Btnwrap {width: 400px; display: inline-block; vertical-align: middle; font-size: 0;}
.onepassLogin .Btnwrap .btnC.btnGray {margin-right: 10px;}
.onepassLogin .Btnwrap .btnC.btnGray span{width: 148px;}
.onepassLogin .Btnwrap .btnC.blue{border-color:#00589e;}
.onepassLogin .Btnwrap .btnC.blue span{background-color: #00589e; color:#fff; width: 238px;}



/* 마이페이지 */
.mypage .subTit2{margin: 40px 0 15px 0;}
.mypage .subTit2:nth-of-type(n+2){margin: 55px 0 25px 0;;}
.mypage .subTit2 .Roboto{font-size: 32px; color:#00589e; line-height: 1em; vertical-align: 1px; display: inline-block; margin-left: 8px; font-weight: 500;}
.mypage .subTit2.v2{margin-top: 80px;}
.mypage .qna-wrap{padding: 55px 0 60px 0; background-color: #eef1f6; position: relative;}
.mypage .qna-wrap .inq-day-set{}
.mypage .qna-wrap .inq-day-set .sbtn-small:last-of-type{margin-right: 0px;}
.mypage .qna-wrap .card-list{clear: both;}
.mypage .qna-wrap .subTit2{display:inline-block;margin-top: 0; margin-bottom: 20px}
.mypage .qna-wrap::before{content: ""; display: block; position: absolute; width: 100%; height: 100%; left: -100%; top: 0; background-color: #eef1f6}
.mypage .qna-wrap::after{content: ""; display: block; position: absolute; width: 100%; height: 100%; right: -100%; top: 0; background-color: #eef1f6}

.mypage .qna-wrap .top-inq-gorup{display:inline-block;height:40px;margin:2px 0 0 20px;font-size: 0;vertical-align:top;}
.mypage .qna-wrap .top-inq-gorup > .sbtn-small{vertical-align: top; margin-left: 5px;}
.mypage .qna-wrap .inq-radio-set {display: inline-block;float:none;vertical-align: middle;margin-top:0;}
.mypage .qna-wrap .inq-radio-set .inp_r {margin-bottom:10px;}
.mypage .qna-wrap .inq-day-set {display: inline-block;float:none;vertical-align: middle; width: 525px;}
.mypage .qna-wrap .inq-day-set.v2 {display:inline-block;float:none;position:relative;width:160px;box-sizing:border-box;padding-left:60px;vertical-align:top;}
.mypage .qna-wrap .inq-day-set.v2 legend {left:0;top:0;width:auto;height:auto;font-size:14px;line-height:35px;}
.mypage .qna-wrap .inq-day-set .inp_s {height:35px;margin-bottom:10px;color:#777;font-size:14px;line-height:35px;}
.mypage .qna-wrap .inq-day-set button {margin-bottom:10px;}
.mypage .qna-wrap .inq-day-set .period {display:inline-block;width:265px;margin:0 0 10px 5px;vertical-align:top;}
.mypage .qna-wrap .inq-day-set .period input {display:inline-block;width:120px;height:35px;color:#777;font-size:14px;line-height:35px;vertical-align:top;}

.mypage .reservation{font-size: 0;}
.mypage .reservation .top-inq-gorup{font-size: 0;}
.mypage .reservation .top-inq-gorup > .sbtn-small{vertical-align: top; margin-left: 5px;}
.mypage .reservation .inq-radio-set {display: inline-block; vertical-align: top; width: calc(100% - 703px);}
.mypage .reservation .inq-radio-set select {width:auto; height:34px; vertical-align:middle;}
.mypage .reservation .inq-radio-set .inp_r {margin-bottom:10px;}
.mypage .reservation .inq-day-set {display: inline-block; vertical-align: middle; width: 490px;}
.mypage .reservation .inq-day-set.v2 {display:inline-block;position:relative;width:160px;box-sizing:border-box;padding-left:60px;vertical-align:top;}
.mypage .reservation .inq-day-set.v2 legend {left:0;top:0;width:auto;height:auto;font-size:14px;line-height:35px;}
.mypage .reservation .inq-day-set .inp_s {height:35px;margin-bottom:10px;color:#777;font-size:14px;line-height:35px;}
.mypage .reservation .inq-day-set button {margin-bottom:10px;}
.mypage .reservation .inq-day-set .period {display:inline-block;width:265px;margin-bottom:10px;vertical-align:top;}
.mypage .reservation .inq-day-set .period input {display:inline-block;width:120px;height:35px;color:#777;font-size:14px;line-height:35px;vertical-align:top;}
.mypage .reservation .sech-list{border-top:1px solid #000;/*margin-top: 20px;*/}
.mypage .reservation .sech-list li{width: 100%; height: auto; border-bottom: 1px solid #dbdee1}
.mypage .reservation .sech-list li .default{font-size: 0;width: 100%; height: 68px; background-color: #fff; padding: 23px 65px 23px 15px; box-sizing: border-box; position: relative;}
.mypage .reservation .sech-list li .default > .slide-btn{display: block;width: 55px;height: 100%;position: absolute;right: 0;top: 0;background-image: url(../../airportKor/img/mypage/ico_sechlist_closed.png);background-size: 17px 9px;background-position: center center;background-repeat: no-repeat;}
.mypage .reservation .sech-list li .default > .slide-btn.on{ background-image: url(../../airportKor/img/mypage/ico_sechlist_open.png);}
.mypage .reservation .sech-list li .default > p {display: inline-block; box-sizing:border-box; padding:0 10px;vertical-align: middle; height: auto; box-sizing: border-box;}
.mypage .reservation .sech-list li .default > p.title{font-size: 18px; font-weight: bold; line-height: 24px; color:#000; letter-spacing: -0.5px; width: calc(100% - 525px); text-overflow:ellipsis; white-space:nowrap;word-wrap:normal;overflow:hidden}
.mypage .reservation .sech-list li .default > p.day{font-size: 16px; font-weight: normal; line-height: 1em; text-align:center;color:#666666; width: 210px;}
.mypage .reservation .sech-list li .default > p.etc{font-size: 16px; font-weight: normal; line-height: 1em; color:#666666; width: 225px; text-align: center;}
.mypage .reservation .sech-list li .default > p.state{font-size: 16px; font-weight: normal; line-height: 1em; color:#000; position: relative; width: 90px; text-align: center;}
.mypage .reservation .sech-list li .default > p.state::before{content: ""; display: block; width: 1px; height: 16px; background-color: #dbdee1; position: absolute; right: 0px; top: 0;}
.mypage .reservation .sech-list li .default > p.state::after{content: ""; display: block; width: 1px; height: 16px; background-color: #dbdee1; position: absolute; left: 0px; top: 0;}
.mypage .reservation .sech-list li .default > p.state.red{color:#ba1512;}
.mypage .reservation .sech-list li .list-dtl {display: none; background-color: #eef1f6; padding: 35px 30px 30px; box-sizing: border-box; font-size: 0;}
.mypage .reservation .sech-list li .list-dtl .sdl-RL2{width: 50%; display: inline-block; box-sizing: border-box;vertical-align:top;}
.mypage .reservation .sech-list li .list-dtl .sdl-RL2:nth-of-type(2n){padding-left: 30px;}
.mypage .reservation .sech-list li .list-dtl .sdl-RL2:nth-of-type(n+3){margin-top: 25px;}
.mypage .reservation .sech-list li .btn_area {margin-top:25px;text-align:center;}
.mypage .reservation .sech-list li .btn_area a,
.mypage .reservation .sech-list li .btn_area button {height:35px;border-radius:2px;}
.mypage .reservation .sech-list li .btn_area a>span,
.mypage .reservation .sech-list li .btn_area button>span {font-size:14px;line-height:35px;}
.btnRedA.btnVocLink>span {height:68px;padding:0 72px 0 125px;background-image:url(../../common/img/microKor/ico_mypageLink.png);background-repeat:no-repeat;background-position:left 73px top 19px;line-height:68px;font-size:18px;font-weight:400}

.myariport {width: 100%; height: auto; box-sizing: border-box; border: 1px solid #dbdee1; border-top: 1px solid #000; padding: 43px 5px 20px 50px; min-height: 170px; font-size: 0; margin-top: 60px;}
.myariport > div{display: inline-block; vertical-align: top;}
.myariport .txt {width: calc(100% - 300px);}
.myariport .txt p.Roboto {font-size: 40px; line-height: 1em; color: #000; letter-spacing: -0.75px; display: inline-block; vertical-align: middle;}
.myariport .txt p.subTxt1{color:#777; display: block; margin-top: 15px;}
.myariport .txt a {font-size: 16px; line-height: 1em; color: #000; display: inline-block; vertical-align: middle; margin-left: 25px; padding-right: 15px;  background-image: url(../../airportKor/img/mypage/icon_link_arrow1.png); background-repeat: no-repeat; background-position:right 0 top 3px; letter-spacing: -0.5px; margin-top: 5px; font-weight: 500; position: relative; padding-bottom: 2px;}
.myariport .txt a::before{content: ""; display: block; position: absolute; left: 0; bottom: 0px; width: 100%; height: 1px; background-color: #000;}
.myariport .count {width: 130px; position: relative;}
.myariport .count:nth-of-type(3){padding-left: 50px; width: 150px; box-sizing: border-box;}
.myariport .count:nth-of-type(3)::before{content: ""; display: block; width: 1px; height: 70px; position: absolute; left: 0px; top: 6px; background-color: #dbdee1;}
.myariport .count .subTxt1{margin-bottom: 15px; color:#000;}
.myariport .count p.Roboto {font-size: 52px; font-weight: 500; color:#00589e; letter-spacing: -0.5px; line-height: 1em;}

/*회원가입*/
.mypage-join .join-step{width: 100%; font-size: 0; position: relative; height: auto; }
.mypage-join .join-step::before{content: ""; display: block; width: 100%; height: 3px; background-color: #dbdee1; position: absolute; left: 0; top: 24px; z-index: 0;}
.mypage-join .join-step li{width: 20%; text-align: center; font-size: 0; display: inline-block; vertical-align: top; position: relative; z-index: 1;}
.mypage-join .join-step li span{width: 50px; height: 50px; display: block; margin: 0 auto; border-radius: 50%; -webkit-border-radius: 50%; border: 3px solid #dbdee1; box-sizing: border-box; background-color: #fff; text-align: center; font-size: 20px; font-weight: 500; font-family:'Roboto',sans-serif; color:#95979d; text-align: center; line-height: 44px;}
.mypage-join .join-step li b{font-size: 18px; font-weight: 500; color:#8a8b90; text-align: center; display: block; line-height: 1em; margin-top: 12px;}
.mypage-join .join-step li.on span{color:#fff; background-color: #00589e; border-color: #00589e;}
.mypage-join .join-step li.on b{color:#000;}
.mypage-join .subTit2{line-height: 1em; margin-top: 78px;}
.mypage-join .realname-ck{width: 100%; height: auto; margin-top: 30px; font-size: 0;}
.mypage-join .realname-ck .item{width: calc(50% - 15px); display: inline-block; vertical-align: top; height: 360px; box-sizing: border-box; border: 1px solid #dbdee1; padding:34px 10px 10px 10px; font-size: 0; text-align: center;}
.mypage-join .realname-ck .item:nth-of-type(n+2){margin-left: 30px; }
.mypage-join .realname-ck .item img{width: 61px; display: block; margin: 0 auto;}
.mypage-join .realname-ck .item .subTit3{margin-top: 20px;}
.mypage-join .realname-ck .item .sbtn{margin-top: 25px; width: 270px;}
.mypage-join .realname-ck .item .sbtn span{padding: 18px 20px 16px 20px}
.mypage-join .realname-ck .item .subTxt4{margin-top: 20px; line-height: 24px;}
.mypage-join .terms{margin-top: 80px; border-bottom: 1px solid #dbdee1; padding-bottom: 40px;}
.mypage-join.onepass .terms{margin-top: 0px;}
.mypage-join .terms .subTit3{margin-bottom: 15px;}
.mypage-join .terms .subTit3:nth-of-type(n+2){margin-top: 50px;}
.mypage-join .terms .txt-scroll .subTxt2.lv1{margin-bottom: 10px; margin-top: 20px;color:#1f4e79;font-weight: 500;}
.mypage-join .terms .txt-scroll .subTxt1.lv2{margin-bottom: 5px; color:#1f4e79;font-weight: 500;margin-top: 10px;}
.mypage-join .terms .txt-scroll .subTxt1.lv3{margin-bottom: 5px; color:#666666}
.mypage-join .terms .txt-scroll .subTxt1.lv4{margin-left: 0.5em;}
.mypage-join .terms .txt-scroll .point {color:#ff1d1d !important;font-weight: 500}
.mypage-join .terms .inp_c.rec{margin: 15px 0 0 0;  display: block;}
.mypage-join .terms .inp_c.rec>label{font-weight: 300;}
.mypage-join .terms .inp_c.rec>input[type=checkbox]:checked+label{font-weight: 500;}
.mypage-join .terms .inp_c.rec.all{margin-top: 15px;}
.mypage-join .member_info{width: 100%; height: auto; margin-top: 80px;}
.mypage-join .member_info .lineList_tbW td{padding-top:10px; padding-bottom: 10px;}
.mypage-join .member_info .subTit2{margin-bottom: 20px;}
.mypage-join .member_info .subTit2 .subTxt1{text-align: right; float: right; margin-top: 17px;}
.mypage-join .member_info .lineTop_tbArea{width: 100%;}
.mypage-join .member_info .lineTop_tbArea colgroup col:nth-child(1){width: 225px;}
.mypage-join .member_info .lineTop_tbArea colgroup col:nth-child(2){width:auto;}
.mypage-join .member_info.change{margin-top: 0;}
.mypage-join .member_info.change .subTit2{margin: 0 0 20px 0; overflow: hidden;}
.mypage-join .join-complet{width: 100%; height: auto; padding: 50px 0 40px 0; border-top: 1px solid #000; border-bottom: 1px solid #dbdee1; font-size: 0; text-align: center; margin-top: 80px;}
.mypage-join .join-complet > img{width: 60px; display: inline-block; margin-bottom: 30px;}
.mypage-join .join-complet > p.lv1{font-size: 36px; font-weight: 500; line-height: 1em; color:#000; letter-spacing: -0.75px;}
.mypage-join .join-complet > p.lv2{font-size: 18px; font-weight: 400; line-height: 28px; color:#000; letter-spacing: -0.5px; margin-top: 15px;}
.mypage-join .sul-widht.change{text-align: right; margin: 20px 0 30px 0;}
.mypage .btnAreaL {margin-top:25px;}
.mypage .subTit2+.btnAreaL {margin-top:0px !important;}

/* ENG */
#verEng .mypage-join .join-step li{width: 33.333%;}
#verEng .mypage-join .terms .txt-scroll .subTxt2.lv2{margin-top: 25px;color:#1f4e79;font-weight:500;}
#verEng .mypage-join .terms .txt-scroll .subTxt1.lv3{margin-top: 10px;}
#verEng .mypage-join .terms .txt-scroll .subTxt1.lv4{margin-left: 0.5em;}
/* #verEng .txt-scroll > div{height: 440px;} */
#verEng .mypage-join .join-complet > p.lv1{font-size: 30px;}
#verEng .mypage-join.email{margin-top: 0px;}


/* 서브컨텐츠 텍스트 레이아웃 */
.txt-defulat-wrap{}
.txt-defulat-wrap .btm_pageInfo{margin-top: 150px;}
.txt-defulat-wrap .exclam.small{margin-bottom:15px}
.txt-defulat-wrap .subTit2{margin-bottom: 23px;}
.txt-defulat-wrap .subTit2:nth-of-type(n+2){margin-top: 75px;}
.txt-defulat-wrap .subTit2.mbt{margin-top: 40px}
.txt-defulat-wrap .subTxt1{margin-bottom: 12px; color:#000;}
.txt-defulat-wrap .subTxt1.mbt{margin-top: 12px;}
.txt-defulat-wrap .subTxt5{margin-bottom: 15px;}
.txt-defulat-wrap .subTxt5.mbt{margin-top: 40px}
.txt-defulat-wrap .subTxt5.mbt2{margin-top: 20px}
.txt-defulat-wrap .img-box{width: 100%; max-width:100%; font-size: 0;}
.txt-defulat-wrap .img-box.item2 > img{width: calc(50% - 10px); margin-right: 20px; display:inline-block; vertical-align: top;}
.txt-defulat-wrap .img-box.item2 > img:last-of-type{margin-right: 0px;}
.txt-defulat-wrap .img-box > img{width: auto; max-width:inherit}
.txt-defulat-wrap .img-box.BtLine{border-bottom: 1px solid #dadee1; padding-bottom: 55px; margin: 40px 0}
.txt-defulat-wrap .img-box.BtLine2{border-bottom: 1px solid #dadee1; padding-bottom: 40px; margin: 40px 0}
.txt-defulat-wrap .img-box.BtLine2 .img-line-box.v2 ul li{border-bottom: 0; padding-bottom: 0px;}

#verJpn .txt-defulat-wrap .subTit2.small {font-size:25px}



/*텍스트 그룹*/
/* 여러 문단 텍스트 그룹핑 그룹핑 */
.TxtG-row-1{width: 100%; height: auto; margin-bottom: 15px}
.TxtG-row-1:last-of-type{margin-bottom: 0px;}

/* 단순한 텍스트 그룹핑 */
.exclam.small{background-size: 18px 18px; background-position: 0 4px; font-size: 16px; font-weight: 300; padding-left: 26px; background-image:url(../img/common/ico_cirExclam_s_black.png)}
.TxtG-inner-1{width: 100%; height: auto;}
.TxtG-inner-1.mbt{margin-top: 20px}
.txt-defulat-wrap .TxtG-inner-1 .exclam.small{margin-top: 0; margin-bottom: 5px;}
.txt-defulat-wrap .TxtG-inner-1 .subTxt1{margin-bottom: 5px;}
.txt-defulat-wrap .TxtG-inner-1 .subTxt1 span.exclam.small{display: inline-block; margin-top: 0px; font-weight: 400; margin-bottom:0px; margin-left:5px;}
.txt-defulat-wrap .TxtG-inner-1 .subTxt1:last-of-type{margin-bottom: 0px;}

/* 담당자정보 및 만족도조사 */
.pageCharge {position:relative;overflow:hidden;margin-top:60px;box-sizing:border-box;padding:25px 190px 0 100px;border:1px solid #dbdee1;border-top:1px solid #00589e;background:#eef1f6 url(../img/common/ico_receiver.png) no-repeat left 40px top 17px;text-align:left;font-size:0;z-index:0;}
.pageCharge li {display:inline-block;position:relative;margin:0 20px 20px 0;padding-right:20px;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:400;line-height:20px;vertical-align:top;white-space:nowrap;}
.pageCharge li::after {content:'';display:block;position:absolute;right:0;top:2px;width:1px;height:15px;background:#cccfd2;}
.pageCharge li:last-child {margin-right:0;padding-right:0;}
.pageCharge li:last-child::after {display:none;}
.pageCharge li>b {display:inline-block;margin-right:12px;color:#000;font-family:inherit;font-size:16px;font-weight:500;line-height:inherit;vertical-align:top;}
.pageCharge .update {display:block;position:absolute;right:40px;top:25px;color:#666;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:15px;font-weight:400;line-height:20px;text-align:right;}
.pageEval {position:relative;overflow:hidden;margin-top:60px;padding:25px 40px;border:1px solid #dbdee1;border-top:1px solid #00589e;background:#fff;font-size:0;text-align:left;z-index:1;}
.pageEval {
    padding-left: 170px;
}
.pageEval:before {
    position: absolute;
    top: 24px;
    left: 60px;
    content: '';
   /*width: 79px;
    height: 73px;*/
    width: 60px;
    height: 55px;
    background: url(../img/common/ico_pageEval.png) no-repeat;
    background-size: cover;
}
.pageEval>p {display:block;margin-bottom:5px;}
.pageEval .eval_sel {display:inline-block;width:600px;height:40px;box-sizing:border-box;padding-top:10px;vertical-align:top;}
.pageEval .eval_sel>span {vertical-align:top;}
.pageEval .eval_txt {display:inline-block;overflow:hidden;width:calc(100% - 500px);vertical-align:top;white-space:nowrap;}
.pageEval .eval_txt input {float:left;width:calc(100% - 115px);border-right:none;}
.pageEval .eval_txt button {display:inline-block;width:115px;height:40px;box-sizing:border-box;padding:0 10px;background:#6c6c6c;color:#fff;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:16px;font-weight:500;line-height:40px;text-align:center;}
.pageEval .eval_txt button:focus-visible{outline: dotted; outline-offset: -5px;}
.pageCharge+.pageEval {margin-top:-1px !important;border-top:none !important;}

/* 사이트 맵 */
.SiteMapWrap{width: 100%; height: auto; font-size: 0;}
.SiteMap{width: calc(25% - 30px); margin-right: 40px; margin-bottom: 80px; height: auto; font-size: 0; display: inline-block; vertical-align: top;}
.SiteMap:nth-of-type(4n){margin-right: 0px;}
.SiteMap > p{font-size: 34px; line-height: 1em; margin-bottom: 25px; font-weight: bold; letter-spacing: -2px}
.SiteMap ul.Depth1{border-top: 1px solid #000; padding-top: 30px;}
.SiteMap ul.Depth1 > li{width: 100%; height: auto; margin-bottom: 30px;}
.SiteMap ul.Depth1 > li > a{font-size: 20px; font-weight: 500; color:#000; display: block; line-height: 24px; word-break: keep-all;}
.SiteMap ul.Depth1 > li:last-of-type{margin-bottom: 0px;}
.SiteMap ul.Depth1 > li ul.Depth2{width: 100%;}
.SiteMap ul.Depth1 > li ul.Depth2 > li{width: 100%; height: auto; margin-bottom: 13px;}
.SiteMap ul.Depth1 > li ul.Depth2 > li:first-of-type{margin-top: 13px;}
.SiteMap ul.Depth1 > li ul.Depth2 > li:last-of-type{margin-bottom: 0px}
.SiteMap ul.Depth1 > li ul.Depth2 > li > a{display: block; font-size: 16px; color:#666666; line-height: 22px;}
.SiteMap ul.Depth1 > li > a:hover,
.SiteMap ul.Depth1 > li ul.Depth2 > li > a:hover{color:#00589e}
.SiteMap ul.Depth1 span{font-size: inherit; line-height: inherit;}

#verEng .SiteMap > p {letter-spacing: -1px;}
#verChn .SiteMap > p {letter-spacing: -1px;}
#ver .SiteMap > p {letter-spacing: -1px;}


/*루트맵*/
.RootMap{/*max-width: 1920px;*/ width: 100%; /*max-height: 937px;*/ overflow: hidden; height: 100%;}
.RootMap.popLayout .popConts{height: 100%;}
.RootMap .RootMapClosed{width: 50px; height: 50px; position: absolute; right: 30px; top: 30px; background-image: url(../img/airport/ico_BlackBgWhiteClosed.png);  background-position: center center;  text-indent: -9999px; z-index: 10; background-size: 50px auto;}
.RootMap .RootMapMenu{max-width: 390px;width: 100%;  height: 100%; position: absolute; left: 0; top: 0; box-shadow: 0 4px 9px 2px rgba(0,0,0,0.2); transition: left 0.3s; -webkit-transition: left 0.3s; z-index: 50; background-color: #fff;}
.RootMap .RootMapMenu.Closed{left: -390px;}
.RootMap .RootMapMenu .HeadT{width: 100%; height: 60px; background-color: #00589e; font-size: 0; padding: 20px 25px 17px 25px; box-sizing: border-box;}
.RootMap .RootMapMenu .HeadT img{width:64px; height: 19px; display: inline-block; vertical-align: top; margin-right: 10px;}
.RootMap .RootMapMenu .HeadT span{font-size: 18px; font-weight: 500; color:#fff; line-height: 1em; vertical-align: middle; display: inline-block; letter-spacing: -0.5px;}
.RootMap .RootMapMenu .Menu{width: 22px; height: 60px; border-radius: 0 4px 4px 0; background-color: #fff; position: absolute; top: calc(50% - 30px); right: -22px; background-size: 7px 11px; background-repeat: no-repeat; background-position: left 6px center; background-image: url(../img/airport/ico_RootMapMenuArr.png); box-shadow:6px 2px 6px -1px rgba(0,0,0,0.1); text-indent: -9999px; }
.RootMap .RootMapNav{width: 100%; height: calc(100% - 60px); overflow-y: scroll; }
.RootMap .RootMapNav .TopSech{width: 100%; height: auto; padding: 25px 25px 30px 50px; box-sizing: border-box; text-align: center; font-size: 0; background-image: url(../img/airport/TopSechBg.png); background-size: 14px auto; background-repeat: no-repeat; background-position: 20px 40px;}
.RootMap .RootMapNav .TopSech .point{width: 100%; margin-bottom: 10px; font-size: 0; text-align: left;}
.RootMap .RootMapNav .TopSech .departure{width: 100%;font-size: 0;}
.RootMap .RootMapNav .TopSech .inp_s{border-top: none;}
.RootMap .RootMapNav .TopSech .btnC_s{margin-top: 10px;}

.RootMap .SechCont{width: 100%; height: auto;}
.RootMap .SechCont ul{width: 100%; height: auto; font-size: 0; border-top:1px solid #e3e3e3}
.RootMap .SechCont ul li{width: 100%; height: auto; font-size: 0; border-bottom:1px solid #e3e3e3}
.RootMap .SechCont ul li .default{width: 100%; height:50px; text-align: left;  background-color: #eef1f6; transition: all 0.2s; -webkit-transition: all 0.2s;}
.RootMap .SechCont ul li .default span{font-size: 16px; color:#000; display: block; line-height: 1em; padding: 16px 60px 16px 25px; box-sizing: border-box; font-weight: 500; letter-spacing: -0.5px; background-image: url(../img/airport/icon_SechContArr.png); background-size: 17px auto; background-repeat: no-repeat; background-position: right 25px center;  transition: all 0.2s; -webkit-transition: all 0.2s;}
.RootMap .SechCont ul li.open .default{background-color: #fff; height: auto;}
.RootMap .SechCont ul li.open .default span{font-size: 18px; font-weight: bold; padding-top: 24px;  background-image: url(../img/airport/icon_SechContArrBlue.png);}
.RootMap .SechCont ul li .Rootdata{display: none; padding: 0 13px 26px 25px; box-sizing: border-box; width: 100%;}
.RootMap .SechCont ul li .Rootdata .btnC_s{margin: 10px auto 0 auto; display: block;}

.RootMap .RootTit{font-size: 15px; font-weight: 500; line-height: 1em; margin-bottom: 10px; letter-spacing: -0.5px;}
.RootMap .Root{width: 100%; height: auto;}
.RootMap .Nodata{font-size: 14px; color:#666; line-height: 18px; letter-spacing: -0.5px;}
.RootMap .Root .item{width: 100%; height: auto; border-bottom: 1px solid #e9e9e9; padding: 17px 10px; box-sizing: border-box; font-size: 0; cursor: pointer;}
.RootMap .Root .item.select{background-color: #f5f8fa;}
.RootMap .Root .item:nth-of-type(1){border-top:1px solid #e9e9e9}
.RootMap .Root .item > p {width: 100%; font-size: 0; margin-bottom: 10px;}
.RootMap .Root .item > p span{display: inline-block; vertical-align: middle; margin-right: 36px; position: relative; letter-spacing: -1px;}
.RootMap .Root .item > p span::before{content: ""; display: block; width: 15px; height: 10px; background-image: url(../img/airport/icon_RootArr.png); background-repeat: no-repeat; background-size: 15px auto; position: absolute; right: -25px; top: 6px;}
.RootMap .Root .item > p span:last-of-type{margin-right: 0px;}
.RootMap .Root .item > p span:last-of-type::before{display: none;}
.RootMap .Root .item > p span.walk{background-image: url(../img/airport/icon_walk.png); background-repeat: no-repeat; background-size: 15px auto; width: 15px; height:22px; text-indent: -9999px; background-position: center center;}
.RootMap .Root .item > p span.subway{background-image: url(../img/airport/icon_subway.png); background-repeat: no-repeat; background-size: 15px auto; font-size: 14px; font-weight: bold; background-position:  left center; padding-left: 20px; line-height: 22px; height: 22px;}
.RootMap .Root .item > p span.bus{background-image: url(../img/airport/icon_bus.png); background-repeat: no-repeat; background-size: 15px auto; font-size: 14px; font-weight: bold; background-position:  left center; padding-left: 20px; line-height: 22px; height: 22px;}
/*각 지하철 노선 1호선 부터 9호선 */
.RootMap .Root .item > p span.C_Line1{color:#0141aa}
.RootMap .Root .item > p span.C_Line2{color:#3cb44a}
.RootMap .Root .item > p span.C_Line3{color:#f08f4c}
.RootMap .Root .item > p span.C_Line4{color:#09b5ea}
.RootMap .Root .item > p span.C_Line5{color:#924bdd}
.RootMap .Root .item > p span.C_Line6{color:#b55e16}
.RootMap .Root .item > p span.C_Line7{color:#727718}
.RootMap .Root .item > p span.C_Line8{color:#ef4b96}
.RootMap .Root .item > p span.C_Line9{color:#cea43a}

/*경춘*/
.RootMap .Root .item > p span.C_Gyeongchun{color:#1bc876}
/*경의중앙*/
.RootMap .Root .item > p span.C_Gyeongui{color:#05a49d}
/*인천 1 ~ 2*/
.RootMap .Root .item > p span.C_Incheon1{color:#b0cfed}
.RootMap .Root .item > p span.C_Incheon2{color:#ffa340}
/*공항*/
.RootMap .Root .item > p span.C_Air{color:#44a9e7}
/*신분당*/
.RootMap .Root .item > p span.C_Sinbundang{color:#ce3245}
/*의정부*/
.RootMap .Root .item > p span.C_Uijeongbu{color:#feb768}
/*에버라인*/
.RootMap .Root .item > p span.C_Everline{color:#8cc966}
/*자기부상*/
.RootMap .Root .item > p span.C_Jagibusang{color:#fa972e}
/*경강*/
.RootMap .Root .item > p span.C_Gyeonggang{color:#187ce8}
/*우이신설*/
.RootMap .Root .item > p span.C_WooiShinseol{color:#d2ca29}
/*서해*/
.RootMap .Root .item > p span.C_Seohae{color:#85bf37}
/*김포골드*/
.RootMap .Root .item > p span.C_Gimpogold{color:#9a7611}
/*수인분당*/
.RootMap .Root .item > p span.C_Suin{color:#ffce32}

/*버스*/
/*간선*/
.RootMap .Root .item > p span.C_Ganseon{color:#3871e4}
/*지선*/
.RootMap .Root .item > p span.C_Jiseon{color:#009137}
/*광역*/
.RootMap .Root .item > p span.C_Gwangyeog{color:#fff9f9}
/*순환*/
.RootMap .Root .item > p span.C_Sunhwan{color:#f3a600}

.RootMap .Root .item > time{display: inline-block; vertical-align: middle; font-size: 14px; color:#666666; letter-spacing: -0.5px; line-height: 1em; margin-right: 12px; padding-right: 13px; position: relative;}
.RootMap .Root .item > time::before{content: ""; width: 1px; height: 10px; background-color: #d7d7d7; position: absolute; right: 0px; top: 3px;}
.RootMap .Root .item > time:last-of-type{margin-right: 0; padding-right: 0px;}
.RootMap .Root .item > time:last-of-type::before{display: none;}

.RootMap .AirTab{width: 100%; height: 35px; font-size: 0; position: relative;margin-top: 6px;}
.RootMap .AirTab::before{content: ""; display: block; width: 100%; height: 1px; position: absolute; bottom: 0; left: 0; background-color: #00589e; z-index: 1;}
.RootMap .AirTab .TabDefault{width: auto; height: 100%; border: 1px solid #dddddd;}
.RootMap .AirTab .TabDefault.on{position: relative; z-index: 2; border: 1px solid #00589e; position: relative; }
.RootMap .AirTab .TabDefault.on::before{content: ""; display: block; width: 100%; height: 1px; background-color: #fff; left:0; bottom:-1px; z-index: 3; position: absolute;}
.RootMap .AirTab .TabDefault:nth-of-type(n+2){margin-left: -1px;}
.RootMap .AirTab .TabDefault span{font-size: 15px; line-height: 1em; display: block; color:#666; padding: 9px 15px; box-sizing: border-box;}
.RootMap .AirTab .TabDefault.on span{color:#00589e; font-weight: 500;}

#verEng .RootMap .AirTab .TabDefault {display:table;float:left;width:50%;}
#verEng .RootMap .AirTab .TabDefault span {display:table-cell;padding:0 15px;text-align:center;vertical-align:middle;}
#verEng .RootMap .AirTab .RGoup {width: 100%; top: 45px}
#verEng .RootMap .AriInfo {margin-top: 45px;}

.RootMap .AirTab .RGoup{position: absolute; right: 0; top: 6px; font-size: 0;}
.RootMap .AirTab .RGoup .inp_r{margin-right: 20px;}
.RootMap .AirTab .RGoup .inp_r:last-of-type{margin-right: 0px;}

.RootMap .AriInfo{width: 100%; height: auto; font-size: 0; margin-top: 20px;}
.RootMap .AriInfo > .inp_t{height: 35px; font-size: 14px; font-weight: 500; width: calc(50% - 3px); margin-right: 6px; margin-bottom: 6px;}
.RootMap .AriInfo > .Plus{width: 100% !important; margin-right: 0px !important;}
.RootMap .AriInfo > .inp_t:nth-of-type(2n){margin-right: 0px;}
.RootMap .AriInfo .Picker{width: calc(50% - 3px); margin-right: 6px; margin-bottom: 6px; display: inline-block;}
.RootMap .AriInfo .Picker:nth-of-type(2n){margin-right: 0px;}
.RootMap .AriInfo > .inp_s{height: 35px; font-size: 14px; font-weight: 500; width: calc(25% - 3px); margin-right: 4px; margin-bottom: 0px; padding: 0 20px 0 10px; letter-spacing: -1px; background: #fff url(../img/airport/icon_AriInfoArr.png) no-repeat right 10px top 50%; background-size: 11px auto;}
.RootMap .AriInfo > .inp_s:nth-of-type(4){margin-right: 0px;}

.RootMap .tripInfo{width: 100%; height: auto; font-size: 0; margin-top: 5px;}
.RootMap .tripInfo .AirPort{font-size: 22px; font-weight: bold; line-height: 1em; color: #000; margin-bottom: 15px;}
.RootMap .tripInfo .Sub{font-size: 15px; line-height: 18px; color:#000; margin-bottom: 5px; background-repeat: no-repeat; background-size: 19px auto; background-position: left top 2; padding-left: 28px; box-sizing: border-box; min-height: 22px;}
.RootMap .tripInfo .Sub.Address{background-image: url(../img/airport/icon_tripInfoAddress.png)}
.RootMap .tripInfo .Sub.Url{background-image: url(../img/airport/icon_tripInfoUrl.png)}
.RootMap .tripInfo .Sub.Tel{background-image: url(../img/airport/icon_tripInfoTel.png)}
.RootMap .tripInfo .ImgBox{width: 100%; position: relative;height: auto;overflow: hidden; margin-top: 10px;}
.RootMap .tripInfo .ImgBox::before{content: ""; display: block; padding-top: 65.4%;}
.RootMap .tripInfo .ImgBox > img{position: absolute; width: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%)}

.RootMap .tripInfo .AddSech{width: 100%; font-size: 0; height: 35px; position: relative; padding-top: 9px; box-sizing: border-box; margin-top: 8px; margin-bottom: 15px;}
.RootMap .tripInfo .AddSech > p{font-size: 15px; color:#666; letter-spacing: -0.5px; line-height: 1em; }
.RootMap .tripInfo .AddSech .inp_s{width:130px; height: 35px; position: absolute; right: 0; top: 0; font-size: 14px; color:#666;}

.RootMap .rentalcarSech{width: 100%; font-size: 0;}
.RootMap .rentalcarSech .SelectGroup{display: inline-block; width: calc(50% - 3px); margin-right: 6px; margin-bottom: 20px; margin-top: 6px;}
.RootMap .rentalcarSech .SelectGroup:nth-of-type(2n){margin-right: 0px;}
.RootMap .rentalcarSech .SelectGroup > label{font-size: 15px; margin-bottom: 10px; line-height: 1em; font-weight: 500; display: block;}
.RootMap .rentalcarSech .SelectGroup .Picker:nth-of-type(1){margin-bottom: 6px;}
.RootMap .rentalcarSech .SelectGroup .timepicker{background: #fff url(../img/common/ico_clock_black.png) no-repeat right 7px center !important}
.RootMap .rentalcarSech .SelectGroup .inp_s:nth-of-type(1){margin-bottom: 6px;}
.RootMap .rentalcarSech .SelectGroup .inp_s,
.RootMap .rentalcarSech .SelectGroup .inp_t{height: 35px; font-size: 14px; font-weight: 500; color:#000 !important; opacity: 1 !important}
.RootMap .rentalcarSech .InfoTxt{font-size: 14px; color:#a70638; line-height: 21px; word-break: keep-all; letter-spacing: -0.5px;}

.RootMap .AddList{width: 100%; height: auto; margin-top: 15px; border-top:1px solid #ddd;}
.RootMap .AddList .item{width: 100%; height: auto; font-size: 0; padding: 15px 0; border-bottom: 1px solid #ddd;}
.RootMap .AddList .item .AddTxtGroup{width: calc(100% - 90px); vertical-align: top; display: inline-block; padding-right: 20px; box-sizing: border-box;}
.RootMap .AddList .item .AddTxtGroup .AddTit{font-size: 16px; font-weight: 500; line-height: 22px; letter-spacing: -0.5px; color:#000; margin-bottom: 7px;}
.RootMap .AddList .item .AddTxtGroup .AddAddress{font-size: 14px; letter-spacing: -0.5px; line-height: 20px;}
.RootMap .AddList .item .AddTxtGroup .EtcTxt{font-size: 14px; margin-top: 20px;}
.RootMap .AddList .item .AddTxtGroup .EtcTxt span{display: inline-block; margin-right: 10px;}
.RootMap .AddList .item .thumbnail{width: 90px; height: 92px; display: inline-block; vertical-align: top; position: relative; background-color: rgba(0,0,0,0.5); overflow: hidden;}
.RootMap .AddList .item .thumbnail img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%;}

.RootMap .MapArea{width: 100%; height: 100%;}

.RootMap .btnC_s span{font-weight: 500; font-size: 14px; width: 88px; padding: 0 10px;}
.RootMap .inp_r>label{background:url(../img/airport/ico_inputRadioBlue.png) no-repeat 0 0; background-size: 19px auto; background-color: #fff; font-size: 14px;}
.RootMap .inp_r>input[type=radio]:checked+label{background: url(../img/airport/ico_inputRadioBlue_on.png) no-repeat 0 0; background-size: 19px auto; background-color: #fff;}

.RootMap .inp_t{width: 100%; height: 43px; border-color:#ddd; background-color: #fff;}

.RootMap .inp_t::placeholder{color:#bebebe;}
.RootMap .inp_s{width: 100%; height: 43px; border-color:#ddd; font-weight: 500; background: #fff url(../img/airport/icon_AriInfoArr.png) no-repeat right 10px top 50%; background-size: 11px auto;}

/* 여행상품 */
.travelInfo_list .travelTit {padding:0 0 15px 0;font-size:26px;font-weight:500;letter-spacing:-1px;}
.travelInfo_list .travelTit>span.pointBlue {font-weight:600;font-size:inherit;}

.tourSearchWrap {padding:35px 40px 40px 40px;border-top:1px solid #000;background:#f5f8fa;}
.tourSearchWrap>strong {display:block;font-size:16px;font-weight:500;}
.tourSearchWrap>.searchOpt {width:calc(100% + 5px);margin-left:-5px;font-size:0}
.tourSearchWrap>.searchOpt>li {display:inline-block;width:auto;;margin-top:5px;margin-left:5px;vertical-align: top;text-align:center;}
.tourSearchWrap>.searchOpt>li>button {display:block;width:100%;height:100%;padding:9px 23px;box-sizing: border-box;border:1px solid #d9d9d9;color:#999;letter-spacing:-1px;}
.tourSearchWrap>.searchOpt>li.on>button {border:1px solid #000;background:#fff;color:#000;font-weight:500;}
.tourSearchWrap .searchOpt + strong {margin-top:20px}
.tourSearchWrap .BBS_boxOption {margin-top:30px}
.exclamBox + .tourSearchWrap {margin-top:20px;}
.tourSearchWrap>.searchTravelOpt {width:calc(100% + 5px);margin-left:-5px;font-size:0}
.tourSearchWrap>.searchTravelOpt>li {display:inline-block;width:calc(12.5% - 5px);max-height:120px;margin-left:5px;vertical-align: top;text-align:center;overflow:hidden;}
.tourSearchWrap>.searchTravelOpt>li>button {display:block;width:100%;height:100%;padding:70px 10px 15px 10px;box-sizing: border-box;border:1px solid #d9d9d9;background:url(../img/microKor/ico_travelInfo01.png) no-repeat left 50% top 21px;color:#666;font-size:15px;letter-spacing:-0.5px}
.tourSearchWrap>.searchTravelOpt>li.on>button {background-image: url(../img/microKor/ico_travelInfo01_on.png);border: 1px solid #000; background-color:#fff;color:#000;font-weight:500}
.tourSearchWrap>.searchTravelOpt>li.sight>button {background-image:url(../img/microKor/ico_travelInfo01.png)}
.tourSearchWrap>.searchTravelOpt>li.on.sight>button {background-image:url(../img/microKor/ico_travelInfo01_on.png)}
.tourSearchWrap>.searchTravelOpt>li.cultureFac>button {background-image:url(../img/microKor/ico_travelInfo02.png)}
.tourSearchWrap>.searchTravelOpt>li.on.cultureFac>button {background-image:url(../img/microKor/ico_travelInfo02_on.png)}
.tourSearchWrap>.searchTravelOpt>li.festival>button {background-image:url(../img/microKor/ico_travelInfo03.png)}
.tourSearchWrap>.searchTravelOpt>li.on.festival>button {background-image:url(../img/microKor/ico_travelInfo03_on.png)}
.tourSearchWrap>.searchTravelOpt>li.travelCourse>button {background-image:url(../img/microKor/ico_travelInfo04.png)}
.tourSearchWrap>.searchTravelOpt>li.on.travelCourse>button {background-image:url(../img/microKor/ico_travelInfo04_on.png)}
.tourSearchWrap>.searchTravelOpt>li.reports>button {background-image:url(../img/microKor/ico_travelInfo05.png)}
.tourSearchWrap>.searchTravelOpt>li.on.reports>button {background-image:url(../img/microKor/ico_travelInfo05_on.png)}
.tourSearchWrap>.searchTravelOpt>li.lodge>button {background-image:url(../img/microKor/ico_travelInfo06.png)}
.tourSearchWrap>.searchTravelOpt>li.on.lodge>button {background-image:url(../img/microKor/ico_travelInfo06_on.png)}
.tourSearchWrap>.searchTravelOpt>li.shopping>button {background-image:url(../img/microKor/ico_travelInfo07.png)}
.tourSearchWrap>.searchTravelOpt>li.on.shopping>button {background-image:url(../img/microKor/ico_travelInfo07_on.png)}
.tourSearchWrap>.searchTravelOpt>li.cafe>button {background-image:url(../img/microKor/ico_travelInfo08.png)}
.tourSearchWrap>.searchTravelOpt>li.on.cafe>button {background-image:url(../img/microKor/ico_travelInfo08_on.png)}

#verEng .tourSearchWrap>.searchTravelOpt>li {height:120px;}
#verEng .tourSearchWrap>.searchTravelOpt>li>button {font-size:14px;line-height:16px;}
#verChn .tourSearchWrap>.searchTravelOpt>li>button {padding-left:3px;padding-right:3px;font-size:13px;;letter-spacing:-1px;}
#verJpn .tourSearchWrap>.searchTravelOpt>li>button {padding-left:3px;padding-right:3px;font-size:13px;letter-spacing:-1px;}

.BBS_boxOption {clear:both;position:relative;}
.BBS_boxOption fieldset {position:relative;padding-right:180px;}
.BBS_boxOption fieldset .optUnit .labelUnit {display:inline-block;margin:0 20px 20px 0;vertical-align:middle;}
.BBS_boxOption fieldset .optUnit .labelUnit>label {padding-right:10px;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:15px;font-weight:500;line-height:19px;}
.BBS_boxOption fieldset .optUnit .inp_t2 {display:inline-block;min-width:100px;width:auto;letter-spacing:-1px;}
.BBS_boxOption fieldset .optUnit .inp_s {display:inline-block;min-width:90px;width:auto;letter-spacing:-1px;}
.BBS_boxOption fieldset .optUnit .inp_r,
.BBS_boxOption fieldset .optUnit .inp_c {vertical-align:top;}
.BBS_boxOption fieldset .optUnit+.optUnit {border-top:1px solid #dbdee1;}
.BBS_boxOption fieldset .exclam {display:inline-block;}
.BBS_boxOption fieldset .search {position:absolute;right:0;top:0px;height:100%;}
.BBS_boxOption fieldset .search .btn_search, .tourSearchWrap .search .btn_search{width:140px;height:50px;background:#a70638;font-size:0;text-align:center;}
.BBS_boxOption fieldset .search .btn_search>span, .tourSearchWrap .search .btn_search>span {display:inline-block;height:18px;padding-right:28px;background:url(../img/board/ico_search_s_white.png) no-repeat right center;color:#fff;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:17px;font-weight:500;line-height:18px;text-align:left;vertical-align:middle;}
.BBS_boxOption.typeDefault fieldset .optUnit .labelUnit {width:100%;margin-right:auto !important;}
.BBS_boxOption.typeDefault fieldset .optUnit .inp_t2 {min-width:auto;width:100%;}
.BBS_boxOption.typeDefault fieldset .optUnit .labelUnit {margin-bottom:0}

.tourSearchWrap .search_wrap select{width: 18%; height: 50px; border: 1px solid #ddd; margin-left: 1%; }

.BBS_boxOption.typeDefault2 fieldset .optUnit .labelUnit {width:calc(100% - 10px);font-size:0;}
.BBS_boxOption.typeDefault2 fieldset .optUnit .inp_s2 {width:235px;margin-right:35px;letter-spacing:-0.5px;}
.BBS_boxOption.typeDefault2 fieldset .optUnit .inp_s2::-ms-expand {display:none}
.BBS_boxOption.typeDefault2 fieldset .optUnit .inp_s2 option {font-size:15px;}
.BBS_boxOption.typeDefault2 fieldset .optUnit .inp_t2 {width:calc(100% - 550px);font-size:16px;}

.BBS_option.typeSort {padding-top:20px;}
.BBS_option.typeSort .inp_sort {float:left;}
.BBS_option.typeSort .inp_sort ul {margin-top:9px;}
.BBS_option .searchBox .sel_name {margin-right:10px;font-size:16px;line-height:46px;font-weight:500;}

.inp_sort ul {margin-bottom:15px;font-size:0}
.inp_sort ul li {position:relative;display:inline-block;padding:0 12px;vertical-align:top;}
.inp_sort ul li+li:before {content:'';display:block;position:absolute;top:50%;margin-top:-7px;left:0;width:1px;height:14px;background:#e0e0e0}
.inp_sort ul li:first-child {padding-left:0}
.inp_sort ul li>input[type=radio] {position:absolute;opacity:0}
.inp_sort ul li>label{display:inline-block;position:relative;overflow:hidden;min-height:20px;color:#666;font-size:16px;letter-spacing:-1px;}
.inp_sort ul li>input[type=radio]:checked+label{padding-left:20px;background:url(../img/board/ico_sortRadio_on.png) no-repeat left 0 top 50%;color:#000;font-weight:500;}
.inp_sort ul li>input[type=radio]:focus-visible+label{outline: none;outline-color:#000; outline-style:solid; outline-width:2px;}
.tourSearchWrap + .inp_sort {margin-top:45px}

.travelInfo_view .productInfoArea {padding:30px;border-top:1px solid #000;border-bottom:1px solid #ddd;background:#f5f8fa}
.travelInfo_view .productInfoArea .productImg  {position:relative;font-size:0;text-align:center;}
.travelInfo_view .productInfoArea .productImg .photo {display:inline-block;max-width:690px;max-height:460px;width:100%;height:100%;vertical-align: top;}
.travelInfo_view .productInfoArea .productImg .photo img {width:100%;height:100%;max-height:460px}
.travelInfo_view .productInfoArea .productImg .photo .slick-arrow {position:absolute;top:50%;left:-115px;margin-top:-32.5px;width:65px;height:65px;border:1px solid #dde0e3;border-radius: 50%;box-sizing: border-box;background:url(../img/microKor/btn_arrL_listView.png) no-repeat center center;font-size:2px;text-indent:-9999px;}
.travelInfo_view .productInfoArea .productImg .photo .slick-next {left:auto;right:-115px;background:url(../img/microKor/btn_arrR_listView.png) no-repeat center center;}
.travelInfo_view .info {padding:40px 0;margin-top:40px;border-top:1px solid #ddd;border-bottom: 1px solid #ddd;color: #000;font-family: 'Roboto','Noto Sans KR',sans-serif;font-size: 36px;font-weight: 500;line-height: 46px;letter-spacing: -2px;}
.travelInfo_view .info ul.list_dotBlue {font-size:0}
.travelInfo_view .info ul.list_dotBlue>li {position:relative;display:inline-block;width:calc(50% - 10px);padding-left:160px;box-sizing:border-box;vertical-align:top;}
.travelInfo_view .info ul.list_dotBlue>li:nth-child(odd) {margin-right:20px;}
.travelInfo_view .info ul.list_dotBlue>li+li {margin-top:10px;}
.travelInfo_view .info ul.list_dotBlue>li>span{ position:absolute;font-weight:500;left:10px;top:0}

.travelAddress {width:100%;height:auto;padding:35px 0;font-size:0;border-bottom:1px solid #ddd;border-top:#ddd;}
.travelAddress .contTit_s {margin-top:0;}
.travelAddress .list_dotBlue{width:100%;font-size:0;}
.travelAddress .list_dotBlue li{position:relative;display:inline-block;width:50%;vertical-align:top;padding-left:160px;box-sizing:border-box;}
.travelAddress .list_dotBlue>li+li{margin-top:0px;}
.travelAddress .list_dotBlue li b{position:absolute;left:10px;top:1px;font-weight:500;width:80px;}
.travelAddress .list_dotBlue li span{font-size:inherit;line-height:inherit;color:inherit}
.travelAddress .list_dotBlue li a{font-size:inherit;line-height:inherit;color:inherit;padding-right:20px;background:url(../img/microKor/icon_travelAddressArr.png) no-repeat right center;}
/*.travelAddress .list_dotBlue li.link{padding-left:100px;}
.travelAddress .list_dotBlue li.link span{width:100px;}*/

#verJpn .travelInfo_view .info ul.list_dotBlue>li {padding-left:190px;}
#verEng .travelInfo_view .info ul.list_dotBlue>li {padding:25px 0 0 10px;}

#verEng .travelAddress .list_dotBlue li {display:inline-table;margin-bottom:5px;padding:0;}
#verEng .travelAddress .list_dotBlue>li::before {top:5px;}
#verEng .travelAddress .list_dotBlue li b {position:static;display:table-cell;width:130px;padding-left:10px;line-height:1.2;text-align:left;vertical-align:top;}
#verEng .travelAddress .list_dotBlue li span {display:table-cell;text-align:left;vertical-align:top;}

.lineList_ul.typeGallery.productList {border-top:0}
.lineList_ul.typeGallery.productList li {width: calc(33.333% - 30px);padding-top:0}
.lineList_ul.typeGallery.productList li .recommend {width: 70px;height: 70px;position: absolute; background-color: #1889e4; box-sizing: border-box; font-size:16px; color:#fff; font-weight: 500;text-align: center; right: 2px; top:0; z-index:1; line-height: 70px;}
.lineList_ul.typeGallery.productList .photo {margin:0 auto;}
.lineList_ul.typeGallery.productList .photo a {border:0}
.lineList_ul.typeGallery.productList .photo img {max-width:371px}
.lineList_ul.typeGallery.productList .infoBox {width: calc(100% - 2px);padding:30px 30px 30px 30px;border:1px solid #ddd;box-sizing:border-box;}
.lineList_ul.typeGallery.productList .mark_categ {font-size:14px;color:#000;font-weight:400}
.lineList_ul.typeGallery.productList .txtL {height:50px;padding-top:10px;}
.lineList_ul.typeGallery.productList .txtL a {font-size:24px;font-weight:500;letter-spacing: -0.5px;}
.lineList_ul.typeGallery.productList .infoAgency {padding:10px 0 25px 0;font-weight:300}
.lineList_ul.typeGallery.productList .infoPrice {color:#00589e;font-weight:300;font-size:15px}
.lineList_ul.typeGallery.productList .infoPrice>span {font-size:25px;font-weight:500}
.lineList_ul.typeGallery.productList ul {border-bottom:0;padding:0}
.travelProduct_view .productInfoArea {padding:35px 0 100px  0;border-top:1px solid #000;border-bottom:1px solid #ddd;}
.travelProduct_view .productInfoArea .productImg  {position:relative;font-size:0}
.travelProduct_view .productInfoArea .productImg .photo {display:inline-block;width:540px;height:360px;margin-right:50px;vertical-align: top;}
.travelProduct_view .productInfoArea .productImg .photo img {width:540px;height:360px;}
.travelProduct_view .productInfoArea .productImg .photo .unit {position:relative;}
.travelProduct_view .productInfoArea .productImg .photo .recommend {width: 70px;height: 70px;position: absolute; background-color: #1889e4; box-sizing: border-box; font-size:16px; color:#fff; font-weight: 500;text-align: center; right: 0px; top:0; z-index:1; line-height: 70px;}
.travelProduct_view .productInfoArea .productImg .photo .slick-arrow {position:absolute;bottom:-60px;left:200px;width:39px;height:39px;border:1px solid #dde0e3;border-radius: 50%;box-sizing: border-box;background:url(../img/microKor/btn_arrL_listView.png) no-repeat center center;font-size:2px;text-indent:-9999px;}
.travelProduct_view .productInfoArea .productImg .photo .slick-next {left:300px;background:url(../img/microKor/btn_arrR_listView.png) no-repeat center center;}
.travelProduct_view .productInfoArea .productImg dl {display:inline-block;width:calc(100% - 590px);vertical-align: top;}
.travelProduct_view .productInfoArea .productImg dl dt {margin: 0 0 15px;color: #000;font-family: 'Roboto','Noto Sans KR',sans-serif;font-size: 36px;font-weight: 500;line-height: 46px;letter-spacing: -2px;}
.travelProduct_view .productInfoArea .productImg dl dt .category {display:block;font-size:16px;line-height:18px;letter-spacing:-0.5px;}
.travelProduct_view .productInfoArea .productImg dl dd ul.list_dotBlue>li {position:relative;padding-left:90px;}
.travelProduct_view .productInfoArea .productImg dl dd ul.list_dotBlue>li+li {margin-top:10px;}
.travelProduct_view .productInfoArea .productImg dl dd ul.list_dotBlue>li>span{ position:absolute;font-weight:500;left:10px;top:0}
.travelProduct_view .productInfoArea .slider__counter {position: absolute;bottom: -55px;left:50%;z-index:1;font-size:17px;color: #666;}
.travelProduct_view .productInfoArea .slider__counter>span {color:#000;font-weight:500;font-size:inherit;}
.travelProduct_view .view_txt {padding:35px 0;border-bottom: 1px solid #ddd}

.lineList_ul.typeGallery.travelInfoList {margin-top:35px;border-top:0}
.lineList_ul.typeGallery.travelInfoList ul {border-bottom:0;padding:0}
.lineList_ul.typeGallery.travelInfoList li {width: calc(33.333% - 30px);}
.lineList_ul.typeGallery.travelInfoList .photo {margin:0 auto}
.lineList_ul.typeGallery.travelInfoList .photo a {border:0}
.lineList_ul.typeGallery.travelInfoList .photo img {max-width:371px;max-height:261px;width:100%;height:100%;border:1px solid #ddd;border-bottom:0}
.lineList_ul.typeGallery.travelInfoList .infoBox {padding:15px;border:1px solid #ddd;box-sizing:border-box;}
.lineList_ul.typeGallery.travelInfoList .mark_categ {font-size:14px;color:#000;font-weight:400}
.lineList_ul.typeGallery.travelInfoList .txtL {height:auto;max-height:75px;padding-top:0px;;}
.lineList_ul.typeGallery.travelInfoList .txtL a {display:block;width:100%;font-size:24px;font-weight:500;letter-spacing: -0.5px;line-height:inherit}

/*게시판 상단/고정 콘텐츠*/
.SiteLinkWrap{width: 100%; height: auto; margin-bottom: 20px; text-align: right; font-size: 0;}
.SiteLinkWrap .btnC{margin-right: 10px;}
.SiteLinkWrap .btnC:last-of-type{margin-right: 0px;}
.SiteLinkWrap .btnC>span{padding: 0 25px;}

.box-alert.TxtInfo {margin-bottom: 20px;}
.box-alert.TxtInfo .subTxt4{margin-bottom: 7px;}
.box-alert.TxtInfo .sDot::before{background-color: #000000; top: 8px;}
.box-alert.TxtInfo .subTxt4:last-of-type{margin-bottom: 0px;}

.box-alert.exclam{margin-bottom: 20px;}
.box-alert.exclam .exclam{font-size: 15px; background-position:0 0; min-height: 25px; font-weight: 400;}

.GrayLineImgBox{width: 100%; min-height: 100px; padding: 40px 250px 40px 110px; box-sizing: border-box; position: relative; border: 1px solid #dbdee1; margin-bottom: 20px;}
.GrayLineImgBox img{width: 39px; height: auto; position: absolute; left: 40px; top: 25px;}
.GrayLineImgBox .subTxt1{color:#000;}
.GrayLineImgBox .btnC{position: absolute; right: 30px; top: 23px; }
.GrayLineImgBox .btnC>span{min-width: 180px;}

.boardInfo{border: 1px solid #dbdee1; border-top: 1px solid #00589e;  margin-top: 60px;}
.boardInfo .TxtList {width: 100%; height: auto; padding: 30px 40px 25px 40px; box-sizing: border-box;}
.boardInfo .TxtList .sdl-RL{}
.boardInfo .TxtList .sdl-RL dt.subTxt4{color:#000; width: 120px; letter-spacing: -0.5px; font-weight: 500;}
.boardInfo .TxtList .sdl-RL dd.subTxt4{color:#666; width: calc(100% - 120px); text-align:left; letter-spacing: -0.5px;}
.boardInfo .TxtList .sdl-RL dd.subTxt4 span{display: inline-block; vertical-align: middle; margin-right: 4px; padding-right: 10px; position: relative; font-size: inherit; line-height: inherit; font-weight: inherit;}
.boardInfo .TxtList .sdl-RL dd.subTxt4 span::before{content: ""; display: block; width: 1px; height: 13px; position: absolute; right: 0; top: 5px; background-color: #cccfd2;}
.boardInfo .TxtList .sdl-RL dd.subTxt4 span:last-of-type{margin-right: 0px; padding-right: 0px;}
.boardInfo .TxtList .sdl-RL dd.subTxt4 span:last-of-type::before{display: none;}
.boardInfo .pageCharge{border: none; margin-top: 0px;}

.voc-wrap .TxtG-inner-1+.box-alert {margin-top:15px;}

/* 개별 */
#verEng .type-list-Link .linkA.lang_eng .item .subTxt3  {word-break:break-all;}
p.subTxt1.lv3.tit{margin-bottom:16px;font-size:18px;color:#000;font-weight:700;text-align:center}

@media all and (max-width:1280px) {
    /* 검색 옵션*/
    .list_searchOpt .search_wrap.label02 .labelWrap,
    .list_searchOpt .search_wrap.label03 .labelWrap {width:calc(50% - 40px) !important;}

    .list_searchOpt .search_wrap .parkingSort {padding-left:65px;}
    .list_searchOpt .search_wrap .parkingSort .sort>span {width:60px;}

    .txt-defulat-wrap .img-box > img {max-width:100%;}

    .SiteMap > p {letter-spacing:-1px}
}

@media all and (max-width:1200px) {
    .travelProduct_view .productInfoArea .productImg .photo {width:450px;height:300px;margin-right:30px;}
    .travelProduct_view .productInfoArea .productImg .photo img {width:450px;height:300px;}
    .travelProduct_view .productInfoArea .productImg dl {width:calc(100% - 480px)}
    .travelProduct_view .productInfoArea .productImg .photo .slick-arrow {left:155px}
    .travelProduct_view .productInfoArea .productImg .photo .slick-next {left:258px;}
    .travelProduct_view .productInfoArea .productImg dl dd ul.list_dotBlue>li {padding-left:82px;}

    .BBS_boxOption.typeDefault2 fieldset .optUnit .inp_s2 {width:200px;}
    .BBS_boxOption.typeDefault2 fieldset .optUnit .inp_t2 {width:calc(100% - 480px)}

    /* 여행지정보 */
    .tourSearchWrap>.searchTravelOpt>li>button {font-size:15px;}

    #verJpn .tourSearchWrap>.searchTravelOpt {width:100%;margin-left:0;border-left: 1px solid #d9d9d9;box-sizing:border-box;}
    #verJpn .tourSearchWrap>.searchTravelOpt>li {width:25%;margin-left:0}
    #verJpn .tourSearchWrap>.searchTravelOpt>li>button{border-left:0;}
    #verJpn .tourSearchWrap>.searchTravelOpt>li.on>button{border-left:1px solid #000;}
    #verJpn .tourSearchWrap>.searchTravelOpt>li:nth-child(n+5) button{border-top:0;}
    #verJpn .tourSearchWrap>.searchTravelOpt>li.on:nth-child(n+5) button{border-top:1px solid #000;;}
}

@media all and (max-width:1100px) {
    .inq-email-set .sint input[type=email],
    .inq-email-set .sint .inp_s{width: calc(33.333% - 15px)}

    /* 마이페이지 */
    .mypage .reservation .inq-radio-set {display:block;width:100%;margin-bottom:5px;}
    .mypage .reservation .inq-radio-set select {width:100%; height:34px; vertical-align:middle;}
    .mypage .reservation .inq-day-set {width:auto;}
    .mypage .reservation .sech-list li .default {height:auto;}
    .mypage .reservation .sech-list li .default > p.title {width:100%;margin-bottom:10px;padding-right:50px;}
    .mypage .reservation .sech-list li .default > p.day,
    .mypage .reservation .sech-list li .default > p.etc {width:auto;}
    .mypage .reservation .sech-list li .default > p.state {position:absolute;right:55px;top:28px;width:60px;padding:0;text-align:right;}
    .mypage .reservation .sech-list li .default > p.state::before,
    .mypage .reservation .sech-list li .default > p.state::after {display:none;}
    .mypage .reservation .sech-list li .default > .slide-btn {top:15px;height:40px;}
	.roop-baner .item>a .mdp,
    .roop-baner .item>div .mdp {display: block;}

    /*디지털원패스*/
    .onepassLogin {padding: 35px 30px;}


}

@media all and (max-width:1041px){
    /*** style_guide ***/
    .pagination .paging>li {padding:8px 3px 12px;}

    /* btn */
    .btnC>span {height:47px;padding:0 35px;line-height:47px;font-size:15px;}
    .btnC_s>span {height:33px;padding:0 20px;line-height:33px;font-size:15px;}

    /* input */
    /* inp */
	.inp_r>label,
	.inp_c>label,
	.inp_r.chk>label{font-size:15px;}
    .inp_s {font-size:15px;}

    .inp_t,
    .inp_s,
    .inp_area {font-size:15px;}

    /*TAB*/
    #contTabFix {margin-bottom:30px;}
    #contTabFix .tabList>li a {height:49px;font-size:16px;line-height:20px;}
    #contTab_line {margin-bottom:20px;}

    /*title*/
    .pageTit {font-size:30px;line-height:40px;}

    /* 사이트맵 */
    .sitemapArea>div {width:calc(33.3% - 33px);margin:0 50px 60px 0 !important;}
    .sitemapArea>div:nth-of-type(3n) {margin-right:0 !important;}
    .sitemapArea>div h3 {padding-bottom:10px;font-size:22px;line-height:32px;}
    .sitemapArea>div h3::before {width:70px;}
    .sitemapArea>div .mapM {padding-top:10px;}
    .sitemapArea>div .mapM>li {margin-top:10px;}
    .sitemapArea>div .mapM>li h4>a {font-size:16px;line-height:20px;}
    .sitemapArea>div .mapS>li {margin-top:5px;padding-left:10px;}
    .sitemapArea>div .mapS>li::before {top:9px;width:3px;height:3px;}
    .sitemapArea>div .mapS>li a {font-size:14px;line-height:18px;}

    /* 에러페이지 */
    .typeError .errorBox {margin:80px auto;}
    .typeError .errorBox .error_btm .btn {margin-top:10px}
    .typeError .errorBox>strong {margin-bottom:25px;padding-top:130px;background-size:112px auto;font-size:30px;line-height:40px;}
    .typeError .errorBox>strong>span {margin-top:8px;font-size:18px;line-height:28px;}
    .typeError .errorBox .error_btm {padding:20px;}
    .typeError .errorBox .error_btm p {font-size:14px;line-height:24px;}
    .typeError .btnCs_arrR>span {min-height:32px;padding:7px 10px;font-size:14px;line-height:19px}


    .typeError.type2 .errorBox>strong {padding-top:110px;background-size: 100px auto;font-size:32px;}

    /*로그인*/
    .inq-tel-set .sint input[type=tel],
    .inq-tel-set .sint .inp_s{width: calc(33.333% - 16.6666px);}

    .box-alert{padding-bottom: 13px;}
    .box-alert br{display: none;}
    .box-alert .exclam{font-size: 18px; background-position: left 0 top 2px; word-break: keep-all;}
	.box-alert.hotel .list_dotBlue{margin-top:5px;}

    .login-wrap > div.left{padding-right:20px;}
    .login-wrap > div.right{padding-left:20px;}
    .login-wrap > div.right .subTxt1{word-break: keep-all;}
    .login-wrap > div.right .subTxt1 br{display: none;}

    .login-wrap .pass-sech .subTxt1{word-break: keep-all;}
    .login-wrap .pass-sech .subTxt1 br{display: none;}

    .mypage-join .realname-ck .item{width: calc(50% -10px);}
    .mypage-join .realname-ck .item:nth-of-type(n+2){margin-left: 20px;}
    .mypage-join .realname-ck .item .subTxt4 br{display: none;}

    #verEng .inq-tel-set .sint input[type=tel],
    #verEng .inq-tel-set .sint .inp_s{width: calc(25% - 18.75px);}

    /*마이페이지*/
    .tab-cont .banner-list > a{width: calc(25% - 6px);}
    .tab-cont .banner-list > a:nth-of-type(4n){margin-right: 0px !important;}
    .tab-cont .banner-list > a:nth-of-type(n+5){margin-top: 8px;}
    .tab-cont .banner-list > a:nth-of-type(6n){margin-right: 8px;}
    .mypage .subTit2:nth-of-type(n+2){margin: 45px 0 20px 0;}
    .myariport{padding: 30px 5px 20px 30px; min-height: 0; margin-top: 40px;}
    .myariport .txt{padding-right: 15px; box-sizing: border-box;}
    .myariport .txt p.Roboto{font-size: 32px;}
    .myariport .txt a{font-size: 14px; margin-top: 9px; background-position: right 0 top 1px}
    .myariport .txt p.subTxt1{word-break: keep-all;}
    .myariport .count .subTxt1{margin-bottom: 5px;}
    .myariport .count p.Roboto{font-size: 40px;}
    .myariport .count:nth-of-type(3)::before{height: 100%;}
    .roop-baner-wrap{margin-bottom: 20px;}
    .roop-baner .item>a,
    .roop-baner .item>div {padding: 20px 10px 20px 10px; height: 88px;}

    .mypage .qna-wrap .subTit2 {display:block;}
    .mypage .qna-wrap .top-inq-gorup {display:block;margin:0 0 20px;}

    .mypage .qna-wrap{padding: 30px 0 30px 0; }
    .card-list li a{padding: 20px}

    .btnRedA.btnVocLink>span {padding:0 36px 0 80px;background-position:left 35px top 19px;}

    /*디지털원패스*/
    .onepassLogin .idInfo {width: 100%; display: block;}
    .onepassLogin .Btnwrap {width: 100%; display: block; margin-top: 30px;}

    /* 담당자정보 및 만족도조사 */
    .pageCharge {padding:20px 145px 0 60px;background-size:auto 22px;background-position:left 20px top 18px;}
    .pageCharge .update {right:20px;top:20px;}
    .pageCharge li {margin:0 10px 15px 0;padding-right:15px;font-size:15px;}
    .pageCharge li>b {font-size:15px;}
    .pageCharge .update {font-size:13px;}
    .pageEval>p {font-size:15px;}
    .pageEval .eval_sel {width:100%;height:auto;font-size:15px;}
    .pageEval .eval_sel>span {margin-bottom:10px;}
    .pageEval .eval_txt {width:100%;}
    .pageEval .eval_txt button {font-size:15px;}

    /*사이트맵*/
    .SiteMap{width: calc(25% - 15px); margin-right: 20px;}
    .SiteMap > p{font-size: 28px; margin-bottom: 20px;}

    /* 여행상품 */
    .lineList_ul.typeGallery.productList li {width:calc(50% - 30px)}
    .lineList_ul.typeGallery.productList .photo img {max-width:100%;}
    .lineList_ul.typeGallery.travelInfoList li {width:calc(50% - 30px)}
    .lineList_ul.typeGallery.travelInfoList .photo img {max-width:100%;}

    .tourSearchWrap>.searchTravelOpt {width:100%;margin-left:0;border-left: 1px solid #d9d9d9;box-sizing:border-box;}
    .tourSearchWrap>.searchTravelOpt>li {width:25%;margin-left:0}
    .tourSearchWrap>.searchTravelOpt>li>button{border-left:0;}
    .tourSearchWrap>.searchTravelOpt>li.on>button{border-left:1px solid #000;}
    .tourSearchWrap>.searchTravelOpt>li:nth-child(n+5) button{border-top:0;}
    .tourSearchWrap>.searchTravelOpt>li.on:nth-child(n+5) button{border-top:1px solid #000;;}

    .BBS_boxOption.typeDefault2 fieldset {padding-right:150px}
    .BBS_boxOption.typeDefault2 fieldset .optUnit .inp_s2 {width:180px;margin-right:20px}
    .BBS_boxOption.typeDefault2 fieldset .optUnit .inp_t2 {width:calc(100% - 420px);}

    /* 여행상품 */
    .travelProduct_view .productInfoArea {padding-bottom:50px}
    .travelProduct_view .productInfoArea .productImg .photo {width:330px;height:220px;margin-right:30px;}
    .travelProduct_view .productInfoArea .productImg .photo img {width:330px;height:220px;}
    .travelProduct_view .productInfoArea .productImg dl {width:calc(100% - 360px)}
    .travelProduct_view .productInfoArea .productImg dl dt {font-size:30px;}
    .travelProduct_view .productInfoArea .productImg .photo .slick-arrow {left:96px}
    .travelProduct_view .productInfoArea .productImg .photo .slick-next {left:195px}
    .travelProduct_view .productInfoArea .productImg .photo .recommend {width:60px;height:60px;line-height:60px;font-size:14px;}
    .travelInfo_view .productInfoArea .productImg .photo {max-width:460px;max-height:307px;}
    .travelInfo_view .info ul.list_dotBlue>li {width:100%;}


    .boardInfo{margin-top: 40px;}
    .boardInfo .TxtList {padding: 20px 30px 20px 30px;}
}

@media all and (max-width:999px) {
    /* 검색 옵션*/
    .list_searchOpt {padding:20px 40px;}
    .list_searchOpt .search_wrap .labelWrap,
    .list_searchOpt .search_wrap.label02 .labelWrap,
    .list_searchOpt .search_wrap.label03 .labelWrap,
    .list_searchOpt .search_wrap.label02.labelFix .labelWrap,
    .list_searchOpt .search_wrap.label03.labelFi .labelWrap {width:calc(100% - 60px) !important;}
}

@media all and (max-width:900px){
    .BBS_boxOption.typeDefault2 fieldset {padding-right:0}
    .BBS_boxOption.typeDefault2 fieldset .optUnit .inp_t2 {width:100%;margin-top:10px;}
    .BBS_boxOption.typeDefault2 fieldset .search {position:inherit;margin-top:20px;top:0;right:0;text-align:center;}
    .BBS_boxOption.typeDefault2 fieldset .optUnit .inp_s2 {width:calc(50% - 12px);}
    .BBS_boxOption.typeDefault2 fieldset .optUnit .inp_s2:nth-child(2) {margin-right:0}
}

@media all and (max-width:850px){
    .subTit1{font-size: 28px;}
    .subTit2{font-size: 32px; line-height: 36px;}
    .subTit3{font-size: 22px; line-height: 28px;}
    .subTit4{font-size: 20px; line-height: 26px;}
    .subTit5{font-size: 24px; line-height: 30px;}
    .subTit6{font-size: 18px; line-height: 24px;}

    .subTxt1{font-size: 15px; line-height: 23px;}
    .subTxt2{font-size: 17px; line-height: 23px;}
    .subTxt3{font-size: 13px; line-height: 19px;}
    .subTxt4{font-size: 14px; line-height: 20px;}
    .subTxt5{font-size: 23px; line-height: 28px;}

    .sDot.Name{padding-left: 76px;}
    .sDot.Name::after{left: 12px;}

    .sul-widht li a{padding: 0 10px; font-size: 15px;}
    .sul-widht li::before{top: 5px;}

    .img-card-box .item{min-height: 200px; padding: 25px 10px 0 10px; height: auto;}
    .img-card-box .item img{width: 60px; height: 60px; margin-bottom: 25px;}
    .img-card-box .item .subTxt2{word-break: keep-all;}

    #verEng .inq-email-set .sint input[type=email]{width: calc(50% - 10px)}
    #verEng .inq-email-set .sint .subTxt1{width: 20px;}
    #verEng .inq-email-set .btnC_s{margin-left: 0px; margin-top: 8px; width: 100%;}

    /* 로그인 */
    .login-wrap > div{width: 100%;}
    .login-wrap > div.left{padding: 0 0 40px 0}
    /* .login-wrap > div.left::before{width: 100%; height: 1px; right: 0; top: 100%;} */
    .login-wrap > div.right::before{width: 100%; height: 1px; right: 0; top: 0;} /* 로그인화면 사이드 보더 수정 */
    .login-wrap > div.right{padding: 40px 0 0 0; }

    .login-wrap .id-sech{padding: 40px 0 30px 0;}
    .login-wrap .id-sech > img{width: 40px; margin-bottom: 25px;}
    .login-wrap .id-sech > p{font-size: 28px;}

    .login-wrap .pass-sech{padding: 40px 0 40px 0;}
    .login-wrap .pass-sech > p.lv1{font-size: 28px;}
    .login-wrap .pass-sech > p.lv2{font-size: 16px;}
    .login-wrap .pass-sech .subTxt1{line-height: 24px;}

    .login-wrap.onepass .id-sech > p{line-height: 46px;}

    .mypage-join .subTit2{margin-top: 50px;}
    .mypage-join .realname-ck .item{width:100%; height: auto; padding: 20px 20px;}
    .mypage-join .realname-ck .item:nth-of-type(n+2){margin-left: 0px; border-top: none;}
    .mypage-join .realname-ck .item img{width: 50px;}
    .mypage-join .realname-ck .item .subTxt4{word-break: keep-all;}

    .mypage-join .join-complet{padding: 40px 0 30px 0}
    .mypage-join .join-complet > img{width: 50px; margin-bottom: 20px;}
    .mypage-join .join-complet > p.lv1{font-size: 28px; line-height: 32px;}
    .mypage-join .join-complet > p.lv2{font-size: 16px;}

    #verEng .mypage-join .join-complet > p.lv1{font-size: 24px;}

    /* 서브컨텐츠 텍스트 레이아웃 */
	.txt-defulat-wrap .subTit2{margin-bottom: 15px;}
	.txt-defulat-wrap .subTit2:nth-of-type(n+2){margin-top: 60px;}
	.txt-defulat-wrap .subTit2.mbt{margin-top: 30px}
	.txt-defulat-wrap .subTxt1{margin-bottom: 10px;}
	.txt-defulat-wrap .btm_pageInfo{margin-top: 100px;}
	.txt-defulat-wrap .subTxt5.mbt{margin-top: 30px;}
    .txt-defulat-wrap .subTxt5.mbt2{margin-top: 10px;}
    .txt-defulat-wrap .exclam.small{margin-bottom: 10px;}

	.txt-defulat-wrap .img-box.BtLine{padding-bottom: 40px; margin: 30px 0;}
	.txt-defulat-wrap .img-box.BtLine2{padding-bottom: 30px; margin: 30px 0;}
}

@media all and (max-width:800px){
    .mypage .qna-wrap .top-inq-gorup {height:auto;}
    .mypage .qna-wrap .inq-day-set{width: 100%;}
	.mypage .qna-wrap .inq-day-set button{width:calc(25% - 3.8px)}
	.mypage .qna-wrap .inq-day-set button:last-of-type{margin-right: 0px;}
	.mypage .qna-wrap .inq-day-set .period{width: 100%;margin-left:0;}
	.mypage .qna-wrap .inq-day-set .period input{width: calc(50% - 11px);vertical-align:middle;}
	.mypage .qna-wrap .inq-day-set.v2{width: calc(100% - 53px);}


	.travelAddress{padding:20px 0;}
	.travelAddress .list_dotBlue li{display:block;width:100%;padding-left:70px;box-sizing:border-box;}
	.travelAddress .list_dotBlue>li+li{margin-top:10px;}
	.travelAddress .list_dotBlue li b{left:10px;top:1px;width:70px;}
	.travelAddress .list_dotBlue li.link{padding-left:70px;}
	.travelAddress .list_dotBlue li.link span{width:70px;}
}

@media all and (max-width:768px){
    html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, span, form, fieldset, input, select, label, textarea, table, caption, thead, tfoot, tbody, tr, th, td
    {font-size:14px;line-height:1.4;}
    /*** style_guide ***/
    .pagination .paging>li {padding:8px 1px 12px;}

    /* 공통 */
    .no_article {font-size:18px;}

    /* paging */
    .pagination .paging {max-width:130px;}
    .pagination+.btnAreaL,
    .pagination+.btnAreaR,v
    .pagination+.btnAreaC {text-align:center !important;}
    .pagination+.btnAreaL>a,
    .pagination+.btnAreaL>button,
    .pagination+.btnAreaR>a,
    .pagination+.btnAreaR>button,
    .pagination+.btnAreaC>.fL>a,
    .pagination+.btnAreaC>.fl>button,
    .pagination+.btnAreaC>.fR>a,
    .pagination+.btnAreaC>.fR>button {position:relative !important;}
    .pagination+.btnAreaR>a,
    .pagination+.btnAreaR>button {bottom:0 !important;}


    /* btn */
    .btnC>span {min-width:75px;height:38px;padding:0 25px;line-height:38px;font-size:14px;}
    .btnC_s>span {height:28px;padding:0 15px;line-height:28px;font-size:13px;}

	.btn_minsize{min-width:auto;}
    .btnCir {width:50px;height:50px;}

    .btnCir.lineList {width:50px;height:50px;}
    .btnCir.lineList>span {background-size:auto 12px;}

    .btnCir.more {width:39px;height:39px;}
    .btnCir.more>span {background-size:auto 11px;}
    .btnCir.lineArrL {width:39px;height:39px;}
    .btnCir.lineArrL>span {background-size:auto 11px;}
    .btnCir.lineArrR {width:37px;height:39px;}
    .btnCir.lineArrR>span {background-size:auto 11px;}

    .btnCir.arrL {width:29px;height:29px;}
    .btnCir.arrL>span {background-size:auto 11px;}
    .btnCir.arrR {width:27px;height:29px;}
    .btnCir.arrR>span {background-size:auto 11px;}

    .btnArea {padding:15px 0 0 !important}
    #verEng .btnArea > .btnC {margin-bottom: 10px;}
    #verEng .btnArea > .btnC span{padding: 0 15px;}
    .tbArea_btn {margin-top:20px}

    /* TAB */
    #contTabFix {margin-bottom:20px;}
    #contTabFix .tabList>li a {height:40px;font-size:14px;line-height:16px;}
    #contTabFix .tabList.tab03>li,
    #contTabFix .tabList.tab06>li,
    #contTabFix .tabList.tab04>li,
    #contTabFix .tabList.tab07>li,
    #contTabFix .tabList.tab08>li,
    #contTabFix .tabList.tab05>li,
    #contTabFix .tabList.tab09>li,
    #contTabFix .tabList.tab10>li,
    #contTabFix .tabList.tab11>li,
    #contTabFix .tabList.tab12>li,
    #contTabFix .tabList.tab13>li,
    #contTabFix .tabList.tab14>li,
    #contTabFix .tabList.tab15>li,
    #contTabFix .tabList.tab16>li,
    #contTabFix .tabList.tab17>li,
    #contTabFix .tabList.tab18>li,
    #contTabFix .tabList.tab19>li,
    #contTabFix .tabList.tab20>li {width:33.3%;}

    #contTabFix.AIV .tabList.tab02>li {width:50%;}

    #contTab_line {margin-bottom:15px;}
    #contTab_line .tabList {border-bottom:1px solid #ddd;}
    #contTab_line .tabList>li a {min-width:130px;padding:10px 15px;font-size:15px;line-height:19px;}

    #contTab_s .tabList>li a {height:32px;padding:0 15px;font-size:14px;line-height:32px;}

    /*#pageTab {margin:10px auto 20px;}
	#pageTab .tabList{ background-image: url(../img/common/bg_tabLine2_m.png); height: 48px}
	#pageTab .tabList .unit a{font-size: 15px; padding: 10px 15px;}
    #contTab .tabList .unit a {min-width:auto;font-size:14px;height:35px;line-height:35px;}*/
    /*#contTabFix .tabList.tab14>li {width:33.333%}*/
	/* inp */
	.inp_r>label,
	.inp_c>label,
	.inp_r.chk>label{font-size: 14px; background-size: 20px 20px !important; padding-left: 27px;min-height: 23px;}
	.inp_r>input[type=radio],
    .inp_r.chk>input[type=radio]{width: 10px; height: 10px; left: 5px; top: 5px;}
    .inp_s {font-size:14px;}
    .inp_c>label {line-height:23px;}
    .inp_r.greenChk>label {padding: 0 0 0 28px;}
    .inp_c.greenChk>label {padding: 0 0 0 28px;}

    .inp_t,
    .inp_s{font-size:14px;height:35px;}

    .inp_area {font-size:14px;}

    .inp_s2 {height:30px;line-height:30px;font-size:14px;}
    .inp_t2 {height:30px;line-height:30px;font-size:14px;}

    /* 검색옵션 */
    .list_searchOpt .search_wrap .sort>span {font-size:14px;}
    .list_searchOpt {padding:20px 30px;}
    .list_searchOpt .search_wrap .labelWrap,
    .list_searchOpt .search_wrap.label02 .labelWrap,
    .list_searchOpt .search_wrap.label03 .labelWrap,
    .list_searchOpt .search_wrap.label02.labelFix .labelWrap,
    .list_searchOpt .search_wrap.label03.labelFi .labelWrap {width:100% !important;min-height:35px !important;padding-right:0 !important;line-height:35px;}
    .list_searchOpt .search_wrap .labelWrap:last-of-type {margin-bottom:20px;}
    .list_searchOpt .search_wrap .btn_search {position:relative;right:auto;top:auto;width:100%;height:40px;}
    .list_searchOpt .search_wrap .btn_search>span {display:block;width:100%;font-size:14px;line-height:40px;}
    .list_searchOpt .search_wrap .btnGrp>button {height:35px;font-size:13px;line-height:35px;}

    /* title */
	.tit_dot {padding-top:15px;font-size:22px;line-height:26px;}
    .tit_dot:before {width:7px;height:7px;}
    .pageTit {margin:0 0 25px;font-size:23px;line-height:33px;}
	.contTit {font-size: 20px; margin-bottom:15px;}
    .contTit_blue {margin:30px 0 15px 0;font-size:20px;}
    .contTit_s {margin:17px 0 11px 0;font-size:17px;line-height:21px;}
    .contTit_s_line {padding-top:11px;margin:30px 0 10px 0;font-size:17px;line-height:24px;}
    .txtSq {margin:20px 0 7px 0;font-size:15px;}
    .tbTxt {margin-top:7px;font-size:14px;}
    .mTit_check {min-height:21px;margin-bottom:15px;background:url(../img/common/m/ico_cirCheck_b_black.png) no-repeat left top 3px;background-size:17px auto;font-size:16px;font-weight:500;}

    /* text & list*/
    p.txt{font-size:14px;line-height:1.5em;}
    ul.list_dotBrown>li {font-size:14px;line-height:20px;}
    ul.list_num>li {font-size:14px;line-height:1.5em;}
    ul.list_dotLine>li {font-size:14px;line-height:1.5em;}
    .exclam.black {padding-left:24px;background: url(../img/common/ico_cirExclam_s_black.png) no-repeat left top;font-size:14px;}
	.exclam2{font-size: 14px; background: url(../img/common/ico_cirExclam2.png) no-repeat 0 2px; background-size: 15px 15px; padding-left: 20px;}

    .list_hyphen>li {font-size:14px;}
    .list_hyphen>li::before {top:8px;}
    .list_hyphen>li+li {margin-top:3px;}
    .list_dotBlue>li {font-size:14px}
    .list_dotBlue>li::before {top:8px;}
    .list_dotBlue>li+li {margin-top:3px;}

    .list_dotRed>li {font-size:14px}
    .list_dotRed>li::before {top:8px;}
    .list_dotRed>li+li {margin-top:3px;}

    .list_dotBlue>li .list_hyphen>li  {font-size:14px;}
    .list_dotBlue>li .list_hyphen>li>li::before {top:8px;}


    .list_dotBlue>li .list_hyphen {padding-top:0px;margin-top:3px;}
    .list_dotBlue>li .list_hyphen>li {color:#666;font-size:14px;}
    .list_dotBlue>li .list_hyphen>li::before {top:11px;background:#6d7a81;}

    .box-alert .sDot {padding-left:7px}

    /*table*/
    .lineTop_tbArea .lineTop_tb thead th,
    .lineTop_tbArea .lineTop_tb tbody td,
    .lineTop_tbArea .lineTop_tb2 thead th,
    .lineTop_tbArea .lineTop_tb2 thead td,
    .lineTop_tbArea .lineTop_tbL2 th,
    .lineTop_tbArea .lineTop_tbL2 td {font-size:14px;}
    .lineTop_tbArea .lineTop_tb2 th, .lineTop_tbArea .lineTop_tb2 td {padding:10px;font-size:14px;}

    /* 사이트맵 */
    .sitemapArea>div {width:calc(50% - 20px);margin:0 40px 40px 0 !important}
    .sitemapArea>div:nth-of-type(3n) {margin-right:40px !important;}
    .sitemapArea>div:nth-of-type(2n) {margin-right:0 !important;}
    .sitemapArea>div h3 {font-size:19px;line-height:29px;}
    .sitemapArea>div .mapM>li h4>a {font-size:15px;line-height:19px;}
    .sitemapArea>div .mapS {padding-bottom:0}
    .sitemapArea>div .mapS>li a {font-size:13px;line-height:17px;}

    .BBS_boxOption.typeDefault2 fieldset .optUnit .inp_t2 {font-size:14px;}

    /* 로그인 / 마이페이지 */
    .subTit1{font-size: 22px;}
    .subTit2{font-size: 25px; line-height: 32px; letter-spacing: -0.50px;}
    .subTit3{font-size: 18px; line-height: 23px; letter-spacing: -0.50px;}
    .subTit4{font-size: 16px; line-height: 21px; letter-spacing: -0.50px;}
    .subTit5{font-size: 19px; line-height: 24px; letter-spacing: -0.50px;}
    .subTit6{font-size: 15px; line-height: 20px; letter-spacing: -0.50px;}

    .subTxt1{font-size: 13px; line-height: 20px;}
    .subTxt2{font-size: 14px; line-height: 22px;}
    .subTxt3{font-size: 12px; line-height: 18px;}
    .subTxt4{font-size: 12px; line-height: 18px;}
    .subTxt5{font-size: 18px; line-height: 26px;}
    .subTxt6{font-size: 14px; line-height: 22px;}

    .sDot.Name{padding-left: 66px;}
    .sDot.Name::after{left: 8px;}

    .sDot{padding-left: 8px;}
	.sDot::before{width: 3px; height: 3px; top: 9px;}

	.sBullet{padding-left: 16px;}

    .necessary-blut::before{top: 3px;}
    .no-necessary-blut{padding-left: 0px;}

    .inq-pass-set .sint input[type=password]{width: 100%;}
    .inq-pass-set .sint .subTxt1{width: 100%; margin: 5px 0 0 0; padding: 0;}
    .inq-pass-set .sint .subTxt3{display: block; margin-left: 0; padding: 0; margin-top: 5px;}
    .inq-pass-set.confirm .sint .subTxt3{display: block; padding: 0; margin: 5px 0 0 0;}

    .inq-email-set .sint input[type=email]{width: calc(50% - 10px)}
    .inq-email-set .sint .inp_s{width: 100%; margin-left: 0; margin-top: 8px;}
    .inq-email-set .sint .subTxt1{width: 20px;}

    .inq-tel-set .sint input[type=tel],
    .inq-tel-set .sint .inp_s{width: calc(33.333% - 10px); height: 40px;}
    .inq-tel-set .sint .subTxt1{width: 15px;}

    #verEng .inq-tel-set .sint .inp_s{width: 100%; margin-bottom: 8px;}
    #verEng .inq-tel-set .sint input[type=tel]{width: calc(33.333% - 10px);}
    #verEng .inq-tel-set .sint .subTxt1:nth-of-type(1){display: none;}

    .sbtn{height: 46px;}
    .sbtn span{padding: 17px 20px 14px 20px;font-size: 15px;}
    .sbtn.grayLine span{padding: 16px 20px 13px 20px;}
    .sbtn.w-120 span{width: 100%;}

    .sbtn-wrap .btnC{width: calc(50% - 5px);}
	.sbtn-wrap .btnC.w_220 span{width: 100%;}
	.sbtn-wrap .sul-widht{margin-top: 20px;}

    .sbtn-calendar.mid > input{height: 40px; font-size: 14px;}
	.sbtn-calendar.mid .ico{top: 11px;}

    .sint input[type=text],
    .sint input[type=password],
    .sint input[type=email],
    .sint input[type=tel]{font-size: 13px; height: 40px; padding: 10px 16px 9px 10px;}
    .sint input[type=text]::placeholder,
    .sint input[type=password]::placeholder,
    .sint input[type=email]::placeholder,
    .sint input[type=tel]::placeholder{font-size: 13px;}
    .sint label{font-size: 13px; height: auto; margin-bottom: 5px; display: block;}

    .inq-btn-set .sint input[type=text]{width: calc(100% - 90px);}
    .inq-btn-set.name .sint input[type=text]{width: 100%;}
    .inq-btn-set .sint .btnC_s{width: 80px;}
    .inq-btn-set .sint .subTxt3{display: block; margin-left: 0; margin-top: 5px;}

    .inq-eng-Date{}
    .inq-eng-Date .sint input:nth-of-type(1){width: calc(100% - 50px); margin-bottom: 8px;}
    .inq-eng-Date .sint input:nth-of-type(2){width: calc(50% - 50px);}
    .inq-eng-Date .sint input:nth-of-type(3){width: calc(50% - 50px);}
    .inq-eng-Date .sint .subTxt1{width: 50px;}

    .sul-widht li a{padding: 0 8px; font-size: 12px;}
    .sul-widht li::before{top: 0px; height: 13px; top: 5px;}

    .sint.group{width: 100%;}
    .sint.group input[type=text],
    .sint.group input[type=password]{width: 100%;}
    .sint.group .subTxt3{padding-left: 0px;}

    .img-card-box .item{width: 100%; height: auto; min-height: 86px; text-align: left; position: relative; padding: 20px 15px 20px 100px;}
    .img-card-box .item:nth-of-type(n+2){border-top: none; border-left: 1px solid #dbdee1 }
    .img-card-box.item5 .item{width: 100%;}
    .img-card-box .item img{width: 50px; height: 50px; position: absolute; left: 26px; top: 19px;}

    .txt-scroll{padding: 15px 0 15px 15px;}
    .txt-scroll > div{padding-right: 15px;}

    .box-alert .exclam{font-size: 16px; line-height: 21px; padding-left: 23px; background-size: 18px 18px; }
	.box-alert{padding: 10px 10px 13px 10px}
	.box-alert .exclam.subTxt4{font-size: 13px; padding-left: 18px; background-size: 14px 14px; line-height: 19px; background-position: 0 3px;}
	.box-alert.hotel .list_dotBlue{padding-left:23px;}
	.box-alert.hotel .list_dotBlue>li{word-break:keep-all;font-size:13px;}
	.box-alert.hotel .list_dotBlue>li a{white-space:nowrap;}

    .grayBox3{padding: 15px; margin-bottom: 20px;}
    .grayBox3 .subTit4{margin-bottom: 7px;}
    .grayBox3 .subTxt4{margin-bottom: 4px; word-break: keep-all;}


    .btnRedA.btnVocLink>span {height:45px;padding: 0 26px 0 58px;background-position: left 26px top 14px;line-height:45px;background-size:22px auto;font-size:15px;}

    /*로그인*/
    .login-wrap > div.left{padding: 0 0 30px 0}
    .login-wrap > div.right{padding: 30px 0 0 0; }
    .login-wrap > div.left .subTxt1{margin-top: 10px; margin-bottom: 14px;}
    .login-wrap > div.left .sbtn{margin-top: 0px;}

    .login-wrap .id-sech > img{width: 35px; margin-bottom: 20px;}
    .login-wrap .id-sech > p{font-size: 22px; line-height: 28px;}
    .login-wrap .id-sech > p span{font-size: inherit; line-height: inherit; font-weight: inherit;}
    .login-wrap .sbtn-wrap .btnC{width: calc(50% - 5px); margin-right: 5px;}
    .login-wrap .sbtn-wrap.item3 .btnC{width: 100%; margin-right: 0px; margin-bottom: 10px;}

    .login-wrap .pass-sech > p.lv1{font-size: 20px; line-height: 28px;}
    .login-wrap .pass-sech > p.lv2{font-size: 14px;}
    .login-wrap .pass-sech .sdl-RL{margin-top: 20px;}
    .login-wrap .pass-sech .sdl-RL dd{width: 65px;}
    .login-wrap .pass-sech .sdl-RL dd{padding-top: 1px;}
    .login-wrap .pass-sech .sdl-RL dt:nth-of-type(n+2),
    .login-wrap .pass-sech .sdl-RL dd:nth-of-type(n+2){margin-top: 5px;}

    .login-wrap .pass-sech{padding-bottom: 30px;}
    .login-wrap .pass-sech .subTxt1{line-height: 21px;}
    .login-wrap .pass-sech > p.lv1 span{font-size: inherit; line-height: inherit; font-weight: inherit;}
    .login-wrap .pass-sech .exclam{margin-top: 15px;}
    .login-wrap .pass-sech fieldset{width: 100%; margin-top: 20px;}
    .login-wrap .pass-sech fieldset .sint:nth-of-type(n+2){margin-top: 5px;}

    .login-wrap.onepass .id-sech > p{line-height: 36px; word-break: keep-all}
    .login-wrap.onepass .sbtn-wrap .btnC{width: 100%; margin-right: 0px; margin-bottom: 10px;}
    .login-wrap.onepass .sbtn-wrap .btnC>span{padding: 0 10px;}

    /* ENG */
    .eng_id_sech .subTit5{margin-bottom: 15px; }
    .eng_id_sech .subTit5 .subTxt1{margin-top: 4px;}

    /*디지털원패스*/
    .onepassLogin{padding: 20px 10px;}
    .onepassLogin .Btnwrap {margin-top: 20px;}
    .onepassLogin .Btnwrap .btnC.btnGray{width: calc(40% - 10px);}
    .onepassLogin .Btnwrap .btnC.blue{width: 60%}
    .onepassLogin .Btnwrap .btnC span{padding: 0 10px; min-width: 0px; width: 100% !important;}


    /*마이페이지*/
    .mypage-join .subTit2{margin-top: 30px; line-height: 32px;}
    .mypage-join .subTit2 br{display: none;}
    .mypage-join .subTit2 .subTxt2{display: block; word-break: keep-all; margin-top: 5px;}
    .mypage-join .join-step::before{height: 2px; top: 14px;}
    .mypage-join .join-step li{padding: 0 5px; box-sizing: border-box;}
    .mypage-join .join-step li span{width: 30px; height: 30px; font-size: 16px; line-height: 25px; border: 2px solid #dbdee1;}
    .mypage-join .join-step li b{font-size: 11px; letter-spacing: -0.5px; line-height: 15px; word-break: keep-all; margin-top: 5px;}
    .mypage-join .realname-ck .item img{width: 40px;}
    .mypage-join .realname-ck .item .sbtn{margin-top: 20px;}
    .mypage-join .realname-ck .item .sbtn span{padding: 17px 20px 14px 20px}
    .mypage-join .realname-ck .item .subTit3{margin-top: 10px;}
    .mypage-join .realname-ck .item .subTxt4{line-height: 20px;}

    .mypage-join .terms{margin-top: 40px; padding-bottom: 20px;}
    .mypage-join .terms .subTit3{margin-bottom: 10px;}
    .mypage-join .terms .subTit3:nth-of-type(n+2){margin-top: 30px;}
    .mypage-join .member_info{margin-top: 30px;}
    .mypage-join .member_info .subTit2 .subTxt1{margin-top: 10px;}
    .mypage-join .member_info .subTit2{margin-bottom: 15px;}
    .mypage-join .member_info .lineList_tbW td{padding: 0;}

    .mypage-join .join-complet{padding: 30px 0; margin-top: 30px;}
    .mypage-join .join-complet > img{width: 40px;}
    .mypage-join .join-complet > p.lv1{font-size: 22px; line-height: 30px; word-break: keep-all;}
    .mypage-join .join-complet > p.lv2{font-size: 14px; line-height: 21px; word-break: keep-all;}
    .mypage-join .join-complet ~ .sbtn-wrap .btnC{width: 100%;}
    .mypage-join .sul-widht.change{text-align: center;}

    .mypage .reservation .sech-list li .list-dtl {padding:20px;}
    .mypage .reservation .sech-list li .sdl-RL2 dd {margin-top:2px;}
    .mypage .reservation .sech-list li .default {padding-bottom:10px;padding-left:7px;}
    .mypage .reservation .sech-list li .default > p.title {font-size:16px;line-height:22px;}
    .mypage .reservation .sech-list li .default > p.day,
    .mypage .reservation .sech-list li .default > p.etc,
    .mypage .reservation .sech-list li .default > p.state {margin-bottom:10px;font-size:14px}
    .mypage .reservation .sech-list li .btn_area {margin-top:20px;}
    .mypage .reservation .sech-list li .btn_area a,
    .mypage .reservation .sech-list li .btn_area button {height:30px;}
    .mypage .reservation .sech-list li .btn_area a>span,
    .mypage .reservation .sech-list li .btn_area button>span {font-size:13px;line-height:30px;}

	.mypage .reservation .inq-day-set{width: 100%;}
	.mypage .reservation .inq-day-set button{width:calc(25% - 3.8px)}
	.mypage .reservation .inq-day-set button:last-of-type{margin-right: 0px;}
	.mypage .reservation .inq-day-set .period{width: 100%;}
	.mypage .reservation .inq-day-set .period input{width: calc(50% - 10px);vertical-align:middle;}
	.mypage .reservation .inq-day-set.v2{width: calc(100% - 53px);}
    .mypage #contTab_line.black .tabList{white-space:nowrap; overflow-x: auto; -webkit-overflow-scrolling:touch;}
    .mypage #contTab_line.black .tabList>li:nth-of-type(n+2){margin-left: 15px;}
    .mypage #contTab_line.black .tabList>li a{font-size: 14px; padding: 0 0 4px 0}
    .mypage #contTab_line.black .tabList>li a::before{bottom: 0px;}
    .mypage #contTab_line .tabList>li a.on::before,
    .mypage #contTab_line .tabList>li a:hover::before{width: 100%;}

    #verEng .mypage-join .member_info .subTit2{overflow: hidden;}
    #verEng .mypage-join .join-complet > p.lv1{font-size: 18px; line-height: 22px;}

    .tab-cont .banner-list > a{width: calc(50% - 4px); margin-right: 8px !important; padding-top: 20px;}
    .tab-cont .banner-list > a:nth-of-type(2n){margin-right: 0px !important;}
    .tab-cont .banner-list > a:nth-of-type(n+3){margin-top: 8px!important}
	.tab-cont .banner-list > a img{width: 100px; height: auto;}
    .mypage .subTit2:nth-of-type(n+2){margin: 25px 0 15px 0;}
    .mypage .subTit2 .Roboto{font-size: 24px;}
    .myariport{padding: 20px 5px 10px 20px; min-height: 0; margin-top: 30px;}
    .myariport .txt{padding-right: 10px; width: 100%; margin-bottom: 15px;}
    .myariport .txt p.Roboto{font-size: 28px;}
    .myariport .txt a{margin-top: 10px;}
    .myariport .txt p.subTxt1{word-break: keep-all;}
    .myariport .count{width: auto;}
    .myariport .count:nth-of-type(3){padding-left: 30px; width: auto;}
    .myariport .count:nth-of-type(3)::before{display: none;}
    .myariport .count p.Roboto{font-size: 30px;}
	.roop-baner .item>a,
    .roop-baner .item>div {padding:15px 10px; height: auto;}
	.roop-baner .item>a img,
    .roop-baner .item>div img {width: 35px; height: auto;}
	.roop-baner .item>a br,
    .roop-baner .item>div br {display: none !important;}
    .roop-baner .item .inBtn {padding:12px 10px;}
    .roop-baner .item .inBtn .btn {height:15px;margin-top:1px;}
    .roop-baner .item .inBtn .btn>a {font-size:13px;line-height:15px;}
    .mypage .qna-wrap{padding: 30px 0 30px 0;}
    .card-list li{width: 100%; margin-right: 0px; margin-bottom: 10px;}
    .card-list li .subTxt1{height: 43px; padding-right: 0px; margin: 10px 0 15px;}
    .card-list li .subTxt2{padding-right: 70px;}
    .card-list li .sline-box{right: 20px; top: 20px;}
    .lineList_ul.typeFaq.full dt,
    .lineList_ul.typeFaq.full dt.on{background-position: right 10px top 31px;}
    .lineList_ul.typeFaq.full dt>button{padding: 10px 40px 10px 30px; box-sizing: border-box;}
    .lineList_ul.typeFaq.full .faq_q{left: 5px; top: 23px;}
    .lineList_ul.typeFaq.full dd{padding: 15px;}
    .lineList_ul.typeFaq.full dd>p{margin-top: 0px; font-size: 14px;}

    .mypage .btnAreaL {margin-top:20px;}

    /* 서브컨텐츠 텍스트 레이아웃 */
	.txt-defulat-wrap .subTit2{margin-bottom: 10px;}
	.txt-defulat-wrap .subTit2:nth-of-type(n+2){margin-top: 40px;}
	.txt-defulat-wrap .subTit2.mbt{margin-top: 20px}
	.txt-defulat-wrap .subTxt1{margin-bottom: 7px;}
	.txt-defulat-wrap .img-box.item2 > img{width: 100%; margin-right: 0px; margin-bottom: 10px;}
	.txt-defulat-wrap.gimpo_parking .img-box.item2 > img{margin-bottom:30px}
	.txt-defulat-wrap .img-box.item2 > img:last-of-type{margin-bottom: 0px;}
	.txt-defulat-wrap .btm_pageInfo{margin-top: 70px}
	.txt-defulat-wrap .subTxt5.mbt{margin-top: 25px; margin-bottom: 10px;}
	.txt-defulat-wrap .subTxt5{margin-bottom: 10px;}
    .txt-defulat-wrap .TxtG-inner-1 .subTxt1 span.exclam.small{display: block; margin-top: 5px; margin-left: 0px;}

	.txt-defulat-wrap .img-box.BtLine{padding-bottom: 20px; margin: 15px 0;}
	.txt-defulat-wrap .img-box.BtLine2{padding-bottom: 15px; margin: 15px 0;}

    /* 담당자정보 및 만족도조사 */
    .pageCharge {padding-bottom:15px;}
    .pageCharge li {display:block;margin:0 0 5px 0;padding:0;font-size:14px;}
    .pageCharge li>b {margin-right:7px;font-size:14px;}
    .pageCharge li::after {display:none;}
    .pageCharge .update {font-size:12px;}
    .pageEval {
        padding-left: 40px;
    }
    .pageEval:before {
        content: '';
        background: none;
    }
    .pageEval>p {font-size:14px;}
    .pageEval .eval_txt input {width:calc(100% - 70px);}
    .pageEval .eval_txt button {width:70px;height:35px;font-size:14px;line-height:35px;}

    /* 사이트 맵 */
    .SiteMap{width: calc(50% - 10px); margin-bottom: 40px;}
    .SiteMap:nth-of-type(2n){margin-right: 0px;}
    .SiteMap > p{font-size: 22px; margin-bottom: 15px;}
    .SiteMap ul.Depth1{padding-top: 15px;}
    .SiteMap ul.Depth1 > li{margin-bottom: 15px;}
    .SiteMap ul.Depth1 > li > a{font-size: 16px; line-height: 22px;}
    .SiteMap ul.Depth1 > li ul.Depth2 > li{margin-bottom: 8px;}
    .SiteMap ul.Depth1 > li ul.Depth2 > li:first-of-type{margin-top: 8px;}
    .SiteMap ul.Depth1 > li ul.Depth2 > li > a{font-size: 14px;line-height: 20px;}

    /* 여행상품 */
    .exclamBox+.tourSearchWrap {margin-top:10px;}

    .tourSearchWrap {padding:16px 20px 20px 20px}
    .tourSearchWrap>strong {font-size:14px;margin-bottom:3px;}
    .tourSearchWrap .searchOpt+strong {margin-top:15px;}
    .tourSearchWrap .BBS_boxOption {margin-top:15px;}

    .tourSearchWrap>.searchTravelOpt>li>button {padding:48px 5px 8px 5px;background-size:30px auto;background-position: left 50% top 10px;font-size:14px;}

    .BBS_boxOption fieldset {padding-right:0px}
    .BBS_boxOption fieldset .optUnit .inp_t2 {width:100%;}
    .BBS_boxOption fieldset .search {position:inherit;margin-top:20px;top:0;right:0;text-align:center;}
    .BBS_boxOption fieldset .search .btn_search {width:140px;height:42px;}
    .BBS_boxOption fieldset .search .btn_search>span {padding-right:18px;background-size:13px auto;font-size:14px;}

    .BBS_option.typeSort {height:auto;}
    /*.BBS_option .searchBox {float:right;width:auto;text-align:right;}*/

    .travelProduct_list .BBS_option .searchBox {float:none;width:100%;margin-left:0}
    .BBS_option .searchBox .sel_name {display:inline-block;width:45px;line-height:40px;font-weight:500;font-size:14px;}
    .travelProduct_list .BBS_option .searchBox .inp_s {display:inline-block;width:calc(100% - 55px);margin-left:0}

    .tourSearchWrap+.inp_sort {margin-top:25px;}
    .inp_sort ul {margin-bottom:10px;}
    .inp_sort ul li {padding:0 8px;}
    .inp_sort ul li>label {font-size:15px;}

    .lineList_ul.typeGallery.productList li {padding-bottom:25px;}
    .lineList_ul.typeGallery.productList .infoBox {padding:15px;}
    .lineList_ul.typeGallery.productList .txtL {height:40px;}
    .lineList_ul.typeGallery.productList .txtL a {font-size:17px;}
    .lineList_ul.typeGallery.productList .infoAgency {padding:5px 0;font-size:14px;}
    .lineList_ul.typeGallery.productList .infoPrice {font-size:14px;}
    .lineList_ul.typeGallery.productList .infoPrice>span {font-size:21px;letter-spacing:-0.5px}
    .lineList_ul.typeGallery.productList li .recommend {width:55px;height:50px;line-height:50px;font-size:13px;}

    .lineList_ul.typeGallery.travelInfoList li {padding-bottom:25px;}
    .lineList_ul.typeGallery.travelInfoList .infoBox {padding:10px;}
    .lineList_ul.typeGallery.travelInfoList .txtL {height:40px;}
    .lineList_ul.typeGallery.travelInfoList .txtL a {font-size:17px;}

    .travelProduct_view .productInfoArea {padding:17px 0 25px 0;text-align:center;}
    .travelProduct_view .productInfoArea .productImg .photo {width:450px;height:300px;margin: 0 auto;}
    .travelProduct_view .productInfoArea .productImg .photo img {width:450px;height:300px;}
    .travelProduct_view .productInfoArea .productImg .photo .slick-arrow {bottom:auto;top:50%;margin-top:-19.5px;left:-60px}
    .travelProduct_view .productInfoArea .productImg .photo .slick-next {left:auto;right:-60px}
    .travelProduct_view .productInfoArea .productImg dl {width:100%;margin-top:40px;text-align:left;}
    .travelProduct_view .productInfoArea .slider__counter {bottom:-30px;font-size:15px;}
    .travelProduct_view .productInfoArea .productImg dl dt {font-size:24px;margin: 0 0 5px;line-height:inherit;}
    .travelProduct_view .productInfoArea .productImg dl dd ul.list_dotBlue>li{font-size:14px;}
    .travelProduct_view .view_txt {padding:17px 0 }

    .tourSearchWrap>.searchOpt>li>button {padding: 5px 10px}

    .travelInfo_view .productInfoArea {padding:15px;}
    .travelInfo_view .productInfoArea .productImg .photo {max-width:300px;max-height:200px}
    .travelInfo_view .productInfoArea .productImg .photo img {max-height:200px;}
    .travelInfo_view .productInfoArea .productImg .photo .slick-arrow {left:-50px;width:35px;height:35px;margin-top:-17.5px;background-size:6px auto;}
    .travelInfo_view .productInfoArea .productImg .photo .slick-next {left:auto;right:-50px;}

    .travelInfo_view .view_txt .contTit_s.mT35 {margin-top:17px !important}
    .travelInfo_view .info {padding:20px 0;margin-top:20px;}
    .travelInfo_view .info ul.list_dotBlue>li {font-size:14px;}
    .travelInfo_view .info ul.list_dotBlue>li>span {display:block;position:inherit;top:0;left:0;margin-bottom:5px;}
    .travelInfo_view .info ul.list_dotBlue>li {padding-left:10px !important;}

    #verEng .travelInfo_view .info ul.list_dotBlue>li {padding: 0 0 0 10px}
    #verEng .travelAddress .list_dotBlue li b {width:100px;}


    .SiteLinkWrap .btnC{margin-right: 5px;}
    .SiteLinkWrap .btnC>span{padding: 0 15px;}

    .box-alert.exclam .exclam{font-size: 13px; line-height: 19px; background-size: 15px 15px; padding-left: 20px; background-position: left 0 top 2px}

    .GrayLineImgBox{padding: 15px; text-align: center;}
    .GrayLineImgBox img{width: 25px; position: static; display: inline-block;}
    .GrayLineImgBox .subTxt1{text-align: left; margin: 10px 0 15px 0;}
    .GrayLineImgBox .btnC{position: static; width: 100%;}

    .boardInfo{margin-top: 30px;}
    .boardInfo .TxtList {padding: 20px 20px 15px 20px;}
    .boardInfo .TxtList .sdl-RL dt.subTxt4{display: block; margin-bottom: 3px; width: 100%; font-weight: 500;}
    .boardInfo .TxtList .sdl-RL dd.subTxt4{display: block; width: 100%; margin-top: 0px;}
    .boardInfo .TxtList .sdl-RL dd.subTxt4 span{display: block; margin-bottom: 2px;}
    .boardInfo .TxtList .sdl-RL dd.subTxt4 span::before{display: none;}
    
    .tourSearchWrap .search_wrap select{width:100%;margin-top:1%;margin-left:0}
    .tourSearchWrap .search_wrap input.txt.calendar{width:98% !important;margin-top:1%;margin-left:0 !important}
    .tourSearchWrap .search .btn_search{width:100%;height:48px !important}
    .tourSearchWrap .search_wrap .search{width:100% !important;top:0 !important;margin-top:1%;margin-left:0 !important}
}

@media all and (max-width:600px){
    /* 여행지정보 */
    #verJpn .tourSearchWrap>.searchTravelOpt>li {width:50%}
    #verJpn .tourSearchWrap>.searchTravelOpt>li:nth-child(1)>button  {border-bottom:0}
    #verJpn .tourSearchWrap>.searchTravelOpt>li:nth-child(2)>button  {border-bottom:0}
    #verJpn .tourSearchWrap>.searchTravelOpt>li.on:nth-child(1)>button  {border-bottom:1px solid #000}
    #verJpn .tourSearchWrap>.searchTravelOpt>li.on:nth-child(2)>button  {border-bottom:1px solid #000}
    #verJpn .tourSearchWrap>.searchTravelOpt>li>button {letter-spacing:-1.5px}

    #verChn .tourSearchWrap>.searchTravelOpt>li {width:50%}
    #verChn .tourSearchWrap>.searchTravelOpt>li:nth-child(1)>button  {border-bottom:0}
    #verChn .tourSearchWrap>.searchTravelOpt>li:nth-child(2)>button  {border-bottom:0}
    #verChn .tourSearchWrap>.searchTravelOpt>li.on:nth-child(1)>button  {border-bottom:1px solid #000}
    #verChn .tourSearchWrap>.searchTravelOpt>li.on:nth-child(2)>button  {border-bottom:1px solid #000}

    #verJpn .BBS_boxOption.typeDefault2 fieldset .optUnit .inp_s2 {width:100%;margin-right: 0 !important}
    #verJpn .BBS_boxOption.typeDefault2 fieldset .optUnit .inp_s2:nth-child(2){margin-top:10px}

}

@media all and (max-width:590px){
    /* 여행상품 */
    .write_guide.wirte_guide_titR {margin-top:0;margin-bottom:10px;}
    .travelProduct_view .productInfoArea .productImg .photo {width:230px;height:154px;}
    .travelProduct_view .productInfoArea .slider__counter {bottom:-26px;}
    .travelProduct_view .productInfoArea .productImg .photo img{width:230px;height:154px;}
    .travelProduct_view .productInfoArea .productImg .photo .slick-arrow {left:-40px;width:25px;height:25px;margin-top:-12.5px;background-size:6px auto;background-position:left 9.5px top 6px;}
    .travelProduct_view .productInfoArea .productImg .photo .slick-next {left:auto;right:-40px;background-size:6px auto;background-position:left 9.5px top 6px;}
    .travelProduct_view .productInfoArea .productImg dl dd ul.list_dotBlue>li+li {margin-top:5px;}

    /* 개별 */
    #verEng .type-list-Link .linkA .item {width: calc(27% - 0px); margin-right: 20px;}

    /* 에러페이지 */
    .typeError.type2 .errorBox>strong {padding-top:90px;background-size:80px auto;font-size:25px;}
   
}

@media all and (max-width:530px){
    .travelProduct_write .lineList_tbW tr.w_addFile_m .fileArea>div.typeLimit {padding: 4px 184px 4px 0}
    .travelProduct_write .lineList_tbW tr.w_addFile_m .fileArea>div.typeLimit .btn_fileFind {right:119px;}
    .travelProduct_write .lineList_tbW tr.w_addFile_m .fileArea>div.typeLimit .btn_fileAdd {right:74px}
    .travelProduct_write .lineList_tbW tr.w_addFile_m .fileArea>div.typeLimit .btn_fileDel {right:30px;}
    .travelProduct_write .lineList_tbW tr.w_addFile_m .fileArea>div.typeLimit .limit {position:inherit;left:0;line-height:inherit;font-size:14px;}
    .travelProduct_write .btnArea a {width:100%}
    .travelProduct_write .btnArea a+a {margin-left:0 !important;margin-top:5px !important;}

    .tourSearchWrap>.searchOpt>li {width:100%}
}

@media all and (max-width:500px){
    .pageCharge {padding-left:20px;background-image:none;}
}

@media all and (max-width:450px){
    .lineList_tbW .w_travelPeriod .inp_t {width:80px;}

    .tourSearchWrap>.searchTravelOpt>li {width:50%;}
    .BBS_boxOption.typeDefault2 fieldset .optUnit .inp_s2 {width:100%;margin-right: 0 !important}
    .BBS_boxOption.typeDefault2 fieldset .optUnit .inp_s2:nth-child(2){margin-top:10px}

    .travelInfo_view .productInfoArea .productImg .photo {max-width:200px;max-height:133px}
    .travelInfo_view .productInfoArea .productImg .photo img {max-height:133px;}
    .travelInfo_view .productInfoArea .productImg .photo .slick-arrow {left:-40px;width:30px;height:30px;}
    .travelInfo_view .productInfoArea .productImg .photo .slick-next {left:auto;right:-40px;}

    .inp_sort ul li>label {font-size:14px;}
    .inp_sort ul li {padding:0 6px;}

    #verEng .tourSearchWrap>.searchTravelOpt>li {height:90px;}
    #verEng .tourSearchWrap>.searchTravelOpt>li>button {font-size:13px;}
   
}

@media all and (max-width:420px){
    /* btn */
    .btnC>span {padding:0 10px;}
    .btnC_s>span {padding:0 5px;}

    #contTabFix .tabList.tab02>li,
    #contTabFix .tabList.tab03>li,
    #contTabFix .tabList.tab06>li,
    #contTabFix .tabList.tab04>li,
    #contTabFix .tabList.tab07>li,
    #contTabFix .tabList.tab08>li,
    #contTabFix .tabList.tab05>li,
    #contTabFix .tabList.tab09>li,
    #contTabFix .tabList.tab10>li,
    #contTabFix .tabList.tab11>li,
    #contTabFix .tabList.tab12>li,
    #contTabFix .tabList.tab13>li,
    #contTabFix .tabList.tab14>li,
    #contTabFix .tabList.tab15>li,
    #contTabFix .tabList.tab16>li,
    #contTabFix .tabList.tab17>li,
    #contTabFix .tabList.tab18>li,
    #contTabFix .tabList.tab19>li,
    #contTabFix .tabList.tab20>li {width:50%;}

    /* 검색옵션 */
    .list_searchOpt {padding:15px 20px;}
    .list_searchOpt .search_wrap .sort {display:block;position:relative;left:auto;top:auto;}
    .list_searchOpt .search_wrap .sort>span {display:block;width:100%;height:auto;padding-top:0;line-height:18px;}
    .list_searchOpt .search_wrap .labelWrap,
    .list_searchOpt .search_wrap.label02 .labelWrap,
    .list_searchOpt .search_wrap.label03 .labelWrap,
    .list_searchOpt .search_wrap.label02.labelFix .labelWrap,
    .list_searchOpt .search_wrap.label03.labelFi .labelWrap {padding-left:0 !important;white-space:normal !important;}
    #verChn .list_searchOpt .search_wrap .sort>span {font-size:14px}

    /* 에러페이지 */
    .typeError .errorBox>strong {padding-top:75px;background-size:64px auto;font-size:24px;line-height:34px;}
    .typeError .errorBox>strong>span {font-size:14px;line-height:20px;}
    .typeError .errorBox .error_btm p {font-size:12px;line-height:18px;}
    .typeError .btnCs_arrR {background-size:auto 5px;}
    .typeError .btnCs_arrR>span {min-height:28px;padding:5px 10px;font-size:12px;line-height:18px;}

    /* 마이페이지 */
    .mypage .reservation .sech-list li .list-dtl .sdl-RL2 {width:100%;}
    .mypage .reservation .sech-list li .list-dtl .sdl-RL2:nth-of-type(2n) {padding-left:0;}
    .mypage .reservation .sech-list li .list-dtl .sdl-RL2+.sdl-RL2 {margin-top:15px;}
    .list-more > button{width: 30px; height: 30px; background-size: 12px 12px;}

    /*사이트맵*/
    .SiteMap{width: 100%; margin-right: 0px;}

    /*루트맵*/
    .RootMap .RootMapMenu .HeadT{height: 50px; padding: 17px 20px 12px 20px;}
    .RootMap .RootMapMenu .HeadT img{width: 55px; height: auto;}
    .RootMap .RootMapMenu .HeadT span{font-size: 16px;}
    .RootMap .RootMapNav{height: calc(100% - 50px);}
    .RootMap .RootMapMenu{width: calc(100% - 30px)}
    .RootMap .RootMapMenu.Closed{left: calc(-100% + 30px)}

    .RootMap .SechCont ul li .default{height: auto;}
    .RootMap .SechCont ul li .default span{padding-left: 20px; font-size: 14px; background-size: 14px auto;}
    .RootMap .SechCont ul li.open .default span{font-size: 16px; padding-top: 20px;}
    .RootMap .SechCont ul li .Rootdata{padding: 0 10px 25px 20px;}
    .RootMap .Root .item > p span{margin-bottom: 5px;}

    .RootMap .AirTab .RGoup .inp_r{font-size: 12px; margin-right: 10px; }
    .RootMap .AriInfo > .inp_s{width: calc(50% - 3px); margin-right: 6px; margin-bottom: 6px;}
    .RootMap .AriInfo > .inp_s:nth-of-type(2n){margin-right: 0px; }
    .RootMap .tripInfo .AirPort{font-size: 20px;}
    .RootMap .tripInfo .Sub{font-size: 14px;  background-size: 15px; padding-left: 20px;}
    .RootMap .RootMapClosed{width: 30px; height: 30px; background-size: 30px 30px; top: 20px; right: 20px;}

    /*영문*/
    #verEng .RootMap .AirTab .TabDefault span{font-size: 12px;}
    #verEng .lineTop_tbArea .lineTop_tb thead th,
    #verEng .lineTop_tbArea .lineTop_tb tbody td,
    #verEng .lineTop_tbArea .lineTop_tb2 thead th,
    #verEng .lineTop_tbArea .lineTop_tb2 thead td,
    #verEng .lineTop_tbArea .lineTop_tbL2 th,
    #verEng .lineTop_tbArea .lineTop_tbL2 td {font-size:12px; line-height: 17px;}
    #verEng .lineTop_tbArea .lineTop_tb2 th, #verEng .lineTop_tbArea .lineTop_tb2 td {padding:10px;font-size:12px; line-height: 17px;}
    #verEng .lineTop_tbArea .lineTop_tbL2 td,
    #verEng .lineTop_tbArea .lineTop_tbL2 th{padding: 10px;}
    
}

@media all and (max-width:400px){
    /* 담당자정보 및 만족도조사 */  
    .pageCharge .update {position:relative;right:auto;top:auto;width:100%;text-align:left;}
    
    
}


@media all and (max-width:350px){
    #verEng .lineTop_tbArea .lineTop_tb thead th,
    #verEng .lineTop_tbArea .lineTop_tb tbody td,
    #verEng .lineTop_tbArea .lineTop_tb2 thead th,
    #verEng .lineTop_tbArea .lineTop_tb2 thead td,
    #verEng .lineTop_tbArea .lineTop_tbL2 th,
    #verEng .lineTop_tbArea .lineTop_tbL2 td {word-break: break-all;}
}
@media all and (max-width:320px){
    .pagination {height:30px;}
    .pagination>button {width:30px;height:30px;}
    .pagination .paging>li {padding:6px 1px 0;}

	#verEng .tourSearchWrap>.searchTravelOpt>li>button{font-size: 12px;}
}


/*** popup ***/
/* pop layout */
.pop_iframe {display:none;position:fixed !important;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:2000;}
.pop_iframe.on {display:block;}
.pop_wrap {width:100%;height:100%;}

/* 학교로고바 없는 팝업 */
.popLayout {position:relative;width:100%;background:#fff;z-index:1100;}
.popLayout.popWin {left:0;top:0;} /* 일반팝업용(팝업 스크립트 중앙정렬 제거) */
.pop_wrap .popLayout.popWin {left:50%;top:50%;transform:translate(-50%, -50%);}  /* 일반팝업용(팝업 자체 dim을 사용하는 경우 중앙정렬) */


.pop_wrap.facilites {border: solid 2px red;position: absolute; top: 0; left: 0; width:  100%; height: auto;/* left: 50%; width: 1500px; transform: translateX(-50%)*/}
.pop_wrap.facilites .popLayout.popWin {left:0; top:0; transform:none;}

.popLayout.popLayer {left:50%;top:50%;transform:translate(-50%, -50%);} /* 레이어팝업용(팝업 스크립트 중앙정렬 추가) */
.popLayout .popTit {display:block;width:calc(100% - 110px);padding:35px 80px 30px 30px;margin-bottom:0px;color:#000;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:30px;font-weight:500;line-height:34px;letter-spacing:-1px;}
.popLayout .btn_popClose {display:block;position:absolute;right:30px;top:32px;overflow:hidden;width:28px;height:28px;background:url(../img/board/ico_popCloseX.png) no-repeat 50% 50%;text-indent:-200px;}
.popLayout .btn_popClose.type2 {display:block;position:absolute;right:-13px;top:-13px;overflow:hidden;width:35px;height:35px;background:url(../img/board/ico_popCloseX2.png) no-repeat 50% 50%;text-indent:-200px;}

/* 학교로고바 있는 팝업 */
.popLayout2 {position:relative;width:100%;background:#fff;z-index:1100;}
.popLayout2.popWin {left:0;top:0;} /* 일반팝업용(팝업 스크립트 중앙정렬 제거) */
.pop_wrap .popLayout2.popWin {left:50%;top:50%;transform:translate(-50%, -50%);}  /* 일반팝업용(팝업 자체 dim을 사용하는 경우 중앙정렬) */
.popLayout2.popLayer {left:50%;top:50%;transform:translate(-50%, -50%);} /* 레이어팝업용(팝업 스크립트 중앙정렬 추가) */
.popLayout2 .popTit {height:80px;line-height:80px;padding-left:25px;background:#fff;font-weight:500;font-family:'Roboto','Noto Sans KR',sans-serif;font-size:30px;color:#000;letter-spacing:-1px}
.popLayout2 .btn_popClose {/*border: solid 1px red;*/position:absolute;top:0;right:0;display:block;width:80px;height:80px;background:url(../img/board/ico_popCloseX.png) no-repeat center;font-size:0}

/* pop 공통 */
.popLayout .popConts {overflow:hidden;height:calc(100% - 130px);padding-bottom:30px;}
.popLayout .popConts .popInner {overflow:hidden;padding:0 30px;}
.popLayout .popConts .popInner .txt {letter-spacing:-1px;}
.popLayout .popConts .popInner.limit {overflow-x:hidden;overflow-y:auto;}

/* pop 개별 */

/* 팝업전용 미디어쿼리 */
@media all and (max-width:1040px){
    /* pop layout */
    .popLayout .popTit {width:calc(100% - 80px);padding:20px 60px 25px 20px;font-size:25px;line-height:30px;}
    .popLayout .btn_popClose {right:20px;top:22px;width:22px;height:24px;background-size:22px 22px;}
    .popLayout .btn_popClose.type2 {right:-10px;top:-10px;width:30px;height:30px;background-size:30px 30px;}
    .popLayout .popConts {height:calc(100% - 95px);padding-bottom:20px;}
    .popLayout .popConts .popInner{padding:0 20px;}
}

@media all and (max-width:768px){
    .popLayout .popTit {font-size:20px;line-height:24px;}
    .popLayout .btn_popClose {width:18px;height:18px;background-size:18px 18px;}

}

/*** print ***/
@media only print {
    body>div {display:none}
    #container {display:block !important;}
    #container>div,
    #container>nav {display:none}
    #contents {display:block !important;}
    #contents>div {display:none;}
    #contents div.subCon {display:block;}
    #contents>article {display:block !important;}
}

/*** Component ***/
.txtL {text-align:left !important;}
.txtC {text-align:center !important;}
.txtR {text-align:right !important;}

.fL {float:left !important;}
.fR {float:right !important;}
.cB {clear:both !important;}
.cB::after{content:"";display: block;clear: both;}

.mT0 {margin-top:0px !important;}
.mT1 {margin-top:1px !important;}
.mT2 {margin-top:2px !important;}
.mT3 {margin-top:3px !important;}
.mT4 {margin-top:4px !important;}
.mT5 {margin-top:5px !important;}
.mT6 {margin-top:6px !important;}
.mT7 {margin-top:7px !important;}
.mT8 {margin-top:8px !important;}
.mT9 {margin-top:9px !important;}
.mT10 {margin-top:10px !important;}
.mT11 {margin-top:11px !important;}
.mT12 {margin-top:12px !important;}
.mT13 {margin-top:13px !important;}
.mT14 {margin-top:14px !important;}
.mT15 {margin-top:15px !important;}
.mT16 {margin-top:16px !important;}
.mT17 {margin-top:17px !important;}
.mT18 {margin-top:18px !important;}
.mT19 {margin-top:19px !important;}
.mT20 {margin-top:20px !important;}
.mT21 {margin-top:21px !important;}
.mT22 {margin-top:22px !important;}
.mT23 {margin-top:23px !important;}
.mT24 {margin-top:24px !important;}
.mT25 {margin-top:25px !important;}
.mT26 {margin-top:26px !important;}
.mT27 {margin-top:27px !important;}
.mT28 {margin-top:28px !important;}
.mT29 {margin-top:29px !important;}
.mT30 {margin-top:30px !important;}
.mT35 {margin-top:35px !important;}
.mT40 {margin-top:40px !important;}
.mT45 {margin-top:45px !important;}
.mT50 {margin-top:50px !important;}
.mT70 {margin-top:70px !important;}
.mT80 {margin-top:80px !important;}

.mR0 {margin-right:0px !important;}
.mR1 {margin-right:1px !important;}
.mR2 {margin-right:2px !important;}
.mR3 {margin-right:3px !important;}
.mR4 {margin-right:4px !important;}
.mR5 {margin-right:5px !important;}
.mR6 {margin-right:6px !important;}
.mR7 {margin-right:7px !important;}
.mR8 {margin-right:8px !important;}
.mR9 {margin-right:9px !important;}
.mR10 {margin-right:10px !important;}
.mR11 {margin-right:11px !important;}
.mR12 {margin-right:12px !important;}
.mR13 {margin-right:13px !important;}
.mR14 {margin-right:14px !important;}
.mR15 {margin-right:15px !important;}
.mR16 {margin-right:16px !important;}
.mR17 {margin-right:17px !important;}
.mR18 {margin-right:18px !important;}
.mR19 {margin-right:19px !important;}
.mR20 {margin-right:20px !important;}
.mR21 {margin-right:21px !important;}
.mR22 {margin-right:22px !important;}
.mR23 {margin-right:23px !important;}
.mR24 {margin-right:24px !important;}
.mR25 {margin-right:25px !important;}
.mR26 {margin-right:26px !important;}
.mR27 {margin-right:27px !important;}
.mR28 {margin-right:28px !important;}
.mR29 {margin-right:29px !important;}
.mR30 {margin-right:30px !important;}
.mR35 {margin-right:35px !important;}
.mR40 {margin-right:40px !important;}
.mR45 {margin-right:45px !important;}
.mR50 {margin-right:50px !important;}

.mB0 {margin-bottom:0px !important;}
.mB1 {margin-bottom:1px !important;}
.mB2 {margin-bottom:2px !important;}
.mB3 {margin-bottom:3px !important;}
.mB4 {margin-bottom:4px !important;}
.mB5 {margin-bottom:5px !important;}
.mB6 {margin-bottom:6px !important;}
.mB7 {margin-bottom:7px !important;}
.mB8 {margin-bottom:8px !important;}
.mB9 {margin-bottom:9px !important;}
.mB10 {margin-bottom:10px !important;}
.mB11 {margin-bottom:11px !important;}
.mB12 {margin-bottom:12px !important;}
.mB13 {margin-bottom:13px !important;}
.mB14 {margin-bottom:14px !important;}
.mB15 {margin-bottom:15px !important;}
.mB16 {margin-bottom:16px !important;}
.mB17 {margin-bottom:17px !important;}
.mB18 {margin-bottom:18px !important;}
.mB19 {margin-bottom:19px !important;}
.mB20 {margin-bottom:20px !important;}
.mB21 {margin-bottom:21px !important;}
.mB22 {margin-bottom:22px !important;}
.mB23 {margin-bottom:23px !important;}
.mB24 {margin-bottom:24px !important;}
.mB25 {margin-bottom:25px !important;}
.mB26 {margin-bottom:26px !important;}
.mB27 {margin-bottom:27px !important;}
.mB28 {margin-bottom:28px !important;}
.mB29 {margin-bottom:29px !important;}
.mB30 {margin-bottom:30px !important;}
.mB35 {margin-bottom:35px !important;}
.mB40 {margin-bottom:40px !important;}
.mB45 {margin-bottom:45px !important;}
.mB50 {margin-bottom:50px !important;}
.mB70 {margin-bottom:70px !important;}

.mL0 {margin-left:0px !important;}
.mL1 {margin-left:1px !important;}
.mL2 {margin-left:2px !important;}
.mL3 {margin-left:3px !important;}
.mL4 {margin-left:4px !important;}
.mL5 {margin-left:5px !important;}
.mL6 {margin-left:6px !important;}
.mL7 {margin-left:7px !important;}
.mL8 {margin-left:8px !important;}
.mL9 {margin-left:9px !important;}
.mL10 {margin-left:10px !important;}
.mL11 {margin-left:11px !important;}
.mL12 {margin-left:12px !important;}
.mL13 {margin-left:13px !important;}
.mL14 {margin-left:14px !important;}
.mL15 {margin-left:15px !important;}
.mL16 {margin-left:16px !important;}
.mL17 {margin-left:17px !important;}
.mL18 {margin-left:18px !important;}
.mL19 {margin-left:19px !important;}
.mL20 {margin-left:20px !important;}
.mL21 {margin-left:21px !important;}
.mL22 {margin-left:22px !important;}
.mL23 {margin-left:23px !important;}
.mL24 {margin-left:24px !important;}
.mL25 {margin-left:25px !important;}
.mL26 {margin-left:26px !important;}
.mL27 {margin-left:27px !important;}
.mL28 {margin-left:28px !important;}
.mL29 {margin-left:29px !important;}
.mL30 {margin-left:30px !important;}
.mL35 {margin-left:35px !important;}
.mL40 {margin-left:40px !important;}
.mL45 {margin-left:45px !important;}
.mL50 {margin-left:50px !important;}

.pT0 {padding-top:0px !important;}
.pT1 {padding-top:1px !important;}
.pT2 {padding-top:2px !important;}
.pT3 {padding-top:3px !important;}
.pT4 {padding-top:4px !important;}
.pT5 {padding-top:5px !important;}
.pT6 {padding-top:6px !important;}
.pT7 {padding-top:7px !important;}
.pT8 {padding-top:8px !important;}
.pT9 {padding-top:9px !important;}
.pT10 {padding-top:10px !important;}
.pT11 {padding-top:11px !important;}
.pT12 {padding-top:12px !important;}
.pT13 {padding-top:13px !important;}
.pT14 {padding-top:14px !important;}
.pT15 {padding-top:15px !important;}
.pT16 {padding-top:16px !important;}
.pT17 {padding-top:17px !important;}
.pT18 {padding-top:18px !important;}
.pT19 {padding-top:19px !important;}
.pT20 {padding-top:20px !important;}
.pT21 {padding-top:21px !important;}
.pT22 {padding-top:22px !important;}
.pT23 {padding-top:23px !important;}
.pT24 {padding-top:24px !important;}
.pT25 {padding-top:25px !important;}
.pT26 {padding-top:26px !important;}
.pT27 {padding-top:27px !important;}
.pT28 {padding-top:28px !important;}
.pT29 {padding-top:29px !important;}
.pT30 {padding-top:30px !important;}
.pT35 {padding-top:35px !important;}
.pT40 {padding-top:40px !important;}
.pT45 {padding-top:45px !important;}
.pT50 {padding-top:50px !important;}

.pR0 {padding-right:0px !important;}
.pR1 {padding-right:1px !important;}
.pR2 {padding-right:2px !important;}
.pR3 {padding-right:3px !important;}
.pR4 {padding-right:4px !important;}
.pR5 {padding-right:5px !important;}
.pR6 {padding-right:6px !important;}
.pR7 {padding-right:7px !important;}
.pR8 {padding-right:8px !important;}
.pR9 {padding-right:9px !important;}
.pR10 {padding-right:10px !important;}
.pR11 {padding-right:11px !important;}
.pR12 {padding-right:12px !important;}
.pR13 {padding-right:13px !important;}
.pR14 {padding-right:14px !important;}
.pR15 {padding-right:15px !important;}
.pR16 {padding-right:16px !important;}
.pR17 {padding-right:17px !important;}
.pR18 {padding-right:18px !important;}
.pR19 {padding-right:19px !important;}
.pR20 {padding-right:20px !important;}
.pR21 {padding-right:21px !important;}
.pR22 {padding-right:22px !important;}
.pR23 {padding-right:23px !important;}
.pR24 {padding-right:24px !important;}
.pR25 {padding-right:25px !important;}
.pR26 {padding-right:26px !important;}
.pR27 {padding-right:27px !important;}
.pR28 {padding-right:28px !important;}
.pR29 {padding-right:29px !important;}
.pR30 {padding-right:30px !important;}
.pR35 {padding-right:35px !important;}
.pR40 {padding-right:40px !important;}
.pR45 {padding-right:45px !important;}
.pR50 {padding-right:50px !important;}

.pB0 {padding-bottom:0px !important;}
.pB1 {padding-bottom:1px !important;}
.pB2 {padding-bottom:2px !important;}
.pB3 {padding-bottom:3px !important;}
.pB4 {padding-bottom:4px !important;}
.pB5 {padding-bottom:5px !important;}
.pB6 {padding-bottom:6px !important;}
.pB7 {padding-bottom:7px !important;}
.pB8 {padding-bottom:8px !important;}
.pB9 {padding-bottom:9px !important;}
.pB10 {padding-bottom:10px !important;}
.pB11 {padding-bottom:11px !important;}
.pB12 {padding-bottom:12px !important;}
.pB13 {padding-bottom:13px !important;}
.pB14 {padding-bottom:14px !important;}
.pB15 {padding-bottom:15px !important;}
.pB16 {padding-bottom:16px !important;}
.pB17 {padding-bottom:17px !important;}
.pB18 {padding-bottom:18px !important;}
.pB19 {padding-bottom:19px !important;}
.pB20 {padding-bottom:20px !important;}
.pB21 {padding-bottom:21px !important;}
.pB22 {padding-bottom:22px !important;}
.pB23 {padding-bottom:23px !important;}
.pB24 {padding-bottom:24px !important;}
.pB25 {padding-bottom:25px !important;}
.pB26 {padding-bottom:26px !important;}
.pB27 {padding-bottom:27px !important;}
.pB28 {padding-bottom:28px !important;}
.pB29 {padding-bottom:29px !important;}
.pB30 {padding-bottom:30px !important;}
.pB35 {padding-bottom:35px !important;}
.pB40 {padding-bottom:40px !important;}
.pB45 {padding-bottom:45px !important;}
.pB50 {padding-bottom:50px !important;}

.pL0 {padding-left:0px !important;}
.pL1 {padding-left:1px !important;}
.pL2 {padding-left:2px !important;}
.pL3 {padding-left:3px !important;}
.pL4 {padding-left:4px !important;}
.pL5 {padding-left:5px !important;}
.pL6 {padding-left:6px !important;}
.pL7 {padding-left:7px !important;}
.pL8 {padding-left:8px !important;}
.pL9 {padding-left:9px !important;}
.pL10 {padding-left:10px !important;}
.pL11 {padding-left:11px !important;}
.pL12 {padding-left:12px !important;}
.pL13 {padding-left:13px !important;}
.pL14 {padding-left:14px !important;}
.pL15 {padding-left:15px !important;}
.pL16 {padding-left:16px !important;}
.pL17 {padding-left:17px !important;}
.pL18 {padding-left:18px !important;}
.pL19 {padding-left:19px !important;}
.pL20 {padding-left:20px !important;}
.pL21 {padding-left:21px !important;}
.pL22 {padding-left:22px !important;}
.pL23 {padding-left:23px !important;}
.pL24 {padding-left:24px !important;}
.pL25 {padding-left:25px !important;}
.pL26 {padding-left:26px !important;}
.pL27 {padding-left:27px !important;}
.pL28 {padding-left:28px !important;}
.pL29 {padding-left:29px !important;}
.pL30 {padding-left:30px !important;}
.pL35 {padding-left:35px !important;}
.pL40 {padding-left:40px !important;}
.pL45 {padding-left:45px !important;}
.pL50 {padding-left:50px !important;}





/* progress bar */
.progressAir * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.progressAir {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10000;
	width: 100%;
	max-width: 350px;
	height: auto;
	transform: translate(-50%, -50%);
}
.progressAir .sPer {
	color: #fff;
	font-size: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.progressAir .sPer span {
	font-size: 25px;
	font-weight: 700;
}
.progressAir .baseLane {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 30px;
	background: #c4c4c4;
	border-radius: 30px;
}
.progressAir .baseLane:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	content: '';
	width: calc(100% - 15px);
	height: 1px;
	border-top: dashed 1px #fff;
	transform: translate(-50%, -50%);
}
.progressAir .baseLane img {
	position: absolute;
	top: -24px;
	left: -38px;
	z-index: 6;
	width: 77px;
	height: 77px;
}
.progressAir .baseLane .currentLane {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 0;
	height: 30px;
	background: #000;
	border-radius: 30px;
	transform: translateY(-50%);
}
@media all and (max-width:850px){
	.progressAir {
		max-width: 250px;
	}
}
*:focus-visible{
	outline-offset: -2px; 
}
.skipbtn:focus-visible{
    outline: 2px solid #000;
    opacity: 1 !important;
}


.txt-defulat-wrap.gimpo_parking .img-box.item2 > img:nth-child(2){display:block;width:auto !important;max-width:100%;margin:0 auto}

@media all and (min-width:769px){
	.txt-defulat-wrap.gimpo_parking .img-box.item2{display:flex;align-items:center}
}

/* 간편인증 */
#oacxEmbededContents .policy .cont{height:calc(100% - 10rem) !important}
#oacxEmbededContents{z-index:1000000}
#oacxEmbededContents header{height:auto;z-index:9}
#oacxEmbededContents .btnArea button{margin:0 !important}
#oacxEmbededContents form{margin-top:6.8rem}
#oacxEmbededContents form .btnArea{margin-left:-1.8rem !important;padding:0 !important}
#oacxEmbededContents header .logo{left:inherit;right:2rem;line-height:inherit}
#oacxEmbededContents .list a{line-height:1}
#oacxEmbededContents .list li span>p{line-height:1.3em;font-size:1.3rem}
#oacxEmbededContents .viewPop .btnArea{padding:0 !important}
#oacxEmbededContents *:not(button, textarea, input ){font-family:맑은 고딕,malgun gothic,dotum,돋움,gulim,굴림,Arial,sans-serif}
#oacxEmbededContents *{line-height:inherit;font-size:inherit}
#oacxEmbededContents ul.userInfo li .ul-th>label{font-size:1.5rem !important;color:#222 !important;font-weight:500 !important}
#bgScrn{top:0}
.oacx-ux-btn.sbtn.blue{width:100%;height:auto;padding:0;bakcground-color:transparent;border:none}
.oacx-ux-btn.sbtn.blue>span{margin-top:0}
.simpleAuthIcon{display:flex;justify-content:center;margin-top:15px}
.simpleAuthIcon>a{display:block;width:30px;height:30px;padding:0 !important}
.simpleAuthIcon + .simpleAuthIcon{margin-top:10px !important}
#oacxEmbededContents .container+.btnArea{padding-top:0 !important}
.bioSimpeCfBox .subTxt1{margin-top:10px}
.bioSimpeCf{max-width:800px;margin:40px auto 0}
.bioSimpeCf .oacx-ux-btn.sbtn.blue{margin-top:30px}
.afterbioSimpeCf{margin-top:40px}
.afterbioSimpeCf  .lineTop_tbArea {margin-top:20px}
.afterbioSimpeCf .subTxt2{margin-top:10px}

.siteGoing.delivery .siteGoingInner .goingTIt{background:url(../../common/img/ico/ico_delivery.png) no-repeat top 0 left 50%}
.box-alert.delivery .exclam{color:#a60436}
.siteGoing.delivery{margin-top:40px}
.sVisual.tit_bg_chage{background:url(../../common/img/board/bg_delivery.png) no-repeat 50% 50% !important}

.TxtG-RL-1.mooring-box01{margin-top:-20px}
.TxtG-RL-1.mooring-box01 > div{margin-top:20px}
.TxtG-RL-1.mooring-box01 > div:nth-child(2n){margin-right:0}
.TxtG-RL-1.mooring-box01 > div img{width:60px;height:60px;left:39px;top:34px}
.mooring-img-box{margin-top:23px}
.img_link_box{position:relative;display:inline-flex !important;align-items:center;padding:35.5px 35px;border:1px solid #dbdee1;box-sizing:border-box}
.img_link_box a{position:absolute;right:35px;top:50%;width:109px;padding:12px 0;color:#fff;font-size:16px;text-align:center;font-weight:500;line-height:1;background-color:#8f8f92;transform:translateY(-50%)}
.img_link_box img{margin-right:30px}
.img_link_box .txt p{font-size:24px;font-weight:500;line-height:28px}
.img_link_box .txt span{display:block;margin-top:12px;font-size:16px;line-height:24px}
@media screen and (min-width:1024px){ 
	.simpleAuthIconBox{display:flex;justify-content:center}
	.simpleAuthIcon + .simpleAuthIcon{margin-top:15px !important}
}
@media screen and (max-width:1180px){
	.img_link_box .txt p{font-size:21px}
	.img_link_box img{margin-right:20px}
}

@media screen and (max-width:1041px) {
	.TxtG-RL-1.mooring-box01 > div img{width:50px;height:50px;left:29px;top:24px}
	.img_link_box{min-height:97px;padding:19px}
	.img_link_box img{width:50px;height:50px;margin-right:30px}
	.img_link_box a{right:19px;width:90px;font-size:16px}
	.img_link_box .txt span{margin-top:5px;font-size:14px}
	}
@media screen and (max-width:949px) {
	.img_link_box{width:100% !important;margin-right:0 !important}
	.img_link_box + .img_link_box{margin-top:20px !important}
	
	
}
@media screen and (max-width:850px) {
		.TxtG-RL-1.mooring-box01 > div img{width:40px;height:40px;left:19px;top:20px}
}
@media screen and (max-width:768px) {
	.sVisual.tit_bg_chage>div{background:url(../../common/img/board/bg_delivery_mo.png) no-repeat 50% 50% !important;background-size:cover !important}
	.siteGoing.delivery .siteGoingInner .goingTIt{background-size:60px auto}
	.sVisual.tit_bg_chage{background:none !important}
	.TxtG-RL-1.mooring-box01 > div img{width:30px;height:30px;left:15px;top:15px}
	.img_link_box img{width:30px;height:30px;margin-right:15px}
	.img_link_box .txt p{font-size:16px}
}

@media screen and (max-width:420px){
	.img_link_box a{right:10px;width:60px;font-size:12px}
}

@media all and (min-width: 640px) and (max-width: 850px) {
	.simpleAuthIconBox{display:flex;justify-content:center}
	.simpleAuthIcon + .simpleAuthIcon{margin-top:15px !important}
}

.date_time_form{display:flex}
.date_time_form>div{position:relative;width:200px;margin-right:10px}
.date_time_form>.timepicker {width:120px}
.date_time_form>div .date-picker-control{position:absolute;top:50%;transform:translateY(-50%)}

@media all and (max-width:400px){
	.date_time_form{display:block}
.date_time_form>div{width:100%;margin-right:0;margin-bottom:10px}
.date_time_form>.timepicker {width:100%}
}

@media screen and (max-width:639px){
	.type_pc{display:none !important}
}


@media screen and (min-width:640px){
	.type_mo{display:none !important}
	
	.bioSimpeCf{padding:40px 80px;border:1px solid #000}
	.afterbioSimpeCf {padding:40px;border:1px solid #000}
	.afterbioSimpeCf>div{padding:0 40px}
}