@charset "utf-8";

@import url('bootstrap.css');
@import url('fontAwesome.css');
@import url('ionicons.css');
@import url('animate.css');
@import url('hover.css');
@import url('cssmenu.css');

@import url('option.css');
@import url('content.css');








/* 초기화 /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: ;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

html {height:100%;}
body {height:100%; min-width:320px; word-break:keep-all; background:#1e1e1e;}
body,input,textarea,select,button {font-family:'Open sans', 'Malgun Gothic', '맑은 고딕', '돋움', 'Tahoma'; font-size:13px; color:#727272; font-weight:normal; line-height:22px;}
table,th,h1,h2,h3,h4,h5,h6 {font-size:13px; font-weight:normal;}
legend, caption {display:none;}
img,input,select,textarea {vertical-align:middle;}
a {text-decoration:none; color:#727272;}
a:hover {text-decoration:none; color:#00629e;}

/* 라디오,체크박스-변경 */
.CRD input[type="checkbox"] {display:none;}
.CRD input[type="checkbox"] + label {font:400 16px/16px 'NotoSansKR'; color:#333;}
.CRD input[type="checkbox"] + label span {display:inline-block; width:19px; height:19px; margin:-2px 5px 0 0; vertical-align:middle; background:url('../images/btnIcn/check_radio_sheet.png') left top no-repeat; cursor:pointer;}
.CRD input[type="checkbox"]:checked + label span {background:url('../images/btnIcn/check_radio_sheet.png') -19px top no-repeat;}
.CRD input[type="radio"] {display:none;}
.CRD input[type="radio"] + label {font:400 16px/16px 'NotoSansKR'; color:#333;}
.CRD input[type="radio"] + label span {display:inline-block; width:19px; height:19px; margin:-2px 5px 0 0; vertical-align:middle; background:url('../images/btnIcn/check_radio_sheet.png') -38px top no-repeat; cursor:pointer;}
.CRD input[type="radio"]:checked + label span {background:url('../images/btnIcn/check_radio_sheet.png') -57px top no-repeat;}

/* 부트스트랩-변경 */
input[type="file"] {display:inline-block; height:30px;}
.btn {letter-spacing:-1px; line-height:18px;}
.modal {z-index:9999;}
.modal-header {padding: 10px 25px 15px 25px; border-bottom:none; background:#cd3333; border-radius:3px 3px 0 0;}
.modal-title {padding:5px 0 0 0; font:20px/20px 'NotoSansKR'; color:#fff; letter-spacing:-1px;}
.modal-body {padding:30px;}
.close {font-size:33px; color:#fff !important;}

.cheditor-tb-wrapper {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}





/* 기본 레이아웃[틀]  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#wrap {position:relative; width:100%; height:100%;}

/* 전체메뉴 */
#totalMenu {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#fff; z-index:98;}
#totalMenu ul {position:absolute; top:50%; left:50%; width:940px; margin:-300px 0 0 -470px; text-align:center; overflow:hidden;}
#totalMenu ul li {padding:27px 0; opacity:0; margin-top:-100px;}
#totalMenu ul li p a {display:block; font:700 30px/30px 'Nanum Square'; color:#333;}
#totalMenu ul li p a:hover {color:#00629e;}
#totalMenu ul li div {margin-top:25px; font:300 18px/28px 'Nanum Square'; color:#777;}
#totalMenu ul li div a {display:inline-block; font:400 18px/28px 'Nanum Square'; color:#00629e;}
#totalMenu ul li div a:hover {color:#333;}

/* 상단영역 - PC */
#header {position:fixed; top:0px; width:100%; border-bottom:#e5e5e5 1px solid; background:#fff; z-index:99;}
#header > .gnbMenu {width:1140px; height:100px; margin:0 auto; overflow:hidden;}
#header > .gnbMenu > dt:first-child {float:left; width:25%; padding-top:20px; cursor:pointer;}
#header > .gnbMenu > dt:first-child h1 {font:700 30px/30px 'NotoSansKR'; color:#00629e; letter-spacing:5px;}
#header > .gnbMenu > dt:first-child h2 {margin-top:4px; font:400 20px/20px 'NotoSansKR'; color:#333; letter-spacing:-1px;}
#header > .gnbMenu > dt:last-child {float:left; width:20%; padding-top:25px; text-align:right;}
#header > .gnbMenu > dt:last-child a {display:inline-block; padding:10px 15px; line-height:16px; color:#333; border:#777 1px solid;}
#header > .gnbMenu > dt:last-child a i {font-size:24px; line-height:24px;}
#header > .gnbMenu > dt:last-child a:hover {border:#00629e 1px solid; color:#fff;}
#header > .gnbMenu > dt:last-child a.hvr-sweep-to-top:before {background:#00629e;}
#header > .gnbMenu > dd {float:left; width:55%; text-align:center;}
#header > .gnbMenu > dd > ul {width:100%; overflow:hidden;}
#header > .gnbMenu > dd > ul > li {float:left;}
#header > .gnbMenu > dd > ul > li > a {display:block; width:100%; padding:40px 42px 41px 42px; text-align:center; font:400 20px/20px 'NotoSansKR'; color:#333; letter-spacing:-1px;}
#header > .gnbMenu > dd > ul > li > a:hover {color:#fff; background:#00629e;}
#header > .gnbMenu > dd > ul > li > a.on {color:#fff; background:#00629e;}
#header > .gnbMenu > dd > ul > li div {display:none; position:absolute; border-left:#e5e5e5 1px solid; border-right:#e5e5e5 1px solid; overflow:hidden; z-index:999;}
#header > .gnbMenu > dd > ul > li:nth-child(1) div {width:202px;}
#header > .gnbMenu > dd > ul > li:nth-child(2) div {width:211px;}
#header > .gnbMenu > dd > ul > li:nth-child(3) div {width:212px;}
#header > .gnbMenu > dd > ul > li div a {display:block; padding:10px 15px; color:#333; border-bottom:#e5e5e5 1px solid; background:#fff; cursor:pointer;}
#header > .gnbMenu > dd > ul > li div a:hover {color:#fff; background:#00629e;}

/* 상단영역 - MOBILE */
#headerMobile {position:fixed; top:0px; width:100%; background:#fff; border-bottom:#e5e5e5 1px solid; z-index:9999;}
#headerMobile .gnbMenu {margin:0 30px; padding:12px 0 10px 0; overflow:hidden;}
#headerMobile .gnbMenu dt {float:left; width:15%; padding-top:3px; text-align:right;}
#headerMobile .gnbMenu dt:first-child {text-align:left;}
#headerMobile .gnbMenu dt a {color:#333;}
#headerMobile .gnbMenu dt a:hover {color:#00629e;}
#headerMobile .gnbMenu dd {float:left; width:70%; padding-top:3px; text-align:center;}
#headerMobile .gnbMenu dd a {font:500 20px/20px 'NotoSansKR'; color:#333; letter-spacing:-1px;}
#headerMobile .gnbMenu dd a span {color:#00629e;}
#headerMobile .gnbTotal {position:fixed; top:0; width:250px; height:100%; margin-left:-250px; background:#333; overflow:auto;}
#headerMobile .gnbTotal > dl {width:100%; padding:15px 17px 14px 20px; overflow:hidden;}
#headerMobile .gnbTotal > dl dt {float:left; font:500 20px 'Dosis'; color:#fff;}
#headerMobile .gnbTotal > dl dd {float:right; font-size:20px; color:#fff; cursor:pointer;}
#headerMobile .gnbTotal > ul {width:100%; text-align:center; border-left:#333 1px solid; background:#444; overflow:hidden;}
#headerMobile .gnbTotal > ul li {float:left; width:50%; padding:20px 0; border-right:#333 1px solid; border-bottom:#333 1px solid; cursor:pointer;}
#headerMobile .gnbTotal > ul li:nth-child(3), #headerMobile > ul li:nth-child(4) {border-bottom:none;}
#headerMobile .gnbTotal > ul li.hvr-sweep-to-bottom:before {background:#14b1bb;}
#headerMobile .gnbTotal > ul li p {font-size:30px; color:#fff;}
#headerMobile .gnbTotal > ul li h1 {margin-top:5px; font-weight:300; color:#fff;}
#headerMobile .gnbTotal > p {width:100%; padding:15px 10px; text-align:center; background:#444; overflow:hidden;}
#headerMobile .gnbTotal > p > a {display:inline-block; width:48%; padding:4px 0; font-weight:bold; font-size:13px; color:#ddd; letter-spacing:-1px; background:#555;}
#headerMobile .gnbTotal > p > a:hover {color:#fff; background:#14b1bb;}
#headerMobile .gnbTotal > p > a.on {color:#fff; background:#14b1bb;}

/* 컨텐츠영역 */
#content {width:100%; background:#fff;}

/* 하단영역 */
#footer {width:100%; padding:40px 0; border-top:#e5e5e5 1px solid;}
#footer > ul {width:1140px; margin:0 auto; overflow:hidden;}
#footer > ul > li:nth-child(1) {float:left; width:20%;}
#footer > ul > li:nth-child(2) {float:left; width:80%; padding-top:4px;}









/* 반응형 ============================================================================================ */
/* 모바일  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width:479px) {
#totalMenu {display:none;}

#header {display:none;}

#content {padding-top:54px;}

#footer > ul {width:320px;}
#footer > ul > li:nth-child(1) {width:100%; text-align:center;}
#footer > ul > li:nth-child(2) {width:100%; margin-top:20px; text-align:center;}
}


/* 테블릿1  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width:480px) and (max-width:767px) {
#totalMenu {display:none;}

#header {display:none;}

#content {padding-top:54px;}

#footer > ul {width:450px;}
#footer > ul > li:nth-child(1) {width:100%; text-align:center;}
#footer > ul > li:nth-child(2) {width:100%; margin-top:20px; text-align:center;}
}


/* 테블릿1  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width:768px) and (max-width:989px) {
#totalMenu {display:none;}

#header {display:none;}

#content {padding-top:54px;}

#footer > ul {width:720px;}
#footer > ul > li:nth-child(1) {width:100%; text-align:center;}
#footer > ul > li:nth-child(2) {width:100%; margin-top:20px; text-align:center;}
}


/* PC1  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width:990px) and (max-width:1199px) {
#totalMenu > ul {width:940px;}

#header > .gnbMenu {width:940px;}
#header > .gnbMenu > dd > ul > li > a {padding:40px 24px 41px 24px;}
#header > .gnbMenu > dd > ul > li:nth-child(1) div {width:173px;}
#header > .gnbMenu > dd > ul > li:nth-child(2) div {width:166px;}
#header > .gnbMenu > dd > ul > li:nth-child(3) div {width:176px;}

#headerMobile {display:none;}

#footer > ul {width:940px;}
#footer > ul > li:nth-child(1) {width:25%;}
#footer > ul > li:nth-child(2) {width:75%;}
}


/* PC2  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width:1200px) {
#headerMobile {display:none;}
}