﻿@charset "utf-8";


/*-------------------------------------------------------------------
Browsers : IE7~9, Firefox, Chrome, Safari
author: Kim So Hee
email: yeoinne@empas.com
--------------------------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
/*@import url(//blob.wifidosirak.com/wm-d01/v2/font/nanum/nanumbarungothic.css);*/
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); 
 @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}


 /*익스용*/
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}



/* default style definition */
html {
    overflow-y: scroll;
}


html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}



/* S: 240905 폰트 추가 */
body {
	width: 100%;
	height: 100%;
	line-height: 1.8em;
	font-family: 'Pretendard Variable', 'Pretendard',"Noto Sans KR","맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
	color: #666;
	font-size: 12px;
	background: #fff;
	letter-spacing: 0;
}
/* E: 240905 폰트 추가 */

hr {
    display: none;
}

address, em {
    font-style: normal;
}

ul, li, ol, dl, dt, dd {
    list-style: none;
}

img {
    border: none;
}

li img {
    vertical-align: top;
}

/* link */
a {
    color: #666;
    cursor: pointer;
}

a, a:link, a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none; /*text-decoration:underline;*/
}

/* Form */
input, select, img, textarea {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

caption, legend {
    visibility: hidden;
    width: 1px;
    height: 0;
    font-size: 0;
    line-height: 0;
}

input {
    /* S: 221118 메인 폰트 추가 */
    font-family: "Noto Sans KR", "맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 221118 메인 폰트 추가 */
    font-size: 12px;
    margin: 0;
    padding: 0;
}

select {
    font-size: 12px;
}

textarea {
    /* S: 221118 메인 폰트 추가 */
    font-family: "Noto Sans KR", "맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 221118 메인 폰트 추가 */
    font-size: 12px;
    color: #666;
    resize: none;
}

textarea {
    resize: vertical;
    font: inherit;
    overflow-y: auto;
}

input[type=radio] {
    width: 13px;
    height: 13px;
    margin: 2px 4px 2px 0;
    padding: 0;
    vertical-align: middle;
}

input[type=checkbox] {
    width: 13px;
    height: 13px;
    margin: 2px 4px 2px 0;
    padding: 0;
    vertical-align: middle;
}

/* Clear */
.clear {
    clear: both;
}

.blind {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -5000px;
    left: 0px;
}

/* Table */
table {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    word-wrap: break-word;
}

caption {
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    font: 0/0 arial;
}

/* skipNavi */
#skipNavi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

#skipNavi li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

#skipNavi a {
    display: block;
    width: 1px;
    height: 1px;
    margin-bottom: -1px;
    font-size: 0;
    overflow: hidden;
}

#skipNavi a:active, #skipNavi a:focus {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #393939;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hand {
    cursor: pointer;
}

.block {
    display: block;
}

.mtm10 {
    margin-top: -10px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mlm3 {
    margin-left: -3px;
}

.ml2 {
    margin-left: 2px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt50 {
    padding-top: 50px;
}

.pb10 {
    padding-bottom: 10px;
}

.ml0 {
    margin-left: 0px !important;
}

.pl30 {
    padding-left: 30px;
}

.pl50 {
    padding-left: 50px;
}

.pl75 {
    padding-left: 75px;
}

.pl10 {
    padding-left: 10px;
}

.pr20 {
    padding-right: 20px;
}

.mgt8 {
    margin-top: 8px !important;
}

.mlm4 {
    margin-left: -4px !important;
}

.pad_11 {
    padding-right: 8px;
    padding-left: 20px;
    padding-bottom: 3px;
    padding-top: 5px;
}

/* main 전달/반납장소 tab start */
.pic_tab .bhoechie-tab { padding: 30px; overflow: hidden; }
.pic_tab div.bhoechie-tab-container {
    width: 100%;
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 15px;
    margin-left: 0px; /* -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/ /*  box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    overflow: hidden;
}

.pic_tab div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.pic_tab div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
    overflow: hidden;
}

.pic_tab div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 0;
}

.pic_tab div.bhoechie-tab-menu div.list-group > a .glyphicon,
.pic_tab div.bhoechie-tab-menu div.list-group > a .fa {
    color: #5A55A3;
}

.pic_tab div.bhoechie-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

.pic_tab div.bhoechie-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

/* S: 231221 수정 */
.pic_tab div.bhoechie-tab-menu div.list-group > a.active,
.pic_tab div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
.pic_tab div.bhoechie-tab-menu div.list-group > a.active .fa {
    background-color: #fff; /*background-image: #5A55A3;*/
    color: #000;
    border-bottom: none;
    border-top: 3px solid #3d62ac;
}
/* E: 231221 수정 */

.pic_tab div.bhoechie-tab-menu div.list-group > a.active:after {
    /*content: '';
    position: absolute;
    left: 100%;
    top: 0%;
    bottom: 100%;
    left: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #eceef1;*/
    content: '';
    position: absolute;
    left: 100%;
    top: 100%;
    bottom: 0;
    left: 45%;
    bottom: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 13px solid #eceef1;

}

.pic_tab div.bhoechie-tab-content {
    overflow: hidden;

}

.pic_tab div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

/* S: 231221 수정 */
.picktab_name {
    font-weight: bold;
    font-size: 14px;
}

.picktab_tit {
    font-size: 24px;
    font-weight: bold;
    color: 000;
}

/* S: 241204 수정 */
.picktab_time {
    margin-top: 20px;
    letter-spacing: 0;
}

.dsrSel {
    margin-top: 6px;
}

.picktab_loc {
    margin-top: 6px;
}
/* E: 241204 수정 */

/* S: 241204 추가 */
.pd-0 {
    padding: 0 !important;
}
/* E: 241204 추가 */

.pic_tab .btn_detail {
    border: 1px solid #3d62ac;
    color: #3d62ac;
    width: 60%;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 20px;
    position: absolute;
    bottom: 30px;
}

.pic_tab .btn_detail_2 {
    background-color: #fff;
    border: 1px solid #939598;
    color: #414042;
    width: 67%;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    border-radius: 8px;
    margin-top: 3px;
    position: absolute;
    top: 273px;
    left: 39px;
}

.pic_tab .bhoechie-tab-content a:hover {
    color: #fff;
    text-decoration: none;
    border-color: #3d62ac;
    background-color: #3d62ac;
}

.pic_tab * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pic_tab .centerThum {    
    width: 60%;
    overflow: hidden;
    float: left;
    /*margin: 0 0 0 3%;*/
}
.pic_tab .centerThum img { 
    /*object-position: 0 -10px;*/ 
    object-position: 0;   
}

.pic_tab .txtWrap {     
    float: left;
    position: relative;
    width: 40%;
    height: 280px;
    text-align: left;
    padding: 20px 0 20px 20px;
    color: #2d2d2d;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 24px;
}

/* css 추가 */
.pic_tab .txtWrap span{
    font-weight: 700;
    color: #3d62ac;
    border: 1px solid #3d62ac;
    border-radius: 6px;
    padding: 3px 6px;
    font-size: 12px;
    margin-right: 10px;
}
/* css 추가 */
/* E: 231221 수정 */

.pic_tab {
    /* S: 221118 메인 폰트 추가 */
    font-family: "Noto Sans KR", "맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 221118 메인 폰트 추가 */
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    /*float: left;*/
    /*width: 100%;
    clear: both;*/
    /*display: inline-block;*/
    margin-bottom: 20px;
}
.pic_tab > .row { overflow: hidden; } 


.pic_tab a {
    text-decoration: none;
}

.pic_tab a:hover {
    text-decoration: none;
}

.pic_tab a:focus {
    outline: thin dotted;
    outline-offset: -2px;
    text-decoration: none;
}
/*.pic_tab a:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
            text-decoration: none;
        }*/

/*.pic_tab p { margin: 0 0 5px; }*/

.pic_tab .text-center {
    text-align: center;
}

.pic_tab .col-lg-3, .col-lg-5, .col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}


.pic_tab .col-lg-3, .col-lg-5, .col-lg-9 {
    float: left;
}

.pic_tab .col-lg-9 {
    width: 64%;
}

.pic_tab .col-lg-3 {
    width: 35%;
}

/* S: 231221 수정 */
.pic_tab .list-group-item {
    height: 53.2px;
    position: relative;
    display: block;
    padding: 10px 0px;
    margin-bottom: -1px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: left;
    width: 110.8px;
    line-height: 30px;
    box-sizing: border-box;
    cursor: context-menu;
}
/* E: 231221 수정 */

.pic_tab .list-group-item:last-child { border-right: none; }
.pic_tab a.list-group-item, button.list-group-item {
    color: #77787b;
}

.pic_tab .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7; /*border-color: #337ab7;*/
}
/* main 전달/반납장소 tab end */


/* 예약방법 start */
.howtoReserve {
    width: 100%;
    height: 100%;
    margin: auto;
    font-size: 1.3em;
    line-height: 26px;
}

.reserve01, .reserve02, .reserve03, .reserve04, .reserve05 img {
    margin-bottom: 15px;
}

.reserve01, .reserve02, .reserve03, .reserve04, .reserve05 p {
    text-align: center;
    margin-bottom: 10px;
    color: #474747;
    letter-spacing: -0.5px;
    line-height: 22px;
}

.howtoReserve a {
    width: 176px;
    height: 43px;
    background-color: #7c99c3;
    color: #fff;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 43px;
    font-size: 1em; /*border:1px solid #919191;*/
    letter-spacing: -0.5px;
}

.mtit {
    margin: 0;
}

.reserve01 {
    margin: 0 0 30px 0;
}

.reserve02, .reserve03, .reserve04 {
    margin: 30px 0 30px 0;
}

.reserve05 {
    margin: 30px 0 25px 0;
}

hr {
    display: block;
    margin: 0 3%;
    border: 1px solid #e5e5e5;
}

/* 예약방법 end */

/*중복css*/

/* S: 250424 수정 */
.subtitle {
    padding: 20px 0px 10px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #7a797c;
}
/* E: 250424 수정 */

.mb {
    margin-bottom: 10px;
}

.menu_tit_d {
    font-size: 28px;
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
    color: #3A68B2;
    font-weight: normal;
    padding-top: 80px;
    line-height: 20px;
}



/*구성품안내 start*/
.package {
    color: #414042;
    font-size: 1.3em;
    letter-spacing: -1px;
    line-height: 23px;
}

/*.package .subtitle {
        padding: 10px 0px 10px 0px;
        font-size: 1em;
        font-weight: normal;
        color: #7a797c;
    }*/


.package_02 {
    position: relative;
}

.package_02 .btn_freelist {
    position: absolute;
    top: 750px;
    left: 425px;
    background-color: #7c99c3;
    border: none;
    color: white;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9em;
    border-radius: 8px;
    letter-spacing: -1px;
}


.package .tit_03 {
    letter-spacing: -2.5px;
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
}

.blue {
    color: #7c99c3;
}

/*table start*/
.pack_table th, .pack_table td {
    border: 1px solid #bcbec0;
    border-collapse: collapse;
    text-align: center;
}
/*.package table, th, td { border: 1px solid #bcbec0; border-collapse: collapse; text-align: center }*/
.package th, .package td {
    padding: 5px;
}

.package table th {
    background-color: #7c99c3;
    color: white;
}

.td_gray {
    background-color: #f1f2f2;
    font-weight: bold;
    color: #4d4d4f;
}
/*table end*/

.package table {
    width: 100%;
    max-width: 710px;
    margin: 10px 0 0 0px;
    font-size: 1em;
    letter-spacing: 0px;
    line-height: 23px;
}

.package .footnote {
    text-align: right;
    padding-right: 42px;
    font-size: 0.8em;
    padding-top: 5px;
}




/*popup start*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 150px auto;
    padding: 30px;
    border: 1px solid #888;
    width: 450px;
    height: 210px;
    border-radius: 10px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus { /*color: #fff;*/
    text-decoration: none;
    cursor: pointer;
}
/*popup end*/

.tit_popup {
    letter-spacing: -1px;
    font-size: 1.6em;
    font-weight: bold; /*color: #414042;*/
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
}

.popup_p {
    font-size: 1.3em;
    line-height: 30px;
}

.blue {
    color: #7c99c3;
}


.btn_pack_close {
    top: 750px;
    left: 425px;
    background-color: #7c99c3;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3em;
    border-radius: 5px;
    letter-spacing: -1px;
    width: 88%;
    margin-top: 30px;
}
/*구성품안내 end*/

/*2016 요금안내 start*/
.align_l {
    text-align: left;
}

.align_r {
    text-align: right;
}

.align_c {
    text-align: center;
}

.priceinfo .city {
    display: none;
}


.pric_table {
    border: 1px solid #d1d3d4;
    border-radius: 1px;
    text-align: center;
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
}

.pric_table_s {
    border: 1px solid #d1d3d4;
    border-radius: 1px;
    text-align: center;
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 670px;
    margin: 20px auto 0px;
    letter-spacing: -1px;
}

.pric_table_common {
    border: 1px solid #d1d3d4;
    border-radius: 1px;
    text-align: left;
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
}


.pric_table tr, .pric_table td, .pric_table th {
    border: 1px solid #ffffff;
    /*border-collapse: collapse;*/
    text-align: center;
    font-size: 14px;
}

.pric_table_s tr, .pric_table_s td, .pric_table_s th {
    border: 1px solid #d1d3d4;
    /*border-collapse: collapse;*/
    text-align: center;
}

.pric_table_common tr, .pric_table_common td, .pric_table_common th { /*border: 1px solid #808080;*/
}

.pric_table_s td {
    background-color: #fff;
}

.pric_table th {
    background-color: #3a68b2;
    color: #fff;
    padding: 5px;
}

.pric_table_s th {
    background-color: #7c99c3;
    color: #fff;
    padding: 5px;
}


/*table start*/

.priceinfo td {
    color: #666;
}

