
@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');

/* set */
body {margin:0;padding:0;font-size:0.75em; font-family:'Play', 'Noto Sans KR', dotum, sans-serif; background:#fff; overflow-x:hidden;}
body.active ,
body.fixed{position: fixed; width: 100%; height: 100%; overflow: hidden; }
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;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
em{font-style:normal;}
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-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}
textarea,
select{font-size:1em;}
select{margin:0;}
p{margin:0; padding:0; word-break:break-all;}
hr{display:none;}
pre{font-size:1.1em; overflow-x:scroll;}
a{color:#000; text-decoration:none;}
*,
:after,
:before{box-sizing:border-box; -webkit-box-sizing:border-box; -moz-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;}
.placeholdersjs{color:#aaa !important;}
.txt_color01{color:#123c8d;}

@keyframes pageAni{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

/* common style */
body.scroll_none{overflow:hidden;}
a.btn_basic{display:inline-block; display:flex; justify-content:center; align-items:center; position:relative; width:169px; padding:13px 0; background:transparent; border:1px solid #222; font-size:14px; color:#222; transition:all 300ms ease; border-radius:30px;}
a.btn_basic::after{content:""; display:block; position:relative; width:7px; height:11px; margin-left:22px; background-position:50% 50%; transition:all 300ms ease; background-image:url(../img/common/arr_basic.svg); background-repeat:no-repeat;}
a.btn_basic:hover{background:#123c8d; color:#fff; border-color:transparent !important;}
a.btn_basic:hover::after{width:0; margin-left:0;}
a.btn_basic.white{border:1px solid #fff; color:#fff;}
a.btn_basic.white::after{background-image:url(../img/common/arr_basic_w.svg);}
a.btn_basic.black::after{margin-left:22px; background-image:url(../img/common/arr_basic_w.svg);}
a.btn_basic.black{width:138px; padding:11px 0; background:#333; color:#fff; text-transform:uppercase;}

#hd_pop{position:relative; z-index:1000; height:0; margin:0 auto;}
#hd_pop h2{position:absolute; overflow:hidden; line-height:0; font-size:0;}
#hd.hd_pops{position:absolute; background:#fff; border-bottom:1px solid #e9e9e9;}

.hd_pops img{max-width:100%;}
.hd_pops_footer{position:relative; padding:0; background:#000; color:#fff; text-align:left;}
.hd_pops_footer:after{content:""; display:block; visibility:hidden; clear:both;}
.hd_pops_footer button{padding:10px; border:0; color:#fff;}
.hd_pops_footer .hd_pops_reject{background:#000; text-align:left;}
.hd_pops_footer .hd_pops_close{position:absolute; top:0; right:0; background:#393939;}

#hd[data-show ="active"].hd_pops #logo .color{display:block;}
#hd[data-show ="active"].hd_pops #logo .wt{display:none;}
#hd{position:absolute; z-index:90; width:100%; background:transparent; border-bottom:1px solid transparent; text-align:center; transition:all 400ms ease;}
#hd_h1{position:absolute; overflow:hidden; line-height:0; font-size:0;}
#hd_wrapper{position:relative; width:100%; margin:0 auto; text-align:center; zoom:1;}
#hd_wrapper:after{content:""; display:block; visibility:hidden; clear:both;}
#hd[data-show ="active"]{position:absolute;}
#hd[data-show ="active"] #logo .wt{display:block; transition:all 0.2s ease-out 0s;}
#hd[data-show ="active"] #logo .color{display:none;}
#hd[data-show ="active"] #logo #gnb .gnb_1da{color:#333;}

#logo{position:absolute; top:50%; left:140px; z-index:999; transform:translateY(-50%);}
#logo .color{display:none; transition:all 0.2s ease-out 0s;}
#hd.hd_pops .color{display:block;}
#hd.hd_pops .wt{display:none;}
#logo img{height:37px;}

#hd_qnb{float:right; margin-top:20px;}
#hd_qnb:after{content:""; display:block; visibility:hidden; clear:both;}
#hd_qnb li{position:relative; float:left; line-height:15px; margin:0 10px; font-size:1.083em; text-align:center;}
#hd_qnb li span{display:block; margin-top:5px; font-size:0.92em;}
#hd_qnb li a{display:block;}
#hd_qnb li i{display:inline-block; width:40px; line-height:40px; margin:0; background:#fff; color:#fff; text-align:center; border-radius:25px;}
#hd_qnb .visit .visit-num{display:inline-block; position:absolute; top:0; right:0; line-height:18px; padding:0 5px; background:#f04e00; font-size:10px; color:#fff; border-radius:10px;}
#hd_qnb li .fa-question{background:#e83a5f; font-size:20px;}
#hd_qnb li .fa-question:hover{background:#e41b45;}
#hd_qnb li .fa-comments{background:#82c13f; font-size:16px;}
#hd_qnb li .fa-comments:hover{background:#5aa708;}
#hd_qnb li .fa-users{background:#f0ba00; font-size:15px;}
#hd_qnb li .fa-users:hover{background:#f06f00;}
#hd_qnb li .fa-history{background:#8522c4; font-size:15px;}
#hd_qnb li .fa-history:hover{background:#6700a9;}

.area_utill{display:flex; align-items:center; position:absolute; top:50%; right:50px; z-index:90; box-sizing:border-box; transform:translateY(-50%);}
.area_utill > div{position:relative; display:inline-block;}
.area_lang{position:relative;width:83px; height:34px; box-sizing:border-box;}
.btn_lang{position:relative; width:100%; height:100%; padding:8px 10px; box-sizing:border-box; background:none;  border:1px solid #fff; font-size: 13px; text-align:left; transition:all 0.3s ease-out 0s;outline:none;color:#fff;position: relative;}
.btn_lang:before{content:''; position:absolute; top:15px; right:10px; width:8px; height:5px; background:url(../img/common/icon_triangle.svg)no-repeat center; background-size:contain; transition:all 0.3s ease;}
.btn_lang.on:before{transform:rotate(-180deg);}
.btn_lang span{font-size:14px; font-weight:bold; font-family:'Play', sans-serif; }
.btn_lang span.bk{display:none;}
.area_utill ul li:last-child:after{content:""; position:absolute; opacity:0.5; top:8px; right:-2px; width:11px; height:11px; background:url(../images/common/icon_header.svg) no-repeat 50% 50%; background-size:cover; transition:all 0.3s ease-out 0s;}
.area_utill ul li:hover:last-child:after{opacity:1;}
.btn_lang_list{position:absolute;visibility:hidden;overflow:hidden; box-sizing:border-box; border:1px solid #fff; top:34px;width:83px; left:0; height:0;background:#fff;box-sizing:border-box; transition:all 0.3s ease-out 0s;text-align:center;}
.btn_lang_list ul{text-align:left;}
.btn_lang_list ul li{border-bottom:1px solid #eee; height:33px;}
.btn_lang_list ul li:last-child{border-bottom:none;}
.btn_lang_list ul li a{display:block; width:100%; height:100%; line-height:1.4em; color:#222; padding:5px 10px; box-sizing:border-box; font-size: 14px;font-weight:600;transition:all 0.3s ease-out 0s;letter-spacing: -0.05rem;}
.btn_lang.on + .btn_lang_list{visibility:visible; height:66px;}
.btn_lang.on:after{ transform: rotate(-180deg);}
.btn_lang_list ul li a:hover,
.btn_lang_list ul li.on a{color:#123c8d;}
#hd.hd_pops .btn_lang{background:#60bad0; border:1px solid #60bad0;}
#hd.hd_pops .btn_lang span{color:#fff;}
#hd.hd_pops .btn_lang_list{background:#123c8d; border:1px solid #123c8d;}
#hd.hd_pops .btn_lang_list ul li a{color:#fff;}
#hd.hd_pops .btn_lang_list ul li{border-bottom:1px solid rgba(255,255,255,0.2);}

#hd .btn_menu{display:block; z-index:100; width:23px; height:24px; margin-top:0; font-size:0px; transition:all 0.3s ease 0s;}
#hd .btn_menu > span{display:block; position:absolute; left:0px; width:100%; height:2px; background:#fff;}
#hd .btn_menu > span:nth-of-type(1){top:5px;}
#hd .btn_menu > span:nth-of-type(2){top:50%; margin-top:-1px; transition:background 0.3s ease 0s;}
#hd .btn_menu > span:nth-of-type(3){top:17px;}
#hd .btn_menu > span:nth-of-type(1),
#hd .btn_menu > span:nth-of-type(3){transition:all 0.3s ease; transition-property:top, transform; transition-delay:0.3s, 0s;}
#hd .btn_menu.active > span:nth-of-type(1){top:10px; transform:rotate(-45deg);}
#hd .btn_menu.active > span:nth-of-type(2){background:transparent;}
#hd .btn_menu.active > span:nth-of-type(3){top:10px; transform:rotate(45deg);}
#hd .btn_menu.active > span:nth-of-type(1),
#hd .btn_menu.active > span:nth-of-type(3){transition-delay:0s, 0.3s;}
#hd .btn_close{position:fixed; opacity:0; visibility:hidden; top:0px; left:0px; z-index:99; width:-webkit-calc(100% - 320px); width:100%; height:-webkit-calc(100vh - -0px * 1); height:calc(100vh - -0px * 1); background:#000; font-size:0; transition:all 0.3s ease-out 0s;}
#hd::after{content:""; position:absolute; opacity:0; visibility:hidden; top:111px; left:0; width:100%; height:295px; background:#fff; transition:all 400ms ease;}

html:lang(en) #hd::after{height: 350px}

#hd.hd_pops::after{opacity:1; visibility:visible;}

#gnb .gnb_2dli:first-child > a{padding-top:35px;}

#gnb{transition:all 1s;}
.gnb_1da{padding:46px 43px;}
#hd.on .gnb_1da,
body.search #hd .gnb_1da{padding:30px 50px;}
#hd.on .gnb_1dli:last-child > a{padding-right:0;}
body.search #hd.on .gnb_1dli:last-child > a{padding:30px 50px;}

.gnb_header{display:none;}

/* mobile gnb style */
#hd .nav_open{ display:none;}

#hd .btn_menu.active > span{background:#fff;}
#gnb_1dul{position:relative;   zoom:1;display: flex;justify-content: center;}
.gnb_3dul{display:none;}

.fp-viewing-page02 #hd,
.fp-viewing-page03 #hd{display:none;}

.fp-viewing-page05 #logo .wt,
.fp-viewing-5 #logo .wt{display:none;}
.fp-viewing-page05 #logo .color,
.fp-viewing-5 #logo .color{display:block;}
.fp-viewing-page05 #gnb .gnb_1da,
.fp-viewing-5  #gnb .gnb_1da{color:#222 !important;}

.fp-viewing-page05 .btn_lang,
.fp-viewing-5 .btn_lang{background:#60bad0; border:1px solid #60bad0;}
.fp-viewing-page05 .btn_lang span,
.fp-viewing-5 .btn_lang span{color:#fff;}
.fp-viewing-5 #hd{background:#fff; border-bottom:1px solid #eee;}
.fp-viewing-5 .btn_lang_list{background:#123c8d; border:1px solid #123c8d;}
.fp-viewing-5 .btn_lang_list ul li a{color:#fff;}
.fp-viewing-5 .btn_lang_list ul li{border-bottom:1px solid rgba(255,255,255,0.2);}


#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {z-index:5;margin:0 auto;height:100%;zoom:1}
#aside {float:right;width:305px;padding:0;background: #e7ebf3;height: 100%;border: 1px solid #adbfd2;margin:20px 0 20px 20px}

#container {z-index:4;position:relative;min-height:500px;height:auto !important;margin:0; 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;}
#scont_wrap{ width:100%; margin:0 auto; min-height:450px;}
#scont_wrap2{ width:100%; padding:70px 0; min-height:500px;}
#scont{margin:0; padding:0; width:100%;}

.lt_wr{width:49%}
.lt_wr:nth-child(2n+1){clear:both}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}

/*  */
#ft {position:relative;background:#111;padding: 65px 0 90px; margin:0 auto;text-align:left;}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {margin:0 auto;position:relative;}
#ft_link{padding:15px 0;border-bottom:1px solid #eee}
#ft_link a{display:inline-block;font-size:14px; padding:7px 30px 7px 0;line-height:1.083em;}
#ft_link a.green{color:#80c810; font-weight:bold;}
#ft address{position:relative;}
#ft address b{display:inline-block; margin:0 10px 10px 0; font-size:16px; font-style:normal; font-weight:400; color:#fff; opacity:0.47;}
#ft address span{display:inline-block; margin:0 10px 5px 0; font-size:16px; color:#fff; font-style:normal;}
#ft address span.add2{margin:0 10px 10px 0;}
#ft address span.company{font-weight:bold;}
#ft address span a{font-weight:bold; color:#fff;}
#ft_catch{margin:20px 0 10px}
#ft_copy{position:absolute; right:0; bottom:0; font-style:normal; color:#5d5d5d; font-weight:bold; font-size:16px; text-transform:uppercase;}
#ft_copy .red{color:#2d52a7;}
#ft .wrap{position:relative; width:1580px; margin:0 auto;}

.box_quick{position:fixed; right:42px; bottom:60px; z-index:99;}
.box_quick .btn_contact{display:flex; justify-content:center; align-items:center; width:70px; height:70px; background:#123c8d; border-radius:100px;}
.box_quick > a{display:flex; justify-content:center; align-items:center; position:relative; color:#fff;}
.box_quick .btn_contact img{height:32px;}
.box_quick .btn_top::before{content:""; display:inline-block; position:relative; width:8px; height:11px; margin-right:9px; background-position:50% 50%; transition:all 300ms ease; transform:rotate(-90deg); -webkit-transform:rotate(-90deg); background-image:url(../img/common/arr_basic_w.svg); background-repeat:no-repeat;}
.box_quick .btn_top{margin-top:12px;}

.footer_info{}
.footer_info img{height:40px;}
.footer_info address{border-top:1px solid rgba(255,255,255,0.1); padding-top:45px; margin-top:35px}
.footer_info address ul li{display:inline-block; margin-right:20px;  font-style:normal;}
.footer_info address ul li:last-child{margin-right:0;}
.footer_info address ul li em{margin-right:10px; font-size:15px; color:#fff; opacity:0.5;}
.footer_info address ul li p{display:inline-block; font-size:15px; color:#fff;}
.footer_info span{display:block; margin:15px 0 0; font-size:14px; font-weight:400; color:#fff;}

.list_menu{display:flex;}
.list_menu li a{position:relative; padding:0 20px; font-weight:500; font-size:16px; color:#7e7e7e;}
.list_menu li:not(:last-child) a::after{content:""; position:absolute; top:50%; right:0; width:1px; height:10px; margin-top:-5px; background:#444;}
.list_menu li:last-child a{padding-right:0;}

ul.list_sns{display:flex; margin-top:80px;}
ul.list_sns li{margin-left:32px !important;}
ul.list_sns + span{display:block; margin-top:27px; font-size:12px; color:#777;}

#top_btn {display:none; position:absolute;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:#3059c7;background:#3059c7;color:#fff}

.footer_menu{display:flex; align-items:flex-end; flex-direction:column;}

/* 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;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}

.img_fix {width:100%;height:auto}

/* pc */
#captcha {display:inline-block;position:relative}
#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:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/*  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:23px;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{height:35px; line-height:35px; padding:0 10px; border:0; font-weight:bold; text-align:center; transition:background-color 0.3s ease-out; -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out;}
a.btn01{display:inline-block; padding:7px; background:#fafafa; border:1px solid #ccc; 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; background:#fafafa; border:1px solid #ccc; color:#000; text-decoration:none;}
a.btn02{display:inline-block; padding:7px; background:#4b545e; border:1px solid #3b3c3f; 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; background:#4b545e; border:1px solid #3b3c3f; color:#fff; text-decoration:none;}
.btn_confirm{text-align:right;}
.btn_submit{background:#253dbe; border:0; color:#fff; cursor:pointer;}
.btn_submit:hover{background:#0025eb;}
a.btn_cancel{display:inline-block; background:#969696; 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; height:40px; padding:0 5px; background:#3c3c3c; border:0; color:#fff; border-radius:5px; text-decoration:none; vertical-align:top;}

button.btn_frmline{font-size:1em;}

/* need check */
a.btn_b01,.btn_b01 {display:inline-block;background:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#54598c}
a.btn_b02,.btn_b02 {display:inline-block;background:#2d52a7;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
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:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;background:#d13f4a;color:#fff;text-decoration:none;vertical-align:middle} /* ê´€ë¦¬ìž ì „ìš© ë²„íŠ¼ */
.btn_admin:hover, a.btn_admin:hover {background:#ff3746}

/* need check */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px;border-top:2px solid #333;font-size:15px; border-bottom:1px solid #eee;}
.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:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ddd;background:#fff;height:70px; text-transform:uppercase; font-size:15px;}
.tbl_head01 thead th input {vertical-align:top} 
.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;background:#fff;padding:10px 5px;border-top:1px solid #eee;line-height:1.4em;height:65px;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} 
.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}

/* need check */
.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; background:#f5f8f9; border:1px solid #e9e9e9; border-left:0; text-align:left;}
.tbl_frm01 td{padding:7px 10px; background:transparent; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9;}
.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input{padding:5px; background:#fff; border:1px solid #ccc; box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075); -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075); color:#000; vertical-align:middle; border-radius:3px;}
.tbl_frm01 textarea{padding:2px 2px 3px;}
.frm_input{height:40px;}
.full_input{width:100%}
.half_input{width:49.5%}
.tbl_frm01 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}

/* need check */
.list_01 li{border:1px solid #dbdbdb;background:#fff;border-radius:3px;margin:3px 0;padding:10px 15px;list-style:none;position:relative;}
.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}

/* need check */
.form_01 h2{margin:0 0 10px;font-size:1.167em}
.form_01 li{margin:10px 0}
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 li .right_input{float:right}
.form_01 textarea{height:100px;width:100%}
.form_01 .frm_label{display:inline-block;width:130px}

/* need check */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

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

/* need check */
.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:center;}
.td_nick {width:100px;text-align:center}
.td_num {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}

/* need check */
.new_win {position:relative;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.25em;height:50px;line-height:30px;padding:10px 20px;background:#333;color:#fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {border-right:1px solid #dfe6e7;}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li{float:left;background:#fff;width:33.333%;text-align:center;border:1px solid #ccc;margin-left:-1px}
.new_win .win_ul li a{display:block;padding:10px 0}
.new_win .win_ul .selected{background:#fff;border-color:#253dbe;position:relative;z-index:5}
.new_win .win_ul .selected a{color:#253dbe;font-weight:bold}
.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#3598db;}
.new_win .frm_info{font-size:0.92em;color:#3598db}
.new_win .win_total{text-align:right;margin:10px 0}
.new_win .win_total span{display:inline-block;line-height:30px;font-size:0.92em;color:#4e546f;background:#d4d4d4;padding:0 10px;border-radius:5px;}
.new_win .new_win_con{margin:20px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn{text-align:right}
.new_win .btn_close {position:absolute;top:0;right:0;height:50px;width:50px;background:url(../img/close_btn.gif) no-repeat 50% 50%;border:0;text-indent:-999px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:40px;font-weight:bold;font-size:1.083em;float:right}

.sch_word {color:#00c4ac}

/* validation */
#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{display:none; z-index:1000; margin:5px 0 0; background:#333; box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2); -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); font-size:0.92em;}
.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; width:100px; line-height:30px; margin:0; padding:0  10px; font-weight:normal; color:#bbb;}
.sv_wrap .sv a:hover{background:#000; color:#fff;}
.sv_member{color:#333;}
.sv_on{display:block !important; position:absolute; top:23px; left:0px; width:auto; height:auto;}
.sv_nojs .sv{display:block;}

/* pagenation */
.pg_wrap {clear:both;margin: 70px 0 0;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {position:relative; color:#333;font-size: 16px;height:30px;line-height:28px;  text-decoration:none;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;margin: 0 3px; font-size:17px; font-weight:500; color:#aaa;}
.pg_page:before{opacity:0; content:''; position:absolute; left:0; right:0; bottom:0; width:100%; height:2px; background:#2d52a7;}

.pg_start {text-indent:-999px;overflow:hidden;background: url('../img/sub/arr_end.png') no-repeat 50% 50%;padding:0;-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.pg_prev {text-indent:-999px;overflow:hidden;background: url('../img/sub/arr_next.png') no-repeat 50% 50%;padding:0;-webkit-transform: rotate(180deg);transform: rotate(180deg);margin-right: 50px;}
.pg_end {text-indent:-999px;overflow:hidden;background: url('../img/sub/arr_end.png') no-repeat 50% 50%;padding:0;}
.pg_next {text-indent:-999px;overflow:hidden;background: url('../img/sub/arr_next.png') no-repeat 50% 50%;padding:0;margin-left: 50px;}

.pg_current {position:relative;font-weight:bold; font-size: 17px;color: #123c8d; width: 30px;height: 30px;display: flex; justify-content: center;align-items: center;}
.pg_current:before{content:''; position:absolute; left:50%; bottom:0; width:10px; height:2px; margin-left:-5px; background:#123c8d;}

span.pg{display:flex; justify-content:center; align-items:center;}

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

#device_change{display:block; margin:0.3em; padding:0.5em 0; background:#fff; border:1px solid #eee; font-size:2em; color:#000; text-align:center; border-radius:2em; text-decoration:none;}

.lang_code{height:34px; border:none;}
.inr{position:relative; width:1400px; margin:0 auto;}
.inr.sub{position:relative; width:1400px; margin:0 auto;}
.inr.sub02{position:relative; width:1200px; margin:0 auto;}
.inr.v2{position:relative; width:1400px; margin:0 auto;}
.inr.v3{position:relative; width:1360px; margin:140px auto 0;}
.inr.v4{position:relative; width:1100px; margin:0 auto;}

#bo_v_con iframe{width:100% !important; height:630px;}

.video-container{position:relative; overflow:hidden; width:100%; height:640px;}
.video-container iframe{position:absolute; top:-60px; left:0; width:100%; height:100%;}

.slick-dots{display:flex !important; position:absolute; bottom:40px; width:1360px; margin:0 auto;}
.slick-dots li button{width:14px; height:14px; background:none; background-color:transparent; border:none; border:1px solid #fff; font-size:0; transition:all 0.5s ease; border-radius:20px;}
.slick-dots > li.slick-active button{width:39px; background-color:#fff; border-color:transparent;}
.slick-dots li{margin-right:6px;}



@media (max-width:1750px){
	#gnb{margin-left:180px;}
	.inr{margin:0 auto 0 11%;}
}
@media (max-width:1700px){
	.inr{margin:0 5% 0 10%; width:85%;}
}
@media (max-width:1600px){
	#logo{left:120px;}
	.area_utill{right:40px;}
}
@media (max-width:1500px){
	.gnb_1da{padding:46px 30px;}
	.inr.sub{width:90%; margin:0 auto;}
}
@media (max-width:1300px){
	.inr.sub02{width:90%; margin:0 auto;}
}
@media (max-width:1280px){
	#logo{left:100px;}
	#gnb{margin-left:190px;}
	.gnb_1da{padding:36px 25px;}
	#gnb .gnb_1da{font-size:17px;}
	#gnb .gnb_2dli:first-child > a{padding-top:5px;}
}

@media (max-width:1279px){
	#ft .inner{align-items:flex-end;}
	.footer_info{align-items:flex-start; flex-direction:column;}
	.footer_info address{margin-top:30px; margin-left:0;}
	#gnb{margin-left:0;}
	#gnb .gnb_1da{font-size:16px !important;}
	#gnb .gnb_2da{font-size:15px !important;}
	#gnb_1dul{justify-content:flex-start; padding-left:380px;}
	#hd::after{top:89px;}
}

@media (max-width: 1200px){
	#logo{left:30px;}
	.inr{margin:0 auto; width:90%;}
	#gnb_1dul{padding-left:300px;}
}
@media (max-width: 1100px){
	.list_lang > li > a{color:#fff;}
	#hd .m_on .area_utill{display:flex; align-items:center; z-index:101;}
	#hd .m_on .list_lang{display:flex; opacity:1;}
	#hd .all_menu{max-width:100%;}
	#hd .gnb_area .lang_area{display:none; opacity:0;}
	#hd .all_menu .menu_1{width:90%; margin:0 auto; margin-bottom:35px; padding-left:0;}
	#hd .all_menu .menu_1 a{font-size:40px;}
	#hd .all_menu .all_menu_area{height:80%;}
	#hd .all_menu .all_menu_foot{left:5%; width:95%; padding-left:0;}
	#hd .gnb_area.on .menu-trigger span{background-color:#fff !important;}
	#hd .gnb_area.on .menu-trigger::after{color:#fff !important;}
	#m_footer{display:block;}
	.main_area{height:auto;}
	.en_foot{display:none;}
	.en_menu_area{height:100% !important;}
	#hd .all_menu_area.en_menu_area .menu_1 a{font-size:24px;}
	#hd .all_menu_area.en_menu_area .menu_1{margin-bottom:45px;}
	#hd .gnb_area.m_on .lang_area{display:flex; opacity:1;}
}

@media (max-width:1024px){
	#hd .nav_open{display:block;}
	#hd{height:80px;}
	#logo{top:39px;}
	.area_lang{margin-right:36px;}
	.area_lang{width:70px;}
	.btn_lang_list{width:70px;}
	.btn_lang{border:none;}
	.btn_all_menu{display:none !important;}
	#hd .nav_open{position:absolute; opacity:1; right:0; z-index:99999; margin:0 0 0 10px;}
	#gnb{padding:0;}
	#gnb_1dul{margin:0;}
	.area_utill{top:39px; right:30px;}
	#gnb_1dul{justify-content:center; justify-content:flex-start; padding-left:0; flex-direction:column;}
	#hd .btn_menu.active > span{background:#123c8d;}
	body.active .area_utill .list_lang > li > a{color:#222;}
	body.active #hd #logo .wt{display:none; transition:all 0.2s ease-out 0s;}
	body.active #hd #logo .color{display:block;}
	.area_utill a.btn_now{margin-right:47px;}
	#hd nav .gnb{opacity:0;}
	#hd.mob nav .gnb{opacity:1;}
	.inr,
	.inr.v2,
	.inr.v3,
	.inr.v4{width:94%;}
	#ft address span,
	#ft_copy{font-size:15px;}
	#hd nav{position:fixed; opacity:0; visibility:hidden; overflow:hidden; top:0px; right:0; z-index:9; width:100%; height:100%; background:#fff; transition:all 0.5s ease-out 0s;}
	#hd nav.active{opacity:1; visibility:visible; overflow:visible; right:0px;}
	#hd nav .gnb{position:absolute; opacity:1; top:140px; right:0px; z-index:999; height:100%; background:#fff; overflow-y:auto;}
	#hd nav .gnb > li{padding:0; border-bottom:1px solid #f7f7f7;}
	#hd nav .gnb > li > a{display:block; position:relative; line-height:1.4em; padding:18px 45px; font-weight:700; font-size:17px !important; color:#333 !important; text-align:left; transition:all 0.3s ease 0s;}
	#hd nav .gnb > li ul{display:none; padding:15px 0; background:#f8f8f8; text-align:left;}
	#hd nav .gnb > li ul.gnb_2dul{position:relative; top:0; left:0; box-sizing:border-box; border:none; transform:none;}
	#hd nav .gnb > li ul > li > a{display:block; padding:7px 35px; border-bottom:none; font-weight:400; font-size:15px; color:#666;}
	#hd nav .gnb > li ul > li:hover a{color:#123c8d;}
	#hd nav .gnb > li ul li.active a{color:#123c8d;}
	#hd nav .gnb > li > a.on{color:#2d52a7;}
	#hd nav .gnb > li > a.active:after{transform:rotate(-180deg); -webkit-transform:rotate(-180deg);}
	#hd nav .gnb > li > a:after{content:""; position:absolute; top:25px; right:0; width:9px; height:4px; transition:all 0.4s ease-out 0s;}
	#hd nav .gnb > li:nth-child(2) > a:after{display:none;}
	#hd nav [class^="gnb"]{right:0; width:100%;}
	#hd nav .gnb_header{display:block; top:0; height:70px; background:#2d52a7;}
	#hd nav .gnb_header img{position:absolute; top:15px; left:15px; height:37px;}
	#hd nav .gnb_footer{bottom:0; background:#fff;}
	#hd nav .gnb_footer > div{margin:15px;}
	#hd nav .gnb_footer ul li{float:left; width:50%; box-sizing:border-box; border:1px solid #eee; text-align:center;}
	#hd nav .gnb_footer ul li:last-child{border-left:none;}
	#hd nav .gnb_footer ul{overflow:hidden;}
	#hd nav .gnb_footer ul li a{display:block; position:relative; padding:12px 0; font-size:13px; color:#666;}
	#hd nav .gnb_footer > div > a{display:block; margin-top:10px; padding:17px 0; background:#da2856; font-size:13px; color:#fff; text-align:center;}
}

@media (min-width:1023px){
	#hd .gnb_header{display:none;}
	#gnb h2{display:none;}
	#gnb_1dul:after{content:""; display:block; visibility:hidden; clear:both;}
	#gnb .gnb_1dli{display:inline-block; position:relative; z-index:10;}
	#gnb .gnb_1da{display:inline-block; position:relative; z-index:5; line-height:1em; box-sizing:border-box; font-weight:400; font-size:18px; color:#fff !important; transition:color 300ms ease; text-decoration:none;}
	#hd.hd_pops #gnb .gnb_1da{font-weight:500; color:#222 !important;}
	#hd.hd_pops .area_utill .list_lang > li > a{color: #222;}
	#gnb .gnb_1da.on:before{display:block;}
	#hd.on .gnb_1da:before{top:15px; right:51px;}
	#hd.on .gnb_1dli:last-child .gnb_1da:before{top:15px; right:0;}
	#gnb .gnb_1da h3{font-weight:400;}
	#gnb .gnb_1da span{display:none;}
	#gnb .gnb_1dli:focus,
	.gnb_1dli:hover{color:#111;}
	#gnb .gnb_1dli{position:relative;}
	#gnb .gnb_2dul{position:absolute; opacity:0; visibility:hidden; overflow:hidden; top:111px; left:50%; width:200px; box-sizing:border-box; text-align:center; transition:all 300ms ease; transform:translate(-50% , 0px); border-radius:10px;}
	#gnb .gnb_2dli{padding:0 0 0 0px;}
	#gnb .gnb_2dli.active a{color:#123c8d !important;}
	#gnb .gnb_2dul .gnb_2dli:last-child{border-bottom:none;}
	#gnb .gnb_2da{display:block; width:100%; line-height:1.3em; box-sizing:border-box; padding:10px; border-bottom:0; font-weight:300; font-size:16px; color:#888 !important; letter-spacing:-.3px; text-decoration:none;}
	#gnb .gnb_1dli:focus .gnb_1da,
	#gnb .gnb_1dli:hover .gnb_1da,
	#gnb .gnb_1dli.hov .gnb_1da{color:#123c8d !important; text-decoration:none;}
	#gnb .gnb_1dli:focus .gnb_2dul,
	#gnb .gnb_1dli.active .gnb_2dul{opacity:1; visibility:visible; transform:translate(-50% , 0px);}
	#gnb .gnb_2da:focus,
	#gnb .gnb_2da:hover{display:inline-block; font-weight:400 !important; color:#123c8d !important;}
	#gnb_empty{width:100%; line-height:2em; padding:10px 0; text-align:center;}
	#gnb_empty a{text-decoration:underline;}
	#hd .mobile_home{display:none;}

	.gnb_3dul{padding:0; text-align:left;}
	.gnb_3dul li a{display:block; line-height:35px; padding:0 0 0 15px; background:#253dbe; border-top:1px solid #2b47dd; color:#fff;}
}


@media (max-width:768px){
	.tbl_head01 thead th{height:60px; font-size:15px;}
	.tbl_head01 td{height:55px;}
	/*#scont{margin:0 0 80px;}*/
}

@media (max-width:767px){
	#logo{left:20px;}
	#logo img{height:30px;}
	.area_utill{right:20px;}
	.area_lang{margin-right:34px;}
	#hd{height:auto;}
	#hd.mob nav .gnb > li > a{padding:18px 23px;}
	#hd.mob nav .gnb{top:70px;}
	#logo img{height:30px;}
}

@media (max-width:550px){
	#logo{top:34px; left:15px;}
	#logo img{height:28px;}
	.area_utill{top:34px;}
	#ft{padding:40px 0 50px;}
	.footer_info address{margin-top:25px; padding-top:30px;}
	.footer_info img{height:28px;}
	.footer_info address ul li{display:block; margin: 0 0 10px;}
	.footer_info address ul li:last-child{margin:0;}
	.footer_info address ul li em{font-size:14px;}
	.footer_info address ul li p{line-height:1em; font-size:14px;}
}

@media (max-width:450px){
	#logo img{height:25px;}
}


