@charset "utf-8";
@import url("../css/NotoKR.css");
/* CSS Document */

/*-- reset css --*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,imgins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbdy,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,secton,summary,time,mark,audio,video,button 
{ margin: 0;  padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; box-sizing: border-box;}
html,body {font-family: 'Noto Sans Regular'; width: 100%; height: 100%;}
body {  line-height: 1; /*overflow-x: hidden;*/}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
ul,ol {list-style: none;}
blockquote,q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: '';content: none;}
a { margin: 0; padding: 0;font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;
    /* Link Style - change colours to suit your needs*/
    color: #666;
    -webkit-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -moz-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -ms-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -o-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    outline: none;
}
a:hover {  text-decoration: none; color: #000;}
table { border-collapse: collapse; border-spacing: 0; vertical-align: middle;}
th,td { vertical-align: middle;}
input,select {vertical-align: middle;}
select::-ms-expand {display: none;}
body {font-family: 'Noto Sans Regular', '나눔고딕'}
/*-- END reset css --*/



/*-- header --*/
header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:60px;
    z-index:7777;
	background-color:#f4f4f4;
	border-bottom: 1px solid rgba(195, 161, 133, 0.5);
	font-family:'Noto Sans Regular'
}

header.over {
    background:#fff;
    border-bottom:2px solid #213046;
}
div.navBtn {
    position:absolute;
    top:5px;
    right: 2%;
    display:block;
    width:50px;
    height:50px;
    background:url('../img/head_Icon.png') no-repeat 0 0;
}
header h1 {
    text-align:center;
    font-size:30px;
    line-height:80px;
    color:#134a79;
}
header h1 a {
    display:block;
    width:175px;
    height:60px;
    background:url('../img/logo_b.png') no-repeat;
    font-size:0;
    text-indent:-9999px;
    margin-left:5%;
}

.col-b {
	display:block;
    margin:5px auto 0;
    width:200px;
    height:60px;
    background:url('../img/logo_b02.png') no-repeat;
    font-size:0;
    text-indent:-9999px;}
div.topUtil {
    position:absolute;
    top:5px;
    right:15%;
}
div.topUtil a {
    display:block;
    width:50px;
    height:50px;
    text-indent:-9999px;
}
div.topUtil a.login {
    background:url('../img/head_Icon.png') no-repeat -50px 0;
}
div.topUtil a.logout {
    background:url('../img/head_Icon.png') no-repeat -100px 0;
}
div.topUtil a.headPrev {
    background:url('../img/head_Icon.png') no-repeat -100px 0;
}

/*-- END header --*/



/*---- navigation ----*/
div.navBlind {
    position:fixed;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.75);
    z-index:8888;
}
nav {
	position:fixed;
    top:0;
    left:-100%;
    width:85%;
    height:100%;
    background:#fff;
    transition:0.3s;
    z-index:9999;
}
nav.show {
    left:0;
}
div.navHead {
    position:relative;
    padding: 20px 30px;
    width: 100%;
    height: 70px;
    border-bottom:1px solid #e3e3e3;
	background-color: #fbfbfb;
}
div.navHead a {
    
}
div.navHead div.closedBtn {
    position:absolute;
    top:25px;
    right:15px;
    width:32px;
    height:32px;
    background:url('../img/closedBtn.png') no-repeat;
}
div.membershipArea {
    padding:20px;
    border-bottom:1px solid #e3e3e3;
}
div.memberInfo {
    padding:3px 0 3px 50px;
    background:url('../img/membershipArea-out.png') no-repeat;
}
div.memberInfo h2 {
    font-size:20px;
    font-family: 'Noto Sans Light';
    color:#454545;
}
div.memberInfo p {
    margin-top:5px;
    font-size:13px;
    color:#666666;
}
div.logout {background:url('../img/membershipArea-in.png') no-repeat;
}