.priceinfo td {
    height: 50px;
    padding: 3px 10px;
}
/*.package table, th, td { border: 1px solid #bcbec0; border-collapse: collapse; text-align: center }*/

.priceinfo pric_table th {
    background-color: #7c99c3;
    color: white;
    padding: 10px;
    line-height: 1.2em;
}

.priceinfo pric_table_s th {
    background-color: #7c99c3;
    color: white;
    padding: 5px;
    line-height: 1.2em;
}

.priceinfo pric_table_common th {
    background-color: #7c99c3;
    color: white;
    padding: 5px;
    line-height: 1.2em;
}

.td_gray {
    background-color: #f1f2f2;
    font-weight: bold;
    color: #4d4d4f;
}

.pric_table tr:nth-child(even) {
    background-color: #f2f2f2;
}


/*table end*/

.priceinfo .tit {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    padding: 4% 5% 2% 5%;
}

.priceinfo .noted {
    padding: 25px;
    font-size: 0.9em;
    color: #666;
    letter-spacing: -0.9px;
}

.noted .nation {
    font-weight: bold;
    color: #7c99c3;
}

.noted .noted_point {
    font-weight: bold;
    color: #f15b40;
}

.common_tit {
    text-align: center;
    background-color: #7c99c3;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
}

.common_tit2 {
    text-align: center;
    background-color: #808285;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
}


.common_con {
    padding: 20px;
    padding: 20px;
    letter-spacing: -1px;
    line-height: 22px;
}

.priceinfo_02 {
    margin-top: 5px;
    font-size: 0.9em;
}


.th_01 {
    width: 30%;
}

.th_02 {
    width: 15%;
}

.th_03 {
    width: 25%;
}

.th_04 {
    width: 30%;
}

.priceinfo .vat {
    text-align: right;
    font-size: 1.0em;
    margin-top: 15px;
}

/*2016 요금안내 end*/


/*사용가이드 start*/
/*tab*/
.guide .w3-navbar, .guide .w3-navbar2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.guide .w3-navbar li {
    float: left;
    width: 50%;
    text-align: center;
    background-color: #bcbec0;
}

.guide .w3-navbar2 li {
    float: left;
    width: 14.28%;
    text-align: center;
    background-color: #bcbec0;
}

.guide .w3-navbar li a, .guide .w3-navbar2 li a {
    display: block;
    padding: 8px 16px;
    color: #fff;
    font-weight: bold;
}

.guide .w3-navbar li a:hover, .guide .w3-navbar2 li a:hover {
    color: #fff;
}

.guide .w3-navbar .w3-dropdown-hover:hover,
.guide .w3-navbar .w3-dropdown-hover:first-child,
.guide .w3-navbar .w3-dropdown-click:hover {
    background-color: #ccc;
    color: #000;
}

.guide .w3-navbar2 .w3-dropdown-hover:hover,
.guide .w3-navbar2 .w3-dropdown-hover:first-child,
.guide .w3-navbar2 .w3-dropdown-click:hover {
    background-color: #ccc;
    color: #000;
}

.guide .w3-navbar a, .guide .w3-navbar2 a {
    text-decoration: none!important;
}


.guide .w3-navbar a {
    -webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
    transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
}

.guide .w3-navbar2 a {
    -webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
    transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
}

.guide .w3-wide, .guide .w3-hover-wide:hover {
    color: #fff!important;
    background-color: #7c99c3!important;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

.guide .w3-border {
    border: 1px solid #7c99c3!important;
    box-sizing: border-box;
}

.guide .w3-container:after {
    content: "";
    display: table;
    clear: both;
}
/*tab css end*/

.guide {
    font-size: 1.3em;
    line-height: 23px;
}

.guide_02 {
    margin-top: 30px;
}

.guide_03, .guide_04 {
    margin-top: 50px;
}

.guide .tit {
    margin: 0px 0 10px 0;
    font-size: 1.3em;
    letter-spacing: -1.5px;
    color: #6186bc;
    font-weight: bold;
}

.guide .btn_mndown {
    background-color: #fff;
    border: 1px solid #0E7ABE;
    color: #7c99c3;
    width: 55%;
    padding: 13px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    border-radius: 8px;
    margin-bottom: 14px;
}

.guide .btn_reser {
    text-align: center;
    padding: 20px 0;
}

.guide .btn2016 {
    background-color: #7c99c3;
    border: none;
    color: white;
    width: 200px;
    padding: 13px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3em;
    border-radius: 8px;
}

.guide .tab_li {
    box-sizing: border-box;
}

.guide .device_img {
    width: 370px;
    float: left;
    height: 290px;
    margin-left: 35px;
}

.guide .device_info {
    width: 45%;
    float: right;
    text-align: center;
}

.guide_05 {
    margin-top: 20px;
}

.guide_05 p {
    font-size: 0.9em;
    letter-spacing: -1.3px;
    line-height: 20px;
    color: #58595b;
}

.guide #wifi, .guide #update {
    padding: 20px;
}

.guide #wifi p, .guide #update p {
    line-height: 25px;
}


/*table*/
.guide table, .guide td, .guide th {
    border: 1px solid #ddd;
    text-align: left;
    box-sizing: border-box;
}

.guide table {
    border-collapse: collapse;
    width: 80%;
    margin: 7% 10% 5% 10%;
}

.guide th {
    font-weight: bold;
    width: 40%;
    text-align: center;
    padding: 3px;
}

.guide td {
    padding: 3px 0 3px 10px;
}

/*사용가이드 end*/


/*공통 start*/

/*font start*/
/*.wd_h1 { font-size:}
    .wd_h2 { font-size:}*/
.wd_h3 {
    font-size: 1.5em;
}

.wd_h4 {
    font-size: 1.3em;
}

.wd_h5 {
    font-size: 1em;
}

.wd_h6 {
    font-size: 0.9em;
}
/*.wd_h7 { font-size: }
    .wd_h8 { font-size: }*/
/*font end*/

/*color start*/
.wd_red {
    color: #e4564a;
}

.wd_brown {
    color: #a06313;
}
/*. { color: #7c99c3; }*/
.wd_lightblue {
    color: #7c99c3;
}

.wd_white {
    color: #fff;
}

.wd_black {
    color: #000;
}
/*color end*/

.bold {
    font-weight: bold;
}

.img100 {
    width: 100%;
}

.btn_line {
    background-color: #fff;
    border: 1px solid #3A68B2;
    color: #3A68B2;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
}

.btn_line a {
    color: #3A68B2;
}

.btn_line:hover a {
    color: #fff;
}

.btn_blue {
    background-color: #3A68B2;
    border: 1px solid #3A68B2;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}


/*공통 end*/

/* 와이파이도시락 gnb start*/

.top_wrap {
    width: 990px;
    margin: 0 auto;
    height: 70px;
    position: relative;
    margin-top: 10px;
}

.top_logo {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 140px;
}

.top_logo img {
    width: 100%;
}

.top_ban_d {
    width: 530px;
    height: 60px;
    position: absolute;
    left: 145px;
    top: 10px;
}

.top_ban_d img {
    width: 100%;
}

.top_login {
    /*height: 30px;*/
    position: absolute;
    right: 0;
    top: 15px;
}


.top-textbtn {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #666666;
    margin-top: 0px;
    position: absolute;
    width: 140px;
    right: 165px;
    top: 15px;
    font-family: 돋움, Dotum, Arial, Verdana, sans-serif;
    z-index: 9999;
}


.top-textbtn li {
    float: right;
    font-size: 13px;
    cursor: pointer;
}

.top-textbtn li a {
    color: #6d6e71;
}


#mainmenu {
    background-color: #3A68B2;
    width: 100%;
    min-width: 994px;
    right: 0;
    top: 50px;
    text-align: center;
}



#mainmenu ul {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    width: 1000px;
    height: 46px;
}

#mainmenu ul li {
    float: left;
    width: 19.6%; /* 2018-01-08 Knh mod 198px -> 165px -> 166px */
    font-size: 17px;
    height: 46px;
    line-height: 44px;
    background-position: right center;
    cursor: pointer;
    background-repeat: no-repeat;
    color: #fff;
    /* S: 240905 수정 */
    font-family: 'Pretendard Variable', 'Pretendard',"Noto Sans KR","맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 240905 수정 */
    font-weight: normal;
}

#mainmenu ul li a:hover, #mainmenu ul li a:focus {
    font-weight: normal;
}

#mainmenu ul li a {
    margin: 0;
    padding: 0;
    /* S: 240905 수정 */
    font-family: 'Pretendard Variable', 'Pretendard',"Noto Sans KR","맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 240905 수정 */
    font-weight: normal;
    letter-spacing: 2px;
    color: #fff;
    display: block;
}

#mainmenu ul li:hover a,
#mainmenu ul li:focus a,
#mainmenu ul li.on a {
    color: #cde0ff;
}

#submenu {
    width: 100%;
    min-width: 994px;
    height: 438px;/* 2019-02-27 sb 수정 */
    left: 0;
    z-index: 100;
    background-color: #ffffff;
    /* S: 240905 수정 */
    font-family: 'Pretendard Variable', 'Pretendard',"Noto Sans KR","맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 240905 수정 */
    position: relative;
    /*box-shadow: 0px 1px 5px 1px #d1d3d4;*/
    letter-spacing: 0.5px;
    border-bottom: 1px solid #d1d3d4;
}

#submenu .submenuarea {
    width: 1100px;/* 2019-02-27 sb 수정 */
    margin: 0 auto;
    height: 438px;/* 2019-02-27 sb 수정 */
    position: relative;
    /* S: 240905 수정 */
    font-family: 'Pretendard Variable', 'Pretendard',"Noto Sans KR","맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif; 
    /* E: 240905 수정 */
}

#submenu .submenuarea ul {
    float: left;
    border-right: 0;
    width: 209px; /* 2018-01-08 Knh mod 198px -> 173px */
    /* height: 180px;*/ /* 2019-02-27 sb 수정 */
    padding: 10px 0 0 13px; /* 2019-02-27 sb 수정 */
    border-right: none;
    /*height: 200px;*/
    color: #2c4a67;
    vertical-align: top;
    text-align: left; 
    box-sizing: border-box;
}

#submenu .submenuarea ul:last-child {
    border-right: 0;
}

#submenu .submenuarea ul li {
    line-height: 26px;
    font-size: 15px;
    cursor: pointer;
    text-align: left; /* 2019-02-27 sb 수정 */
}

#submenu .submenuarea ul li a {
    color: #6d6e71;
}

#submenu .submenuarea ul li a:hover {
    color: #7c99c3;
}

.sub_r {
    width: 1050px;
    position: absolute;
    right: 0;
    padding-top: 20px;
}

/* 2019-02-27 sb 추가 */
.gnbGroup {margin-bottom:50px;}
.gnbGroup span{width:95%; font-size:17px; font-weight:400; display:block; border-bottom:1px solid #ccc; padding:0 0 10px 0; margin-bottom:5px; color:#393939;}
.gnbGroup span a {color:#393939;}

/* 와이파이도시락 gnb end */

/* 와이파이도시락 footer start */
.footer_d {
    width: 990px;
    margin: 0 auto;
}

.footer_link_d {
    float: left;
    width: 700px;
    margin-top: 5px;
    font-size: 13px;
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
    /* letter-spacing: -1px; */
    padding: 6px 15px;
}

.footer_link_d li {
    padding-right: 10px;
}

.footer_link_d li a {
    color: #6d6e71;
}


.footer_icon_d {
    float: right;
    margin-top: 0px;
    padding: 7px;
}

.footer_d li {
    float: left;
    list-style: none;
}

.footer_icon_d li {
    padding-left: 10px;
}

.foot_logo_d {
    float: left;
    /*padding: 7px;*/
    padding-top:7px;
}

.foot_info_d {
    float: left;
    /*font-family: 돋움, Dotum, Arial, Verdana, sans-serif;*/
    font-size: 12px;
    color: #6d6e71;
    padding: 10px;
    letter-spacing: -1px;
    line-height: 17px;
}

.foot_gray_d {
    background-color: #fafafa;
    border-top: 1px solid #d1d3d4;
    border-bottom: 1px solid #d1d3d4;
    height: 40px;
}

.lguplus {
    float: right;
    padding: 8px 5px;
}

.letter_s {
    letter-spacing: 0px;
}
/* 와이파이도시락 footer end */


/* 와이파이도시락이란 start */

/* S: 230208 수정 */
#dosirak_intro {
    width: 100%;
    font-family: 'Noto Sans', 'Malgun Gothic', 'dotum', 'Arial', sans-serif;
}
    /* E: 230208 수정 */


/* 공통 */
#dosirak_intro h1 {
    font-size: 33px;
    font-weight: normal;
    letter-spacing: -0.1em;
    text-align: center;
    color: #333;
}
/* #dosirak_intro em{color:#00d8ff}  */
#dosirak_intro p {
    color: #646464;
    letter-spacing: -1.1px;
    line-height: 22px;
    word-break: keep-all;
    text-align:center;/*gnb 수정하면서 수정 20190228 - sb*/ 
}

.d_intro_top, .d_intro_middle, d_intro_bottom {
    text-align: center;
    font-size: 16px;
}
/* d_intro_top */

#dosirak_intro .d_intro_top {
    padding-top: 20px;
    margin-bottom: 40px;
}

#dosirak_intro .d_intro_top span {
    width: 25px;
    height: 3px;
    background-color: #6186bc;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*#dosirak_intro .d_intro_top div:nth-of-type(1){width:381px; height:241px; margin:auto; margin-top:50px;}*/

/* d_intro_middle */
#dosirak_intro .d_intro_middle {
    width:100%;
    height: 1150px;
    padding-top: 35px;
    background-color: #FFF;
}
#dosirak_intro .intro_middleWrap {
    width:750px;
    margin:auto;
    height:auto;
    overflow:hidden;
    float:none; 
}

