@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('hoverEffect.css');

@import url('cssmenu.css');
@import url('crosscover.css');
@import url('vegas.css');
@import url('pgwslideshow.css');
@import url('magnificPopup.css');

@import url('option.css');
@import url('common.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:#292929;}
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; transition:0.3s;}
a:hover {text-decoration:none; color:#0d4b8d;}

/* 라디오,체크박스-변경 */
.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:0 !important; background:#000;}
.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:998;}
#totalMenu ul {position:absolute; top:50%; left:50%; width:940px; margin:-300px 0 0 -470px; text-align:center; overflow:hidden;}
#totalMenu ul li {padding:30px 0; opacity:0; margin-top:-100px;}
#totalMenu ul li p a {display:block; font:500 25px/25px 'Nanum Square'; color:#333; letter-spacing:-1px;}
#totalMenu ul li p a:hover {color:#0d4b8d;}
#totalMenu ul li div {margin-top:20px; font-size:14px; color:#333;}
#totalMenu ul li div a {display:inline-block; font-size:14px; color:#333; letter-spacing:-1px;}
#totalMenu ul li div a:hover {color:#0d4b8d;}

/* 상단영역 - PC */
#header {position:fixed; top:0px; width:100%; background:#fff; z-index:999;}
#header > dl {width:1140px; margin:0 auto; border-bottom:#e5e5e5 1px solid; overflow:hidden;}
#header > dl > dt {float:left; width:25%; padding-top:28px;}
#header > dl > dt:last-child {text-align:right;}
#header > dl > dt a {display:inline-block; padding:5px 10px; letter-spacing:-1px; border:#e5e5e5 1px solid; border-radius:3px; background:#fff;}
#header > dl > dt a:hover {color:#fff;}
#header > dl > dt a.hvr-sweep-to-top:before {color:#fff; background:#0d4b8d;}
#header > dl > dd {float:left; width:50%; padding:20px 0; text-align:center;}
#header > ul {width:1140px; margin:0 auto; overflow:hidden;}
#header > ul > li {float:left; width:20%;}
#header > ul > li > a {display:block; width:100%; padding:25px 0; text-align:center; font:400 16px/16px 'NotoSansKR'; color:#333; letter-spacing:-2px;}
#header > ul > li > a:hover {color:#0d4b8d;}
#header > ul > li > a.on {color:#0d4b8d;}
#header > ul > li div {display:none; position:absolute; width:200px; margin-left:15px; text-align:center; border-left:#e5e5e5 1px solid; border-right:#e5e5e5 1px solid; border-radius:0 0 5px 5px; overflow:hidden; z-index:999;}
#header > ul > li div a {display:block; padding:10px 15px; font-weight:bold; color:#333; letter-spacing:-1px; background:rgba(255,255,255,1.0); border-bottom:#e5e5e5 1px solid; cursor:pointer;}
#header > ul > li div a:hover {color:#fff; background:rgba(0,0,0,0.5);}

/* 상단영역 - MOBILE */
#headerMobile {position:fixed; top:0px; width:100%; background:#fff; border-bottom:#e5e5e5 1px solid; z-index:9999;}
#headerMobile .gnbMenu {margin:0 30px; padding:11px 0 11px 0; overflow:hidden;}
#headerMobile .gnbMenu dt {float:left; width:15%; padding-top:5px; text-align:right;}
#headerMobile .gnbMenu dt:first-child {text-align:left;}
#headerMobile .gnbMenu dt a {color:#333;}
#headerMobile .gnbMenu dt a:hover {color:#0d4b8d;}
#headerMobile .gnbMenu dd {float:left; width:70%; padding-top:3px; text-align:center;}
#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; 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:#2e9fda;}
#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%; border-top:#292929 4px solid; overflow:hidden;}
#footer .ftInfo {width:100%; padding:50px 0 50px 0; background:#333;}
#footer .ftCopy {width:1140px; margin:0 auto; padding:30px 0 30px 0; overflow:hidden;}
#footer .ftCopy dt {float:left;}
#footer .ftCopy dt span {letter-spacing:-1px;}
#footer .ftCopy dd {float:right;}
#footer .ftCopy dd strong {letter-spacing:-1px;}
#footer .ftCopy dd strong span {color:#1abcaa;}