ul.memberQuick {
    margin-top:15px;
}
ul.memberQuick li {
    float:left;
    width: 33.33%;
    text-align:center;
    box-sizing:border-box;
    margin:5% 0
}
ul.memberQuick li:nth-child(2),ul.memberQuick li:nth-child(5) {
    border-left:1px solid #ebebeb;
    border-right:1px solid #ebebeb;
}
ul.memberQuick li a {
    font-size:16px;
    color:#000000;
}
ul.memberQuick li a span {
    margin:5px auto;
    display:block;
    width:60px;
    height:35px;
    line-height:35px;
    font-size:2.5em;
    color:#213046;
	font-weight:normal;
}
ul.memberQuick li a span.editIcon {
    background:url('../img/editIcon.png') no-repeat center;
}
ul.memberQuick li a span i {
    font-size: 30px;
	font-weight: lighter;
}
ul.memberQuick li a span img {
	width: 100%;
    line-height: 30px;
    padding: 0 0 5%;
}
a.memberReservBtn::after {
    display:block;
    content:'';
    clear:both;
}
a.memberReservBtn {
    position:relative;
    margin-top:20px;
    display:inline-block;
    width:100%;
    height:40px;
    text-align:center;
    font-size:1rem;
    line-height:40px;
    color:#fff;
    background-color:#009ade;
    box-sizing:border-box;
}
a.memberReservBtn::after {
    position:absolute;
    top:10px;
    left:130px;
    display:block;
    content:'';
    clear:both;
    width:40px;
    height:40px;
    background:url('../img/membershipReserv.png') no-repeat center;
}
div.naviInner {
    overflow-y:scroll;
    height:620px;
}
ul.menu {
    height:800px;
}
ul.menu li p {
	position:relative;
    display:block;
    padding: 5% 10%;
	font-size: 1rem;
	color:#454545;
	background:url('../img/ic01.png') no-repeat  40px 24px;
	border-bottom: 1px solid #f3f3f3;
	font-family: 'Noto Sans Medium';
}
ul.menu li:nth-child(2) p {
    background:url('../img/ic02.png') no-repeat  40px 24px;
}
ul.menu li:nth-child(3) p {
    background:url('../img/ic03.png') no-repeat  40px 24px;
}
ul.menu li:nth-child(4) p {
    background:url('../img/ic04.png') no-repeat  40px 24px;
}
ul.menu li:nth-child(5) p {
    background:url('../img/ic05.png') no-repeat  40px 24px;
}
ul.menu li p span {
	position:absolute;
    top:50%;
    right:5%;
    margin-top:-10px;
    display:block;
    width:38px;
    height:20px;
    background:url('../img/btnArrow_down.png') no-repeat;
}
ul.menu li p.active {
	color:#009ade;
    background:url('../img/ic01_on.png') no-repeat  40px 24px;
}
ul.menu li:nth-child(2) p.active {
    background:url('../img/ic02_on.png') no-repeat  40px 24px;
}
ul.menu li:nth-child(3) p.active {
    background:url('../img/ic03_on.png') no-repeat  40px 24px;
}
ul.menu li:nth-child(4) p.active {
    background:url('../img/ic04_on.png') no-repeat  40px 24px;
}
ul.menu li:nth-child(5) p.active {
    background:url('../img/ic05_on.png') no-repeat  40px 24px;
}
ul.menu li p.active span {
    background:url('../img/btnArrow_up.png') no-repeat;
}
ul.menu li p >i {color: #aaa; }
ol.subMenu {
	display:none;
}
ol.subMenu li a {
    display:block;
    padding: 5% 10%;
    font-size: 0.97rem;
    color:#666;
    background:#eee;
    border-bottom: 1px solid #fff;
	font-family: 'Noto Sans Medium';
}
/*-- // navigation --*/


/*-- footer --*/
footer {background-color: #eee}
footer .f_top {background: #bbb; margin: 0 auto;display: block;  text-align: center;}
footer .f_top ul {}
footer .f_top ul li {display: inline-block; line-height: 50px;padding: 0 0 0 3%;}
footer .f_top ul li:nth-child(1) {padding: 0}
footer .f_top ul li a {display: inline-block; font-size: 0.8em; color: #fff}
footer .copy {background-color: #eee; padding:10% 10% 1%}
footer .copy p {font-size: 0.7em; line-height: 2em}
footer .copy p:nth-child(1) {color: #132a88; font-weight: 600; font-size: 1em}
footer .copy .f_copy {color: #999; line-height: 1.4em; margin: 2% 0;}
footer .familySite {margin:5% 0 15%}
footer .familySite select { padding-left:15px;  width:100%;  line-height:40px; height:40px;  border-color:#aaa; background: url('../img/arrowDwon.png') no-repeat right 12px center;	background-color:#f7f7f7;	appearance: none;	-webkit-appearance: none; color: #333}
footer .familySite select::-ms-expand { display: none;}	
/*-- // footer --*/


div.endline { clear:both;}


/*--- 폰트 ---*/
.tle_txt {font-size: 13px; margin: 5px 0 10px;}
.title01 {font-family: 'Noto Sans Regular'; font-size: 1.2em; font-weight: 500;padding:10% 0 4%}
h2.subTit02 { font-size: 15px; font-family: 'Noto Sans Light'; font-family: 'Noto Sans Regular'; margin-top: 20px; text-align: left}
.t_c { text-align: center !important;}
.txt {font-size: 14px; ;line-height: 20px}
.point {color: red}
.txt_left {text-align: left}

/*---- 버튼 -----*/
div.btn {text-align: center;}
div.btn a.col { background:#273484;}
div.btn a { display: inline-block;  padding: 0 5%;  width: 25%; height: 30px; background-color: #aaa; font-size: 13px;  text-align: center; line-height: 30px; color: #fff;}
div.btn a.btn_small {width:25%;}
div.btn a.btn_small100 {width:90%;}
.btn_md {display: block; width: 100%; height:40px; margin-top:20px;  padding: 0 20px; box-sizing: border-box; background-color: #273484;
font-size: 1.2em; color: #fff; text-align: center; line-height: 40px; vertical-align: middle; letter-spacing: 10px;}
.btn_cr { padding: 2%; line-height: 22px; background: #fff; border: 1px solid #273484; text-align: center; display: block;}
.btn_cr:hover {background:#273484; color: #9dddff}
.form_same {float:right; margin:-25px 0 0; line-height:20px;font-size: 0.7em;}
.btnArea {text-align: center; margin:10% 0}
.btnArea a, .btnArea .cancel {display: inline-block; padding: 2% 7%; border: 1px solid #aaa}
.btnArea .cancel:hover {border: 1px solid #273484}
.btnArea .ok { color: #273484; background:#273484; color: #fff}
.btnArea .ok:hover {color: #9dddff}
.btn1 {text-align: center; font-size: 1em; width: 85%; margin: 4% auto; border:1px solid #aaa; display: block; line-height: 2em;background: #273484; color: #fff}
div.listBtn { margin-top:10%; text-align:center;}
div.listBtn a { display:inline-block; margin:0 10px; width:50%;  height:30px; background-color:#333;  font-size:1em; text-align:center; line-height:30px; color:#fff;}
div.listBtn a.col { background-color:#009ade;}
div.listBtnSmall { margin-top:50px; text-align:center;}
div.listBtnSmall a { display:inline-block; margin:0 10px; width:120px;  height:40px; background-color:#ddd;  font-size:16px; text-align:center; line-height:40px; color:#000;}
div.listBtnSmall a.col { background-color:#009ade; color:#fff}


/*--- 페이저 ---*/
div.paging ul { margin: 25px auto; text-align: center; padding-top: 0px;} 
div.paging ul li { display: inline-block; }
div.paging ul li a { display: inline-block; width: 25px;  height: 35px; font-size: 13px; text-align: center; line-height: 35px;  box-sizing: border-box; vertical-align: middle;}
div.paging ul li.active a {font-family: 'Noto Sans Medium'; color: #fff; background-color: rgba(0,0,0,0.2);}



@media screen and (min-width:280px) and (max-width:360px){
    nav { left:-100%;  width:100%;}
    ul.memberQuick li a {font-size: 0.8em}
    div.navHead div.closedBtn {right: 15px}
}




.mb5 {margin-bottom:5px !important} 
.mb10 {margin-bottom:10px !important} 
.mb20 {margin-bottom:20px !important} 
.mb30 {margin-bottom:30px !important} 
.mb40 {margin-bottom:40px !important} 
.mb50 {margin-bottom:50px !important} 
.mb100 {margin-bottom:100px !important} 
.mb200 {margin-bottom:200px !important} 
.mb300 {margin-bottom:300px !important} 
.mb400 {margin-bottom:400px !important} 
.mb500 {margin-bottom:500px !important} 
.mt5 {margin-top:5px !important} 
.mt10 {margin-top:10px !important} 
.mt20 {margin-top:20px !important} 
.mt30 {margin-top:30px !important} 
.mt35 {margin-top:35px !important} 
.mt40 {margin-top:40px !important} 
.mt50 {margin-top:50px !important} 
.mt100 {margin-top:100px !important}  
.mt150 {margin-top:150px !important}  
.mt170 {margin-top:170px !important} 
.mt200 {margin-top:200px !important} 
.mt300 {margin-top:300px !important} 
.mt400 {margin-top:400px !important} 
.mt500 {margin-top:500px !important} 
.mr5 {margin-right:5px !important} 
.mr10 {margin-right:10px !important} 
.mr20 {margin-right:20px !important} 
.mr30 {margin-right:30px !important} 
.mr35 {margin-right:35px !important} 
.mr40 {margin-right:40px !important} 
.mr50 {margin-right:50px !important}
.ml10 {margin-left:10px !important} 
.ml20 {margin-left:20px !important} 
.ml30 {margin-left:30px !important} 
.ml40 {margin-left:40px !important} 
.ml50 {margin-left:50px !important}