#dosirak_intro .d_intro_middle p {
    font-size: 15px;
}

#dosirak_intro .d_intro_middle h2 {
    font-size: 27px;
    letter-spacing: -0.1em;
    text-align: center;
    padding-bottom: 35px;
    font-weight: normal;
    color: #6186bc;
}

#dosirak_intro .d_intro_middle div {
    width: 355px;
    height: 355px;
    display: block;
    float: left;
}

#dosirak_intro .d_intro_middle div img {
    padding-bottom: 20px;
}

#dosirak_intro .d_intro_middle div:nth-of-type(2n+1) {
    padding-left: 10px;
    padding-right: 20px;
}

/* d_intro_bottom */
#dosirak_intro .d_intro_bottom {
    clear: both;
}

#dosirak_intro .d_intro_bottom div {
    width: 144px;
    height: 108px;
    margin: auto;
    margin-bottom: 30px;
}

#dosirak_intro .d_intro_bottom div img {
    padding-top: 20px;
}

#dosirak_intro .d_intro_bottom h3 {
    font-size: 22px;
    letter-spacing: -1px;
    text-align: center;
    padding-bottom: 20px;
    color: #6186bc;
}

#dosirak_intro .d_intro_bottom p:nth-of-type(1) {
    font-size: 15px;
    padding-bottom: 9px;
}

#dosirak_intro .d_intro_bottom p:nth-of-type(2) {
    text-align: left;
    font-size: 13px;
    padding-left: 10px;
    word-break: keep-all;
}

.dsr_info {
    margin: 25px auto 0;
    width: 700px;
}

.brand_s {
    position: relative;
    height: 230px;
    text-align:center;
}

.brand_s01 {
    background-color: #6186bc;
    color: #fff;
    /* padding: 4px 10px; */
    width: 160px;
    height: 30px;
    /* border: 1px solid #3A68B2; */
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    top: 10px;
    left: 401.5px;
}

.brand_s02 {
    width:100%;
    font-size: 14px;
    padding: 25px;
    border: 1px solid #7c99c3;
    border-radius: 10px;
    position: absolute;
    top: 27px;
    left: 0px;
    z-index: -1;
}

.bs_tit {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #58595b;
}

.bs_txt {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
}

.d_blue {
    color: #3A68B2;
}

.d_red {
    color: #e4564a;
}

.un_line {
    text-decoration: underline;
}


/* 와이파이도시락이란 end */


/*lnb start*/
.lnb_d {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 178px;
    background-color: #fff;
    border: 1px solid #e1dedd;
}

.lnb_d li a {
    display: block;
    color: #5a595b;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0;
    padding: 13px 0 13px 20px;
}

.lnb_d li {
    text-align: left;
    border-bottom: 1px solid #e1dedd;
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
    font-weight: bold;
    font-size: 15px;
}

/*.lnb_d li:last-child {
    border-bottom: none;
}*/


.lnb_d li a:focus, .lnb_d li a.on {
    background-color: #3A68B2;
    color: white;
}
/*lnb end*/

/*Visiting Korea start*/
button.accordion {
    background-color: #fff;
    color: #6d6d6d;
    cursor: pointer;
    padding: 0px 10px;
    width: 150px;
    height: 25px;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
    border: 1px solid #eee;
    /* S: 221118 메인 폰트 추가 */
    font-family: "Noto Sans KR", "맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 221118 메인 폰트 추가 */
}

button.accordion.active, button.accordion:hover {
    background-color: #fff;
}

button.accordion:after {
    content: '\25BC';
    font-size: 10px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\25B2";
}

ul.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    opacity: 0;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1);
    background-color: #f9f9f9;
    /* S: 221118 메인 폰트 추가 */
    font-family: "Noto Sans KR", "맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 221118 메인 폰트 추가 */
    font-size: 11px;
    width: 150px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}

ul.panel.show {
    opacity: 1;
    max-height: 500px;
}

.panel li {
    float: none;
    border-bottom: 1px solid #e2e2e2;
}

.panel li:last-child {
    float: none;
    border-bottom: none;
}

.panel li a {
    display: block;
    color: #6d6d6d;
    padding: 3px 5px;
    font-size: 12px;
}

.panel.show li a:hover {
    background-color: #e8e8e8;
}

.flag_img {
    padding: 5px 6px 0px 3px;
}
/*Visiting Korea end*/


/*연혁*/
#company_history {
    width: 732px;
    height: 1900px;
    margin: 55px auto;
    background: url(//blob.wifidosirak.com/wm-d01/v3/images/center.png) center 10px no-repeat;
    padding-top: 5px;
    font-family: 'Noto Sans KR','nanumgothic', serif;
    font-size: 14px;
    text-indent: -1px;
    line-height: normal;
}

#company_history .history_container {
    width: 100%;
    height: 100%;
}

#company_history .n_year {
    width: 342px;
    height: 1650px;
    float: left;
    margin-right: 5px;
    text-align: right;
    margin-top: 120px;
}

#company_history .n2year {
    width: 342px;
    height: 1650px;
    margin-left: 400px;
}

#company_history ul {
    margin: 0 0 50px 0;
}

#company_history li {
    line-height: 20px;
}

#company_history p {
    font-weight: bold;
    font-size: 1.8em;
    color: #575757;
    padding-bottom: 10px;
    text-indent: -2px;
}

#company_history .n_year li span {
    padding-left: 20px;
    font-weight: bold;
    color: #575757;
}

#company_history .n_year span {
    padding-left: 20px;
    font-weight: bold;
    color: #575757;
}

#company_history .n2year span {
    padding-right: 20px;
    font-weight: bold;
    color: #575757;
}

#company_history_18{ 
	width:732px; height:1955px; margin:auto; 
	background:url('http://blob.wifidosirak.com/wm-d01/v3/images/center_cc.png') center 10px no-repeat;
	padding-top:5px; font-family: 'Noto Sans KR','nanumgothic', sans-serif; font-size:14px; text-indent:-1px;
	}

#company_history_18 .history_container{width:100%; height:100%;}

#company_history_18 .n_year{
	width:342px; height:1955px; float:left;
	margin-right:5px; text-align:right;
	margin-top:84px;
	}

#company_history_18 .n2year{
	width:342px; height:1955px; 
	margin-left:400px; 
	}

#company_history_18 ul{margin:0 0 50px 0;}
#company_history_18 li{line-height:20px;}
#company_history_18 p{font-weight:bold; font-size:1.8em; color:#575757; padding-bottom:10px; text-indent:-2px;}

#company_history_18 .n_year li span{padding-left:20px; font-weight:bold; color:#575757;}

#company_history_18 .n_year span{padding-left:20px; font-weight:bold; color:#575757;}
#company_history_18 .n2year span{padding-right:20px; font-weight:bold; color:#575757;}
/*연혁end*/


/*수령/반납장소*/
/* S: 230224 수정 */
.receive_return {
    width: 100%;
    height: auto;
    margin: 30px auto;
}

.receive_return ul {
    margin-top: 10px;
}

.receive_return > div {
    padding-bottom: 20px;
}

.receive_return .view_station {
    width: 35%;
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 19px;
}

.receive_return .re_infor {
    width: 100%;
}

.receive_return .re_infor span {
    width: 21px;
    height: 4px;
    background-color: #7c99c3;
    display: block;
    margin-bottom: 10px;
}

.receive_return .re_infor ul li {
    padding-bottom: 6px;
}

.receive_return img {
    width: 100%;
}

.receive_return li {
    line-height: 20px;
}

.receive_return .con01 {
    width: 17%;
    height: 220px;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    color: #464646;
    float: left;
}

.receive_return .con02 {
    width: 80%;
    padding-left: 10px;
    display: inline; /* padding-left: 85px; */
    float: left;
}

.receive_return .rough_map {
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0 auto;
    border: 1px solid #8F9498;
}

.receive_return .rough_map img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.re_infor li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.receive_return > div {
    padding-bottom: 20px;
}


.receive_return .con02 .check {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -1.2px;
}

.receive_return .con01 .location {
    padding-bottom: 32px;
}

/* E: 230224 수정 */

/* S: 230224 추가 */
.airportTit {
    text-align: center;
    font-size: 18px;
    color: #3D62AC;
    font-weight: 700;
}

.re_infor table {
    width: 1000px;
    border-top: 3px solid #3a68b2;
    margin: auto;
    text-align: center;
}

.re_infor tr {
    border-bottom: 1px solid #D2D2D2 !important;
}

.re_infor th {
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #000;
    line-height: 64px;
    padding: 2px;
}

.re_infor td {
    border-bottom: 1px solid #D2D2D2;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 20px 40px;
}

/* 하단 공항 이미지 스와이프 */
.airportWrap {
    display: block;
    padding: 0 0 180px 0;
}

.airpot-swiper {
    height: 20%;
}

.airpot-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.airpot-swiper .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.airpot-swiper .swiper-pagination {
    position: absolute;
    bottom: 80px !important;
}
/* E: 230224 추가 */

/*
.receive_return {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 30px auto;
}

.receive_return ul {
    margin-top: 10px;
}

.receive_return > div {
    padding-bottom: 20px;
}

.receive_return .view_station {
    width: 35%;
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 19px;
}

.receive_return .re_infor {
    width: 60%;
    float: left;
}

.receive_return .re_infor span {
    width: 21px;
    height: 4px;
    background-color: #7c99c3;
    display: block;
    margin-bottom: 10px;
}

.receive_return .re_infor ul li {
    padding-bottom: 6px;
}

.receive_return img {
    width: 100%;
}

.receive_return li {
    line-height: 20px;
}

.receive_return .con01 {
    width: 17%;
    height: 220px;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    color: #464646;
    float: left;
}

.receive_return .con02 {
    width: 80%;
    padding-left: 10px;
    display: inline;
    float: left;
}

.receive_return .rough_map {
    width: 100%;
    max-width: 100%;
    clear: both;
    margin: 0 auto;
    padding-bottom: 20px;
}

.receive_return .rough_map img {
    margin: 0 auto;
    width: 100%;
}

.re_infor li {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.receive_return > div {
    padding-bottom: 20px;
}

.receive_return .con02 .check {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -1.2px;
}

.receive_return .con01 .location {
    padding-bottom: 32px;
}
*/

/*수령/반납장소end*/


/*분실보험*/
#lost_insurance {
    position: relative;
    width: 720px; /*팝업창의 크기조절*/
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
}

#lost_insurance table {
    border-collapse: collapse;
}

/* S: 230217 수정 */
.lost_insurance_tb {
	width: 1000px;
	height: 316px;
	border: 1px solid #ccc;
	margin: auto;
	text-align: center;
}
/* E: 230217 수정 */

#lost_insurance .lost_in_xb {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 18px;
}

#lost_insurance .lost_in_xb a {
    display: block;
}

#lost_insurance h1 {
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #3b3b3b;
    padding: 40px 20px 30px;
}

#dosiraktalk_pop h1 {
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #3b3b3b;
    padding: 40px 20px 30px;
}


/* 표 css*/

/* S: 230217 수정 */
.lost_insurance_tb tr {
    border-bottom: 1px solid #D2D2D2;
}

.lost_insurance_tb td {
    font-size: 16px;
    overflow: hidden;
    word-break: normal;
    height: 50px;
    line-height: 22px;
    padding: 7px;
    border-right: 1px solid #D2D2D2;
    color: #000000;
}

.lost_insurance_tb th {
    font-size: 16px;
    border: 0;
    padding: 0;
    overflow: hidden;
    word-break: normal;
    background-color: #FBFBFB;
    border-right: 1px solid #D2D2D2;
    color: #000000;
    font-weight: 400;
}

.lost_insurance_tb th:last-child {
    border-right: 1px solid #D2D2D2;
}

.lost_insurance_tb .tit {
    height: 60px;
    background-color: #F3F3F3;
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    border-right: 1px solid #D2D2D2;
}

.safetyPlan_table {
    position: relative;
    width: 1000px;
    background: #ffffff;
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
}

.lost_insurance_tb .indemnify {
    background-color: #F1F5FB;
}
/* E: 230217 수정 */

#lost_insurance ul {
    width: 90%;
    height: auto;
    margin: auto;
    padding: 20px;
    margin-top: 10px; /*background-color:#f8f8f8;*/
    border-radius: 10px;
}

#lost_insurance ul .tit {
    color: #3389b7;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

#lost_insurance ul li {
    font-size: 13px;
    margin-bottom: 2px;
    color: #3b3b3b;
    line-height: 19px;
}

#lost_insurance .closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 40px;
    color: #5baedb;
    cursor: pointer;
}

#dosiraktalk_pop .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 40px;
    color: #5baedb;
    cursor: pointer;
}

#lost_insurance .indemnify {
    background-color: #deeff7;
}
/*분실보험end*/


/*로밍서비스 청구서*/
#roServiceInvoice {
    margin: 0 auto;
    width: 950px;
    /*height: 1500px;*/
    position: relative;
    padding-top: 50px;
    text-align: center;
    letter-spacing: -0.1px;
    font-size: 13px;
}

.header {
}

#roServiceInvoice .header h1 {
    font-size: 50px;
    font-weight: normal;
    letter-spacing: -3px;
}

#roServiceInvoice .header h1 span {
    color: #3198d2;
}

#roServiceInvoice .header p {
    margin-top: 35px;
    letter-spacing: -0.5px;
    font-size: 16px;
    line-height: 22px;
}

#roServiceInvoice .header .logo {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-top: 0;
}

#roServiceInvoice .con .list {
    width: 950px;
    border: 3px solid #3198d2;
    /*height: 580px;*/
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px;
}

#roServiceInvoice .con .info {
    text-align: left;
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 20px;
    margin-top: 20px;
}

#roServiceInvoice .footer {
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 5px;
    border-top: 1px solid #e6e6e6;
    margin-top: 22px;
}

#roServiceInvoice .footer .logo {
    float: left;
    padding: 10px;
    position: initial;
}

