@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0 auto;padding:0;font-size:0.9em;font-family:'Noto Sans KR', dotum, sans-serif;background:#fff; min-width: 1170px;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans KR', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;}

h4{font-family: '나눔고딕', NanumGothic; font-size: 19px;color:#000; text-align: left;padding-top: 50px;}
.board_txt_brown{font-family: '나눔고딕', NanumGothic;color:rgb(110,57,26); font-size: 19px; text-align: left;}
.board_txt_brown_{font-family: '나눔고딕', NanumGothic;color:rgb(110,57,26); text-align: left;}

.red_bg { width: 100%; background:rgb(149,16,21); color:#fff; font-size: 19px; text-align: left; padding:2px 0 2px 10px;}
.blue_bg { width: 100%; background:rgb(51,51,204); color:#fff; font-size: 19px; text-align: left; padding:2px 0 2px 10px;}
.rightgreen_bg { width: 100%; background:rgb(119,176,43); color:#fff; font-size: 19px; text-align: left; padding:2px 0 2px 10px;}
.brown_bg { width: 100%; background:rgb(110,57,26); color:#fff; font-size: 19px; text-align: left; padding:2px 0 2px 10px;}
.black_bg { width: 100%; background:rgb(0,0,0); color:#fff; font-size: 19px; text-align: left; padding:2px 0 2px 10px;}
h5{font-family: '나눔고딕', NanumGothic; font-size: 16px;color:#000; text-align: left;padding-top: 25px;}
.b_con_txt {font-family: '나눔고딕', NanumGothic;  font-size: 14px; line-height: 24px; color:#000; text-align: left; padding-top: 15px; }
.table_bcomment {font-family: '나눔고딕', NanumGothic;  font-size: 14px; line-height: 24px; color:#333; text-align: left; padding-top: 15px; }
.bcomment_num {font-family: '나눔고딕', NanumGothic; padding:20px 0;  font-size: 13px; line-height:18px; letter-spacing: -0.5px; color:#666; text-align: left; }
sup {color:#999; font-weight: bold;}



/* 기본테이블 */
.btable_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px;border-top:2px solid #6f6f6f;border-bottom:1px solid #ddd;font-family: '나눔고딕', NanumGothic;  font-size: 14px; line-height: 24px;} 
.btable_wrap caption {padding:10px 0;font-weight:normal;text-align:left;}

.btable {margin:0 0 20px}
.btable caption {padding:0;font-size:0;line-height:0;overflow:hidden;}
.btable thead th {padding:15px 0;font-weight:normal;text-align:center;border-right:1px solid #ccc;border-bottom:1px solid #ddd;background:#f9fafe; color:#000;}
.btable thead th:last-child{border-right:none;}
.btable thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.btable tfoot th, .ct tfoot td {padding:10px 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:#f9fafe;text-align:center;}
.btable tbody th {padding:8px 0;border-right:1px solid #ccc;border-bottom:1px solid #e8e8e8;background:#f9fafe;color:#000;font-weight: normal;}

.btable td {color:#000;background:#fff;text-align:left;padding:12px 15px;border-top:1px solid #ccc;border-right:1px solid #ccc;line-height: 24px; word-break:break-all;}
.btable td:last-child{border-right:none;}
.btable tbody tr:hover td{background:#f9fafe;}
.btable a:hover {text-decoration:underline}

.btable .taright{text-align: center;padding:15px 0 15px 30px;}
.btable .btxt{color:#006ea5 !important;}
.btable .stxt{color:#000 !important;}




.pro_case{position: relative; background: #f4f3f3;}
.pro_case .inner{position: relative; width:756px; margin:0 auto; padding: 20px 20px 20px 142px; box-sizing: border-box; }
.profile_n{border-left:1px solid #b1b1b1; padding-left: 20px; box-sizing: border-box;}
.profile_n .pimg{position: absolute; left:20px; top:20px; width:103px !important; height: 103px !important; border-radius: 50% !important; overflow: hidden;}
.profile_n .pimg img{vertical-align: top}
.profile_n .pname{margin-bottom:14px; padding-top:7px; font-size:20px; color:#01224d; font-weight: 500; text-align: left;}
.profile_n .pname .pn{ font-size:13px; color:#01224d; text-align: left;}
.pmsg{font-size:14px; line-height: 18px; padding-bottom: 5px; text-align: left;}
.boardwbottom { text-align: right; height: 29px; background: #02214d;}

/*input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;}*/

.placeholdersjs {color:#aaa !important}

/* 레이아웃 크기 지정 */



.boardwriter_t { width:756px; background: #f4f3f3; }
.boardwriter { width:756px;padding:28px 21px 26px 21px; margin:0 !important; background: #f4f3f3; height:auto; }
.boardwriter > .lc {width:124px;float:left;}
.boardwriter > .rc {width:590px;float:right;}
.boardwriter > .lc > img {border-radius: 100%; }
.boardwriter > .rc > ul { border-left:1px solid #b1b1b1; padding:0 0 0 21px; margin-bottom: 28px;}
.boardwriter > .rc > ul li {list-style: none;}
.boardwriter > .rc > ul > li p {font-size: 14px; color:#01224d; font-weight: 500; letter-spacing: -1px; padding-bottom: 14px; }
.boardwriter > .rc > ul > li p strong {font-size: 21px; color:#01224d; font-weight: 500; letter-spacing: -1px; padding-right: 3px;}
.boardwriter > .rc > ul > li span {font-size: 13px; font-weight: normal !important; line-height: 17px !important; color:#242424; letter-spacing: -0.5px;}
.boardwriter_t > .boardwbottom { text-align: right; height: 29px; background: #02214d;}
.boardwriter_t .cb { clear: both; }




.visual_container{display: flex; min-width: 1170px; max-width:1920px; height:610px; margin: 0 auto; margin-top: 85px;}
.visual_container .hide{display: none;}
.visual_container .bg_cover_setting{display: block;position: relative; background-repeat: no-repeat; background-size: cover; background-position: center; z-index: 1}
.visual_container .inner{ position: relative; }
.visual_container .equal_dimmd_bg{position:absolute;  background: rgba(0,0,0,0.5); width:100%; height:100%; z-index: 2}

.visual_container .vcs{ box-sizing: border-box; }

.visual_container .vc_left{flex:1;margin-right:5px; }
.visual_container .vc_left .bg_setting{height:610px;}
.visual_container .vc_left .text_area{ position: absolute; width: 100%; height: 100%; z-index: 3; letter-spacing: -0.5px;color:#fff; padding:35px 0 0 29px; font-weight: 400; text-align: left; }
.visual_container .vc_left .top_tit{font-size: 16px;color:#fff;}
.visual_container .vc_left .bot_tit{margin-top:325px;color:#fff;}
.visual_container .vc_left .bot_tit .t1{font-size: 30px;color:#fff; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;  width:67%;}
.visual_container .vc_left .bot_tit .t2{margin-top:7px;font-size: 16px;color:#fff; width: 80%; white-space: normal; line-height: 24px; height: 48px; overflow: hidden; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.visual_container .vc_left .bot_tit .t2 a p span {font-family:'Noto Sans KR', dotum, sans-serif !important; font-weight: normal !important; font-size: 16px !important; color:#fff !important; 
background: transparent !important; overflow: hidden; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.visual_container .vc_left .profile_area{margin-top: 45px;}
.visual_container .vc_left .profile_area .pf_img{width: 51px;height: 51px;border: 1px solid transparent; border-radius: 100%; overflow: hidden; display: inline-block}
.visual_container .vc_left .profile_area .pf_img img{width:100%}
.visual_container .vc_left .profile_area .pf_name{font-size: 16px; letter-spacing: -1.5px; line-height: 51px; display: inline-block; vertical-align: top;margin-left: 10px;}
.visual_container .vc_left .profile_area .pf_name .sv_member {color: #fff !important; text-decoration: underline;}
.visual_container .vc_left .good {position: absolute;bottom: 45px;left:15px;color: #fff;font-size: 13px;font-weight: normal;z-index: 5}

.visual_container .vc_right{flex:1;}       
.visual_container .vrbox_area{display: flex; flex-wrap: wrap; box-sizing: border-box;}
.visual_container .vrbox_area.top_add{margin-top:4px; }
.visual_container .vrbox_area .vrboxs{height: 303px;}
.visual_container .vrbox_area .vrboxs .bg_setting{height:303px}
.visual_container .vrbox_area .vrbox1{flex:1;width:50%;margin-right:5px;}
.visual_container .vrbox_area .vrbox2{flex:1;width:50%;}
.visual_container .vrbox_area .vrbox3{flex:1;width:100%;}
.visual_container .vc_right .text_area{ position: absolute; width: 100%; height: 100%; z-index: 3; letter-spacing: -0.5px;color:#fff; padding:35px 0 0 29px; font-weight: 400; text-align: left; }
.visual_container .vc_right .top_tit{font-size: 16px;}
.visual_container .vc_right .bot_tit{ margin-top:75px;}
.visual_container .vc_right .bot_tit .t1{ font-size: 30px;text-overflow: ellipsis;width:67%;white-space: normal;line-height: 36px; height: 73px;overflow: hidden;text-align: left;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.visual_container .vc_right .profile_area{margin-top: 13px;}
.visual_container .vc_right .profile_area .pf_img{width: 51px;height: 51px;border: 1px solid transparent; border-radius: 100%; overflow: hidden; display: inline-block}
.visual_container .vc_right .profile_area .pf_img img{width:100%}
.visual_container .vc_right .profile_area .pf_name{font-size: 16px; letter-spacing: -1.5px; text-decoration: underline; line-height: 51px; display: inline-block; vertical-align: top;margin-left: 10px;}
.visual_container .vc_right .pf_name .sv_member {color: #fff !important; text-decoration: underline;}
.visual_container .vc_right .good {position: absolute;bottom: 45px;left: 15px;color: #fff;font-size: 13px;font-weight: normal;z-index: 5}



        

.pbvisual{margin:0 auto; width:100%; position:relative; text-align: center; margin-top: 30px;  }
.pbvisual img{ overflow:hidden;}
.pbvisual .slider_wrap{position:absolute;overflow:hidden; width:1920px; height: 420px; left:50%; margin-left:-960px; top:55px;}
/*.pbvisual .slider_wrap{position:absolute;overflow-x:hidden; width:100%; height: 420px; top:55px; text-align: center;}*/
.pbvisual .swiper-container {overflow:hidden;position:relative;}
.pbvisual .swiper-wrapper { }
.pbvisual .swiper-slide {overflow:hidden;position:relative; }
.pbvisual .swiper-slide a {border: none;}
.pbvisual .swiper-slide img{vertical-align: top; width:1920px; height: 420px;}
.pbvisual .swiper-pagination{width:100%;text-align:center;position:absolute;left:0;bottom:5%}
.pbvisual .swiper-pagination-bullet{width:10px;height:10px;margin:0 5px;background:rgba(255,255,255,.3);  border-radius:100%;opacity:0; }
.pbvisual .swiper-pagination-bullet-active{border:2px #fff solid;opacity:0;background:#fff}
.pbvisual .swiper-pagination{width:100%;text-align:center;position:absolute;left:0;bottom:5%; display: none;}
.pbvisual .swiper-button-prev{opacity:1;width:37px;height:63px; z-index:10;top:84%;background-color:transparent;background-size:37px 63px; margin-left:12%; opacity:0.3; top:50%;background-image: url(/credo/img/arrow-left.png) !important; }     
.pbvisual .swiper-button-next{opacity:1;width:37px;height:63px; z-index:10;top:84%;background-color:transparent;background-size:37px 63px; margin-right:12%; opacity:0.3; top:50%;background-image: url(/credo/img/arrow-right.png) !important; } 

.banner_btn1{z-index:100;position:absolute;background:transparent;top:480px; left:50%; margin-left:-160px; width:100px; height: 100px;}
.banner_btn2{z-index:100;position:absolute;background:transparent;top:480px; right:50%; margin-right:-160px; width:100px; height: 100px;}


#hd_pop,
#hd_wrapper,
#tnb .inner,
#gnb {z-index:500}
#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:100%;min-width: 1170px;}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute; box-shadow: 7px 7px 5px rgba(0,0,0, 0.12)}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#fff;color:#666; font-size:12px; text-align:left;position:relative}
.hd_pops_footer i {font-weight: bold;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px 10px 10px 3px;border:0;color:#666; font-size: 12px; letter-spacing: -0.5px;}
.hd_pops_footer .hd_pops_reject {background:#fff;text-align:left}
.hd_pops_footer .hd_pops_close {background:#fff;position:absolute;top:0;right:0;}

.w1170 {width:1170px !important;}

/* 상단 레이아웃 */
#hd {width:100%;}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb { margin:0 auto;}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1; width:1170px;}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#hd_wrapper > .top_banner > img { position: relative; padding:30px 0 0 145px; }
#logo {float:left;padding:34px 0 21px 0;}

.top_login { position: absolute; text-align: right; right:205px;top:76px;margin: 0;padding:12px 0 0;width:465px; }
#hd_qnb {float:right;text-align:right;}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""; }
#hd_qnb li {float:left;font-size:12px;line-height:12px;border-right:1px solid #d4d4d4;position:relative;text-align:center;margin:8px 7px 8px 0;padding-right:7px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0;}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#646464; font-size: 12px;}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
#gnb { width:100%; float:left; position:relative; background:#02224d; margin:0; padding:0; }
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap { margin:0 auto;position:relative; width:1170px; height:55px; z-index: 20000;background:#02224d }
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul { font-size:17px; padding:0; zoom:1; margin-left: 49px;}
#gnb ul:after { display:block; visibility:hidden; clear:both; content:""; }
#gnb .gnb_1dli { float:left; line-height:55px; height:55px; padding:0px; position:relative; margin:0;}
#gnb .gnb_1dli:hover > a { background: #a49484; color:#fff;
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

#gnb .gnb_1dli i {font-weight: bold; margin-left: 2px;}

.icon_home {float:left; width:135px;height:65px; padding:15px 0 0; background: #a49484; color:#fff; text-align: center;}
.icon_home > span a {color:#fff; font-size: 16px; line-height:16px;}
.icon_home > i {font-weight: bold;font-size:24px; line-height:28px; }

.hd_sch_wr { position: absolute; right:0; top:77px; margin:0; padding:9px 0 0; width:194px; }
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch { overflow:hidden}
#hd_sch #sch_stx {float:left;width:154px;height:31px;padding-left:10px; background:#fff;border:1px solid #ddd;border-right:0;font-size:12px;color:#666}
#hd_sch #sch_submit {float:left;width:40px;height:31px; font-weight: bold; border:0;background:#fff;color:#5a5a5a; border:1px solid #ddd;border-left:0;  cursor:pointer;font-size:12px}



.pl_20{padding-left: 20px;}
.pl_17{padding-left: 17px;}
.pb_30{padding-bottom: 30px;}
.pb_150{padding-bottom: 150px !important;}
.mb_150{margin-bottom: 150px !important;}
.mb_100{margin-bottom: 100px !important;}
.mb_80{margin-bottom: 100px !important;}
.mb_60{margin-bottom: 60px !important;}
.mt_60{margin-top:60px;}
.pb_60{padding-bottom: 60px !important;}
.pb_80{padding-bottom: 80px !important;}
.pt_20{padding-top: 20px !important;}
.pt_30{padding-top: 30px !important;}
.pt_40{padding-top: 40px !important;}
.pt_50{padding-top: 50px !important;}

.total_banner { margin:0 auto !important; width:1170px; text-align: center; padding:100px 0 0 0; }
.top_banner { position:relative; width:770px; float:left; margin-bottom: 20px;  }

.nav1_t{ position: relative; bottom:0px; width:1170px; height:50px; text-align: center; margin:0 auto;}
.nav1{position: relative; height:50px; width:770px;  border-top:1px solid #ddd; border-bottom:1px solid #ddd}
.nav1 ul{overflow: hidden; position: relative; text-align: center; width:770px; }
.nav1 ul li:first-child { margin-left: 0; }
.nav1 ul li{list-style: none; display: inline-block; float: left; background: #fff; }            
.nav1 ul li a{width: 100%; list-style: none; display: inline-block;padding:0 20px; line-height:48px; font-weight: 500; font-size: 15px; color:#a49484; letter-spacing: -1px;
 text-decoration: none; box-sizing: border-box;}
.nav1 ul li:hover a{background-color: #a49484; color:#fff}
.nav1 ul li .on{background-color: #a49484; color:#fff}


.nav22_t{ position: relative; bottom:0px; width:1170px; height:50px; text-align: center; margin:0 auto;}
.nav22{position: relative; height:50px; width:770px;  border-top:1px solid #ddd; border-bottom:1px solid #ddd}
.nav22 ul{overflow: hidden; position: relative; text-align: center; width:770px; }
.nav22 ul li:first-child { margin-left: 0; }
.nav22 ul li{list-style: none; display: inline-block; float: left; background: #fff; }            
.nav22 ul li a{width: 100%; list-style: none; display: inline-block;padding:0 20px; line-height:48px; font-weight: 500; font-size: 15px; color:#a49484; letter-spacing: -1px;
 text-decoration: none; box-sizing: border-box;}
.nav22 ul li:hover a{background-color: #a49484; color:#fff}
.nav22 ul li .on{background-color: #a49484; color:#fff}


.nav2_t{ position: relative; bottom:0px; width:770px; height:50px; text-align: center; margin:0 auto;}
.nav2{position: relative; height:50px; width:770px;  border-top:1px solid #ddd; border-bottom:1px solid #ddd}
.nav2 ul{overflow: hidden; position: relative; text-align: center; width:770px; }
.nav2 ul li:first-child { margin-left: 0; }
.nav2 ul li{list-style: none; display: inline-block; float: left; background: #fff; }            
.nav2 ul li a{width: 100%; list-style: none; display: inline-block;padding:0 20px; line-height:48px; font-weight: 500; font-size: 15px; color:#a49484; letter-spacing: -1px;
 text-decoration: none; box-sizing: border-box;}
.nav2 ul li:hover a{background-color: #a49484; color:#fff}
.nav2 ul li .on{background-color: #a49484; color:#fff}

/*.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden; text-indent:-999px}
.gnb_1da { display:block; font-weight:bold; font-size: 16px; font-weight: 400; padding:0 25px; color:#fff; text-decoration:none }*/
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}


.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden; text-indent:-999px}
.gnb_1da { display:block; font-weight:bold; font-size: 16px; font-weight: 400; padding:0 35px; color:#fff; text-decoration:none; letter-spacing: 4px;}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:50px}


.gnb_2dli:first-child {border:0}
.gnb_2dli a { padding-left:25px; }
.gnb_2dul {display:none;position:absolute;top:54px;min-width:160px;padding-top:2px}
.gnb_2dul .gnb_2dul_box { border-top:0;padding:0;}
.gnb_2da {display:block; font-size:14px; padding:0 10px 5px 10px;line-height:30px;background: #a49484; color:#fff;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#fff;background:#a49484;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#a39483;color:#e9eaed;width:148px;height:55px;border:0;vertical-align:top;font-size:17px; z-index: 20000;}
#gnb .gnb_close_btn {background:#a39483;color:#fff;width:50px;height:50px;border:0;vertical-align:top;font-size:17px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

/*
#gnb_all {display:none;position:absolute; width:100%;background:#a39483;z-index:1000;}
#gnb_all h2 {font-size:1.3em;padding:15px 20px; color:#fff;}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:0 20px 20px 20px;border-left:1px solid #bfb4a8}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#fff}
#gnb_all .gnb_al_li .gnb_al_a:hover { text-decoration: underline;}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#e9eaed;}
#gnb_all .gnb_al_li li a:hover { text-decoration: underline; color:#fff;}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}
*/

#gnb_all {display:none;position:absolute; width:100%;background:#a39483;z-index:1000;}
#gnb_all .dep { padding:10px 30px 30px 30px; color:#fff; }
#gnb_all .dep .dep_01 {padding: 15px 0 2px 0; border-top: 1px solid #bfb4a8; }
#gnb_all .dep .dep_02 { margin-bottom: 10px;}
#gnb_all .dep .dep_01 a { color:#e9eaed; font-size: 17px; font-weight: bold;}
#gnb_all .dep .dep_02 a { color:#e9eaed;}
#gnb_all .dep .dep_01 a:hover { color:#fff;}
#gnb_all .dep .dep_02 a:hover { color:#fff;}
#gnb_all .dep .bar { color:#b2a89e; }

#gnb_all h2 {font-size:1.3em;padding:15px 20px; color:#fff;}
#gnb_all .gnb_al_ul { padding-top: 10px; }
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:95%;min-height:60px;padding:10px 0 10px 0; border-bottom:1px solid #bfb4a8;margin:0 30px; }
#gnb_all .gnb_al_li:last-child {border-bottom:none;}
#gnb_all .gnb_al_li .gnb_al_a {font-size:17px;display:block;position:relative;margin-bottom:2px;font-weight:500;color:#fff}
#gnb_all .gnb_al_li .gnb_al_a:hover { text-decoration: underline;}
#gnb_all .gnb_al_li ul {float:left;}
#gnb_all .gnb_al_li li {line-height:16px; float:left; }
#gnb_all .gnb_al_li li:after { margin:0 10px;border-right:1px solid #bfb4a8; content:"";}
#gnb_all .gnb_al_li li:last-child:after { content:"";border-right:none;}
#gnb_all .gnb_al_li li a {color:#ddd8d3;}
#gnb_all .gnb_al_li li a:hover { text-decoration: underline; color:#fff;}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}



/* 중간 레이아웃 */
#wrapper {z-index: 1; margin:0 auto; min-width: 1170px; }
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr { width:100%; margin:0 auto; height:100%; zoom:1; text-align: center;z-index: 1;}
#aside {float:right; width:235px; padding:0; height:100%; margin:20px 0 20px 20px}

#container { position:relative; min-height:100px; height:auto !important; margin:0 auto; width:100%; height:500px;font-size:1em; zoom:1;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}
#container .m_visual { margin:125px 0 60px 0; text-align: center;  }
#container .m_visual > img { text-align: center; }



/* 게시판 햄버거 */
#menu_ham {position:absolute;top:10px;left:10px;padding:0 10px;height:40px;width:40px;border:0;background-size:70%;color:#fff;background:none;font-size:2em}
/*#gnb {display:none;background:#efefef;position:fixed;top:0;left:0;z-index:99999;width:100%;max-width:400px;height:100%;overflow-y:auto;
-webkit-box-shadow:0 0 5px rgba(55,55,5,0.4);
-moz-box-shadow:0 0 5px rgba(55,55,5,0.4);
box-shadow:0 0 5px rgba(55,55,5,0.4)}*/

/* 메인화면 */
.topbanner { width:100%;height:420px;position: relative; padding:0; margin:0 auto; }
.banner_tit { width:100%; height:80px; background:#f0f0f0; color:#555; font-size:28px; font-weight: 500; letter-spacing: -1px; line-height:30px; text-align:center; 
	margin-top:70px; padding-top:25px;}

.content_center{position: relative; height:720px; padding-top: 55px;}
.contents { width:1920px; /*margin:0 auto;*/ height:731px;position: absolute; left:50%; margin-left:-960px;}
.contents_l { width:1170px; margin:0 auto; }
.contents_l > .whatsnew{ width:770px; float:left; margin-right:30px; }
.contents_l > .whatsnew > .con1 { width:100%; }
.contents_l > .whatsnew > .con2 { width:100%; float:left; }
.contents_l > .whatsnew > .con2 ul li:nth-child(n+3){display: none}
.contents_l > .whatsnew > .con2.list_all ul li:nth-child(n+3){display: block}
.contents_l > .whatsnew > .credotv {width:100%; float:left; height:530px;margin-bottom: 165px; text-align: left;border:1px solid #dddddd;}
.contents_l > .whatsnew h2 { border-bottom: 1px solid #dde1ec; margin:20px 0 0 0; font-weight: bold;}
.contents_l > .whatsnew > .tv_title {display:block;line-height:45px;font-size:22px;color:#090e1d; letter-spacing: -1px; font-weight: 500; text-align: left;}
.contents_l > .whatsnew > .tv_title span {color:#a39483}
.contents_l > .whatsnew > .credotv > div { padding:10px 30px 30px 30px; font-size: 20px; color:#282828;line-height: 32px;}
.contents_l > .whatsnew > .credotv > div > p { font-size: 16px; color:#7b7b7b;}
.contents_l > .whatsnew > .credotv > div > .tit { width:90px; height: 24px; color:#fff; font-weight: 500; background: #a39483; font-size: 12px; line-height:14px;  margin:0 0 10px -30px; padding:5px 0 0 32px}

.issue_board {width:1170px; margin:0 auto;}
.issue_board .l {width:800px; float:left; margin-top:60px; margin-bottom: 50px; text-align: left;}
.issue_board .r {float:right;}

.contents_r {width:370px; float:left;}
.contents_r > .issuein { width:100%; border:1px solid #dddddd; margin-top: 60px; position: relative}
.contents_r > .issuein > p { margin:15px 0;}
.contents_r > .issuein > .title {display:block;line-height:55px;font-size:22px;color:#090e1d; margin-bottom:5px; letter-spacing: -1px; font-weight: 400; text-align: center;}
.contents_r > .issuein > .title span {color:#a39483}
.contents_r > .issuein > .thislink {width:100%; text-align: right; padding-right:25px;}
.contents_r > .issuein > .thislink a { font-size: 14px; color:#5c5c5c; }
.contents_r > .issuein > .thislink a:hover { color:#000; text-decoration: underline; }
.contents_r > .top5 { width:100%; height:230px; }
.contents_r > .banner { width:100%; height:490px; z-index: 20000; }


.contents_b { width:100%; height: 260px; color:#333; background: #d4d4d4; margin:0 auto; }
.contents_b > .contents{ width:1170px; margin:0 auto; }
.contents_b > .contents > .title { width:400px; font-size: 14px; color:#525252; padding-top: 90px; font-weight: 400; line-height: 24px; text-align:left; }
.contents_b > .contents > .title > p{ font-size: 33px; color:#525252; letter-spacing: -1px; font-weight: 300; line-height: 36px; }
.contents_b > .contents > div {float:left; padding-top: 95px;}
.contents_b > .contents > div > input { border-radius: 56px; width:550px; height:56px; border:none; padding-left: 38px; }
.contents_b > .contents > div > button { margin-left: 16px; border-radius: 56px; width:200px; height:56px; border:none; font-size: 17px; letter-spacing: -1px; background: #02224d; color:#fff; }

.fl { float: left; }
.cb { clear: both; }
.main_latest { float:right; width:958px;padding-top: 30px; }


.main_utube{ width:100%; position:relative; margin:0 auto; text-align: center; background-color: #fff;height:430px; padding:0 0 30px 0;}


.mvisual{margin:0 auto; padding:0; position:relative; zoom:1; min-width: 1170px; text-align: center;}        
.mvisual > img{width:100%; border:0; vertical-align: top;}
.mvisual .slider_wrap{position:relative; width: 100%;  margin: 0 auto; overflow:hidden;background:#fff; margin-top: 99px; height:610px; }
.mvisual .swiper-container {overflow:hidden;position:relative}
.mvisual .swiper-wrapper {width:100%;height:100%; }
.mvisual .swiper-slide {overflow:hidden;position:relative;height:720px !important;background-repeat: no-repeat; background-position: center top; cursor: pointer;}
.mvisual .swiper-pagination{width:100%;text-align:center;position:absolute;left:0;bottom:17px; display: none}
.mvisual .swiper-pagination-bullet{width:50px;height:4px;margin:0 5px;background:#d1d1d2;opacity:1; border-radius: 0;}
.mvisual .swiper-pagination-bullet-active{opacity:1;background:#f1b126}
/*.mvisual .swiper-button-prev{opacity:1;width:40px;height:40px;border-radius: 50%; z-index:10;top:85%;background-color:transparent;
    background-size:40px 40px;margin-top:-20px;left:0; left:50%; margin-left:-140px; }      
.mvisual .swiper-button-next{opacity:1;width:40px;height:40px;border-radius: 50%;  z-index:10;top:85%;background-color:transparent;
    background-size:40px 40px;margin-top:-20px;right:50%; margin-right:-140px;} 
*/

.mvisual .swiper-button-prev{opacity:1;width:37px;height:63px; z-index:10;top:84%;background-color:transparent;
    background-size:37px 63px;margin-top:-20px;left:0; left:50%; margin-left:-140px;background-image: url(/credo/img/arrow-left.png) !important; }     

.mvisual .swiper-button-next{opacity:1;width:37px;height:63px; z-index:10;top:84%;background-color:transparent;
    background-size:37px 63px;margin-top:-20px;right:50%; margin-right:-140px;background-image: url(/credo/img/arrow-right.png) !important; } 


.banner2type{overflow:hidden;margin-top:87px;}
.banner2type li{overflow:hidden;float:left; margin-right:64px;}
.banner2type li:last-child{margin-right:0;}
.banner2type li a{display:block; vertical-align:top;}


.dimd { width:1170px; margin:0 auto; }
.dimd > div {padding:74px 0 20px 0;}
.dimd > h2 { font-size: 36px; color:#282828; letter-spacing: -1.5px;  font-weight: 400; margin-bottom: 60px;}
.dimd > ul { float: left; }
.dimd > ul li { float:left; background:black; width:371px; height: 303px; margin-right: 28px; }
.dimd > ul li:nth-child(3n) { margin-right: 0; }
.dimd .mb28 { margin-bottom: 28px; }
.dimd > ul li p span { font-size: 24px;color:#fff; }


.bg_grey { background:#f6f6f6;height:1300px; }
.bg_grey1 { background:#f6f6f6;height:1630px; }
.list{overflow:hidden;}
.list li{width:316px; float:left; margin-right:5px;}
.list li:last-child{margin-right:0;}
.list li p{position:relative;}    
.list li p:hover:after{opacity: 1;}
.list li p:after {content: "";opacity: 0;display: block;position: absolute;left: 0;top: 0; 
background: linear-gradient( to top, rgba(20,20,20,1), rgba(30,30,30,.6), rgba(40,40,40,.1) );width: 100%;height: 100%;transition: opacity 0.6s ease;}
.list li p a {text-align: center;position: absolute;z-index: 100;left: 30%;top: 30%;width:281px;
height: 40px; line-height:32px;margin-left: -65px;margin-top: -25px;
letter-spacing: -0.5px; background: #998978; display: inline;color: #fff;font-size: 16px;opacity: 0;transition: opacity 0.3s ease;}
.list li p span{ font-size: 24px;color:#fff; }
.list li p:hover a { opacity: 1;}
.list li p img{width:100%;}
.list li strong{display:block; color:#333;font-size:28px;font-weight: 500; line-height:28px;margin-top:24px}
.list li span{display:block;color:#777; font-size:16px; line-height:16px;margin-top:13px}

.issue_menu { width:770px; float: left; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:15px 0; margin: 70px 0 40px 0;}
.issue_menu li { float: left; padding:0 15px; }

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr { width:958px; margin:0 auto;padding-top: 30px;  }
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr { width:1170px; margin:0 auto; }
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft { width:100%; margin:0 auto;text-align:center; background:#02224d; padding-bottom: 50px;}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 43px 0 0;}

.tnb_admin { position: absolute; right:0; width:194px; margin:0 auto; padding:3px 0 0 0; margin:10px 0 0;text-align: center; height:50px; border:1px solid #ddd;}
.tnb_admin a{ color:#999;  }
.tnb_admin a:hover{ color:#02224d; text-decoration: underline;}

#ft_link {text-align:left}
#ft_link a {display:block;color:#323230;line-height:2em;font-weight:bold}

#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#666;line-height:20px; font-size: 17px;}
#ft_company > p {line-height:20px;}
#ft_company > div {line-height: 26px;padding-top:5px;}
#ft_catch {margin:20px 0 10px}

#ft_copy { width:100%;margin:0 auto; background:#02224d; color:#ececec;font-size:14px; font-weight: 400; text-align: center; }

#ft_copy > .at-link { position: relative; width:1170px; margin:0 auto; height:55px; border-bottom:1px solid #374c69; text-align: center !important; margin-bottom: 20px; }
#ft_copy > .at-link li {float: left; margin-right: 18px; padding:20px 0; }
#ft_copy > .at-link { padding:20px 0;}
#ft_copy > .at-link a { color:#ececec; text-align: center;margin-right: 18px; }
#ft_copy > .at-link a:hover { text-decoration: underline;}
#ft_copy > .at-about { width:1170px; margin:0 auto; }
#ft_copy > .at-about li:first-child {width:260px;}
#ft_copy > .at-about ul { float: left; }
#ft_copy > .at-about li { float: left; line-height:24px; }
#ft_copy > .at-about span {color:#354e71 !important; }


#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;
	background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#a39483;background:#a39483;color:#fff}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative; margin-top:20px; }
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:inline-block;margin:5px 0 0;font-size:13px; color:#666; }

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:30px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:normal;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#333; font-size:16px;color:#fff;cursor:pointer; }
.btn_submit:hover {background:#02224d}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;font-size:16px;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block; font-size:15px;border-top:1px solid #8f7e6e; border-bottom:1px solid #8f7e6e; border-left:1px solid #92887c;  border-right:1px solid #92887c; 
	background:#a49484;padding:0 20px;color:#fff;text-decoration:none;border:0;vertical-align:middle; }
.btn_b01:hover, .btn_b01:hover {background:#a49485;color:#fff;}
a.btn_b02,.btn_b02 {display:inline-block; font-size:15px;border-top:1px solid #8f7e6e; border-bottom:1px solid #8f7e6e; border-left:1px solid #92887c;  border-right:1px solid #92887c; 
	background:#a49484;padding:0 20px;color:#fff !important;text-decoration:none;border:0;vertical-align:middle; }
.btn_b02,.btn_b02 a {color:#fff !important;}
a.btn_b02:hover, .btn_b02:hover {background:#a49485;color:#fff !important;}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#a49485;color:#fff;}
a.btn_b04, .btn_b04 {display:inline-block; font-size:15px;border-top:1px solid #8f7e6e; border-bottom:1px solid #8f7e6e; border-left:1px solid #92887c;  border-right:1px solid #92887c; 
	background:#a49484;padding:0 20px;color:#fff;text-decoration:none;border:0;vertical-align:middle; }
a.btn_b04:hover, .btn_b04:hover {background:#a49485;color:#fff;}
a.btn_admin,.btn_admin {display:inline-block; font-size:15px;border-top:1px solid #8f7e6e; border-bottom:1px solid #8f7e6e; border-left:1px solid #92887c;  border-right:1px solid #92887c; 
	background:#a49484;padding:0 20px;color:#fff;text-decoration:none;border:0;vertical-align:middle; } /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#a49485;color:#fff;}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}


/* 카피라이트 테이블 */
.co_wrap table {width:870px;border-collapse:collapse;border-spacing: 0 5px; letter-spacing: -1px; } 
.co_wrap table td { vertical-align: top; }
/*.co_wrap .title a { font-size:16px; letter-spacing: 0; line-height:24px; color:#333; }*/
.bottom_sitemap > ul > li > a { font-size: 16px; color:#666; line-height: 28px; }
.bottom_sitemap > ul > li > a:hover { color:#02224d; text-decoration: underline; }
.bottom_sitemap .title a { font-size: 20px; color:#333; line-height:55px; }
.bottom_sitemap .title a:hover { color:#02224d; text-decoration: underline; }

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win1 {position:relative; width:580px; padding:140px 0 350px 0; margin:0 auto; text-align: center; }
.new_win1 ul { margin:0 auto;}
.new_win1 ul li { margin:0 auto; text-align: center; }
.new_win1 .tbl_wrap {margin:0 20px 10px 20px;}
.new_win1 #win_title {font-size:36px; font-weight:normal; line-height:30px;padding:12px 8px 8px 8px;background:#fff;color:#a39483; letter-spacing: -1.5px; }
.new_win1 #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win1 .win_ul {margin-bottom:15px;padding:0 20px}
.new_win1 .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win1 .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win1 .win_ul li:first-child {margin-left:0}
.new_win1 .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win1 .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win1 .win_ul .selected a {color:#fff;font-weight:bold}
.new_win1 .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win1 .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win1 .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win1 .frm_info {font-size:0.92em;color:#919191}
.new_win1 .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win1 .new_win_con {margin:0;padding:20px}
.new_win1 input { border:1px solid #d2d2d2; height: 49px; border-radius: 10px; padding-left: 20px; }
.new_win1 .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win1 .new_win_con2 {margin:20px 0}
.new_win1 .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win1 .win_btn {text-align:center; margin-top:15px;}
.new_win1 .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win1 .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}



/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#999;padding:4px 20px 4px 20px;line-height:18px;margin:0 2px; border-radius:3px;}
/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#7b7b7b}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto;}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:20px 0 60px 0;text-align:center; width:750px;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg { width:770px; display:inline-block; }
.pg_page, .pg_current {display:inline-block;vertical-align:middle; }
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#777777;font-size:11px;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;}
.pg_page:hover { text-decoration: underline;}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff: fantasy;;padding:0;}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block; color:#f57e91;font-weight:bold;height:30px;line-height:30px;padding:0 5px;min-width:30px;}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}


.provision { width:1170px; margin:0 auto; padding-top: 90px; }
.provision > h2 { font-size:28px; line-height: 50px; color:#a39484; letter-spacing: -2px; font-weight: normal; }
.provision .content1170 { width:100%; padding:30px 35px 30px 35px; border:1px solid #ddd; margin:20px 0 100px 0; text-align: left;}
.provision .content1170 > h3 { font-size:16px; line-height: 32px; color:#a39484; font-weight: normal;  }
.provision .content1170 > p { font-size:14px; color:#696969; line-height: 22px; }
.provision .content1170 .pb10 {padding-bottom: 10px;}
.provision .content1170 .pl19 {padding-left: 19px;}
.provision .content1170 .pl9 {padding-left: 9px;}
.provision .content1170 .pb20 {padding-bottom: 20px;}
/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* 기본테이블 */
.ct_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px; border-bottom:1px solid #ddd; letter-spacing: -1px; } 
.ct {margin:0}
.ct thead th {padding:10px 8px;font-weight:normal;text-align:center; border-bottom:1px solid #ddd;background:#a39484; color:#fff;}
.ct thead th strong {  color:#000;}
.ct thead th:last-child{border-right:none;}
.ct thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.ct tbody th {padding:8px 0;border-right:1px solid #ccc;border-bottom:1px solid #e8e8e8;background:#a39484;color:#696969;font-weight: normal;}
.ct td {color:#666;background:#fff;text-align:left;padding:10px 8px;border-top:1px solid #ccc;border-right:1px solid #ccc;line-height:1.4em; word-break:break-all;}
.ct td:last-child{border-right:none;}
.ct tbody tr:hover td{background:#edeae6;}
.ct .taright{text-align: left;padding:10px 0 10px 30px;}


/* 기본테이블 */
.ct2_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px; border-bottom:1px solid #ddd; letter-spacing: -1px; margin:30px 0; } 
.ct2 {margin:0}
.ct2 td {background:#d0c3b5; color:#fff;text-align:center;padding:10px 8px; height: 58px; font-size: 18px; letter-spacing: -0.5px;line-height:1.4em; word-break:break-all;}
.ct2 td.on {background: #02224d; color:#fff;}
.ct2 td.bg {background: url('/credo/img/member_step_navy.png') no-repeat left top; }
.ct2 .taright{text-align: left;padding:10px 0 10px 30px;}
.ct2 td.bg_bagie {background: url('/credo/img/member_step_bagie.png') no-repeat left top; }

.ct_member_wrap { font-size: 18px; }
.ct_member_wrap table {width:1170px;border-collapse:collapse;border-spacing: 0 5px; border-top:1px solid #d0c3b5; border-bottom:1px solid #d0c3b5; letter-spacing: -1px; } 
.ct_member {margin:0; }
.ct_member ul {padding:0 !important; }
.ct_member td input {vertical-align:top; background: #f3f3f3; height:42px; color:#333;} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.ct_member th {padding:20px 0 12px 30px;text-align: left; border-bottom:1px solid #dedede;background:#f6f3f0;color:#a39483;font-weight: normal;}
.ct_member td {color:#737373;background:#fff; text-align:left;padding:10px 8px 10px 20px;border-top:1px solid #ccc;border-right:1px solid #ccc;line-height:1.4em; word-break:break-all;}
.ct_member td:last-child{border-right:none;}

.id_over {padding:10px 20px; background: #a39483; color:#fff; font-size: 18px; margin:0 0 0 15px; line-height:42px;}
.id_txt {color:#737373; font-size: 14px; line-height:44px;}
.frm_input1 {background: #f3f3f3; height:42px; color:#333; border:none; padding-left: 15px; width:250px;}

.join_end {width:100%; margin:20px 0 0 0; text-align: center;}
.join_end_con {background: #f6f6f6; width:500px; height:120px; margin:0 auto; text-align: center;}
.join_end_con > ul { text-align: left; padding:25px 0 0 120px;  }
.join_end_con > ul > li { color:#606060; font-size: 18px; font-weight: normal; }
.join_end_con > ul > li span { color:#a39483; font-size: 22px; font-weight: bold; letter-spacing: -1px; }
.btn_confirm_join {margin:0 0 100px 0;}
.btn_confirm_join a { position: relative; width:200px; height:50px !important; font-size: 16px; color:#fff; margin:0 auto; text-align:center; 
	border-radius: 10px; background: #a39483; margin:30px 0; padding:18px 60px; }


@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url('../../../font/noto-sans-kr-v12-korean_latin-100.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans KR Thin'), local('NotoSansKR-Thin'),
         url('../../../font/noto-sans-kr-v12-korean_latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../../font/noto-sans-kr-v12-korean_latin-100.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../../font/noto-sans-kr-v12-korean_latin-100.woff') format('woff'), /* Modern Browsers */
         url('../../../font/noto-sans-kr-v12-korean_latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../../font/noto-sans-kr-v12-korean_latin-100.svg#NotoSansKR') format('svg'); /* Legacy iOS */
  }
  
  
  /* noto-sans-kr-300 - korean_latin */
  @font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url('../../../font/noto-sans-kr-v12-korean_latin-300.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans KR Light'), local('NotoSansKR-Light'),
         url('../../../font/noto-sans-kr-v12-korean_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../../font/noto-sans-kr-v12-korean_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../../font/noto-sans-kr-v12-korean_latin-300.woff') format('woff'), /* Modern Browsers */
         url('../../../font/noto-sans-kr-v12-korean_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../../font/noto-sans-kr-v12-korean_latin-300.svg#NotoSansKR') format('svg'); /* Legacy iOS */
  }
  
  
  /* noto-sans-kr-regular - korean_latin */
  @font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('../../../font/noto-sans-kr-v12-korean_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'),
         url('../../../font/noto-sans-kr-v12-korean_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../../font/noto-sans-kr-v12-korean_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../../font/noto-sans-kr-v12-korean_latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../../../font/noto-sans-kr-v12-korean_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../../font/noto-sans-kr-v12-korean_latin-regular.svg#NotoSansKR') format('svg'); /* Legacy iOS */
  }
  
  
  /* noto-sans-kr-500 - korean_latin */
  @font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url('../../../font/noto-sans-kr-v12-korean_latin-500.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans KR Medium'), local('NotoSansKR-Medium'),
         url('../../../font/noto-sans-kr-v12-korean_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../../font/noto-sans-kr-v12-korean_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../../font/noto-sans-kr-v12-korean_latin-500.woff') format('woff'), /* Modern Browsers */
         url('../../../font/noto-sans-kr-v12-korean_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../../font/noto-sans-kr-v12-korean_latin-500.svg#NotoSansKR') format('svg'); /* Legacy iOS */
  }
  
  
  /* noto-sans-kr-700 - korean_latin */
  @font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url('../../../font/noto-sans-kr-v12-korean_latin-700.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'),
         url('../../../font/noto-sans-kr-v12-korean_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../../font/noto-sans-kr-v12-korean_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../../font/noto-sans-kr-v12-korean_latin-700.woff') format('woff'), /* Modern Browsers */
         url('../../../font/noto-sans-kr-v12-korean_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../../font/noto-sans-kr-v12-korean_latin-700.svg#NotoSansKR') format('svg'); /* Legacy iOS */
  }
  
  
  /* noto-sans-kr-900 - korean_latin */
  @font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url('../../../font/noto-sans-kr-v12-korean_latin-900.eot'); /* IE9 Compat Modes */
    src: local('Noto Sans KR Black'), local('NotoSansKR-Black'),
         url('../../../font/noto-sans-kr-v12-korean_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../../font/noto-sans-kr-v12-korean_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../../font/noto-sans-kr-v12-korean_latin-900.woff') format('woff'), /* Modern Browsers */
         url('../../../font/noto-sans-kr-v12-korean_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../../font/noto-sans-kr-v12-korean_latin-900.svg#NotoSansKR') format('svg'); /* Legacy iOS */
  }
  