/* 하단컨텐츠 */
.ftCnt {width:1140px; margin:0 auto; overflow:hidden;}
.ftCnt .ftcL {float:left; width:30%;}
.ftCnt .ftcL div {margin-top:20px; color:#ccc;}
.ftCnt .ftcL div h1 {padding:10px; text-align:center; font:700 25px/25px 'Nanum Square'; color:#1abcaa; border:#494949 3px solid;}
.ftCnt .ftcL div h2 {margin:15px 0 15px 0; font-weight:bold; font-size:20px;}
.ftCnt .ftcC {float:left; width:30%; margin:0 5%;}
.ftCnt .ftcC div {margin-top:20px; color:#ccc;}
.ftCnt .ftcC div h1 {padding:10px; text-align:center;  text-align:center; font:700 25px/25px 'Nanum Square'; color:#fbcc07; letter-spacing:-1px; border:#494949 3px solid; cursor:pointer; transition:0.3s;}
.ftCnt .ftcC div h1:hover {color:#fff; background:#fbcc07;}
.ftCnt .ftcC div h2 {margin:15px 0 15px 0; font-size:18px; font-weight:bold;}
.ftCnt .ftcC div > dl {width:100%; margin-top:30px; overflow:hidden;}
.ftCnt .ftcC div > dl > dt {float:left; width:45%;}
.ftCnt .ftcC div > dl > dd {float:right; width:45%;}
.ftCnt .ftcC div > dl dl {width:100%; overflow:hidden;}
.ftCnt .ftcC div > dl dl dt {float:left; margin-right:15px;}
.ftCnt .ftcC div > dl dl dd {float:left;}
.ftCnt .ftcR {float:left; width:30%;}
.ftCnt .ftcR ul {width:100%; margin-top:20px; overflow:hidden;}
.ftCnt .ftcR ul li {padding:5px 0 5px 12px; border-bottom:#494949 1px solid; background:url('../images/common/footer_icn.gif') 0 13px no-repeat;}
.ftCnt .ftcR ul li a {color:#ccc;}
.ftCnt .ftcR ul li a:hover {color:#1abcaa;}

.ftCnt .ftTilte {width:100%; overflow:hidden;}
.ftCnt .ftTilte > dt {float:left; font-family:'Open Sans'; font-size:20px; color:#ddd; font-weight:bold;}
.ftCnt .ftTilte > dd {float:right; padding-top:3px;}
.ftCnt .ftTilte > dd a:hover {color:#1abcaa;}

/* 퀵메뉴 */
#quickMenu {position:absolute; top:50%; right:0; width:110px; margin-top:-235px; z-index:998;}
#quickMenu > h1 {padding:20px 0; text-align:center; background:#27282b;}
#quickMenu > h1 > div {margin-top:10px; font:300 13px/22px 'NotoSansKR'; color:#fff;}
#quickMenu > h1 > div span {font-weight:500; font-size:12px;}
#quickMenu > h2 {padding:15px 0; text-align:center; background:#27282b;}
#quickMenu ul {width:100%; overflow:hidden;}
#quickMenu ul li {width:100%; padding:15px; text-align:center; border-bottom:#4d4c4c 1px solid; background:#353534; cursor:pointer;}
#quickMenu ul li:hover {color:#fff;}
#quickMenu ul li.hvr-sweep-to-top:before {background:#2fafc4;}
#quickMenu ul li p {font-size:35px; color:#fff;}
#quickMenu ul li div {margin-top:10px; font:300 12px/14px 'NotoSansKR'; color:#fff;}









/* 반응형 ============================================================================================ */
/* 모바일  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (max-width:479px) {
#header {display:none;}

#content {padding-top:56px;}

#footer .ftCopy {width:320px; text-align:center;}
#footer .ftCopy dt {width:100%;}
#footer .ftCopy dd {width:100%;}
.ftCnt {width:320px;}
.ftCnt .ftcL {width:100%;}
.ftCnt .ftcC {width:100%; margin:25px 0 0 0; padding-top:25px; border-top:#494949 1px solid;}
.ftCnt .ftcR {width:100%; margin:25px 0 0 0; padding-top:25px; border-top:#494949 1px solid;}

#quickMenu {display:none;}
}


/* 테블릿1  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width:480px) and (max-width:767px) {
#header {display:none;}

#content {padding-top:56px;}

#footer .ftCopy {width:450px; text-align:center;}
#footer .ftCopy dt {width:100%;}
#footer .ftCopy dd {width:100%;}
.ftCnt {width:450px;}
.ftCnt .ftcL {width:100%;}
.ftCnt .ftcC {width:100%; margin:25px 0 0 0; padding-top:25px; border-top:#494949 1px solid;}
.ftCnt .ftcR {width:100%; margin:25px 0 0 0; padding-top:25px; border-top:#494949 1px solid;}

#quickMenu {display:none;}
}


/* 테블릿1  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width:768px) and (max-width:989px) {
#header {display:none;}

#content {padding-top:56px;}

#footer .ftCopy {width:720px; text-align:center;}
#footer .ftCopy dt {width:100%;}
#footer .ftCopy dd {width:100%;}
.ftCnt {width:720px;}
.ftCnt .ftcL {float:left; width:48%;}
.ftCnt .ftcC {float:left; width:48%; margin:0 0 0 4%;}
.ftCnt .ftcR {float:left; width:100%; margin-top:30px; padding-top:30px; border-top:#494949 1px solid;}

#quickMenu {display:none;}
}


/* PC1  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width:990px) and (max-width:1199px) {
#header > dl {width:940px;}
#header > ul {width:940px;}
#header > ul > li div {width:160px; margin-left:15px;}

#headerMobile {display:none;}

#footer .ftCopy {width:940px; text-align:center;}
#footer .ftCopy dt {width:100%;}
#footer .ftCopy dd {width:100%;}
.ftCnt {width:940px;}
.ftCnt .ftcL {float:left; width:31%;}
.ftCnt .ftcC {float:left; width:31%; margin:0 3.5%;}
.ftCnt .ftcR {float:left; width:31%;}
}


/* PC2  /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media all and (min-width:1200px) {
#headerMobile {display:none;}
}