#roServiceInvoice .footer p {
    float: left;
    margin: 15px 0 0 10px;
    color: #8a8c8e;
    font-size: 12px;
    line-height: 18px;
}

#roServiceInvoice .stamp {
    width: 60px;
    float: right;
    padding-right: 30px;
    padding-top: 10px;
}

#roServiceInvoice table th, #roServiceInvoice table td {
    border: 1px solid #d1d3d4;
    height: 30px;
    /* padding: 10px 0; */
    box-sizing: border-box;
}

#roServiceInvoice .cus_info td {
    width: 30%;
}

/* 퍼센트 다시 계산해보기 */
/*#roServiceInvoice .serviceList th {
    width: 12.83%;
}*/

/* 체크박스 */
/*#roServiceInvoice .serviceList th:nth-child(1) {
    width: 3%;
}*/

/* NO */
/*#roServiceInvoice .serviceList th:nth-child(2) {
    width: 6%;
}*/

/* 구분 */
/*#roServiceInvoice .serviceList th:nth-child(3) {
    width: 10%;
}*/

/* 사용자 */
/*#roServiceInvoice .serviceList th:nth-child(4) {
    width: 11%;
}*/

/* 사용국가 */
/*#roServiceInvoice .serviceList th:nth-child(5) {
    width: 12%;
}*/

/* 현지번호 */
/*#roServiceInvoice .serviceList th:nth-child(6) {
    width: 11%;
}*/

/* 이용금액 */
/*#roServiceInvoice .serviceList th:nth-child(8) {
    width: 7%;
}*/

/* 매출전표 */
/*#roServiceInvoice .serviceList th:nth-child(9) {
    width: 6%;
}*/

/* 체크박스 */
#roServiceInvoice .serviceList .t01 {
    width: 34px;
}

/* NO */
#roServiceInvoice .serviceList .t02 {
    width: 67px;
}

/* 구분 */
#roServiceInvoice .serviceList .t03 {
    width: 113px;
}

/* 사용자 */
#roServiceInvoice .serviceList .t04 {
    width: 125px;
}

/* 사용국가 */
#roServiceInvoice .serviceList .t05 {
    width: 137px;
}

/* 현지번호 */
#roServiceInvoice .serviceList .t06 {
    width: 125px;
}


/* 일정 */
#roServiceInvoice .serviceList .t07 {
    width: 146px;
}

/* 이용금액 */
#roServiceInvoice .serviceList .t08 {
    width: 80px;
}

/* 매출전표 */
#roServiceInvoice .serviceList .t09 {
    width: 68px;
}

#roServiceInvoice .detail td {
    width: 30%;
}

#roServiceInvoice table th {
    background-color: #ebebec;
    /*width: 20%;*/
}

#roServiceInvoice table {
    width: 100%;
}

#roServiceInvoice h2 {
    margin: 20px 0 10px 0;
    text-align: left;
    margin-top: 30px;
    letter-spacing: -1px;
    font-size: 18px;
}

#roServiceInvoice .btn_pay {
    margin-top: 30px;
}

#roServiceInvoice .btn_pay a {
    background-color: #3198d2;
    color: #fff;
    padding: 10px 100px;
    font-weight: bold;
    font-size: 16px;
}

#roServiceInvoice .btn_pay a:hover {
    background-color: #fff;
    color: #3198d2;
    border: 1px solid #3198d2;
}

#roServiceInvoice .date {
    position: absolute;
    top: 232px;
    right: 30px;
    text-align: right;
    font-size: 15px;
    text-decoration: underline;
    color: #3198d2;
}

#roServiceInvoice .btn_dw a {
    /* background-color: #3198d2; */
    color: #3198d2;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #3198d2;
    border-radius: 5px;
    height: 28px;
}

#roServiceInvoice .btn_dw {
    position: absolute;
    top: 317px;
    right: 25px;
}

#roServiceInvoice .price {
    font-weight: bold;
    font-size: 20px;
    color: #3198d2;
    letter-spacing: -1px;
}

#roServiceInvoice input[type=checkbox] {
    margin: 0;
}
/*로밍서비스 청구서 end*/



/*청구서 sns인증*/
#Invoice_sns {
    margin: 0 auto;
    width: 950px;
    position: relative;
    padding-top: 50px;
    text-align: center;
    letter-spacing: -0.1px;
    font-size: 13px;
}

#Invoice_sns .header h1 {
    font-size: 50px;
    font-weight: normal;
    letter-spacing: -3px;
}

#Invoice_sns .header h1 span {
    color: #3198d2;
}

#Invoice_sns .header p {
    margin-top: 35px;
    letter-spacing: -0.5px;
    font-size: 16px;
    line-height: 22px;
}


#Invoice_sns .con .inv_check {
    width: 950px;
    border: 3px solid #3198d2;
    height: 240px;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 50px 20px 30px;
    display: inline-block;
}

#Invoice_sns .con .inv_check div {
    display: inline-block;
    width: 100%;
}

#Invoice_sns .wd_blue_tit {
    color: #3198d2;
    float: left;
    width: 20%;
    padding: 8px 0;
    font-size: 14px;
}

#Invoice_sns .select {
    color: #555;
    width: 15%;
}

#Invoice_sns input, #Invoice_sns select {
    border: 1px solid #ccc;
    float: left;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-family: monospace;
    padding: 10px;
    font-size: 13px;
    color: #555;
}

#Invoice_sns .form1 {
    width: 38%;
    margin-left: 1%;
}

#Invoice_sns .form2 {
    width: 70%;
}

#Invoice_sns .btn-danger {
    width: 15%;
    margin-left: 1%;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #e4534e;
    font-size: 13px;
}

#Invoice_sns .btn-danger:hover {
    background-color: #d64742;
}

#Invoice_sns .btn a {
    background-color: #3198d2;
    color: #fff;
    padding: 10px 100px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 23px;
    display: inline-block;
}

#Invoice_sns .btn a:hover {
    background-color: #fff;
    color: #3198d2;
    border: 1px solid #3198d2;
    box-sizing: border-box;
}

#Invoice_sns .con .info {
    text-align: left;
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 20px;
    margin-top: 20px;
}

#Invoice_sns .inv_check div:nth-child(2) {
    margin-top: 5px;
}

#Invoice_sns .footer {
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 5px;
    border-top: 1px solid #e6e6e6;
    margin-top: 22px;
}

#Invoice_sns .footer .logo {
    float: left;
    padding: 10px;
    position: initial;
}

#Invoice_sns .footer p {
    float: left;
    margin: 15px 0 0 10px;
    color: #8a8c8e;
    font-size: 12px;
    line-height: 18px;
}

#Invoice_sns .stamp {
    width: 60px;
    float: right;
    padding-right: 30px;
    padding-top: 10px;
}
/*청구서 sns인증 end*/




/* 고객센터 */
.cs {
    font-size: 14px;
}

.cs, .faq {
    width: 750px;
    /*border: 1px solid black;*/
    /* S: 240905 수정 */
    font-family: 'Pretendard Variable', 'Pretendard',"Noto Sans KR","맑은 고딕", malgun gothic,"돋움", dotum, AppleGothic, sans-serif;
    /* E: 240905 수정*/
    color: #636466;
}

.cs > ul,
.faq > ul {
    margin-top: 20px;
}

.cs .boardContent,
.faq .boardContent {
    line-height: 18px;
    display: table-cell;
    float: none;
}

.cs .boardContent {
    width: 530px;
    /*padding-left: 10px;*/
}

.faq .boardContent {
    width: 550px;
}

.cs .w3-navbar2 li,
.faq .w3-navbar2 li {
    display: inline-block;
    width: 139px;
    text-align: center;
    border: 1px solid #d1d3d4;
    border-radius: 8px;
    margin: 3px;
    font-size: 14px;
    border-collapse: collapse;
    line-height: 19px;
}

.cs .w3-navbar2 li a,
.faq .w3-navbar2 li a {
    display: block;
    padding: 8px;
    color: #6d6e71;
    border-radius: 8px;
}

.cs .w3-red, .cs .w3-hover-red:hover,
.faq .w3-red, .faq .w3-hover-red:hover {
    color: #fff!important;
    background-color: #3A68B2!important;
}

.faq input[type=text] {
    width: 85%;
    max-width: 700px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url(' //blob.wifidosirak.com/wm-d01/v3/images/searchicon.png');
    background-position: 10px 8px;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 40px;
    color: #58595b;
    margin-left: 3px;
    font-size: 14px;
    height: 40px;
    line-height: 14px;
    vertical-align: middle;
}

.faq input[type=text]:focus {
    background-color: #f1f2f2;
}




.faq .btnSearch {
    width: 10%;
    background-color: #a7a9ac;
    color: #fff;
    border-radius: 6px;
    background-color: #a7a9ac;
    border: none;
    color: white;
    padding: 11px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    vertical-align: middle;
    line-height: 15px;
    /* S: 221118 메인 폰트 추가 */
    font-family: "Noto Sans KR", "맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 221118 메인 폰트 추가 */
}

.cs .search,
.faq .search {
    margin-top: 10px;
    width: 80%;
    margin: 25px 10% 0;
}

.cs button.cusAcco,
.faq button.faqAcco {
    background-color: #fff;
    color: #636466;
    
    padding: 10px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    border-bottom: 1px solid #d1d3d4;
    position: relative;
    /* S: 221118 메인 폰트 추가 */
    font-family: "Noto Sans KR", "맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 221118 메인 폰트 추가 */
    line-height: 14px;
    display: table;
    vertical-align: middle;
}

.cs div.cusAcco {
    background-color: #fff;
    color: #636466;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    border-bottom: 1px solid #d1d3d4;
    position: relative;
    /* S: 221118 메인 폰트 추가 */
    font-family: "Noto Sans KR", "맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 221118 메인 폰트 추가 */
    line-height: 14px;
    display: table;
    vertical-align: middle;
}

.cs button.cusAcco {
    padding: 10px 0px;
}

.cs button.cusAcco.active .boardContent, .cs button.cusAcco:hover .boardContent,
.faq button.faqAcco.active .boardContent, .faq button.faqAcco:hover .boardContent {
    background-color: #fff;
    color: #3a68b2;
    font-weight: bold;
}


.cs button.cusAcco.active:after,
.faq button.faqAcco.active:after {
    content: "\2212";
}

.cs div.cusPanel,
.faq div.faqPanel {
    padding: 0 15px 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f6f6f6;
}

.cs div.cusPanel {
    padding: 0;
}

.cs div.cusPanel p,
.faq div.faqPanel p {
    font-size: 13px;
}

.cs div.cusPanel p {
    padding: 0 20px 0;
    line-height:22px;
    /*border-bottom: 1px solid #eee; */ /* 2018-01-09 Knh 주석 */
}

.faq div.faqPanel p {
    padding: 5px 30px 0;
    line-height: 22px;
}

.cs .list,
.faq .list {
    margin-top: 15px;
    vertical-align: middle;
}

.cs .list {
}

.faq .list {
    border-top: 2px solid #92a9cf;
    border-bottom: 2px solid #92a9cf;
}

.cs .q,
.faq .q {
    color: #3A68B2;
    font-size: 20px;
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
    padding-right: 5px;
    display: table-cell;
    width: 25px;
    vertical-align: middle;
}

.cs input[type=text]:focus {
    background-color: #fff;
}
/*.cs .list button:last-child,*/
.faq .list button:last-child {
    border-bottom: none;
}

.faq .a {
    color: #f15b40;
    font-size: 20px;
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
    padding-right: 5px;
    float: left;
    width: 10px;
    padding-top: 10px;
}

.cs .a {
    color: #f15b40;
    font-size: 20px;
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
    padding-right: 5px;
    float: left;
    width: 10px;
    padding-top: 20px;
}

.faq .aCon {
    width: 700px;
}

.faq .pagination {
    /*display: inline-block;*/
    width: 750px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.faq .pagination a {
    color: #666;
    padding: 8px;
    text-decoration: none;
    transition: background-color .3s;
    display: inline-block;
}

.faq .pagination a.active {
    font-weight: bold;
    color: #3a68b2;
}

.faq .pagination a:hover:not(.active) {
    font-weight: bold;
}

.cs button.cusAcco:after,
.faq button.faqAcco:after {
    content: '\002B';
    font-weight: bold;
    margin-left: 5px;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    width: 20px;
    text-align: center;
    color: #3A68B2;
}

.cs div.cusAcco:after {
    content: '\002B';
    font-weight: bold;
    margin-left: 5px;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    width: 20px;
    text-align: center;
    color: #3A68B2;
}

.cs button.cusAcco:after {
    width: 30px;
}

.cs div.cusAcco:after {
    width: 30px;
}

.cs button.cusAcco:after {
}

.cs_thead {
    display: table;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #3a68b2;
    width: 750px;
    border-bottom: 1px solid #92a9cf;
    border-top: 1px solid #92a9cf;
    font-weight: bold;
}

.cs_titNum {
    display: table-cell;
}

.cs_titCat {
    display: table-cell;
    width: 90px;
}

.cs_title {
    display: table-cell;
    width: 530px;
}

.cs_titDate {
    display: table-cell;
    width: 100px;
}

.cs_titWri {
    display: table-cell;
}


.cs .csCategory, .cs .csDate, .cs .csWriter, .cs .csNum, .cs .csWriter,
.faq .category {
    color: #939598;
    font-size: 13px;
    text-align: center;
    line-height: 13px;
    display: table-cell;
    vertical-align: middle;
}

.faq .category {
    width: 130px;
}

.cs .csNum {
}

.cs .csCategory {
    width: 90px;
}

.cs .csDate {
    width: 100px;
}

.cs .csWriter {
}




.cus_default h3 {
    font-size: 17px;
    color: #3a68b2;
    margin-top: 30px;
    float: left;
    margin-bottom: 10px;
}

.cus_default {
}

.buttonBan {
    display: inline-block;
    text-align: center;
    padding: 40px 40px 10px;
}

.buttonBan a {
    float: left;
}

.cs .plus {
    float: right;
    font-size: 12px;
    margin-top: 35px;
    color: #939598;
}

.buttonBan:after {
    clear: both;
}

/*공지사항 게시판*/
.cus_notice .cs_titNum, .cus_notice .csNum {
    width: 60px;
}

.cus_notice .cs_titCat, .cus_notice .csCategory {
    width: 100px;
}

.cus_notice .cs_title, .cus_notice .boardContent {
    width: 460px;
}

.cus_notice .cs_titDate{
    width: 100px;
}
.cus_notice .csDate {
    width:100px;
}

.cus_notice .mediaReport {
    width: 610px;
}

.cus_notice .csDown {
    width: 300px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    color: #787a7d;
    font-size: 12px;
}
/*고객문의 게시판*/
.cus_qna01 .cs_titNum, .cus_qna01 .csNum {
    width: 80px;
}

.cus_qna01 .cs_title, .cus_qna01 .boardContent {
    width: 410px;
}

.cus_qna01 .cs_titWri, .cus_qna01 .csWriter {
    width: 90px;
}

.cus_qna01 .cs_titDate, .cus_qna01 .csDate {
    width: 170px;
}

.cus_qna01 button.cusAcco:after {
    display: none;
}

.cus_qna01 .csArrow {
    margin-right: 5px;
}


.cus_qna01 button.cusAcco.active .boardContent, .cus_qna01 button.cusAcco:hover .boardContent {
    color: #636466;
    font-weight: normal;
}

.cs .csTopbtn {
    text-align: center;
    display: inline-block;
}


.cs .csTopbtn a {
    width: 360px;
    border: 1px solid #d1d3d4;
    padding: 13px 0;
    font-size: 18px;
    box-sizing: border-box;
    color: #bcbec0;
    font-weight: bold;
    float: left;
}

.cus_qna03 .csTopbtn a, .cus_qna04 .csTopbtn a,
.cus_loss03 .csTopbtn a, .cus_loss04 .csTopbtn a {
    margin-top: 20px;
}

.cus_qna01 .csTopbtn a:first-child {
    background-color: #f5f9ff;
}

.cus_qna01 .csTopbtn a:last-child {
    background-color: #fff;
}

.cs .csTopbtn a.active,
.cs .csTopbtn a.active {
    background-color: #ffffff;
    /*color: #3a68b2;
    border-color: #96acd0;*/
}

.cs .csTopbtn a.active:hover {
    color: #3a68b2;
    border-color: #3a68b2;
    /*background-color: #f1f2f2;*/
}

.cs .csTopbtn .csTopbtn02 a.active:hover {
    color: #fff;
    border-color: #3a68b2;
    background-color: #3a68b2;
}

.cs .csTopbtn .arrow {
    float: right;
    padding-right: 15px;
}
/*.cs .csTopbtn a:after{
    content: '\f105'; 
    float: right;
    padding-right: 15px;
}*/
.cs .search {
    margin-top: 10px;
    width: 80%;
    margin: 25px 10% 0;
}

.cs input[type=text] {
    width: 85%;
    max-width: 700px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url( //blob.wifidosirak.com/wm-d01/v3/images/searchicon.png);
    background-position: 10px 7px;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 40px;
    color: #58595b;
    margin-left: 3px;
    font-size: 14px;
    height: 40px;
    line-height: 14px;
    vertical-align: middle;
}

.cs .serch input[type=text] {
    background-image: url( //blob.wifidosirak.com/wm-d01/v3/images/searchicon.png);
    margin-left: 3px;
}

.cs .btnSearch {
    width: 10%;
    background-color: #a7a9ac;
    color: #fff;
    border-radius: 6px;
    background-color: #a7a9ac;
    border: none;
    color: white;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    vertical-align: middle;
    line-height: 15px;
    /* S: 221118 메인 폰트 추가 */
    font-family: "Noto Sans KR", "맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 221118 메인 폰트 추가 */
}

.cus_qna01 .search {
    width: 390px;
    float: right;
    margin: 0;
    text-align: right;
}

.cus_qna01 input[type=text] {
    width: 200px;
}

.cus_qna01 .btnSearch {
    width: 50px;
}

.cs .csCalendar {
    float: left;
    width: 360px;
    height: 40px;
    font-size: 25px;
    line-height: 34px;
}

.cus_qna01 .csCalendar input[type=text] {
    background-image: none;
    padding: 5px 10px;
    width: 130px;
    height: 35px;
    border: 1px solid #ccc;
}

.cus_qna01 .csCalendar i {
    font-size: 22px;
    vertical-align: middle;
    color: #a7a9ac;
    padding-bottom: 3px;
    display: inline-block;
}

.cus_qna01 .topForm {
    margin: 10px 0;
    display: inline-block;
}

.cus_qna01 .search input[type=text] {
    width: 307px;
    border: 1px solid #ccc;
    height: 35px;
    padding: 5px 10px 5px 40px;
}

.cs .csTopbtn .csTopbtn01 {
    margin-right: 30px;
}

.cs .con .list {
    display: table;
    padding: 20px 0;
    background-color: #f6f6f6;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
}

.cs .con .list div, .cs .con .list p, .cs .con .list .now {
    display: table-cell;
    vertical-align: middle;
}

.cs .con .list .q {
    width: 90px;
    padding: 0;
    text-align: center;
    font-size: 30px;
    color: #738cb1;
}

.cs .con .list p {
    width: 510px;
    font-weight: bold;
    border-right: 1px solid #d1d3d4;
    box-sizing: border-box;
    padding-right: 30px;
}

.cs .con .list .date {
    font-weight: normal;
    font-size: 12px;
}

.cs .con .list .now {
    width: 150px;
    text-align: center;
}

.cs .now span {
    border: 1px solid #bcbdbf;
    padding: 10px 0;
    border-radius: 10px;
    display: inline-block;
    color: #939496;
    width: 100px;
    font-size: 13px;
}

.cs .now span.complete {
    color: #738cb1;
    border-color: #738cb1;
    font-weight: bold;
}


.cus_loss03 .con .list p {
    width: 550px;
    border-right: none;
}

.cus_loss03 .con .list .arrow {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: #c5c5c5;
}

.cus_qna04 .con,
.cus_loss04 .con {
    margin-top: 50px;
}

.cus_qna04 .con .p,
.cus_loss04 .con p {
    text-align: center;
    font-size: 16px;
    color: #607da7;
    font-weight: bold;
    display: block;
}

.cus_qna04 .info p,
.cus_loss04 .info p {
    text-align: center;
    display: inline-table;
    margin: 10px;
}


.cus_qna04 .info,
.cus_loss04 .info {
    width: 600px;
    border: 1px solid #e6e7e8;
    border-top: 5px solid #6d8ec4;
    clear: both;
    margin: 0 auto;
    margin-top: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2)!important;
    display: table;
    vertical-align: middle;
    padding: 20px 0px 40px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cus_qna04 .info div,
.cus_loss04 .info div {
    padding: 10px 0;
}

.cus_qna04 .info .tit,
.cus_loss04 .info .tit {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cus_qna04 .info .con,
.cus_loss04 .info .con {
    width: 500px;
    display: table-cell;
    padding-right: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cus_qna04 .info lable {
}

.cs .paper .info input[type=text] {
    padding: 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    background-image: none;
    border-radius: 0;
}


.cs select,
.cs .info select,
.cs .info select {
    margin: 0;
    display: inline-block;
    border: 1px solid #ccc;
    /*box-shadow: inset 0 1px 3px #ddd;*/
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 5px;
    width: 100px;
    height: 40px;
    font-size: 15px;
    color: #636466;
    vertical-align: bottom;
}

.cus_qna04 .info input, .cus_qna04 .info select,
.cus_loss04 .info input, .cus_loss04 .info select {
    border: 0;
    border-bottom: 1px solid #ccc;
}

.cus_qna04 .info .name,
.cus_loss04 .info .name {
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    font-size: 15px;
}



.cus_qna04 .info .num,
.cus_loss04 .info .num {
    width: 155px;
    margin-left: 19px;
    border-radius: 0;
    /*float: left;*/
    display: inline-block;
    font-size: 15px;
    text-align: center;
}

.cus_qna04 .info input {
    border-radius: 0;
}

/*.cus_qna04 .info .mailF,
.cus_loss04 .info .mailF*/
.cs .info .mailF,
.cs .info .mailF {
    width: 135px;
    margin-left: 0;
    margin-right: 5px;
    /*float: left;*/
    display: inline-block;
    font-size: 15px;
    text-align: center;
}
/*.cus_qna04 .info .mailS,
.cus_loss04 .info .mailS*/
.cs .info .mailS,
.cs .info .mailS {
    width: 155px;
    margin-left: 5px;
    /*float: left;*/
    display: inline-block;
    font-size: 15px;
}

.cus_qna04 .info .mailT,
.cus_loss04 .info .mailT {
    width: 120px;
    margin-left: 9px;
    /*float: left;*/
    display: inline-block;
    font-size: 15px;
}


.cs .bnt_line {
    box-sizing: border-box;
    border: 1px solid #3A68B2;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #3A68B2;
    padding: 10px 0;
    cursor: pointer;
    width: 150px;
    margin: 30px auto;
    display: block;
    /* S: 221118 메인 폰트 추가 */
    font-family: "Noto Sans KR", "맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 221118 메인 폰트 추가 */
    background-color: #fff;
    display: inline-block;
    margin-right: 20px;
}

.cs .bnt_line:last-child {
    margin-right: 0;
}

.cs .bnt {
    text-align: center;
}

.cs .bnt_line:hover {
    background-color: #ebf2fb;
}

.cs table {
    border-top: 2px solid #92a8cf;
    border-bottom: 2px solid #92a8cf;
    font-size: 14px;
}

.cs table tr {
    border-bottom: 1px solid #d1d3d4;
}

.cs table tr:last-child {
    border-bottom: none;
}

.cs table th, .cs table td {
    padding: 10px 0;
}

.cs table th {
    width: 110px;
    font-weight: bold;
    border-left: 1px solid #d1d3d4;
    border-right: 1px solid #d1d3d4;
}

.cs table td {
    padding-left: 20px;
}

.cs table tr th:first-child {
    border-left: none;
}

.cus_qna02 table .re {
    background-image: url(//blob.wifidosirak.com/wm-d01/v3/images/csArrow.png);
    background-position: 18px 11px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.cs .paper {
    width: 750px;
    border: 1px solid #e6e7e8;
    clear: both;
    margin: 0 auto;
    margin-top: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2)!important;
    vertical-align: middle;
    padding: 20px 0px 40px 0px;
    font-size: 14px;
}

.cus_qna02 .paper .paperInner {
    display: table;
    width: 570px;
    margin: 15px auto 0;
}

.cus_loss02 {
    position: relative;
}

.cus_loss02 .paper .paperInner {
    width: 600px;
    margin: 15px auto 0;
}

.cus_qna02 .paper .tit {
    width: 70px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
}

.cus_loss02 .paper .tit {
    width: 100px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
}

.cus_qna02 .paper .con {
    width: 500px;
    display: table-cell;
}

.cus_loss02 .paper .con {
    width: 500px;
    display: table-cell;
}

.cs .paper .row {
    display: table-row;
}


.cus_qna02 .paper input {
    width: 20px;
    margin: 0 auto;
}

.cus_qna02 .paper input[type=text] {
    width: 420px;
    background-image: none;
    padding-left: 10px;
}

.cus_loss02 .paper input[type=text] {
    background-image: none;
    padding-left: 10px;
}

.cs input[type=text] {
    background-image: none;
    padding-left: 10px;
}


.cs input[type=file] {
    border-radius: 4px;
    font-size: 16px;
    color: #58595b;
    margin-left: 3px;
    font-size: 14px;
    vertical-align: middle;
}

.cus_qna02 .paper .type select {
    width: 247px;
    height: 35px;
}

.cs .paper input, .cs .paper select {
    margin: 8px 0;
    width: auto;
}

.cs .paper .rowF {
    width: 570px;
    text-align: center;
    margin: 0 auto;
}

.cs .paper .rowF > p {
    font-size: 15px;
    font-weight: bold;
    color: #3A68B2;
    padding: 20px 0 10px 0;
}

.cs .paper .qcon input {
    min-height: 100px;
}

.cs .paper .rowF span.q {
    width: 25px;
    padding-left: 15px;
    padding-right: 10px;
}

.cs .paper .rowF .boardContent {
}

.cs .paper .rowF > div {
}


.cus_qna02 button.cusAcco {
    border-top: 1px solid #92a8cf;
    border-bottom: 1px solid #92a8cf;
}

.cus_qna02 div.cusAcco {
    border-top: 1px solid #92a8cf;
    border-bottom: 1px solid #92a8cf;
}

.cus_qna02 button.cusAcco span {
    width: 100%;
    display: table-cell;
    text-align: center;
}

.cus_qna02 div.cusAcco span {
    width: 100%;
    display: table-cell;
    text-align: center;
}

.cs div.cusAcco {
    padding: 10px 0px;
}


.cus_qna02 div.cusPanel {
}

.cus_qna02 div.cusPanel p {
    text-align: left;
}

.cs .paper .name .tit, .cs .paper .email .tit, .cs .paper .phone .tit /*.cs .paper .tit*/ {
    /*text-indent: -10px;*/
}


.cs .paper .title .con input, .cs .paper .qcon .con input,
.cs .paper .file .con input {
}


.cs .paper .file .tit {
    vertical-align: top;
    padding-top: 10px;
}

.cs .paper textarea {
    width: 500px;
    min-height: 100px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
}

.cus_qna02 input[type=text], .cus_qna02 input[type=checkbox],
.cus_qna02 select {
    /*border-radius: 0;*/
}

.cs .paper .agree {
    font-size: 12px;
    color: #808285;
}

.cus_loss02 .paper .info input[type=text] {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cus_loss02 .paper .info select {
    height: 40px;
    width: 150px;
}

.cs .search input[type=text] {
    background-image: url( //blob.wifidosirak.com/wm-d01/v3/images/searchicon.png);
    margin-left: 3px;
}

.cus_loss02 .t01 {
    display: table;
}

.cs .paper .m {
    text-indent: -10px;
}

.cs .paper .pl {
    padding-left: 20px;
}

.cus_loss02 .paper .rHalf input[type=text] {
    width: 200px;
}

.cus_loss02 .paper .email input[type=text] {
    width: 160px;
    display: inline-block;
}

.cus_loss02 .agreeBg {
    width: 94%;
    background-color: #f1f2f2;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 3%;
}

.cus_loss02 .agree p {
    text-align: center;
    font-weight: bold;
}

.cus_loss02 .agree .view {
    float: right;
}

.cus_loss02 .agreebox {
    margin-top: 20px;
    border: 1px solid #d1d3d4;
    background-color: #fff;
}

.cus_loss02 .agreebox span {
    border: 1px solid #5d5d5d;
    display: table-cell;
}

.cus_loss02 .row {
    display: table-row;
}

.cus_loss02 .agreebox th {
    text-align: center;
    width: 30%;
    padding: 0;
}

.cus_loss02 .agreebox td {
    border-left: 1px solid #d1d3d4;
    border-right: 1px solid #d1d3d4;
    padding: 10px 20px;
    vertical-align: top;
}

.cus_loss02 .paper .cate select {
    width: 100%;
}

.cus_loss02 .agreeBg .view {
    float: right;
    font-size: 12px;
    color: #7a79a4;
    font-weight: normal;
}

.cus_loss02 .agreebox div {
}

.cus_loss02 .agreeBg p span {
    color: #3a68b2;
    font-weight: bold;
}

.cus_loss02 .paperInner > p {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.cs .pRed {
    color: #ef4130;
}

.cs .popup {
    width: 100%;
    max-width: 390px;
    padding: 0;
    margin: 16px auto;
    color: #666;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}






.cus_loss02 .popup {
    width: 100%;
    max-width: 400px;
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -150px;
    z-index: 9998;
    left: 950px;
}

.cs .popup h3 {
    background-color: #3A68B2;
    color: #fff;
    border-radius: 25px 25px 0 0;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
}

.popup .btn_closePay {
    position: absolute;
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: inherit;
    top: 8px;
    right: 20px;
    color: #fff;
    cursor: pointer;
}

.cus_loss02 .lose .con {
    padding: 25px 70px 10px;
    line-height: 25px;
    font-size: 15px;
}

.cus_loss02 .lose input[type=checkbox] {
    margin-right: 10px;
}

.cus_loss02 .lose input[type=text] {
    width: 84%;
    margin: 0px 8%;
    font-size: 13px;
    letter-spacing: -1px;
}

.cus_loss02 .lose .all {
    font-weight: bold;
    color: #3a68b2;
    font-size: 16px;
    margin-bottom: 10px;
}

.cus_loss02 .lose .btn {
    text-align: center;
    margin: 10px 0 15px;
}

.cus_loss02 .lose .btn div {
    display: inline-block;
    width: 40%;
}

.cus_loss02 .lose .btn a {
    display: block;
}

.cus_loss02 .lose .btn a.active {
    background-color: #3A68B2;
    color: #fff;
}

/* 고객센터end */

.cs button.cusAcco:active + .cusPanel {padding:20px;}

.cs div.cusPanel p:nth-child(1) {margin-top:20px;}

.cs p.MsoNormalCxSpMiddle {padding: 12px 20px 0 !important;}
.cs p.MsoNormalCxSpFirst {padding-bottom:10px !important;}
.cs .cusPanel span{line-height:21px !important;}
.cs .cusPanel p img {margin:5px 0; width:auto;}

.faqPanel div:nth-child(n+2) {
    padding: 5px 30px 0;
}
/* ************************** sns_login_1 POPUP ************************** */

.img100 {
    width: 100%;
}

.sns_login_wrap {
    width: 424px;
    height: 562px;
    border: 1px solid #cbcbcb;
    line-height: 3.6em;
    padding: 44px 33px;
    position: relative;
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
}

.sns_login_wrap .close_sns_pop1 {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100%;
    max-width: 25px;
}

.sns_login_wrap .close_sns_pop1 a {
    width: 100%;
    height: 100%;
    display: block;
}

.sns_login_wrap h1 {
    font-size: 3em;
    letter-spacing: -1px;
    color: #1c1c1c;
    padding-bottom: 20px;
    text-align: center;
}

.sns_login_wrap h1 + p {
    font-size: 1.3em;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #606060;
    text-align: center;
    padding-bottom: 40px;
}

.sns_login_wrap .login_form1 {
    border-bottom: 1px solid #606060;
    padding-bottom: 40px;
}

.sns_login_wrap form p {
    font-size: 1.7em;
    font-weight: bold;
    color: #333333;
}

.sns_login_wrap form input {
    width: 400px;
    height: 50px;
    margin-bottom: 16px;
    font-size: 1.4em;
    font-weight: bold;
    padding-left: 20px;
}

.sns_login_wrap .login_bt1 {
    width: 424px;
    height: 50px;
    background-color: #3a68b2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sns_login_wrap .login_bt1 a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.sns_login_wrap .login_bt2 {
    width: 424px;
    height: 50px;
    background-color: #f7b400;
    margin-top: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sns_login_wrap .login_bt2 a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}




/* ************************** sns_login_linked POPUP ************************** */

.sns_login_linked {
    width: 380px;
    height: 485px;
    border: 1px solid #cbcbcb;
    line-height: 3.6em;
    padding: 44px 30px;
    position: relative;
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
}

.sns_login_linked .close_sns_pop2 {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100%;
    max-width: 21px;
}

.sns_login_linked .close_sns_pop2 a {
    width: 100%;
    height: 100%;
    display: block;
}

.sns_login_linked h1 {
    font-size: 3em;
    letter-spacing: -1px;
    color: #1c1c1c;
    padding-bottom: 20px;
    text-align: center;
}

.sns_login_linked h1 + p {
    font-size: 1.3em;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #606060;
    text-align: center;
    padding-bottom: 40px;
}

.sns_login_linked .login_linked ul li {
    padding-bottom: 13px;
}

.sns_login_linked .login_linked {
    border-bottom: 1px solid #606060;
    padding-bottom: 35px;
}

.sns_login_linked .home_bt1 {
    width: 384px;
    height: 50px;
    background-color: #f7b400;
    margin-top: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sns_login_linked .home_bt1 a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

/* ************************** login_page_연동추가 ************************** */

.login_page_linked {
    width: 730px;
    border-bottom: 1px solid #dadada;
}
/*S: 221130 PC 와이파이도시락 로그인 페이지 CSS 수정 */
.login_page_linked ul {
    height: 46px;
    padding: 15px 17px;
    display: flex;
    justify-content: center;
}
/*E: 221130 PC 와이파이도시락 로그인 페이지 CSS 수정*/

.login_page_linked ul li {
    float: left;
    margin-right: 8px;
}

.login_page_linked p {
    clear: both;
    text-align: center;
    line-height: 16px;
    margin-bottom: 15px;
    padding: 0;
}


/* ************************** 회원가입_page_연동추가 ************************** */

.join_page_linked {
    width: 750px;
    background-color: #f9f9f9;
}

.join_page_linked ul {
    height: 50px;
    padding: 20px 88px 0 88px;
}

.join_page_linked ul li {
    float: left;
    margin-right: 8px;
}

.join_page_linked p {
    clear: both;
    text-align: center;
    padding: 10px 0 10px 0;
}


/* ************************** 회원정보_page_연동추가 ************************** */

.mem_info_page_linked {
    width: 750px;
}

.mem_info_page_linked h4 {
    font-size: 16px;
    line-height: 25px;
    color: #414141;
}

.mem_info_page_linked p {
    font-size: 13px;
    color: #8f8f90;
    padding: 0;
}

.mem_info_page_linked ul {
    height: 50px;
    border-top: 1px solid #000;
    margin-top: 10px;
    padding-top: 20px;
}

.mem_info_page_linked ul li {
    float: left;
    margin-right: 8px;
}


/*가입완료팝업*/
div.regiComWrap {     
    position: fixed;
    z-index: 99999;
    left: 50%;
    margin-left: -195px;
    top: 200px; 
    z-index: 10000;
}
.regiCom { text-align: center; }
.regiCom .sm { 
    margin-top: 10px; 
    max-width: 250px;  
    margin: auto; 
    margin-left: 35px; 
    margin-top: 10px; 

}
.regiCom .name {
    font-size: 25px;
    font-weight: bold;
    line-height: 45px;
}

.regiCom .btn_line {
    margin-bottom: 25px;
    display: block;
}
.regiCom h4 {
    text-align: center;
    font-size: 16px;
    padding: 5px 0 10px;
    font-weight: bold;
}
.wrap_snsbutton {
    padding: 10px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    text-align: center;
}
.wrap_snsbutton .sns_buttons {
    width: 32%;
    float: none;
    text-align: center;
    display: inline-block;
}
.wrap_snsbutton .fb_off {background:url(//blob.wifidosirak.com/wm-d02/a1/common/b_facebook_off.png) no-repeat;}
.wrap_snsbutton .fb_on {background:url(//blob.wifidosirak.com/wm-d02/a1/common/b_facebook_on.png) no-repeat; }
.wrap_snsbutton .cacao_off {background:url(//blob.wifidosirak.com/wm-d02/a1/common/b_cacao_off.png) no-repeat;}
.wrap_snsbutton .cacao_on {background:url(//blob.wifidosirak.com/wm-d02/a1/common/b_cacao_on.png) no-repeat;}
.wrap_snsbutton .nav_off {background:url(//blob.wifidosirak.com/wm-d02/a1/common/b_naver_off.png) no-repeat;}
.wrap_snsbutton .nav_on {background:url(//blob.wifidosirak.com/wm-d02/a1/common/b_naver_on.png) no-repeat;}

.wrap_snsbutton .sns_button { 
    width: 100%;
     max-width: 110px; 
     background: none;
     cursor: pointer;
}
.wrap_snsbutton .sns_button img { width: 100%;}
.regiCom p {
    color: #3a68b2;
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
}
.regiCom span {
    display: block;
    color: #6a6a6a;
    font-size: 13px;
    margin-top: 5px;
}
div.regiCom a.btn_line{ background-color: #fff; color: #3A68B2; }
div.regiCom a.btn_line:hover { background-color: #fff; color: #3A68B2; }
/*가입완료팝업end*/


/*팝업 sns이동안내*/
.snsLoginTo {     
    width: 400px;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -200px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    border: 1px solid #3a68b2;
    color: #4b4b4a;
    z-index: 100000;
    background-color: #fff;
    box-sizing: border-box;
}
.snsLoginTo .con { padding: 20px; }
.snsLoginTo p { font-size: 15px;     line-height: 20px; }
.snsLoginTo .btn { margin: 20px 0 0; }
.snsLoginTo .btn a:first-child { margin-right: 30px;}
.snsLoginTo .btn a {
    border: 1px solid #336aba;
    width: 40%;
    display: inline-block;
    box-sizing: border-box;
    max-width: 220px;
    font-size: 15px;
    color: #336aba;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
}
.snsLoginTo .btn a.bg {
    background-color: #3A68B2;
    color: #fff;
}
/*팝업 sns이동안내 end*/


/*팝업PC*/
.popupT {
    position: absolute;
    left: 50%;
    top: 200px;
    width: 400px;
    padding: 0;
    margin-top: 16px;
    margin-left: -200px;
    color: #666;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    min-width: 315px;
}

.popupT h3 {
    background-color: #3A68B2;
    color: #fff;
    border-radius: 25px 25px 0 0;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
}

.popupT .pClose {
    position: absolute;
    text-decoration: none;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: inherit;
    top: 8px;
    right: 20px;
    color: #fff;
    cursor: pointer;
}


.popupT .pClose:hover, .popupT .pClose:focus {
    color: #aecdff;
    text-decoration: none;
    cursor: pointer;
}

.popupT .pBtn {
    background-color: #fff;
    border: 1px solid #3A68B2;
    color: #3A68B2;
    text-align: center;
    font-size: 14px;
    border-radius: 0;
    width: 90%;
    max-width: 200px;
    margin: 10px auto;
    font-weight: bold;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
}

.popupT .pBtn a {
    color: #3A68B2;
    display: block;
}

.popupT .pBtn:hover {
    background-color: #e9f1ff;
}

.popupT .pTop {
    position: relative;
}
/*팝업PC end*/

/*인바운드 팝업*/
.popupIn {
    position: absolute;
    left: 50%;
    top: 200px;
    width: 650px;
    height: 420px;
    padding: 0;
    margin-top: 16px;
    margin-left: -325px;
    color: #666;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    background: url(//blob.wifidosirak.com/wm-d01/v3/images/main/inPop_bg.jpg);
}

.popupIn .pClose {
    position: absolute;
    text-decoration: none;
    float: right;
    font-size: 50px;
    /* font-weight: bold; */
    top: 15px;
    right: 15px;
    color: #3a68b2;
    cursor: pointer;
}

.popupIn_con {
    margin: 50px 0 0 50px;
}

.popupIn h3 {
    font-size: 37px;
    color: #3a68b2;
    line-height: 40px;
    letter-spacing: -0.5px;
}

.popupIn .tit01 {
    font-size: 18px;
    color: #595a5c;
    margin: 15px 0;
    font-weight: bold;
    letter-spacing: -1px;
}

.popupIn .tit02 {
    font-size: 17px;
    color: #6e6f72;
    letter-spacing: -0.2px;
}


.popupIn ul {
    width: 355px;
    /* height: 100px; */
    margin-top: 5px;
    display: inline-block;
}

.popupIn ul li {
    width: 62px;
    margin-right: 8px;
    float: left;
    text-align: center;
}

.popupIn ul li a {
    color: #908275;
    font-size: 14px;
}

.popupIn ul li img {
    margin-bottom: 4px;
}

.popupIn .goKpage {
    clear: both;
    /* margin-top: 50px; */
    margin-left: 50px;
    position: absolute;
    bottom: 30px;
    font-size: 14px;
    color: #988e84;
}

.popupIn .goKpage a {
    font-size: 14px;
    color: #988e84;
    margin-top: 20px;
}

.popupIn .flag_wifi {
    visibility: hidden;
}

.popupIn ul li:hover .flag_wifi, .popupIn ul li:focus .flag_wifi {
    visibility: visible;
}
/*.popupIn ul li:hover { background-color:#e7dad0; }*/
/*인바운드 팝업 end*/

/*안심보험*/
/* S: 230217 수정 */

.safety_title {
    font-size: 11px;
    border-radius: 50px;
    padding: 15px;
    text-align: center;
    width: 20%;
    margin: 0 auto;
}

.safety_note {font-size: 20px; color: 000; font-weight: 700; text-align: left;}
.safety_note ul {padding-top: 20px;}
.safety_note li {font-size: 14px; font-weight: 400; padding: 4px;}

.txt-color-white {color: #fff !important;}
.txt-color-deepskyblue {color: #006AF8 !important;} 

.bg_color_deepskyblue {background-color: #006AF8 !important;}
.bg_color_white {background-color: #fff;}
.bg_color_blue {background-color: #2A5DB2 !important;}
.bg_color_skyblue{background-color: #F1F5FB;}
.bg_color_gray {background-color: #F3F3F3 !important;}
/* E: 230217 수정 */

/* S: 230504 추가 */
.dTalk_title {width: 30% !important;} 
.bg_color_red {background-color: #FB433B !important;}
.txt-color-red {color: #FB433B !important;}
.bg_color_pink {background-color: #FFF5F5 !important;}
/* E: 230504 추가 */

/*안심보험 end*/

/*.btnReser {
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 20px;
    cursor: pointer;
    width: 200px;
    margin: 2.5%;
    display: inline-block;
    background-color: #6186bc;
}*/

/*.btnMainReser {
    background-color: #487ec6;
    color: #fff;
    width: 130px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #597ec5;
    font-weight: bold;
}*/

/*도시락톡 예약페이지 추가*/
/*.optionProduct .box {
    margin: 14px 0 7px;
    border: 1px solid #d3d3d3;
    padding: 5px 0;
    color: #000;
    width: 750px;
}

.optionProduct .box > p {
    color: #000;
    font-weight: bold;
    margin: 10px 0;
}

.talkCoupon {
    overflow: hidden;
    padding: 0 20px;
}

.talkCoupon > div {
    width: 200px;
    height: 95px;
    background-image: url(//blob.wifidosirak.com/wm-d01/v3/images/talkCoupon.jpg);
    background-size: 100%;
    float: left;
    margin-right: 34px;
    border: 1px solid #e6e7e8;
    box-sizing: border-box;
    position: relative;
    color: #6d6e71;
}

.talkCoupon > div input {
    position: absolute;
    left: 5px;
    top: 5px;
}

.talkCoupon > div .price {
    font-size: 30px;
    margin: 15px 0 0 60px;
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
    color: #6186bc;
    padding-left: 5px;
    font-weight: bold;
}

.talkCoupon > div .price > span {
    font-size: 30px;
    font-weight: normal;
    color: #6d6e71;
}

.talkCoupon > div > a > span {
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 9px;
    padding-left: 5px;
}

.talkApp {
    display: inline-block;
}

.talkApp .down a {
    color: #f27f78;
    padding: 12px 0;
    border: 1px solid #f38f78;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    width: 220px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}

.talkApp .down a:first-child {
    margin-right: 20px;
}

.talkApp > div {
    float: left;
}

.talkApp .TalkLogo {
    margin: 0 15px 10px 40px;
}

.talkApp .down {
    margin: 15px 0;
}

.talkApp .down i {
    font-size: 25px;
    vertical-align: sub;
    margin-right: 5px;
}

.reserComplete {
}

a.btnT {
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    padding: 20px;
    cursor: pointer;
    width: 200px;
    margin: 2.5%;
    display: inline-block;
    background-color: #7c99c3;
}

a:visited.btnT, a:active.btnT, a.btnT {
    color: #fff;
}

a.btnTgray {
    background-color: #939598;
}

.reserComplete .comInfo {
    text-align: center;
    margin-top: 40px;
}

.reserComplete .comInfo p {
    font-size: 25px;
    line-height: 25px;
    color: #3768b1;
    margin-top: 10px;
}

.reserComplete .comInfo span {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.talkAppImg .down a {
    color: #f27f78;
    padding: 14px 0;
    border: 1px solid #f38f78;
    border-radius: 28px;
    font-size: 15px;
    font-weight: bold;
    width: 240px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}

.talkAppImg .down a:first-child {
    margin-right: 20px;
}

.talkAppImg .down {
    margin: 15px 0;
}

.talkAppImg .down i {
    font-size: 25px;
    vertical-align: sub;
    margin-right: 5px;
}

.talkAppImg {
    background-color: #f6f6f6;
    padding: 20px 0 10px;
    text-align: center;
    width: 650px;
    margin: 30px auto;
}

.talkAppImg p {
    font-size: 13px;
    margin: 15px 0 20px;
}*/
/*도시락톡 예약페이지 추가 end*/

/*앱다운로드*/
    .login_page_linked {
        border-bottom: none;
    }
    .appDown {
        width: 700px;
        position: relative;
        margin: 30px auto 10px;
    }
    .appCon {
        width: 100%;
        height: 148px;
        background-color: #f6f6f6;
        border-radius: 13px;
        border: 1px solid #c0cbe1;
        margin: 0 auto;
        position: relative;
    }
    .appDown .sky {
        position: absolute;
        bottom: 0;
        left: 10px;
    }
    .appDown .tit {
        margin: 10px 0 0 175px;
    }
    .appDown .down {
        margin: 7px 0 0 185px;
    }
    .appDown .down a:first-child {
        margin-right: 20px;
    }
    .appDown .down a {
        color: #7c99c3;
        padding: 11px 0;
        border: 1px solid #7c99c3;
        border-radius: 28px;
        font-size: 14px;
        font-weight: bold;
        width: 220px;
        text-align: center;
        display: inline-block;
        box-sizing: border-box;
    }
    .appDown .down i {
        font-size: 25px;
        vertical-align: sub;
        margin-right: 5px;
    }
    /*앱다운로드 end*/

/*황주윤 gnb추가*/
.dsr_gnbTop { width: 100%; height: 35px; background-color: #f6f6f6; border-bottom: 1px solid #eee; line-height: 35px; }       
.dsr_gnbTop .topInner { width: 990px; margin: 0 auto; position: relative; /*margin-top: 10px;*/ }        
.topDsr, .topT, .topAir, .topDong { float: left; height: 35px; }              
.topDsr a, .topT a, .topAir a, .topDong a  { font-size: 13px; color: #848484; display: block; }   
.dsr_gnbTop .topDsr { color: #7d7d7f; width: 130px; background-color: #fff; border: 1px solid #eee; border-bottom: none; }  
.dsr_gnbTop .topT { padding: 0 5px; }  
.dsr_gnbTop .topAir { padding: 0 5px; margin-right:-12px; }
.top_login { position: absolute; right: 0; top: 0; }      
.top-textbtn { list-style: none; margin: 0px; padding: 0px; font-size: 12px; color: #666666; margin-top: 0px; position: absolute; width: 140px; right: 176px; top: 0; 
    /* S: 221118 메인 폰트 추가 */
    font-family: "Noto Sans KR", "맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif;
    /* E: 221118 메인 폰트 추가 */
    /*font-family: 돋움, Dotum, Arial, Verdana, sans-serif;*/ z-index: 9999; height: 35px; line-height: 35px; }
.top_reser { position: absolute; right: 0; font-size: 14px; top: 26px; }       
.top_reser a { color: #848484; }               
.top_reser .resBlue { background-color: #3a68b2; padding: 8px 50px; color: #fff; font-size: 15px; margin-left: 10px; }
.top_wrap { margin-top: 0; }       
#mainmenu { background-color: #fff; width: 100%; min-width: 994px; right: 0; top: 50px; text-align: center; border-top: 1px solid #3a68b2; border-bottom: 1px solid #3a68b2; } 
/* S: 240905 수정 */
#mainmenu ul li a { margin: 0; padding: 0; font-family:'Pretendard Variable', 'Pretendard',"Noto Sans KR","맑은 고딕",malgun gothic,"돋움",dotum,AppleGothic,sans-serif; font-weight: normal; letter-spacing: 1px; color: #3A68B2; display: block; }
/* E: 240905 수정 */#mainmenu ul li:hover a,
#mainmenu ul li:focus a,
#mainmenu ul li.on a { color: #3A68B2; }  
#submenu { position: absolute; }  
#slider { box-shadow: none; }   
.top_logo { top: 13px; }     
.top-textbtn li a { color: #a8a8a8; font-size: 12px; }       
.button.accordion { color: #a2a2a2; }              
.select-lan button.accordion span { color: #a8a8a8; margin: 0; padding: 0; }
.topT a { color: #a8a8a8; }
.topAir a { color: #a8a8a8; }
.topDong a { color: #a8a8a8; }
.select-lan ul.panel { width: 160px; }
/*황주윤 gnb추가*/

        .lnb_d {
            list-style-type: none;
            margin: 0;
            padding: 0;
            width: 178px;
            background-color: #fff;
            border: 1px solid #e1dedd;
            border: none;
        }

        .lnb_d li a {
            display: block;
            color: #5a595b;
            padding: 13px 20px;
            text-decoration: none;
        }

        .lnb_d li {
            text-align: left;
            /*border-bottom: 1px solid #e1dedd;*/
            border: 1px solid #e1dedd;
            font-family: 'Noto Sans KR','nanumgothic', sans-serif;
            font-weight: bold;
        }

        /*.lnb_d li:last-child {
            border-bottom: none;
        }*/

        .lnb_d li a:focus, .lnb_d li a.on {
            background-color: #3A68B2;
            color: white;
        }

        .layer {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10000;
        }

        .layer .bg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: .7;
        }

        .layer_area {
            position: fixed;
            left: 50%;
            top: 50%;
            background: #fff;
            height: 680px;
            border-top-left-radius: 10em;
            border-top-right-radius: 10em;
            border-bottom-right-radius: 10em;
            border-bottom-left-radius: 10em;
        }


        #container {
            text-align: center;
        }

        ul.menu_main li {
            float: left;
            width: 85px;
            background-color: #fff;
            position: relative;
            text-align: left;
            padding-left: 5px;
        }

        ul.menu_main li a { /*width: 100%;*/ /*text-indent: 30px;*/
            text-decoration: none;
        }

        ul.menu_main li a:hover {
            background-color: #e8e8e8;
        }

        ul.menu_main li ul.sub_main {
            position: absolute;
            display: none;
        }

        ul.menu_main {
            zoom: 1;
        }

        ul.menu_main:after {
            height: 0;
            visibility: hidden;
            content: ".";
            display: block;
            clear: both;
        }

        .session_1 {
            position: fixed;
            top: 30%;
            left: 40%;
            background-color: white;
            z-index: 10001;
        }

        .bg2 {
            position: fixed;
            display: none;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #000;
            opacity: .7;
            z-index: 10000;
        }

        /* 2017-04-12 유경수 수정 */
        .select-lan {
            right: 0px;
            position: absolute;
            top: 3px;
            z-index: 9999;
            line-height: 28px;
        }

        .select-lan #bbuton img {
                padding: 0 2px;
            margin-right: 3px;
        }
        /* 버튼 위치 조절 */
        .select-lan button.accordion {
            transition: 0.001s ease-in-out;
            height: 28px;
        }

        .select-lan button.accordion:after {
            margin-top: 1px;
            color: #777;
            position: absolute;
            right: 10px;
        }

        .select-lan button.accordion.active {
            border-bottom-right-radius: 0px !important;
            border-bottom-left-radius: 0px !important;
            border-bottom: 0px !important;
        }

        .select-lan ul {
            border-bottom-right-radius: 5px !important;
            border-bottom-left-radius: 5px;
            border-color: #dfdfdf;
        }
        /* 셀렉트 버튼 오픈 속도 조절  */
        .select-lan ul.panel {
            transition: 0.001s ease-in-out;
        }

        .select-lan ul.panel li {
            background-color: #fff;
            height: 28px;
            border: 0px;
            line-height: 23px;
        }

        .select-lan ul.panel li a {
            height: 100%;
            padding: 3px 0 3px 10px;
        }

        .select-lan ul.panel li a:hover {
            background-color: #e8e8e8;
        }

        .top-textbtn {
            right: 183px;
        }
        /* 유경수 수정 종료 */        


       

        
        /*이벤트 팝업*/
        .popup_sb {
            max-width: 400px;
            border: 3px solid rgb(66, 183, 246);
            background-color: rgb(255, 255, 255);
            width: 90%;
            position: fixed;
            left: 50%;
            top: 200px;
            margin-left: -200px;
            padding: 30px 0;
            box-sizing: border-box;
        }

        .popup_sb > h1 {
            text-align: center;
            color: #0cacff;
            font-size: 2.5em;
            letter-spacing: -2px;
            padding-bottom: 10px;
            border-bottom: 1px solid #0cacff;
            margin: 0 20px 30px;
        }

        .popup_sb > p {
            font-size: 14px;
            letter-spacing: -1px;
            text-align: center;
            margin-bottom: 20px;
            overflow-y: auto;
            color: #666;
            line-height: 20px;
        }

        .popup_sb > p span {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
            display: block;
        }

        .popup_sb > .Parea {
            width: 100%;
            height: 30%;
            margin: auto;
        }

        .popup_sb .Parea .Pbtn {
            width: 90%;
            height: 50%;
            margin: auto;
            text-align: center;
        }

        .popup_sb .Parea .Pbtn > div {
            width: 32%;
            height: 52px;
            background-color: #ffffff;
            border-radius: 60px;
            float: left;
            border: 1px solid #0cacff;
            box-sizing: border-box;
            margin-right: 2%;
        }

        .popup_sb .Parea .Pbtn > div:last-child {
            margin-right: 0;
        }

        .popup_sb .Parea .Pbtn > div a {
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 52px;
            margin: auto;
            display: block;
            font-size: 13px;
            font-weight: bold;
            color: #0cacff;
            cursor: pointer;
        }
        /*이벤트 팝업 end*/

/*헤택안내*/
.benefit { overflow: hidden; }

.benefit .beBox {
    width: 50%;
    max-width: 365px;
    text-align: center;
    border: 1px solid #ededed;
    position: relative;
    float: left;
    margin: 10px 0;
    cursor: pointer;
}

.benefit .beBox:nth-child(odd) { margin-right: 16px; }        
.benefit .beBox:hover { border: 1px solid #dadada; box-sizing: border-box; }    
.benefit .beBox img { width: 100%; }     
.benefit .thumb { position: relative; }      
.benefit .text { background-color: #f9f9f9; }

.benefit .color {
    width: 100px;
    height: 3px;
    background-color: #7c99c3;
    display: inline-block;
}

.benefit .deco {
    display: block;
    color: #7c99c3;
    font-size: 15px;
    margin-top: 3px;
}

.benefit .text > h3 {
    padding: 3px 0 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    letter-spacing: -0.8px;
}

.benefit .thumb:hover .overlay { opacity: 1; }

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.4);
}

.overlay span {
    color: #fff;
    padding-top: 25%;
    font-size: 18px;
    display: inline-block;
}
/*팝업*/
.popup_benefit {
    width: 600px;
    padding: 0;
    color: #666;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 15%;
    margin-left: -300px;
    z-index: 10001;
    overflow: hidden;
}

.popup_benefit span.close {
    position: absolute;
    text-decoration: none;
    float: right;
    font-size: 50px;
    top: 15px;
    right: 15px;
    color: #6186bb;
    cursor: pointer;
    font-weight: normal;
}

.con_benefit {
    padding: 30px;
    font-size: 13px;
    line-height: 18px;
}

.popup_benefit .table .th { width: 20%; padding: 10px 0; }   
.popup_benefit .table .td { width: 80%; padding-left: 10px; }   
.table { display: table; }         
.tr { display: table-row; }     
.th { display: table-cell; vertical-align: middle; } 
.td { display: table-cell; vertical-align: middle; }   
.con_benefit h4 { font-size: 16px; line-height: 30px; } 
.con_benefit .table .small { font-size: 12px; }
.con_benefit .line { width:530px; border-bottom:0px; text-align:left; margin-left:0px; border-color:#D5D5D5; margin-top:20px; margin-bottom:20px; }
.con_benefit .line2 { width:530px; border-bottom:0px; text-align:left; margin-left:0px; border-color:#D5D5D5; margin-top:20px; margin-bottom:20px; }
/*팝업*/
/*헤택안내 end*/


/*회원가입 팝업*/
.popupRegistWrap {
            display: none;
           
        }
.popupRegistWrap .bg2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
}
.popupRegist { 
    position: fixed;
    left: 27%;
    top: 40px;
    background: #ffffff;
    border: 3px solid #3768b2;
    padding: 30px;
    border-radius: 20px;
    width: 800px;
    box-sizing: border-box;
    z-index: 99999;
    overflow-y: auto;
    min-height: 752px;
}
.popupRegist .closed {
    position: absolute;
    right: 15px;
    top: 10px;
    background: url(//blob.wifidosirak.com/wm-d01/v3/images/reserSimple/pop_close_blu.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
}
.popupRegist .topTit { background-color: #fff; text-align: center; color: #3a68b2; font-size: 17px; } 
.popupRegist .agreewrap { 
    float: none;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}
.popupRegist .agreewrap a.dView {
    font-size: 12px;
    float: right;
    border: 1px solid #c3c3c3;
    padding: 3px 10px;
    color: #929292;
    border-radius: 15px;
    font-weight: normal;}
.popupRegist .agreewrap h4 {padding: 0;  font-size: 13px; }
.popupRegist .agreewrap h4.second { margin-top: 10px; }
.popupRegist .agreewrap .agreeBlue { color: #6186bc; font-size:12px; }
.popupRegist .agreewrap .agreewrapDiv { width: auto; height: 80px; }
.popupRegist .agreewrap iframe { 
    width:100%; height:80px; margin-top:15px; margin-bottom:10px; background:#fff; border:1px solid #cccccc;
}
.popupRegist .meminfo { float: none; width: 100%; padding: 10px 20px; box-sizing: border-box; }
.popupRegist .dvtable { }
.popupRegist .dvtable th { 
    width: 15%;
    vertical-align: top;
    padding: 5px 0;
    line-height: 35px;
     }
.popupRegist .dvtable td { margin-left:5%;     padding: 5px 0; }
.popupRegist .dvtable td span { display: block; text-align: center; } 
.popupRegist .dvtable td input[type=text],
.popupRegist .dvtable td input[type=password], 
.popupRegist .dvtable select, 
.popupRegist .dvtable a, 
.popupRegist .dvtable td span {
    height: 35px; 
    line-height: 35px; 
    vertical-align: middle; 
    float:left;
     box-sizing: border-box; 
    background-color: #fff!important;  
    font-size: 13px;
    margin: 0;
    color: #3c3c3b;
}

.popupRegist .dvtable td input[type=text],
.popupRegist .dvtable td input[type=password],
.popupRegist .dvtable select { border: 1px solid #c6c6c6; }

.popupRegist .dvtable a { border: 1px solid #3a68b2; color: #3a68b2; border-radius: 5px; text-align: center; }

.popupRegist .dvtable .email input { width: 25%; }
.popupRegist .dvtable .email span { width: 5%; }
.popupRegist .dvtable .email select { width: 25%; margin-left: 2%; }
.popupRegist .dvtable .email a { width: 15%; margin-left: 3%; }    

.popupRegist .dvtable .name td input { width: 100%; }

.popupRegist .dvtable .birh span { width: 5.333%; }
.popupRegist .dvtable .birh select { width: 28%; }
                           
.popupRegist .dvtable .gender td select { width: 100%; }

.popupRegist .dvtable .phone select { width: 22%; }
.popupRegist .dvtable .phone select.first { margin-right: 2%;}
.popupRegist .dvtable .phone span { width: 5%; }
.popupRegist .dvtable .phone td input { width: 22%; }

.popupRegist .dvtable .phone2 td input { width: 46%; }
.popupRegist .dvtable .phone2 a { width: 22%; margin-left: 5%; }
.popupRegist .dvtable .phone2 .verifiTime { width: 8%; }

 .popupRegist .dvtable span.check { clear: both; width: 100%; text-align: left; }
 .popupRegist .meminfo_table { border: none; }
 .popupRegist button#btn {     
    border: none;
    cursor: pointer;
    background-color: #3a68b2;
    color: #ffffff;
    width: 90%;
    max-width: 300px;
    line-height: 46px;
    margin-top: 20px;
    font-size: 16px;
 }
input:-webkit-autofill { -webkit-box-shadow: inset 0 0 0px 9999px white; }
/*회원가입 팝업 end*/


/* airpon 둥둥이 팝업 start*/

.contentsNew01{
    padding: 50px 0;
    width: 100%;
    background: #fff;
}
.item-wrap{
    margin: auto;
    width: 1000px;
}
.item-wrap .tit{
    padding: 20px 0 40px;
    text-align: center;
}
.item-wrap .tit p:first-child{
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #3569b2;
}
.item-wrap .tit p:last-child{
    font-size: 16px;
    color: #999;
}
.item-list li {
    border-radius: 12px;
}
.item-list li img {
    border: none;
    vertical-align: top;
    width: 100%;
}
.download-btn{
    margin: 50px auto 0;
}
.download-btn buttom{
    display: inline-block;
    height: 50px;
    width: 180px;
    margin: 0 10px;
    font-size: 0;
}
.download-btn .google{
    background: #3569b2 url(//blob.wifidosirak.com/wm-d01/v3/images/airpon/app01.png) no-repeat 50% 50%;
}
.download-btn .apple{
    background: #3569b2 url(//blob.wifidosirak.com/wm-d01/v3/images/airpon/app02.png) no-repeat 50% 50%;
}
.pop-banner-Wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
}
.pop-banner-Wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.banner-Wrap {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    max-width: 550px;
    max-height: 100%;
    overflow: auto;
    z-index: 20;
}
.banner-Wrap .close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 0;
    background: #ffc746 url(//blob.wifidosirak.com/wm-d01/v3/images/airpon/close_icon.png) no-repeat 50% 50% / auto 52% ;
}
.banner-Wrap .banner-img {
    display: block;
    padding: 2em;
}
.banner-Wrap .banner-img img {
    display: block;
    width: 60%;
    padding: 0 20%;
    height: auto;
}
.banner-Wrap .comment{
    padding-bottom: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.banner-Wrap .download-btn{
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.banner-Wrap .download-btn buttom{
    display: inline-block;
    height: 60px;
    width: 190px;
    margin: 0;
    font-size: 0;
}
.banner-Wrap .download-btn .google{
    margin-right: 20px;
}
.pop-banner-Wrapper .dim {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
/* airpon 둥둥이 팝업 end*/


/*동시락 팝업*/

.dongPop01, .dongQR {
    position: fixed;
    top: 145px;
    left: 50%;
    margin-left: -336px;
    z-index: 10002;
}
.dongPop01 .dong_close {
    position: absolute;
    width: 54px;
    height: 54px;
    right: 24px;
    top: 22px;
    display: block;
    cursor: pointer;
}
.dongPop01 .dong_start {
    position: absolute;
    width: 303px;
    height: 54px;
    left: 183px;
    bottom: 273px;
    display: block;
    cursor: pointer;
}

/* S: 230208 CSS 추가 */
.biTab_center {
    display: grid;
    justify-items: center;
}

.width_100 {
    width: 100% !important;
    padding: 80px 0 0 0 !important;
}

.width_1000 {
    width: 1000px !important;
    margin: 0 auto;
}

.display_flex {
    display: flex;
}

.display_block {
    display: block;
}

.text_left {
    text-align: left !important;
}

.pd_top_60 {
    padding-top: 60px;
}

.pd_top_120 {
    padding-top: 120px;
}

.ft-weight-bd {
    font-weight: bold !important;
}

.txt_color_blue {
    color: #3A68B2 !important;
}

.border_top {
    border-top: 1px solid #eee;
}

.menu_tit_new {
    padding-top: 120px;
    font-size: 38px;
}

.content_bg {
    padding: 90px 0;
    text-align: center;
    background-color: #fff;
}

.content_bg3 {
    background-image: url(//blob.wifidosirak.com/wm-d01/v3/images/wInfo/brand_bg3.jpg);
    background-size: cover;
}

.bg_color_skyblue {
    background-color: #F1F7FF;
}

/* S: 250424 수정 */
.content_tit {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px;
    padding-bottom: 44px;
    line-height: 44px;
    text-align: center;
}

.content_txt {
    color: #000;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    line-height: 30px !important;
}
/* E: 250424 수정 */


    .content_txt span {
        font-weight: 700;
        line-height: 60px;
    }

.content_con {
    display: flex;
    justify-content: space-around;
}

.content_subTit {
    color: #000 !important;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -0.5px !important;
    text-align: center;
    line-height: 60px !important;
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
}

.content_con img {
    padding-bottom: 30px;
}


.content_Bigban {
    display: block;
    margin-top: 30px;
    position: relative;
}

.content_Bigban::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 30px;
}

.content_Bigban_txt {
    color: #fff;
    position: absolute;
    font-size: 18px;
    margin-top: -320px;
    margin-left: 40px;
    text-align: left;
    line-height: 35px;
    z-index: 1;
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
}

.content_Bigban_txt span {
    font-size: 30px;
    font-weight: 700;
}


.downloadBtn {
    padding-top: 2rem;
}

.downloadBtn button {
    width: 300px;
    border-radius: 30px;
    height: 60px;
    background-color: #fff;
    cursor: pointer;
    border: 2px solid #000;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 0 auto;
    font-family: 'Noto Sans KR','nanumgothic', sans-serif;
}

.downloadBtn button:hover {
    border: 2px solid #3768b2;
    color: #3768b2;
}


/* E: 230208 CSS 추가 */

/* 돈키호테 할인 추가 S 2023-05-22 */
.DonqBtnWrap {
	width: 40%;
	display: table;
	padding-top: 10px;
	padding-bottom: 10px;
}

.DonqBtn {
	background-color: #d61518;
	margin: 0 auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	font-size: 14px;
	padding: 8px;
}

.DonqBtn a {
	color: #fff;
}
/* 돈키호테 할인 추가 E 2023-05-22 */

/* S: 231011 유트랜스퍼 추가 */
.UtransferWp {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding: 20px 0;
}

.UtransferBtn {
	background-color: #955ad8;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	padding: 8px;
	height: 24px;
	width: 240px;
	line-height: 24px;
	border-radius: 10px;
	margin-top: 10px;
}

.UtransferBtn a {
	color: #fff;
}
/* E: 231011 유트랜스퍼 추가 */

/* S: 240109 추가 */
.sp-between {
    justify-content: space-between;
}

.bg_color_dkGray {
    background-color: #e6e6e6;
}
/* E: 240109 추가 */