﻿@charset "UTF-8";

/********** 기본 공통 Style **********/
.hide {position:absolute; left:-9999px; overflow:hidden; width:1px; height:1px; line-height:1px; font-size:1px;}
caption {position:static; overflow:hidden; width:1px; height:1px; margin:0; padding:0; font-size:1px; text-indent:-9999px;}
.clearfix:after {content:""; display:block; width:0; height:0; font-size:0; clear:both;}

/* 텍스트 ... 처리 css */
.txt_max_1 {word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.txt_max_2 {word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.txt_max_3 {word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/* font-weight */
.fw_m {font-weight: 500;}
.fw_b {font-weight: 700;}
/* // font-weight */

/* color */
.red {color: #e03321 !important;}
.orange {color: #ffa500 !important;}
.sky {color: #0000ff !important;}
.green {color: #008000 !important;}
/* // color */

/* 회원가입 버튼
.btn_area {overflow: hidden; width: 100%; margin: 35px 0 0; text-align: right; font-size: 0;}
.btn_area.sty2 {text-align: center;}
.btn_area a {display: inline-block; width: auto; height: 40px; margin: 0 6px 0 0; border: 1px solid #9a9a9a; padding: 0 15px; font-weight: 300; font-size: 15px; line-height: 38px; color: #9a9a9a; text-align: center;}
.btn_area a:last-child {margin: 0;}
.btn_area a:hover, .btn_area a:focus {border: none; padding: 0 16px; background-color: #9a9a9a; line-height: 40px; color: #ffffff;}
.btn_area a.btn_color {width: auto; border: 1px solid #037be1; padding: 0 15px; color: #037be1;}
.btn_area a.btn_color2 {width: auto; border: 1px solid #9a9a9a; padding: 0 15px; color: #9a9a9a;}
.btn_area a.btn_color:hover, .btn_area a.btn_color:focus {border: none; padding: 0 16px; background-color: #037be1; line-height: 40px; color: #ffffff;}
.btn_area a.btn_color2:hover, .btn_area a.btn_color2:focus {border: none; padding: 0 16px; background-color: #9a9a9a; line-height: 40px; color: #ffffff;}
//회원가입 버튼 */

/* 로그인 */
.login_box {margin: 30px 0 0; text-align: center;}
.login_box .title {font-weight: 500; font-size: 24px; line-height: 36px; color: #333333; word-break: keep-all;}
.login_box .text {margin: 5px 0 0; font-weight: 300; font-size: 15px; line-height: 22px; color: #8c8c8c; word-break: keep-all;}
.login_box .inner {margin: 47px 0 0; border: 1px solid #e9ecef; padding: 63px 0;}
.login_form {position:relative; width: 100%; max-width: 446px; margin: 0 auto;}
.login_form .row {width:100%;}
.login_form label {width: 100%; vertical-align:middle;}
.login_form .row {}
.login_form .row .input_box input {width:100%; height: 55px; padding: 0 10px 0 45px; border:1px solid #d9d9d9; background-position: 19px 19px; background-repeat: no-repeat; font-weight: 300; font-size: 15px; line-height: 22px; color: #333333;}
.login_form input::placeholder {color: #989898;}
.login_form .id {background-image: url("/images/common/id-icon.png");}
.login_form input.pass {margin: 8px 0 0; background-image: url("/images/common/pass-icon.png");}
.login_box .inner .login_btn {display:block; width: 100%; height: 55px; margin: 40px 0 0; border: none; background-color: #037be1; color: #ffffff; text-align:center; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;}
.login_btn .text {display: inline-block; margin: 0; font-weight: 500; font-size: 18px; line-height: 55px; color: #ffffff;}
.login_util_menu {margin: 21px 0 0; font-size: 0;}
.login_util_menu li {display: inline-block; position: relative;}
.login_util_menu li a {display:block; font-weight: 300; font-size: 15px; line-height: 22px; color: #5f5f5f;}
.login_util_menu li:last-child {padding: 0 0 0 21px;}
.login_util_menu li:last-child:before {display: block; content: ''; position: absolute; top: 50%; left: 10px; margin: -1px 0 0 0; width: 3px; height: 3px; background-color: #3d3d3d; border-radius: 50%;}
/* //로그인 */

/* join basic */
.join_step {overflow:hidden; /*max-width:1200px;*/ height: 69px; margin: 65px 0 46px;}
.join_step li {position:relative; z-index:1; float:left; width:33.3333%; border: 1px solid #dadada; border-right: none; font-size: 0; text-align: center;}
.join_step li:last-child {border-right: 1px solid #dadada;}
.join_step li .text {display: inline-block; padding: 0 0 0 47px; background-image: url('/images/basic/jstep_img1.png'); background-position: 0 center; background-repeat: no-repeat; font-weight: 300; font-size: 15px; line-height: 67px; color: #b2b2b2;  text-align:center;}

.join_step li.li02 .text {background-image:url('/images/basic/jstep_img2.png');}
.join_step li.li03 .text {background-image:url('/images/basic/jstep_img3.png');}
.join_step li.li04 .text {background-image:url('/images/basic/jstep_img4.png');}
.join_step li.on:before {display: block; content: ''; position: absolute; top: -1px; right: 0; bottom: -1px; left: -1px; border: 1px solid #242424;}
.join_step li.on .text {background-image:url('/images/basic/jstep_img1_on.png'); color:#2a2a2a;}
.join_step li.li02.on .text {background-image:url('/images/basic/jstep_img2_on.png');}
.join_step li.li03.on .text {background-image:url('/images/basic/jstep_img3_on.png');}
.join_step li.li04.on .text {background-image:url('/images/basic/jstep_img4_on.png');}
.join_step li.li05.on .text {background-image:url('/images/basic/jstep_img5_on.png');}

.join_step.type2 li {background-image:url('/images/basic/jstep2_img1.png');}
.join_step.type2 li.li03 {background-image:url('/images/basic/jstep2_img3.png');}
.join_step.type2 li.li04 {background-image:url('/images/basic/jstep2_img4.png');}
.join_step.type2 li.on {background-image:url('/images/basic/jstep2_img1_on.png');}
.join_step.type2 li.li03.on {background-image:url('/images/basic/jstep2_img3_on.png');}
.join_step.type2 li.li04.on {background-image:url('/images/basic/jstep2_img4_on.png');}
/* //join basic */

/* 아이디,비밀번호 찾기 */
.exp_txt_list {position: relative; margin: 37px 0 0; border: 1px solid #e5e5e5; padding: 15px 10px;}
.exp_txt_list .inner {position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 0 0 130px;}
.exp_txt_list .inner .title {position: absolute; top: 50%; left: 0; margin: -13px 0 0; padding: 0 0 0 36px; font-weight: 500; font-size: 17px; line-height: 26px; color: #8c8c8c;}
.exp_txt_list .inner .title:before {display: block; content: ''; position: absolute; top: 0; left: 0; width: 25px; height: 25px; background-image: url("/images/common/key_icon.png"); background-position: 0 0; background-repeat: no-repeat;}
.exp_txt_list .inner .list {}
.exp_txt_list .inner .list li {position: relative; margin: 1px 0 0; padding: 0 0 0 11px; font-weight: 300; font-size: 15px; line-height: 22px; color: #8c8c8c; word-break: keep-all;}
.exp_txt_list .inner .list li:first-child {margin: 0;}
.exp_txt_list .inner .list li:before {display: block; content: ''; position: absolute; top: 10px; left: 0; width: 2px; height: 2px;  background-color: #a7a7a7;}
.bdt_bg_box {margin: 62px 0 0; /*padding: 62px 0 0;*/ /*border-top:2px solid #5f6577;*/}
.bdt_bg_box.login {max-width:800px; margin:0 auto;}

.idpw_find_box {width: 100%; max-width: 1004px; margin: 0 auto; font-size: 0;}
.idpw_find_box .each_box {display: inline-block; width: calc(50% - 22px); margin: 0 44px 0 0; text-align: center;}
.idpw_find_box .each_box:last-child {margin: 0;}
.idpw_find_box .each_box .inner {padding: 59px 0 58px; background-color: #f9f9f9;} 
.idpw_find_box .each_box .inner .title {font-weight: 700; font-size: 24px; line-height: 36px; color: #1e1e1e;}
.idpw_find_box .each_box .inner .text {margin: 11px 0 0; font-weight: 300; font-size: 15px; line-height: 22px; color: #8c8c8c;}
.idpw_find_box .each_box .inner .find_form {max-width: 370px; margin: 30px auto 0;}
.idpw_find_box .each_box .inner .find_form .row {display:table; width:100%; margin-bottom:5px; border-collapse:collapse;}
.idpw_find_box .each_box .inner .find_form .row.pwd {margin-bottom:0;}
.idpw_find_box .each_box .inner .find_form label {display:table-cell; width: 69px; font-weight: 500; font-size: 16px; line-height: 24px; color: #1e1e1e; vertical-align: middle; text-align: left;}
.idpw_find_box .each_box .inner .find_form .input_box {display:table-cell;}
.idpw_find_box .each_box .inner .find_form input {width:100%; height:40px; padding:0 10px; border:1px solid #cacaca; border-radius:2px; font-size:14px; vertical-align:middle;}
.idpw_find_box .each_box .inner .find_form .text {margin: 7px 0 0; padding: 0 0 0 69px; font-weight: 300; font-size: 15px; line-height: 22px; color: #8c8c8c; text-align: left;}
.idpw_find_box .each_box .inner .find_form .sub_txt {height: 72px; margin: 57px 0 0; font-weight: 300; font-size: 15px; line-height: 24px; color: #8c8c8c; text-align: left; word-break: keep-all;}
.idpw_find_box .each_box .inner .find_form .sub_txt .ft_c {color: #eb3e3a;}
.idpw_find_box .each_box .inner .find_form .btn_wrap {text-align:center;}
.idpw_find_box .each_box .btn_wrap {margin: 35px 0 0; padding: 0; text-align: center;}
.idpw_find_box .each_box .btn_wrap .common_btn {display: inline-block; width: 116px; height: 40px; margin: 0; border: none; background-color: #037be1; font-weight: 400; font-size: 15px; line-height: 40px; color: #ffffff;}
/* // 아이디,비밀번호 찾기 */

/* .text_box {text-align: center;} */
.text_box .title {margin: 0 0 4px 0; font-weight: 500; font-size: 24px; line-height: 36px; color: #333333; /* text-align: center; */}
.jts_txt_box {margin-bottom:30px; text-align:center;}
.jts_txt1 {margin-bottom:10px; font-size:2em;}
.jts_txt1 .strong {color:#2196f3; font-weight:700;}
.jts_txt2 {color:#777; font-size:1.06em;}

.join_type_box {overflow:hidden; max-width:1005px; margin: 59px auto 0;}
.join_type_box .each_box {float:left; width: calc(50% - 22px); margin: 0 44px 0 0; padding: 57px 30px 62px; background-color: #f9f9f9; text-align:center;}
.join_type_box .each_box:last-child {margin: 0;}
.join_type_box .tit {margin: 23px 0 0; font-weight: 700; font-size: 24px; line-height: 36px; color: #333333;}
.join_type_box .txt {margin: 8px 0 0; font-weight: 300; font-size: 16px; line-height: 24px; color: #8a8a8a;}
.join_type_box .circle {display:inline-block; width:103px; height:99px; background-image: url('/images/basic/jtype_img1.png'); background-position: center center; background-repeat: no-repeat;}
.join_type_box .each_box:last-child .circle {background-image:url('/images/basic/jtype_img2.png');}
.join_type_box .btn_wrap {margin: 40px 0 0; padding: 0; text-align:center;}
.join_type_box .btn_wrap .common_btn {display: inline-block; width: 299px; height: 82px; margin: 0; padding: 14px 0; border: none; background-color: #1d5693; font-weight: 700; font-size: 18px; line-height: 27px; color: #ffffff; border-radius: 5px;}
/* // join basic */


/* agree_box */
.inr_text_box {margin: 51px 0 0; text-align: center;}
.inr_text_box .title {font-weight: 500; font-size: 24px; line-height: 36px; color: #333333; word-break: keep-all;}
.inr_text_box .text {margin: 6px 0 0; font-weight: 300; font-size: 15px; line-height: 22px; color: #8c8c8c; word-break: keep-all;}
.total_agree_box {margin: 49px 0 0; padding: 20px 0 0; border-top: 2px solid #5f6577;}
.agree_box {margin: 0 0 20px;}
.agree_box:last-child {margin-bottom: 0;}
.agree_tit {font-weight: 400; font-size: 16px; line-height: 24px; color: #333333;}
.agree_box .scroll_box {overflow-y:auto; height:200px; margin: 12px 0 0; padding:20px; border:1px solid #ccc;}
.agree_box .scroll_box .com_info_box {margin: 0; border: none; padding: 0;}
.agree_box .agree_chk {margin: 7px 0 0; text-align:right;}
.agree_box .chk_each label {padding-left:23px; font-weight: 300; font-size: 15px; line-height: 26px; color: #0a0a0a;}
.agree_box .chk_each .vchkbox {width: 18px; height: 18px;}
.agree_box .chk_each .vchkbox i { margin-left: 0; font-size: 14px;}
.agree_box .chk_each input:checked + label .vchkbox > i {display: block;}

/* complete basic */
.complete_box {margin: 62px 0 0; border: 8px solid #e9ecef; padding: 61px 0 73px; text-align: center;}
.complete_box img {}
.complete_box .txt1 {margin: 45px 0 0; font-weight: 500; font-size: 20px; line-height: 30px; color: #333333;}
.complete_box .txt2 {margin: 25px 0 0; font-weight: 500; font-size: 34px; line-height: 51px; color: #333333;}
.complete_box .txt2 .ft_c {color: #1d5693;}
.complete_box .txt3 {margin: 10px 0 0; font-weight: 300; font-size: 15px; line-height: 22px; color: #333333;}

.radio_each {margin-right:25px; vertical-align:middle;}
.radio_each.one {margin-right:0;}
.radio_each:last-child {margin-right:0;}
.radio_each label {position:relative; z-index:1; padding-left:24px; cursor:pointer; vertical-align: top; margin-right:20px;}
.radio_each .vradio {display:block; position:absolute; left:0; top:1px; z-index:1; width:20px; height:20px; border:1px solid #cdcdcd; border-radius:50%; background-color: #fff;}
.radio_each .vradio .cir {display:block; position:absolute; left:50%; top:50%; z-index:1; width:10px; height:10px; margin-left:-5px; margin-top:-5px; background-color:#fff; border-radius:50%;}
.radio_each input:checked + label .vradio {border-color:#2a9af3;}
.radio_each input:checked + label .vradio .cir {background-color:#2a9af3;}
.radio_each input:focus + label .vradio {outline:1px dotted #000; outline:-webkit-focus-ring-color auto 5px;}

.chk_each {vertical-align: middle;}
.chk_each label {display: inline-block; position: relative; z-index: 1; padding-left: 20px; font-weight: 400; font-size: 14px; line-height: 40px; color: #333333; cursor:pointer; vertical-align: middle;}
.chk_each .vchkbox {display: block; position: absolute; left: 0; top: 50%; z-index: 1; width: 15px; height: 15px; margin: -7px 0 0; border: 1px solid #cacaca; background-color: #fff;}
.chk_each .vchkbox > i {display: none; color: #2295fe; margin-top: 1px; margin-left: 1px; font-size: 12px; font-weight: 700; text-align: center;}
.chk_each input:checked + label .vchkbox {border-color: #2295fe;}
.chk_each input:checked + label .vchkbox > i {display: block;}
.chk_each input:focus + label .vchkbox {outline:1px dotted #000; outline:-webkit-focus-ring-color auto 5px;}

.bw_in_btn {display:inline-block; height:40px; margin: 0 10px 0 0; padding: 0 20px; background-color:#7a7a7a; font-weight: 300; font-size: 15px; line-height:40px; color:#ffffff; vertical-align:top !important; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;}

/********** // 기본 공통 Style **********/



/* ==================== Sub Top Style ==================== */
.bread_box  {position: relative;  background-color: #f5f5f5;}
.bread_box .container {z-index: 10;}
.bread_box .container .breadcrumb {}
.bread_box .container .breadcrumb > li {display: inline-block;position: relative;float: left;margin: 0 10px 0 0;padding: 0 17px 0 0;font-weight: 400;font-size: 14px;line-height: 50px;color: #303030;}
.bread_box .container .breadcrumb > li.home > a {display: flex;align-items: center; min-width: inherit; height: 50px;  padding: 0; color: #fff; text-align: center; font-size: 16px;}
.bread_box .container .breadcrumb > li.home > a img {display: inline-block; vertical-align: middle;}
.bread_box .container .breadcrumb > li:after {content:""; display:inline-block; position: absolute; right: 0; top: 50%; width:6px; height:11px; margin-top: -5px; background-image:url('/images/common/bread_arr.png'); background-repeat: no-repeat; vertical-align:middle;}
.bread_box .container .breadcrumb > li:last-child {cursor:pointer;color:#111;font-weight:500;}
.bread_box .container .breadcrumb > li:last-child:after {display: none;}
.bread_box .container .breadcrumb > li a i {margin-right:5px;}
.bread_box .container .breadcrumb > li i.xi-caret-down {margin-left:5px;color:#000;transition: all .4s ease-in-out;    transform: rotate(0);}
.bread_box .container .breadcrumb > li a.link {font-weight:500;color:#303030;}

.bread_box .container .btn_list {position: absolute; right: 5px; top: 1px; padding: 9px 0; margin: 0;}
.bread_box .container .btn_list > li {position: relative; float: left; margin: 0 9px 0 0;}
.bread_box .container .btn_list > li:last-child {margin: 0;}
.bread_box .container .btn_list > li > a {display: block; width: 33px; height: 33px; background-color: #848381; border-radius: 50%; background-position: center center; background-size: 16px 15px; background-repeat: no-repeat; text-indent: -9999px;}
.bread_box .container .btn_list > li.share > a {background-image: url("/images/common/share_icon.png");}
.bread_box .container .btn_list > li.print > a {background-image: url("/images/common/print_icon.png");}
.bread_box .container .btn_list > li > a:hover, .bread_box .container .btn_list > li > a:focus {background-color: #037be1;}

/* 2022-09-29 */
/* .sub_top_downmenu {display: none;position: absolute;background: #fff;width: auto;padding: 10px;border-radius: 0;transform: translate(-10px, 0);box-shadow:0 5px 15px rgba(0,0,0,0.1);} */
/* .sub_top_downmenu {display: none;position: absolute;background: #eee;width: auto;padding: 10px;border-radius: 0;transform: translate(-10px, 0);box-shadow:0 7px 15px rgba(0,0,0,0.1);} */
.sub_top_downmenu {display: none;position: absolute;background: #fff;width: auto;padding: 10px;border-radius: 0;transform: translate(-10px, 0);border:1px solid #e2e2e2;box-shadow:0 7px 10px rgba(0,0,0,0.075);;}
.sub_top_downmenu li {line-height: 2;border-bottom:1px solid #e2e2e2;}
.sub_top_downmenu li:last-child {border:0;}
.sub_top_downmenu li:hover {background:#f7f7f7;}
.sub_top_downmenu li a {padding: 10px 10px;color: #121212;line-height: 1.2;display: block;}
.sub_top_downmenu li a:hover {color:#0085ca;}

.sub_share_box {display: none; position: absolute; left: -40px; top: 50px; width: 150px;}
.sub_share_box li {float: left; margin-left: 3px;}

.sub_share_box li:first-child {margin-left: 0;}
.sub_share_box li a {display: flex;justify-content:center;align-items:center; width: 26px; height: 26px; line-height: 26px; background-color: #3b5998; border-radius: 2px; color: #fff; font-size:17px; text-align: center;}
.sub_share_box li.twitter a {background-color: #55acee;}
.sub_share_box li.kakaostory a {background-color: #fccb00;}
.sub_share_box li.googleplus a {background-color: #da4835;}
.sub_share_box li.blog a {background-color: #00c73c;}
/* ==================== Sub Top Style ==================== */

/* ==================== Sub Sch Style ==================== */
.sub_cont .sub_sch_box {position: relative; margin: 0 0 32px; padding: 30px 150px 30px 27px; box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.1); background-color: #ffffff;}
.sub_sch_area .sub_sch_box {position: inherit; margin: 0; padding: 30px 123px 30px 0; box-shadow: none; background: none;}
.sub_cont .sub_sch_box .row {display: table; width: 100%;}
.sub_cont .sub_sch_box.bt_sch .row:first-child {margin: 0 0 11px;}
/* 07-24 */
.sub_cont .sub_sch_box .row .row_div {display: table; width: 100%;}
.sub_cont .sub_sch_box .row .row_div label {width: 72px;}
.sub_cont .sub_sch_box .row label {display: table-cell; width: 140px; font-weight: 500; font-size: 16px; line-height: 45px; color: #000000; text-align: center; vertical-align: top; word-break: keep-all;}
.sub_cont .sub_sch_box .row .slt_box {display: table-cell; width: 200px; padding: 0 5px 0 0; vertical-align: middle;}
.sub_cont .sub_sch_box .row .slt_box:last-child {padding: 0;}
.sub_cont .sub_sch_box .row .slt_box select {position: relative; width: 100%; height: 45px; border: 1px solid #c6cbcf; padding: 0 35px 0 19px; background-color: #ffffff; background-image: url("/images/common/slt_arr_icon.png"); background-position: right 22px top 50%; background-size: 11px 7px; background-repeat: no-repeat; font-weight: 400; font-size: 15px; line-height: 45px; color: #000000; cursor: pointer;}
.sub_cont .sub_sch_box .row .input_box {display: table-cell; padding: 0; vertical-align: middle;}
.sub_cont .sub_sch_box .row .input_box input {width: 100%; height: 45px; border: 1px solid #c9ced2; padding: 0 20px; font-weight: 300; font-size: 15px; line-height: 45px; color: #333333;}
.sub_cont .sub_sch_box .row .input_box input::placeholder {color: rgba(0, 0, 0, 0.5);}
.sub_cont .sub_sch_box .row .text {margin: 0 -5px 0 7px; line-height: 45px; vertical-align: middle;}


.sub_cont .sub_sch_box .st_sch_btn {display: block; position: absolute; top: 30px; right: 28px; overflow: hidden; width: 115px; height: 45px; background-color: #54575e; text-align: center;}
.sub_cont .sub_sch_box.bt_sch .st_sch_btn {top: inherit; bottom: 30px;}
.sub_cont .sub_sch_box .st_sch_btn .ico {display: inline-block; position: relative; padding: 0 0 0 29px; font-weight: 400; font-size: 16px; line-height: 45px; color: #ffffff;}
.sub_cont .sub_sch_box .st_sch_btn .ico:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 21px; height: 22px; margin: -11px 0 0; background-image: url("/images/common/slt_btn_sch_icon.png"); background-position: 0 0; background-repeat: no-repeat;}
.sub_cont .sub_sch_box.sch_area .st_sch_btn .ico:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 15px; height: 9px; margin: -5px 0 0; background-image: url("/images/common/sch_btn_icon.png"); background-position: 0 0; background-repeat: no-repeat;}

.sub_cont .sub_sch_box .st_sch_btn input {border: none; /* 0828 */width: 100%; /* 0828 */background-color: inherit; line-height: 45px ;color: #ffffff; cursor: pointer;}

.sub_cont .sub_sch_box.sty2 {}
.sub_cont .sub_sch_box.sty2 .row {margin: 13px 0 0;}
.sub_cont .sub_sch_box.sty2 .row:first-child {margin: 0;}
.sub_cont .sub_sch_box.sty2 .row .btn_list {font-size: 0;}
.sub_cont .sub_sch_box.sty2 .row .btn_list li {display: inline-block; width: calc(20% - 8px); margin: 0 9px 0 0; text-align: center;}
.sub_cont .sub_sch_box.sty2 .row .btn_list li:last-child {margin: 0;}
.sub_cont .sub_sch_box.sty2 .row .btn_list li button {display: block; width: 100%; border: 1px solid #c6cbcf; font-weight: 400; font-size: 15px; line-height: 43px; color: #282828;}
.sub_cont .sub_sch_box.sty2 .row .btn_list li button:hover, .sub_cont .sub_sch_box.sty2 .row .btn_list li button:focus {border: none; background-color: #f98407; line-height: 45px; color: #ffffff;}

.sub_cont .sub_sch_box.sty2 .row .data_box {width: 100%; max-width: 477px; font-size: 0;}
.sub_cont .sub_sch_box.sty2 .row .data_box .date_input {display: inline-block; width: calc(50% - 16.3px); height: 45px; border: 1px solid #c6cbcf; padding: 0 40px 0 10px; background-image: url("/images/basic/cal_ico.png"); background-position: right 11px center; background-repeat: no-repeat; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 16px; line-height: 24px; color: #242424; text-align: left;}
.sub_cont .sub_sch_box.sty2 .row .data_box .text {display: inline-block; padding: 0 12px; font-weight: 400; font-size: 15px; line-height: 45px; color: #333333; vertical-align: top;}

.sub_cont .sub_sch_box.sty2 .row .slt_box.sty2 {display: inherit;}
.sub_cont .sub_sch_box.sty2 .row .slt_box.sty3 {width: auto;}

.sub_cont .sub_sch_box.sty2 .row .radio_box {display: table-cell; width: 50%;}

.sub_cont .sub_sch_box .row .input_box.sty2 {width: 50%;}




.sub_cont .sub_sch_box .row .radio_each .vradio {top: 50%; margin: -10px 0 0;}
/* ==================== Sub Sch Style ==================== */

/* ==================== Table Style ==================== */
.board_area {overflow: hidden; margin: 52px 0 0;}
.board_area.sty2 {text-align: right;}
.board_area.sty3 {margin: 20px 0 0;}
.board_area .title_box {width: 100%; overflow: hidden;}
.board_area .title_box .table_tit {position: relative; float: left; font-weight: 700; font-size: 22px; line-height: 33px; color: #000000; word-break: keep-all;}
.board_area .title_box .fr {float: right;}
.board_area .title_box .fr .pro_slt {height: 35px; margin: 0 10px 0 0; border: 1px solid #c6cbcf; padding: 0 25px 0 15px; background-color: #ffffff; background-image: url(/images/common/slt_arr_icon.png); background-position: right 12px top 50%; background-size: 11px 7px; background-repeat: no-repeat; font-weight: 400; font-size: 15px; line-height: 35px; color: #333333; vertical-align: middle;}
.board_area .title_box .view_cont {font-size: 0;}
.board_area .title_box .view_cont .text {display: inline-block; font-weight: 300; font-size: 14px; line-height: 30px; color: #8c8c8c;}
.board_area .title_box .view_cont .text.red {color: #f22929;}
.board_area .synthesis {display: inline-block; position: relative; padding: 0 0 0 18px; font-weight: 300; font-size: 14px; line-height: 21px; color: #333333;}
.board_area .synthesis.sty2 {padding: 0;}
.board_area .synthesis.fr {text-align: right;}
.board_area .synthesis:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 9px; height: 12px; margin: -6px 0 0; background-image: url("/images/common/synt_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
.board_area .synthesis.sty2:before {display: none;}
.board_area .synthesis .num {color: #e03321;}
.board_area > .inner {overflow: hidden;}
.board_area > .inner > .synthesis {float: left; position: relative; padding: 0 0 0 18px; font-weight: 300; font-size: 14px; line-height: 21px; color: #333333;}
.board_area > .inner > .synthesis:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 9px; height: 12px; margin: -6px 0 0; background-image: url("/images/common/synt_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
.board_area > .inner > .synthesis .num {color: #e03321;}
.board_area > .inner > .text {float: right; font-weight: 300; font-size: 14px; line-height: 21px; color: #e03321; text-align: right;}
.board_area > .inner > .text .ft_color {color: #2475e3;}
.board_area .board_list {width: 100%; margin: 15px 0 0; border-top: 2px solid #5f6577; text-align: center; border-collapse: collapse; table-layout: fixed; box-sizing: border-box;}
.board_area .board_list thead {border-bottom: 1px solid #d5d5d5; background-color: #f7f7f7;}
.board_area .board_list thead tr {}
.board_area .board_list thead tr th {padding: 13px 10px; font-weight: 500; font-size: 15px; line-height: 22px; color: #333333;}
.board_area .board_list tbody {}
.board_area .board_list tbody tr {border-bottom: 1px solid #d5d5d5; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;}
.board_area .board_list tbody tr:hover {background-color: #f7f7f7;}
.board_area .board_list tbody tr td {position: relative; padding: 13px 10px; font-weight: 400; font-size: 15px; line-height: 22px; color: #333333;}
.board_area .board_list tbody tr td.ft_color {color: #084ea4;}
.board_area .board_list tbody tr td.tit {padding: 0; text-align: left;}
.board_area .board_list tbody tr td.tit a {display: block; padding: 13px 10px;}
.board_area .board_list tbody tr td.tit a .text {display: inline-block; position: relative;}
.board_area .board_list tbody tr td.tit a .text .new_icon {width: 19px; height: 20px; margin: 0 0 0 10px;}
.board_area .board_list tbody tr.latest td.tit a .text:after {display: block; content: ''; position: absolute; top: 2px; right: 0; width: 19px; height: 20px; background-image: url("/images/common/new_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
.board_area .board_list tbody tr td .file {display: inline-block; width: 14px; height: 14px; background-image: url("/images/common/flie_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat; vertical-align: middle;}
.board_area .board_list tbody tr.red {background-color: #fcf0f0;}
.board_area .board_list tbody tr.red td {}
.board_area .board_list tbody tr.red td.num {font-weight: 500; color: #ec1a10;}
.board_area .board_list tbody tr.red td.tit {}
.board_area .board_list tbody tr.red td.tit .new {display: inline-block; width: 19px; height: 20px; margin: 0 0 0 10px; background-image: url("/images/common/new_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat; text-indent: -9999px;}
.board_area .board_list tbody tr.red td.date {}
.board_area .board_list tbody tr.red td.file {}
.board_area .board_list tbody tr td.error {color: #ec1a10;}
.board_area .board_list tbody tr td .m_tit {display: none; font-size: 14px;}
.board_area .board_list tbody tr td.state {}
.board_area .board_list tbody tr td.state .str_com {display: inline-block; width: 70px; font-weight: 400; font-size: 14px; line-height: 27px; color: #ffffff; text-align: center;}
.board_area .board_list tbody tr td.state2 .str_com {display: inline-block; font-weight: 400; font-size: 14px; line-height: 27px; text-align: center;}
.board_area .board_list tbody tr td.state .str1 {background-color: #ee4444;}
.board_area .board_list tbody tr td.state .str2 {background-color: #f19a1d;}
.board_area .board_list tbody tr td.state .str3 {background-color: #9e9aa7;}
.board_area .board_list tbody tr td.state .str4 {background-color: #3f2189;}
.board_area .board_list tbody tr td.state .str5 {background-color: #7e5cd3;}
.board_area .board_list tbody tr td.state2 .str1 {color: #ee4444;}
.board_area .board_list tbody tr td.state2 .str2 {color: #f19a1d;}
.board_area .board_list tbody tr td.state2 .str3 {color: #1f6ae6;}
.board_area .board_list tbody tr td.state2 .str4 {color: #3f2189;}
.board_area .board_list tbody tr td.state2 .str5 {color: #7e5cd3;}
.board_area .board_list tbody tr td.area {text-align: left;}
.board_area .board_list tbody tr td.area > div {display: inline-block; position: relative; width: 100%; max-width: 400px; padding: 0 140px 0 0;}
.board_area .board_list tbody tr td.area > div .bw_in_btn.sty2 {position: absolute; top: 0; right: 0; margin: 0;}
.board_area .board_list tbody tr td.area input {width: 100%; height: 40px; margin: 0 10px 0 0; border: 1px solid #e9ecef; padding: 0 10px; font-weight: 300; font-size: 14px; line-height: 21px; color: #333333; vertical-align: middle;}
.board_area .board_list tbody tr td.area .inp_01.top {display: inline-block; max-width: 250px; margin: 0 10px 0 0;}
.board_area .board_list tbody tr td.area .inp_01 {display: block; margin: 10px 0 0;}
.board_area .board_list tbody tr td .chk_each .vchkbox {top: 1px;}

/* ==================== Table Style ==================== */

/* ==================== 게시판 VIEW Style ==================== */
.board_view {margin: 32px 0 0; border-bottom:1px solid #d7d7d7;}
.board_view_top {position:relative; z-index:1; padding:0 65px 20px; border-bottom: 2px solid #5f6577; text-align:center;}
.board_view_top.btn_non {padding: 0 0 20px;}
.board_view_top .board_text_list {}
.board_view_top .board_text_list .list {font-size: 0;}
.board_view_top .board_text_list .list li {display: inline-block; position: relative; margin: 0 10px 0 0; padding: 0 10px 0 0; font-weight: 400; font-size: 15px; line-height: 22px; color: #777777;}
.board_view_top .board_text_list .list li:after {display: block; content: ''; position: absolute; top: 50%; right: 0; width: 1px; height: 15px; margin: -7px 0 0; background-color: #777777;}
.board_view_top .board_text_list .list li:last-child {margin: 0; padding: 0;}
.board_view_top .board_text_list .list li:last-child:after {display: none;}
.board_view_top .board_text_list .list li.ft_color {color: #2475e3;}
.board_view_top > .ft_color {}
.board_view_top .mark_box {margin-bottom:10px;}
.board_view_top .mark {display:inline-block; padding:5px 10px; background-color:#ec1a10; color:#fff; font-size:15px;}
.board_view_top .mark.new {background-color:#ff9000;}
.board_view_top .mark.sort {background-color:#FFF; border:1px solid #2196f3; color:#2196f3;}
.board_view_top .mark_list {margin: 0 0 5px; font-size: 0;}
.board_view_top .mark_list .mark {display: inline-block; width: 43px; height: 21px; margin: 0 2px 0 0; padding: 0; background-color: inherit;font-family: 'Noto Sans KR'; font-weight: 400; font-size: 12px; line-height: 21px; color: #ffffff; text-align: center; vertical-align: middle;}
.board_view_top .mark_list .mark:last-child {margin: 0;}
.board_view_top .mark_list .mark.bg_1 {background-color: #ff6363;}
.board_view_top .mark_list .mark.bg_2 {background-color: #3a7fcd;}
.board_view_top .mark_list .mark.bg_3 {background-color: #4fc15f;}
.board_view_top .mark_list .mark.bor {line-height: 19px;}
.board_view_top .mark_list .mark.bor_1 {border: 1px solid #f98d00; color: #f98d00;}
.board_view_top .mark_list .mark.bor_2 {border: 1px solid #826df1; color: #826df1;}
.board_view_top .mark_list .mark.bor_3 {border: 1px solid #848484; color: #848484;}
.board_view_top .tit {display:block; margin-bottom:20px; font-weight: 400; font-size:1.6em;}
.board_view_top .tit .mark {margin-right:5px; background-color: inherit; color: #ec1a10; padding: 0; vertical-align:top;}
.board_view_top .info {color:#777; font-size:0;}
.board_view_top .info .each {display:inline-block; font-size:15px;}
.board_view_top .info .each:after {content:"|"; display:inline-block; margin-top:-2px; padding:0 15px; color:#d7d7d7; font-size:12px; vertical-align:middle;}
.board_view_top .info .each:last-child:after {display:none;}
.board_view_top .controler {position:absolute; left:20px; top:50%; z-index:1; width:30px; height:40px; line-height:40px; margin-top:-15px; font-size:30px; text-align:center;}
.board_view_top .controler:hover {-webkit-animation: scale1_3 0.8s infinite; animation: scale1_3 0.8s infinite;}
.board_view_top .next {left:auto; right:20px;}

.board_view_top .btn_arr {position: absolute; top: 50%; width: 16px; height: 27px; margin: -13px 0 0; background-position: 0 0; background-size: cover; background-repeat: no-repeat; text-indent: -9999px;}
.board_view_top .board_prev {left: 25px; background-image: url("/images/common/board_prev.jpg");}
.board_view_top .board_next {right: 25px; background-image: url("/images/common/board_next.jpg");}

.board_view_con {padding:40px 25px;}

.board_view_file {display:table; width:100%; border-collapse:collapse; border-top:1px solid #d7d7d7;}
.board_view_file .tit {display:table-cell; width:20%; padding:15px 25px; background-color :#f5f7f9; font-weight: 400; font-size: 15px; vertical-align:middle;}
.board_view_file .file_box {display:table-cell; padding:15px 20px; vertical-align:middle;}
.board_view_file .file_each {margin-bottom:13px;}
.board_view_file .file_each:last-child {margin-bottom:0;}
.board_view_file .file_each a:hover, .board_view_file .file_each a:focus {text-decoration:underline;}
.board_view_file .file_each a {position: relative; font-weight: 300; font-size: 15px; line-height: 22px;}
.board_view_file .file_each button {width: 78px; height: 29px; margin: 0 0 0 10px; border: 1px solid #373737;}
.board_view_file .file_each button:hover, .board_view_file .file_each button:focus {border: none; background-color: #373737;}
.board_view_file .file_each button .text {display: inline-block; font-weight: 300; font-size: 14px; line-height: 27px; color: #373737; box-sizing: border-box;}
.board_view_file .file_each button:hover .text, .board_view_file .file_each button:focus .text {color: #ffffff;}
/* ==================== 게시판 VIEW Style ==================== */


/* ==================== 좌우 스크롤 Style ==================== */
.title_area.scroll {overflow: hidden; margin: 92px 0 0;}
.title_area.scroll .title {position: relative; float: left; padding: 0 0 0 18px; font-weight: 500; font-size: 20px; line-height: 30px;}
.title_area.scroll .title:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 6px; height: 6px; margin: -3px 0 0; background-color: #3a7fcd; border-radius: 50%;}
.title_area.scroll .app_info_list {float: right; font-size: 0;}
.title_area.scroll .app_info_list li {display: inline-block; margin: 0 34px 0 0;}
.title_area.scroll .app_info_list li:last-child {margin: 0;}
.title_area.scroll .app_info_list li .text {position: relative; padding: 0 0 0 29px; font-weight: 500; font-size: 15px; line-height: 30px; color: #242424;}
.title_area.scroll .app_info_list li .text:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 20px; height: 20px; margin: -10px 0 0; background-position: 0 0; background-repeat: no-repeat;}
.title_area.scroll .app_info_list li .text.bg_f:before {background-image: url('/images/common/bg_f.jpg');}
.title_area.scroll .app_info_list li .text.bg_g:before {background-image: url("/images/common/bg_g.jpg");}
.title_area.scroll .app_info_list li .text.bg_b:before {background-image: url("/images/common/bg_b.jpg");}

.scroll_box {overflow-y: auto; width: 100%;}
.scroll_box .scroll_head {display: table; width: 100%; font-size: 0;}
.scroll_box .scroll_head .head_box {display: table-cell;width: 100%;}
.scroll_box .scroll_head .head_tit {display: inline-block; width: 200px; font-size: 14px;}
.scroll_box .scroll_body {display: table-cell; width: 100%; font-size: 0;}
.scroll_box .scroll_body .body_txt {display: inline-block; width: 200px; font-size: 14px;}

.scroll_table_box {overflow-y: auto; width: 100%; height: 100%; margin: 16px 0 0; border-bottom: 1px solid #e9ecef; table-layout: fixed;}
.scroll_table_box .table_cont {display: table; width: 100%; border-top: 2px solid #5f6577; table-layout: fixed; border-collapse: collapse;}
.scroll_table_box .table_cont .table_head {display: table-header-group; width: 100%; font-size: 0; border-collapse: collapse;}
.scroll_table_box .table_cont .table_head .box {display: table-row; border-bottom: 1px solid #e9ecef; background-color: #f7f7f7; border-collapse: collapse;}
.scroll_table_box .table_cont .table_head .head_tit {display: table-cell; position: sticky; top: -2px; width: 120px; border-right: 1px solid #e9ecef; padding: 7px 0; border-collapse: collapse; background-color: #f7f7f7; font-weight: 500; font-size: 15px; line-height: 22px; color: #242424; vertical-align: middle; text-align: center;}
.scroll_table_box .table_cont .table_head .head_tit:last-child {border-right: none;}
.scroll_table_box .table_cont .table_head .head_tit.table_t {position: sticky; top: -2px; left: 0; z-index: 2; width: 100px; background-color: #f7f7f7;}
.scroll_table_box .table_cont .table_head .head_tit.table_g {width: 200px;}
.scroll_table_box .table_cont .table_head .head_tit.table_n {width: 100px;}
.scroll_table_box .table_cont .table_body {display: table-row-group; width: 100%; border-collapse: collapse;}
.scroll_table_box .table_cont .table_body .box {display: table-row; border-bottom: 1px solid #e9ecef; border-collapse: collapse; vertical-align: middle;}
.scroll_table_box .table_cont .table_body .body_txt {display: table-cell; width: 120px; border-right: 1px solid #e9ecef; padding: 14px 5px; font-size: 14px; border-collapse: collapse; font-weight: 400; font-size: 15px; line-height: 22px; color: #242424; vertical-align: middle; text-align: center;}
.scroll_table_box .table_cont .table_body .body_txt:last-child {border-right: none;}
.scroll_table_box .table_cont .table_body .body_txt.bg_c {background-color: #fffaea;}
.scroll_table_box .table_cont .table_body .body_txt.table_t {position: sticky; left: 0; width: 100px; background-color: #fffaea;}
.scroll_table_box .table_cont .table_body .body_txt.table_g {width: 200px;}
.scroll_table_box .table_cont .table_body .body_txt.table_g .text {height: 44px; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.scroll_table_box .table_cont .table_body .body_txt.table_n {width: 100px;}
.scroll_table_box .table_cont .table_body .body_txt.btn_area {}
.scroll_table_box .table_cont .table_body .body_txt.btn_area button {display: block; width: 100%; height: 50px;}
.scroll_table_box .table_cont .table_body .body_txt.btn_area button.on {background-image: url("/images/common/bg_b.jpg");}
.scroll_table_box .table_cont .table_body .body_txt.btn_area button.bg_g {display: block; width: 100%; height: 50px; background-image: url("/images/common/bg_g.jpg");}
.scroll_table_box .table_cont .table_body .body_txt.btn_area button.bg_g.on {background-image: url("/images/common/bg_b.jpg");}
.scroll_text {font-weight: 400; font-size: 14px; line-height: 21px; color: #333333; word-break: keep-all; text-align: right;}
.scroll_text.red {margin: 15px 0 0; color: #ec1a10;}
/* ==================== 좌우 스크롤 Style ==================== */

/* ==================== 첨부파일 Style ==================== */
.com_table_cont .table_box .board_write tbody tr td .att_down {font-size: 0;}
.com_table_cont .table_box .board_write tbody tr td .att_down a {display: inline-block; width: 165px; height: 34px; margin: 0 15px 0 0; border: 1px solid #f53232; text-align: center; border-radius: 20px;}
.com_table_cont .table_box .board_write tbody tr td .att_down a .text {display: inline-block; position: relative; margin: 0; padding: 0 17px 0 0; font-weight: 300; font-size: 14px; line-height: 32px; color: #f53232;}
.com_table_cont .table_box .board_write tbody tr td .att_down a .text:after {display: block; content: ''; position: absolute; top: 50%; right: 0; width: 10px; height: 11px; margin: -5px 0 0; background-image: url("/images/common/att_icon.png"); background-position:  0 0; background-repeat: no-repeat;}
.com_table_cont .table_box .board_write tbody tr td .att_down > .text {display: inline-block; margin: 0; font-weight: 400; font-size: 14px; line-height: 34px; color: #8c8c8c;}

.com_table_cont .table_box .board_write tbody tr td .attach_box {position:relative; z-index:1; max-width:605px; margin: 9px 0 0;}
.com_table_cont .table_box .board_write tbody tr td .attach_input {position:absolute; left:0; top:0; z-index:1; visibility:hidden;}
.com_table_cont .table_box .board_write tbody tr td .attach_vbox {position:relative; z-index:1; padding : 0 60px 0 98px;}
.com_table_cont .table_box .board_write tbody tr td .attach_vinput {width:100%; height:40px !important; padding:0 5px; cursor:pointer;}
.com_table_cont .table_box .board_write tbody tr td .attach_btn {display:block; position:absolute; left:0; top:0; z-index:1; width:94px; height:40px; background-color:#7a7a7a; border: 1px solid #7a7a7a; font-weight: 400; font-size: 15px; line-height: 38px; color: #ffffff; text-align:center; cursor:pointer; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;}
.com_table_cont .table_box .board_write tbody tr td .attach_box .close_btn {position: absolute; right: 0; top: 50%; margin: -11px 0 0; font-weight: 400; font-size: 15px; line-height: 22px; color: #e03321}

.com_table_cont .table_box .board_write tbody tr td .file_box {display:table-cell; padding: 9px 0 0; vertical-align:middle;}
.com_table_cont .table_box .board_write tbody tr td .file_each {margin-bottom:13px;}
.com_table_cont .table_box .board_write tbody tr td .file_each:last-child {margin-bottom:0;}
.com_table_cont .table_box .board_write tbody tr td .file_each a:hover, .board_view_file .file_each a:focus {text-decoration:underline;}
.com_table_cont .table_box .board_write tbody tr td .file_each a {position: relative; padding: 0 0 0 20px; background-image: url("/images/basic/attach_ico.png"); background-position: 0 3px; background-repeat: no-repeat; font-weight: 300; font-size: 15px; line-height: 22px;}
.com_table_cont .table_box .board_write tbody tr td .file_each button {width: 44px; height: 29px; margin: 0 0 0 10px; border: 1px solid #373737;}
.com_table_cont .table_box .board_write tbody tr td .file_each button:hover, .board_view_file .file_each button:focus {border: none; background-color: #373737;}
.com_table_cont .table_box .board_write tbody tr td .file_each button .text {display: inline-block; margin: 0; font-weight: 300; font-size: 14px; line-height: 27px; color: #373737; box-sizing: border-box;}
.com_table_cont .table_box .board_write tbody tr td .file_each button:hover .text, .board_view_file .file_each button:focus .text {color: #ffffff;}

.com_table_cont .table_box .board_write tbody tr td.add .inp_01.top.sty2 {max-width: inherit; width: calc(100% - 137px);}
.com_table_cont .table_box .board_write tbody tr td.add .bw_in_btn {margin: 0;}
.com_table_cont .table_box .board_write tbody tr td .inp_01.sty2 {max-width: inherit;}
/* ==================== 첨부파일 Style ==================== */

/* ==================== Pagination Style ==================== */
.pagination {margin-top:20px; font-size:0; text-align: center;}
.pagination a {display: inline-block; width: 34px;margin: 0 0 3px; font-size:15px; line-height: 34px; text-align:center; vertical-align: middle; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;}
.pagination a:hover, .pagination a:focus, .pagination .active {background-color:#d5d5d5;}
.pagination .page_arrow {position: relative;}
.pagination .page_arrow:before {display: block; content: ''; position: absolute; top: 50%; height: 12px; background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
.pagination .page_arrow.l1 {margin: 0 40px 3px 0;}
.pagination .page_arrow.l1:before {left: 50%; width: 9px; margin: -6px 0 0 -4px; background-image: url("/images/common/page_l1.png");}
.pagination .page_arrow.l2 {}
.pagination .page_arrow.l2:before {left: 50%; width: 17px; margin: -6px 0 0 -8px; background-image: url("/images/common/page_l2.png");}
.pagination .page_arrow.r1 {margin: 0 0 3px 40px;}
.pagination .page_arrow.r1:before {left: 50%; margin: -6px 0 0 -4px; width: 9px; margin: -6px 0 0 -4px; background-image: url("/images/common/page_r1.png");}
.pagination .page_arrow.r2 {}
.pagination .page_arrow.r2:before {left: 50%; width: 17px; margin: -6px 0 0 -8px; background-image: url("/images/common/page_r2.png");}

.pagination.skin3 {margin-top: 60px;}
.pagination.skin3 a:hover, .pagination.skin3 a:focus, .pagination.skin3 .active {background-color: #545454; color: #fff;}
/* ==================== Pagination Style ==================== */

/* ============ 통합검색 ============ */
.sub_cont .cont .int_area {margin: 53px 0 0;}
.sub_cont .sub_sch_box.sty_01 {}
.sub_cont .sub_sch_box.sty_01 .row {}
.sub_cont .sub_sch_box.sty_01 .row .area_list {margin: 0 0 21px;}
.sub_cont .sub_sch_box.sty_01 .row .area_list .list {overflow: hidden; width: 100%; margin: 0 0 -5px;}
.sub_cont .sub_sch_box.sty_01 .row .area_list .list li {float: left; width: 25%; padding: 0 5px 5px 0; text-align: center;}
.sub_cont .sub_sch_box.sty_01 .row .area_list .list li:last-child {padding: 0 5px 5px 0;}
.sub_cont .sub_sch_box.sty_01 .row .area_list .list li button {display: block; width: 100%; border: 1px solid #c6cbcf; font-weight: 300; font-size: 15px; line-height: 43px; color: #333333;}
.sub_cont .sub_sch_box.sty_01 .row .area_list .list li.on button {border: 1px solid #2475e3; color: #2475e3;}
.sub_cont .sub_sch_box.sty_01 .row .area_list .list li button:hover, .sub_cont .sub_sch_box.sty_01 .row .area_list .list li button:focus {border: 1px solid #2475e3; color: #2475e3;}
/*.sub_cont .sub_sch_box.sty_01 .st_sch_btn {top: inherit; bottom: 30px;}*/

.sub_cont .cont .int_area .int_title {font-weight: 300; font-size: 20px; line-height: 30px; color: #333333; word-break: keep-all;}
.sub_cont .cont .int_area .int_title .ft_color {font-weight: 400; color: #353471;}
.sub_cont .cont .int_area .int_title .num {font-weight: 400; color: #e03321;}
.sub_cont .cont .int_area .int_tab_area {margin: 43px 0 0;}
.sub_cont .cont .int_area .int_tab_area .list {display: table; width: 100%; border: 1px solid #cdcdcd;}
.sub_cont .cont .int_area .int_tab_area .list li {display: table-cell; width: 16.6666%; height: 64px; border-right: 1px solid #cdcdcd; text-align: center; vertical-align: middle;}
.sub_cont .cont .int_area .int_tab_area .list li:last-child {border-right: none;}
.sub_cont .cont .int_area .int_tab_area .list li.on {border-right: 1px solid #353471; background-color: #353471;}
.sub_cont .cont .int_area .int_tab_area .list li a {display: block; font-weight: 300; font-size: 15px; line-height: 64px; color: #333333; vertical-align: middle;}
.sub_cont .cont .int_area .int_tab_area .list li.on a {border: none; color: #ffffff;}
.sub_cont .cont .int_area .int_cont {margin: 47px 0 0;}
.sub_cont .cont .int_area .int_cont .synthesis {position: relative; padding: 0 0 0 18px; font-weight: 300; font-size: 14px; line-height: 21px; color: #333333;}
.sub_cont .cont .int_area .int_cont .synthesis:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 9px; height: 12px; margin: -6px 0 0; background-image: url("/images/common/synt_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
.sub_cont .cont .int_area .int_cont .synthesis .num {color: #e03321;}
.sub_cont .cont .int_area .int_cont .list {margin: 19px 0 0; border-top: 2px solid #5f6577;}
.sub_cont .cont .int_area .int_cont .list li {border-bottom: 1px solid #e9ecef; padding: 25px 0 22px;}
.sub_cont .cont .int_area .int_cont .list li .cont {}
.sub_cont .cont .int_area .int_cont .list li .cont a {display: block;}
.sub_cont .cont .int_area .int_cont .list li .cont a .sub_title {font-weight: 300; font-size: 15px; line-height: 22px; color: #333333;}
.sub_cont .cont .int_area .int_cont .list li .cont a .sub_title .ft_color {position: relative; padding: 0 0 0 15px; color: #353471;}
.sub_cont .cont .int_area .int_cont .list li .cont a .sub_title .ft_color:after {display: block; content: '>'; position: absolute; top: 0; left: 0; font-size: 15px; line-height: 22px; color: #333333;}
.sub_cont .cont .int_area .int_cont .list li .cont a .title {height: 54px; margin: 5px 0 0; font-weight: 400; font-size: 18px; line-height: 27px; color: #333333; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.sub_cont .cont .int_area .int_cont .list li .cont a .text {height: 44px; margin: 19px 0 0; font-weight: 300; font-size: 15px; line-height: 22px; color: #929292; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sub_cont .cont .int_area .int_cont .list li .file_each {margin: 20px 0 0;}
.sub_cont .cont .int_area .int_cont .list li .file_each a {display: inline-block;}
.sub_cont .cont .int_area .int_cont .list li .file_each button {display: inline-block;}
.sub_cont .cont .int_area .int_cont .btn_area.sty_01 {float: inherit; margin: 27px 0 0; text-align: center;}
.sub_cont .cont .int_area .int_cont .btn_area.sty_01 button {float: inherit; width: 120px; border: 1px solid #353471; font-weight: 300; font-size: 15px; line-height: 38px; color: #353471;}
.sub_cont .cont .int_area .int_cont .btn_area.sty_01 button:hover, .sub_cont .cont .int_area .int_cont .btn_area.sty_01 button:focus {background-color: #353471; color: #ffffff;}
/* ============ // 통합검색 ============ */

/* ===== 탭 링크 이동 공통 ===== */
.tap_link {width: 100%; margin: 0 0 20px;}
.tap_link .list {font-size: 0;}
.tap_link .list li {display: inline-block; margin: 0 0 10px 0; width: 25%; vertical-align: top;}
.tap_link .list li:nth-child(4n) {margin: 0;}
.tap_link .list li .btn {display: inline-block; width: 100%; height: 60px; margin: 0 6px 0 0; border-top: 1px solid #037be1; border-right: 1px solid #037be1; border-bottom: 1px solid #037be1; padding: 10px; font-weight: 700; font-size: 20px; line-height: 30px;color: #037be1; text-align: center;}
.tap_link .list li:nth-child(4n+1) .btn {border-left: 1px solid #037be1;}

.tap_link .list li.on .btn {border: none; background-color: #037be1; color: #ffffff;}
.tap_link .list li .btn:last-child {margin: 0;}
.tap_link .list li .btn .txt_box {display: table; width: 100%; table-layout: fixed;}
.tap_link .list li .btn .txt_box .txt_inner {display: table-cell; height: 42px; vertical-align: middle}
.tap_link .list li .btn .txt_box .txt_inner .txt {}

/* 텍스트 길 경우 대비1 */
.tap_link.sty2 .list li .btn {font-size: 14px; line-height: 21px; }
/* 텍스트 길 경우 대비2 */
.tap_link.sty3 .list li {width: 50%;}
.tap_link.sty3 .list li:nth-child(3n) {border-left: 1px solid #037be1;}
.tap_link.sty3 .list li:nth-child(6n-1) .btn {border-right: none;}




.pro_slt {/* display: none;  */width: 100%; height: 45px; margin: 0 10px 0 0; border: 1px solid #c6cbcf; padding: 0 25px 0 15px; background-color: #ffffff; background-image: url("/images/common/slt_arr_icon.png"); background-position: right 12px top 50%; background-size: 11px 7px; background-repeat: no-repeat; font-weight: 400; font-size: 15px; line-height: 35px; color: #333333; vertical-align: middle;}
/* ===== //탭 링크 이동 공통 ===== */

/* ===== 탭 버튼 ===== */
.tab_box {display: none; margin: 20px 0 0;}
.tab_box.on {display: block;}
/* 
.btn_area button.btn {margin: 0 5px; border: 1px solid #bdbdbd; border-radius: 10px; padding: 0 20px; background-color: #ffffff;  font-weight: 400; font-size: 14px; line-height: 35px; color: #bdbdbd;}
.btn_area button.btn:last-child {margin: 0;}
.btn_area button.btn.on {border: none; background-color: #448fff; line-height: 37px; color: #ffffff;} */
/* ===== //탭 버튼 ===== */

/* ===== 갤러리 리스트 ===== */
.gallery_list_area {margin: 60px 0 0;}
.gallery_list_area .synthesis {position: relative; padding: 0 0 0 18px; font-weight: 300; font-size: 14px; line-height: 21px; color: #333333;}
.gallery_list_area .synthesis:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 9px; height: 12px; margin: -6px 0 0; background-image: url("/images/common/synt_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
.gallery_list_area .synthesis .num {color: #e03321;}
.gallery_list_area .gallery_list {margin: 24px 0 0; border-top: 2px solid #5f6577; padding: 20px 0 0;}
.gallery_list_area .gallery_list .list {margin: 0 0 20px; font-size: 0;}
.gallery_list_area .gallery_list .list li {position: relative; display: inline-block; width: calc(25% - 15px); margin: 0 19px 20px 0; vertical-align: top;}
.gallery_list_area .gallery_list .list li:nth-child(4n) {margin: 0 0 20px;}
.gallery_list_area .gallery_list .list li a {}
.gallery_list_area .gallery_list .list li a .inner {position:relative; z-index:1; overflow:hidden; padding: 0 0 69%; background-color:#f7f7f7; text-align:center;}
.gallery_list_area .gallery_list .list li a .inner .video_btn {position: absolute; top: 50%; left: 50%; width: 73px; height: 73px; webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2;}
.gallery_list_area .gallery_list .list li a .inner .imgs {position:absolute; left:0; top:0;  z-index:1; width:100%; height:100%; text-align: center; vertical-align: middle;}
.gallery_list_area .gallery_list .list li a .inner .imgs img {display: inline-block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: all .8s ease;}
.gallery_list_area .gallery_list .list li a:hover .inner .imgs img, .gallery_list_area .gallery_list .list li a:focus .inner .imgs img {/* transform: scale(1.5); */}
.gallery_list_area .gallery_list .list li a .text_area {height: 123px; padding: 15px 0;}
.gallery_list_area .gallery_list .list li a .text_area .title {font-weight: 300; font-size: 15px; line-height: 22px; color: #1871de;}
.gallery_list_area .gallery_list .list li a:hover .text_area .text, .gallery_list_area .gallery_list .list li a:focus .text_area .text {font-weight: 400;}
.gallery_list_area .gallery_list .list li a .text_area .text {overflow: hidden; height: 44px; font-weight: 300; font-size: 15px; line-height: 22px; color: #333333; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.gallery_list_area .gallery_list .list li a .text_area .flie {position: relative; margin: 6px 0 0; padding: 0 0 0 20px; font-weight: 300; font-size: 14px; line-height: 21px; color: #777777;}
.gallery_list_area .gallery_list .list li a .text_area .flie:hover {text-decoration: underline;}
.gallery_list_area .gallery_list .list li a .text_area .info_data {margin: 6px 0 0; font-size: 0;}
.gallery_list_area .gallery_list .list li a .text_area .info_data li {position: relative; width: auto; max-width: auto; margin: 0; padding: 0 10px; font-size: 14px; line-height: 21px; color: #777777;}
.gallery_list_area .gallery_list .list li a .text_area .info_data li:first-child {padding: 0 10px 0 0;}
.gallery_list_area .gallery_list .list li a .text_area .info_data li:before {display: block; content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 10px; margin: -5px 0 0; background-color: #d2d2d2;}
.gallery_list_area .gallery_list .list li a .text_area .info_data li:first-child:before {display: none;}
.gallery_list_area .gallery_list .list li a .text_area .info_data li img {vertical-align: middle;}
.gallery_list_area .gallery_list .list li .key {position: absolute; top: 0; left: 0; width: 45px; height: 24px; background-color: #f64747; font-weight: 400; font-size: 13px; line-height: 24px; color: #ffffff; text-align: center;}

.qna_box {margin: 30px 0 0;}
.qna_box .qna_a_box {border-top: 1px solid #d7d7d7; padding: 20px 10px;} 
.qna_box .qna_a_box .qna_a_top {} 
.qna_box .qna_a_box .txt {word-break: keep-all;}
.qna_box .qna_a_box .txt p:first-child {margin: 20px 0 0;}

/* ===== //갤러리 리스트 ===== */

/* ===== 리스트 박스 ===== */
.list_area {margin: 43px 0 0;}
.list_area .total_txt {margin: 0; font-family: 'Noto Sans KR'; font-weight: 400; font-size: 16px; line-height: 24px; color: #000000; text-align: left;}
.list_area .total_txt .num {font-weight: 400; color: #f72020;}
.list_area .list_box {margin: 8px 0 0; border-top: 2px solid #000000;}
.list_area .list_box .box {position: relative; display: table; width: 100%; border-bottom: 1px solid #eceff1; padding: 21px 10px 24px 0;}
.list_area .list_box .box > .num {display: table-cell; width: 10%; font-family: 'Noto Sans KR'; font-weight: 300; font-size: 18px; line-height: 27px; color: #000000; text-align: center; vertical-align: middle;}
.list_area .list_box .box > .num:before {display: none;}
.list_area .list_box .box > .text_area {display: table-cell; width: auto; padding: 4px 10px 4px 10px; vertical-align: top;}
.list_area .list_box .box > .text_area > a {display: block;}
.list_area .list_box .box > .text_area > a > .sub_tit {font-weight: 400; font-size: 16px; line-height: 24px; color: #448fff;}
.list_area .list_box .box > .text_area > a > .title {margin: 5px 0 0; font-family: 'Noto Sans KR'; font-weight: 500; font-size: 18px; line-height: 27px; color: #000000; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; text-align: left;}
.list_area .list_box .box > .text_area > a > .title > .ft_color { color: #1e6ab0;}
.list_area .list_box .box > .text_area > a > .date_list {margin: 5px 0 0;}
.list_area .list_box .box > .text_area > a > .date_list > li {margin: 0 15px 0 0; padding: 0 15px 0 0; font-family: 'SpoqaHanSans'; font-weight: 300; font-size: 15px; line-height: 23px; color: #9e9e9e;}
.list_area .list_box .box > .text_area > a > .date_list > li:last-child:before {display: none;}
.list_area .list_box .box > .text_area > a > .date_list > li:last-child {margin: 0; padding: 0;}
.list_area .list_box .box > .text_area > a > .date_list > li.day {position: relative;}
.list_area .list_box .box > .text_area > a > .file {width: 14px; height: 14px; margin: 5px 0; background-image: url("/images/common/flie_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat; vertical-align: middle;}
/* ===== //리스트 박스 ===== */


/* ===== faq 게시판 ===== */
.board_area .faq_list {margin: 15px 0 0; padding: 0;}
.board_area .faq_list .list {}
.board_area .faq_list .list > li {margin: 14px 0 0; border: 1px solid #d0d0d0;}
.board_area .faq_list .list > li .cont {position: relative; padding: 15px 128px 15px 100px;}
.board_area .faq_list .list > li .cont:before {display: block; content: ''; position: absolute; top: 10px; left: 29px; width: 33px; height: 33px; background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
.board_area .faq_list .list > li .q_area {font-weight: 400; font-size: 15px; line-height: 22px; color: #333333; cursor: pointer;}
.board_area .faq_list .list > li .q_area .ft_color {color: #ec1a10;}
.board_area .faq_list .list > li .q_area:before {background-image: url("/images/common/q_icon.png");}
.board_area .faq_list .list > li .q_area:after {display: block; content: ''; position: absolute; top: 50%; right: 36px; width: 15px; height: 9px; margin: -4px 0 0; background-image: url("/images/common/faq_down_icon.jpg"); background-position: 0 0; background-size: cover; background-repeat: no-repeat; transform: rotate(180deg);}
.board_area .faq_list .list > li.on .q_area:after {transform: rotate(0deg);}
.board_area .faq_list .list > li .a_area {display: none; position: relative; border-top: 1px solid #d0d0d0; padding: 15px 128px 58px 100px; background-color: #f4f4f4; font-weight: 400; font-size: 15px; line-height: 22px; color: #333333; word-break: keep-all;}
.board_area .faq_list .list > li.on .a_area {display: block;}
.board_area .faq_list .list > li .a_area:before {background-image: url("/images/common/a_icon.png");}
.board_area .faq_list .list > li .a_area .flie {position: absolute; bottom: 25px; right: 34px; width: 94px; height: 33px; border: 1px solid #2a4898; text-align: center;}
.board_area .faq_list .list > li .a_area .flie .text {display: inline-block; position: relative; padding: 0 0 0 19px; font-weight: 400; font-size: 14px; line-height: 31px; color: #2a4898;}
.board_area .faq_list .list > li .a_area .flie .text:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 14px; height: 14px; margin: -7px 0 0; background-image: url("/images/common/flie_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;}

.board_area .faq_list.sty2 .list > li .cont {padding: 15px 128px 15px 15px;}
.board_area .faq_list.sty2 .list > li .q_area:before {display: none;}
.board_area .faq_list.sty2 .list > li .a_area:before {display: none;}
.board_area .faq_list.sty2 .list > li.non .q_area:after {display: none;}

.board_area .faq_list.sty2 {}

.board_area .faq_list .list > li.on .a_area .dot_list_box .dot_list {margin: 0;}
/* ===== //faq 게시판 ===== */

/* ==================== 블로그 Style ==================== */
.blog_cont {}
.blog_cont .synthesis {display: inline-block; position: relative; padding: 0 0 0 18px; font-weight: 300; font-size: 14px; line-height: 21px; color: #333333;}
.blog_cont .synthesis:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 9px; height: 12px; margin: -6px 0 0; background-image: url("/images/common/synt_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
.blog_cont .synthesis .num {color: #e03321;}
.blog_cont .blog_list {margin: 25px 0 0; border-top: 2px solid #5f6577; padding: 25px 0 0;}
.blog_cont .blog_list > .list {}
.blog_cont .blog_list > .list > li {}
.blog_cont .blog_list > .list > li .box {display: table; width: 100%; table-layout: fixed; border-bottom: 1px solid #d5d5d5; padding: 22px 0;}
.blog_cont .blog_list > .list > li:first-child .box {padding: 0 0 22px;}
.blog_cont .blog_list > .list > li .box .num {display: table-cell; width: 50px; vertical-align: middle; text-align: center;}
.blog_cont .blog_list > .list > li .box .img_area {display: table-cell; width: 194px; vertical-align: middle;}
.blog_cont .blog_list > .list > li .box .img_area .img_box {display: table; width: 100%; table-layout: fixed;}
.blog_cont .blog_list > .list > li .box .img_area .img_box .inner_box {display: flex;align-items: center;justify-content: center; width: 100%; height: 128px; overflow:hidden; background-color: #f7f7f7; vertical-align: middle; text-align: center;}
.blog_cont .blog_list > .list > li .box .img_area .img_box .inner_box img {display: inline-block;}
.blog_cont .blog_list > .list > li .box .txt_area {display: table-cell; padding: 0 0 0 35px;}
.blog_cont .blog_list > .list > li .box .txt_area .title_area {font-size: 0;}
.blog_cont .blog_list > .list > li .box .txt_area .title_area > .category_list {display: inline-block;}
.blog_cont .blog_list > .list > li .box .txt_area .title_area > .category_list > .list {font-size: 0;}
.blog_cont .blog_list > .list > li .box .txt_area .title_area > .category_list > .list > li {display: inline-block; margin: 0 2px 0 0; font-weight: 500; font-size: 16px; line-height: 24px; color: #287eff;}
.blog_cont .blog_list > .list > li .box .txt_area .title_area > .category_list > .list > li:last-child {margin: 0 5px 0 0;}
.blog_cont .blog_list > .list > li .box .txt_area .title_area .title {display: inline-block; font-weight: 500; font-size: 16px; line-height: 24px; color: #333333; word-break: keep-all;}
.blog_cont .blog_list > .list > li .box .txt_area .text {margin: 8px 0 0; font-weight: 300; font-size: 15px; line-height: 22px; color: #606060; word-break: keep-all;}
.blog_cont .blog_list > .list > li .box .txt_area .sort_list {margin: 8px 0 0;}
.blog_cont .blog_list > .list > li .box .txt_area .sort_list > .list {font-size: 0;}
.blog_cont .blog_list > .list > li .box .txt_area .sort_list > .list > li {display: inline-block; position: relative; margin: 0 11px 0 0; padding: 0 11px 0 0; font-weight: 300; font-size: 14px; line-height: 21px; color: #a0a0a0; word-break: keep-all;}
.blog_cont .blog_list > .list > li .box .txt_area .sort_list > .list > li:after {display: block; content: ''; position: absolute; top: 50%; right: 0; width: 1px; height: 11px; margin: -6px 0 0; background-color: #d5d5d5;}
.blog_cont .blog_list > .list > li .box .txt_area .sort_list > .list > li:last-child {margin: 0; padding: 0;}
.blog_cont .blog_list > .list > li .box .txt_area .sort_list > .list > li:last-child:after {display: none;}
.blog_cont .blog_list > .list > li .box .txt_area .data_list {margin: 9px 0 0;}
.blog_cont .blog_list > .list > li .box .txt_area .data_list > .list {font-size: 0;}
.blog_cont .blog_list > .list > li .box .txt_area .data_list > .list > li {display: inline-block; position: relative; margin: 0 10px 0 0; padding: 0 10px 0 0; font-weight: 300; font-size: 14px; line-height: 21px; color: #a0a0a0;}
.blog_cont .blog_list > .list > li .box .txt_area .data_list > .list > li:after {display: block; content: ''; position:absolute; top: 50%; right: 0; width: 1px; height: 11px; margin: -6px 0 0; background-color: #d5d5d5;}
.blog_cont .blog_list > .list > li .box .txt_area .data_list > .list > li:last-child {margin: 0; padding: 0;}
.blog_cont .blog_list > .list > li .box .txt_area .data_list > .list > li:last-child img {padding: 4px 0 3px;}
.blog_cont .blog_list > .list > li .box .txt_area .data_list > .list > li:last-child:after {display: none;}
/* ==================== 블로그 Style ==================== */

.sub_cont .sub_sch_box.sty3 {}
.sub_cont .sub_sch_box .row label.sty3 {width: 330px; vertical-align: middle; text-align: left;}
/* .sub_cont .sub_sch_box .row .input_box.sty3 {width: 20%;} */
.sub_cont .sub_sch_box .row .ine {width: 24px; margin: 0 0 0 5px; vertical-align: middle;}
.sub_cont .sub_sch_box.sty2 .row .radio_box.sty2 {width: 15%;}
.sub_cont .sub_sch_box.sty2 .row .radio_box.sty2 .radio_each {margin-right: 0;}
.sub_cont .sub_sch_box.sty2 .row .radio_box.sty2 label {width: 130px; line-height: 25px; text-align: left;}
.sub_cont .sub_sch_box.sty2 .row .radio_box.sty3 {width: 30%;}
.sub_cont .sub_sch_box.sty3 .row .radio_box.sty3 label {width: inherit; text-align: left;}

@media screen and (max-width:1200px){
    /* sub_sch_box */
    .sub_cont .sub_sch_box .row label {width: 70px;}
	.inner .sub_sch_box.sty_02 .row label {width: 140px;}
	
    .sub_cont .sub_sch_box.sty2 .row label {width: 140px;}
	.sub_cont .sub_sch_box.sty3 .row label {width: auto;}
	.sub_cont .sub_sch_box.sty3 .row label.sty3 {width: 330px;}
	.sub_cont .sub_sch_box.sty3 .row .radio_box .radio_each label {width: 120px;}
	.sub_cont .sub_sch_box.sty3 .row .radio_box.sty3 label {width: inherit;}
    /* // sub_sch_box */
    
}

@media screen and (max-width:1080px){

	.bread_box .container .btn_list {position:static;}
	.bread_box .container {padding:10px 10px;position:relative;}
	.bread_box .container .btn_list {padding:0;}
	.bread_box .container .breadcrumb {position:relative;padding-right:40px;}
    .bread_box .container .breadcrumb > li {line-height:25px;}
	.bread_box .container .breadcrumb > li.home > a {height:25px;}
	.bread_box .container .btn_list > li {position:absolute;right:5px;top:50%;transform:translateY(-50%);}
    /*  통합검색 */
    .sub_cont .sub_sch_box.sty_01 .row .area_list .list li {width: 33.3333%;}
    .sub_cont .sub_sch_box.sty_01 .row .area_list .list li button {font-size: 13px;}
    /* // 통합검색 */

	/* ===== 갤러리 리스트 ===== */
    .gallery_list_area .gallery_list .list li {width: calc(33.3333% - 13px);}
    .gallery_list_area .gallery_list .list li:nth-child(4n) {margin: 0 19px 20px 0;}
    .gallery_list_area .gallery_list .list li:nth-child(3n) {margin: 0 0 20px;}
	/* ===== //갤러리 리스트 ===== */

	.pro_slt {display: block;}
	.tap_link .list li {width: 50%;}
	/* .tap_link .list li .btn {height: 50px;} */
	.tap_link .list li:nth-child(4n-1) .btn {border-left: 1px solid #037be1;}
	.tap_link .list li .btn .txt_box .txt_inner {height: 32px;}

	/* ==================== 블로그 Style ==================== */
	.blog_cont .blog_list {margin: 15px 0 0; padding: 15px 0 0;}
	.blog_cont .blog_list > .list > li .box {padding: 15px 0;}
	.blog_cont .blog_list > .list > li:first-child .box {padding: 0 0 15px;}
	.blog_cont .blog_list > .list > li .box .txt_area {padding: 0 0 0 15px;}
	/* ==================== 블로그 Style ==================== */

	/* sub_sch_box */
	.sub_cont .sub_sch_box {margin: 0 0 15px; padding: 10px;}
    .sub_sch_area .sub_sch_box {margin: 0; padding: 0;}
	.sub_cont .sub_sch_box .row {display:block; margin-bottom:0;}
	.sub_cont .sub_sch_box .row label {display:block; width:100%; margin: 0 0 5px; line-height: 40px; text-align:left;}
	.sub_cont .sub_sch_box .row .slt_box {display:block; width:100%; margin-bottom:10px; padding-right:0;}
	.sub_cont .sub_sch_box .row .slt_box select {height: 40px; line-height: 40px;}
	.sub_cont .sub_sch_box .row .input_box {display:block; width:100% !important; margin-bottom:10px; padding-right:0;}
	.sub_cont .sub_sch_box .row .input_box input {height: 40px; padding:0 7px; line-height: 40px;}
	.sub_cont .sub_sch_box .st_sch_btn {position: inherit; top: inherit; right: inherit; width:100%; height:40px; margin: 10px 0 0;}
    .sub_cont .sub_sch_box .st_sch_btn .ico {line-height: 40px;}

    
    .sub_sch_area {margin: 15px 0 0; padding: 10px;}
    .sub_cont .sub_sch_area .sub_sch_box .st_sch_btn {top: 0; right: 0;}
    
    .sub_cont .sub_sch_box.bt_sch .st_sch_btn {bottom: inherit;}
	.sub_cont .sub_sch_box.sty3 {padding: 10px;}
	.sub_cont .sub_sch_box.sty3 .row label {width: auto;}
	.sub_cont .sub_sch_box.sty3 .row .radio_box .radio_each label {display: inline-block; width: auto; margin: 0 10px 0 0;}
	.sub_cont .sub_sch_box.sty3 .row .radio_box.sty2 br {display: none;}
	.sub_cont .sub_sch_box .row .ine {margin: 7px 0 0;}
	
    /* // sub_sch_box */
	/* com table view 영역 */

	.sub_cont .pop_box .sub_sch_box {margin: 15px 0 0; padding: 15px;}


    .tap_link.sty3 .list li .btn {font-size: 15px; line-height: 23px;}
	.tap_link .list li .btn {font-size: 16px; line-height: 24px;}
	
}

@media screen and (max-width:991px){
    /* sub_sch_box 
    .sub_cont .sub_sch_box {padding: 30px 100px 30px 10px;}
    .sub_sch_area .sub_sch_box {padding: 30px 90px 30px 0;}
    .sub_cont .sub_sch_box .row label {font-size: 14px;}
    .sub_cont .sub_sch_box .row .slt_box {width: 170px; padding: 0 10px 0 0;}
    .sub_cont .sub_sch_box .row .slt_box select {padding: 0 25px 0 10px; background-position: right 10px top 50%; font-size: 14px;}
    .sub_cont .sub_sch_box .row .input_box input {padding: 0 10px; font-size: 14px;}
    .sub_cont .sub_sch_box .st_sch_btn {right: 10px; width: 90px;}
    .sub_cont .sub_sch_box .st_sch_btn .ico {font-size: 14px;}*/
    
    .sub_sch_area {padding: 0 10px;}
    .sub_cont .sub_sch_area .sub_sch_box .st_sch_btn {right: 0;}
    
    .sub_sch_area .day_date .day_list li {display: block; overflow: hidden; float: inherit; width: 737px; margin: 0 auto 10px;}
    .sub_sch_area .day_date .day_list li:last-child {margin: 0 auto;}
    .sub_sch_area .day_date .day_list li:nth-child(2n) {float: inherit;}
    .sub_sch_area .day_date .day_list li .day_area {width: 592px;}
    .sub_sch_area .day_date .day_list li .day_area input {width: 281px;}
    /* // sub_sch_box */
    
    /* com table view 영역 */
    .board_area > .inner > .synthesis {float: inherit;}
    .board_area > .inner > .text {float: inherit; margin: 10px 0 0; text-align: left;}
    /* // com table view 영역 */
	.sub_cont .sub_sch_box .row .text {line-height: 21px;}

	
}

@media screen and (max-width:480px){
	.sub_top_downmenu {

		left: 50% !important;
		transform:translateX(-50%);
		right: 0;
		width: 100%;
		max-width:330px;
	}
}
@media screen and (max-width:1080px){
}
@media screen and (max-width:767px){
	.sub_share_box{left: auto;right: -40px;}
	.bread_box .container .btn_list {position:static;text-align:right;}
	.bread_box .container .btn_list > li {float:none;display:inline-block;}
	.bread_box .container .btn_list > li a {text-align:left;}
	.sub_top_downmenu {z-index:9;}
	/* .bread_box .container .breadcrumb {display:none;} */
	.board_area {margin: 25px 0 0;}
    .board_area .title {font-size: 16px; line-height: 24px;}
    .board_area .board_list {margin: 10px 0 0;}
    .board_area .board_list thead {display: none;}
	.board_area .board_list, .board_area .board_list tbody, .board_area .board_list tr, .board_area .board_list td {display: block;}
	.board_area .board_list tbody tr {position:relative; z-index:1; overflow:hidden; padding:10px 5px;}
	.board_area .board_list tbody tr td {float: left; border:none; width: 100%; padding:4px 0; color:#777; font-size:14px; line-height: 21px; text-align:left;}
    .board_area.sup_table .board_list tbody tr td {float: inherit;}
    /* .board_area.sup_table .board_list tbody tr td:before {display: none;} */
    .board_area.sup_table .board_list tbody tr td .m_txt {display: inline-block; margin: 0 5px 0 0;}
    .board_area .board_list tbody tr td.tit a {padding: 0;}
    .board_area .board_list tbody tr td.tit a .text {padding: 0;}
    .board_area .board_list tbody tr td.tit a .text .new_icon {display: none;}
    .board_area .board_list tbody tr.latest td.tit a .text {padding: 0 30px 0 0;}
    .board_area .board_list tbody tr.red td.tit a .text:after {display: none;}
    .board_area .board_list tbody tr.red td.num {position: relative; padding: 2px 20px 3px 0;}
    /* .board_area .board_list tbody tr.red td.num:after {display: block; content: ''; position: absolute; top: 50%; right: 0; width: 15px; height: 16px; margin: -8px 0 0; background-image: url("/images/common/new_icon.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;} */
    
	.board_list tbody td.tit {width:100%; color:#333; font-size:1em;}
	.board_list tbody td.tit a {vertical-align:top;}
    .board_list tbody td:first-child:before {display: none;}
	/* .board_list tbody td.num:before, */ .board_list tbody td.tit:before, .board_list tbody td.tit + td:before {display:none !important;}
	.board_list tbody tr td:before {display: inline-block; content: attr(data-th) ": "; width: auto; margin: -5px 5px 0 0; font-size: 14px; line-height: 21px;}
    /* // com table view 영역 */
	.board_area .board_list tbody tr td:before {display: inline-block; content: attr(data-th) ": "; width: auto; margin: 0 5px 0 0;}


	.board_view_con {padding: 20px 10px;}

	/* 로그인 */
	.login_btn {height: 40px; margin: 20px 0 0;}
	.login_box {margin: 15px 0 0;}
	.login_box .inner {margin: 20px 0 0; padding: 30px 5px;}
    .login_box .title {font-size: 18px; line-height: 27px;}
    .login_box .text {margin: 6px 0 0; font-size: 14px; line-height: 21px;}
    .login_btn .text {margin: 0; font-size: 14px; line-height: 40px;}
    .join_step {margin: 30px auto 0;}
    .join_type_box .btn_wrap .common_btn {width: 240px;}
	/* //로그인 */

	 /* 아이디,비밀번호 찾기 */
    .account_cont {margin: 15px 0 0;}
    .account_cont .exp_txt_list {padding: 10px 0;}
    .account_cont .exp_txt_list .inner {max-width: 100%; padding: 0 10px;}
    .account_cont .exp_txt_list .inner .title {position: inherit; top: inherit; left: inherit; margin: 0; padding: 0 0 0 20px; font-size: 16px; line-height: 24px;}
    .account_cont .exp_txt_list .inner .title:before {top: 50%; width: 15px; height: 15px; margin: -7px 0 0; background-size: cover;}
    .account_cont .exp_txt_list .inner .list {margin: 10px 0 0;}
    .account_cont .exp_txt_list .inner .list li {font-size: 14px; line-height: 21px;}
    .account_cont .bdt_bg_box {margin: 13px 0 0; padding: 20px 0 0;}
    .idpw_find_box .each_box {width: calc(50% - 10px); margin: 0 20px 0 0;}
    .idpw_find_box .each_box .inner {padding: 25px 0;}
    .idpw_find_box .each_box .inner .title {font-size: 18px; line-height: 27px;}
    .idpw_find_box .each_box .inner .text {margin: 5px 0 0; font-size: 14px; line-height: 21px;}
    .idpw_find_box .each_box .inner .find_form {max-width: 100%; margin: 15px 0 0; padding: 0 10px;}
    .idpw_find_box .each_box .inner .find_form label {font-size: 14px; line-height: 21px;}
    .idpw_find_box .each_box .inner .find_form .sub_txt {height: 63px; margin: 25px 0 0; font-size: 14px; line-height: 21px;}
    .idpw_find_box .each_box .btn_wrap {margin: 15px 0 0;}
    .idpw_find_box .each_box .btn_wrap .common_btn {font-size: 14px; line-height: 40px;}
    
    /* // 아이디,비밀번호 찾기 */

    /* ============ 통합검색 ============ */
    .sub_cont .cont .int_area .int_title {font-size: 16px;}
    .sub_cont .cont .int_area .int_tab_area {margin: 20px 0 0;}
    .sub_cont .cont .int_area .int_tab_area .list {overflow: hidden; display: inherit;}
    .sub_cont .cont .int_area .int_tab_area .list li {display: table; float: left; width: 50%; height: 50px; border-bottom: 1px solid #cdcdcd;}
    .sub_cont .cont .int_area .int_tab_area .list li:nth-child(2n) {border-right: none;}
    .sub_cont .cont .int_area .int_tab_area .list li:nth-last-child(1),
    .sub_cont .cont .int_area .int_tab_area .list li:nth-last-child(2) {border-bottom: none;}
    .sub_cont .cont .int_area .int_tab_area .list li a {display: table-cell; font-size: 14px; line-height: 21px;}
    .sub_cont .sub_sch_box .st_sch_btn {position: inherit; top: inherit; right: inherit; width:100%; height:40px; margin: 10px 0 0;}

    .sub_cont .cont .int_area .int_cont .list li .cont a .title {font-size: 16px; line-height: 24px; -webkit-line-clamp: 2;}
    .sub_cont .cont .int_area .int_cont .list li .cont a .text {font-size: 14px; line-height: 21px;}
    .sub_cont .cont .int_area .int_cont .list li .file_each a {font-size: 12px; line-height: 18px;}
    /* // ============ 통합검색 ============ */
    
    
    
  
    
    /* ==================== 좌우 스크롤 Style ==================== */
    .title_area.scroll {margin: 30px 0 0;}
    .title_area.scroll .title {font-size: 16px; line-height: 24px;}
    .title_area.scroll .app_info_list li .text {font-size: 14px; line-height: 24px;}
    .scroll_table_box .table_cont .table_head .head_tit {padding:  5px 0; font-size: 14px; line-height: 21px;}
    .scroll_table_box .table_cont .table_body .body_txt {padding: 5px ;font-size: 14px; line-height: 21px;}
    .scroll_table_box .table_cont .table_body .body_txt.table_g .text {height: 42px;}

    /* Pagination Style */
	.pagination a {width: 24px; height: 24px; line-height: 24px; font-size:13px;}
    .pagination a.m_pag {display: none;}
	.pagination .page_arrow {font-size:15px;}
	.pagination .page_arrow.l1 {margin-right:5px;}
	.pagination .page_arrow.r1 {margin-left:5px;}
	.pagination.skin2 a {line-height:20px;}
    .pagination .page_arrow.l2 {margin: 0 5px 3px 0;}
    .pagination .page_arrow.r2 {margin: 0 0 3px 5px;}
    /* Pagination Style */

	/* board_view */
    .board_view {margin: 15px 0 0;}
	.board_view_top {padding:0 30px 20px;}
	.board_view_top .tit {font-size:1.33em;}
	.board_view_top .sort {margin-top:0;}
	.board_view_top .info .each:after {padding:0 10px;}
	.board_view_top .controler {left:0;}
	.board_view_top .next {left:auto; right:0;}
	.board_view_file .tit {display:block; width:100%;}
	.board_view_file .file_box {display:block;}
    .board_view_top .btn_arr {margin: -27px 0 0;}
    .board_view_top .board_prev {left: 5px;}
    .board_view_top .board_next {right: 5px;}
    /* //board_view */

	/* ===== 갤러리 리스트 ===== */
    .gallery_list_area {margin: 30px 0 0;}
    .gallery_list_area .gallery_list .list li {width: calc(50% - 4px); margin: 0 8px 10px 0;}
    .gallery_list_area .gallery_list .list li:nth-child(4n) {margin: 0 8px 10px 0;}
    .gallery_list_area .gallery_list .list li:nth-child(3n) {margin: 0 8px 10px 0;}
    .gallery_list_area .gallery_list .list li:nth-child(2n) {margin: 0 0 10px;}
    /* .gallery_list_area .gallery_list .list li a {height: 271px;} */
	.gallery_list_area .gallery_list .list li a .inner {padding: 0 0 44%;}
	.gallery_list_area .gallery_list .list li a .inner .video_btn {width: 45px; height: 45px;}
    /* .gallery_list_area .gallery_list .list li a .inner .imgs {height: 148px;} */
	/* ===== //갤러리 리스트 ===== */
	
	/* ===== 리스트 박스 ===== */
	.list_area {margin: 20px 0 0;}
    .list_area .total_txt {font-size: 14px; line-height: 21px;}
    .list_area .list_box {margin: 10px 0 0;}
    .list_area .list_box .box {display: inherit; padding: 10px 10px 10px 0;}
    .list_area .list_box .box .tit {display: block; width: 100%; border: none; margin: 0 0 0 10px; padding: 0 0 0 30px; font-size: 14px; text-align: left;}
    .list_area .list_box .box > .num {display: block; width: 100%; padding: 0 0 0 10px; font-size: 16px; line-height: 24px; text-align: left;}
    .list_area .list_box .box .text_area {display: block; width: 100%; padding: 5px 0 0 10px;}
    .list_area .list_box .box .text_area a .title {font-size: 16px; line-height: 24px;}
    .list_area .list_box .box .text_area a .date_list li {float: inherit; margin: 5px 0 0; font-size: 13px; line-height: 18px;}
    .list_area .list_box .box .text_area a .date_list li:before {display: none;}
    .list_area .list_box .box .text_area a .date_list li:first-child {margin: 0;}
    .list_area .list_box .box .text_area a .date_list li.day {margin: 0; padding: 0;}
    .list_area .list_box .box > .text_area > a .date_list > li:last-child {margin: 5px 0 0;}
    .list_area .list_box .box .view {right: 10px; width: 50px; height: 50px; margin: -25px 0 0; font-size: 12px; line-height: 50px;}
	/* ===== //리스트 박스 ===== */

	/* ===== view ===== */
    .board_view_file {display: block;}
    .board_view_file .tit {display: block; width: 100%; padding: 10px;}
    .board_view_file .file_box {display: block; padding: 10px;}
    /* ===== view ===== */

	 /* ===== faq 게시판 ===== */
    .board_area .faq_list {margin: 12px 0 0;}
    .board_area .faq_list .list li {margin: 7px 0 0;}
    .board_area .faq_list .list li .cont {padding: 10px 30px;}
    .board_area .faq_list .list li .cont:before {top: 10px; left: 5px; width: 20px; height: 20px;}
    .board_area .faq_list .list li .q_area {font-size: 14px; line-height: 21px;}
    .board_area .faq_list .list li .q_area:after {right: 10px;}
    .board_area .faq_list .list li .a_area {font-size: 14PX; line-height: 21px;}
    .board_area .faq_list .list li .a_area .flie {display: block; position: inherit; bottom: inherit; right: inherit; width: 75px; margin: 10px 0 0;}
    .board_area .faq_list .list li .a_area .flie .text {font-size: 12px;}

	.board_area .faq_list.sty2 .list > li .cont {padding: 10px 30px 10px 10px;}
    /* ===== //faq 게시판 ===== */

	/* ==================== 블로그 Style ==================== */
	.blog_cont .blog_list > .list > li .box .img_area {display: none;}
	.blog_cont .blog_list > .list > li .box .txt_area {padding: 0;}
	.blog_cont .blog_list > .list > li .box .txt_area .title_area > .category_list > .list > li {font-size: 14px; line-height: 21px;}
	.blog_cont .blog_list > .list > li .box .txt_area .title_area .title {margin: 5px 0 0; font-size: 14px; line-height: 21px;}
	.blog_cont .blog_list > .list > li .box .txt_area .text {font-size: 5px 0 0; font-size: 12px; line-height: 18px;}
	.blog_cont .blog_list > .list > li .box .txt_area .sort_list {margin: 5px 0 0;}
	.blog_cont .blog_list > .list > li .box .txt_area .sort_list > .list > li {margin: 0 6px 0 0; padding: 0 6px 0 0; font-size: 12px; line-height: 18px;}
	.blog_cont .blog_list > .list > li .box .txt_area .data_list {margin: 5px 0 0;}
	.blog_cont .blog_list > .list > li .box .txt_area .data_list > .list > li {font-size: 12px; line-height: 18px;}
	.blog_cont .blog_list > .list > li .box .txt_area .data_list > .list > li img {padding: 1px 0;}
	/* ==================== 블로그 Style ==================== */

	.board_area .title_box .table_tit {font-size: 18px; line-height: 45px;}

	.tap_link .list li .btn {font-size: 14px; line-height: 21px;}

	

	

}

@media screen and (max-width:640px){
	
	 /* join basic */
	.join_step {display: none;}
	.jts_txt1 {font-size:1.6em;}
    .join_type_box {margin: 25px auto 0;}
	.join_type_box .each_box {width: 100%; margin-left: 0; padding: 15px 10px;}
	.join_type_box .each_box:first-child {margin-bottom: 30px;}
    .join_type_box .tit {margin: 11px 0 0; font-size: 18px; line-height: 27px;}
	.join_type_box .txt {font-size: 14px; line-height: 21px;}
	.join_type_box .circle {width:100px; height:100px; background-size: 60px;}
    .join_type_box .btn_wrap {margin: 20px 0 0;}
    .join_type_box .btn_wrap .common_btn {width: 199px; height: 56px; padding: 7px 0; font-size: 14px; line-height: 21px;}

    .inr_text_box {margin: 25px 0 0;}
    .inr_text_box .title {font-size: 18px; line-height: 27px;}
    .inr_text_box .text {font-size: 14px; line-height: 21px;}
    .total_agree_box {margin: 25px 0 0; padding: 15px 0 0;}
    
    .complete_box {margin: 30px 0 0; padding: 30px;}
    .complete_box img {width: 56px;}
    .complete_box .txt2 {margin: 15px 0 0; font-size: 18px; line-height: 27px;}
    .complete_box .txt3 {font-size: 14px; line-height: 21px;}

	/* find basic */
	.idpw_find_box {padding:0 10px;}
	.idpw_find_box .each_box {float:none; width:100%; padding:0;}
	.idpw_find_box .each_box:first-child {padding-bottom:20px; border-right:0 none; border-bottom:1px solid #d1d1d1;}
	.idpw_find_box .each_box:last-child {padding-top:20px;}

	

}
@media screen and (max-width:480px){
	.tap_link .list li {width: 100%; display: block;}
	.tap_link .list li .btn {height: 50px; border: 1px solid #037be1; padding: 5px;}
	.tap_link .list li:nth-child(4n) {margin: 0 0 10px;}

	.gallery_list_area .gallery_list .list li a .text_area .info_data li {display: block; width: 100%; padding: 0;}
	.gallery_list_area .gallery_list .list li a .text_area .info_data li:before {display: none;}
	/* ==================== 갤러리 Style ==================== */
	.gallery_list_area .gallery_list > .list > li {width: 100%; margin: 0 0 10px 0 !important;}
	.gallery_list_area .gallery_list > .list > li:nth-child(-n+4), .gallery_cont .gallery_list > .list > li:nth-child(-n+3), .gallery_cont .gallery_list > .list > li:nth-child(-n+2) {margin: 0 0 10px 0 !important;}
	.gallery_list_area .gallery_list > .list > li:nth-child(4n), .gallery_cont .gallery_list > .list > li:nth-child(3n), .gallery_cont .gallery_list > .list > li:nth-child(2n) {margin: 0 0 10px 0 !important;}
	.gallery_list_area .gallery_list > .list > li:nth-child(4), .gallery_cont .gallery_list > .list > li:nth-child(3), .gallery_cont .gallery_list > .list > li:nth-child(2) {margin: 0 0 10px 0 !important;}
	/* ==================== 갤러리 Style ==================== */
	.tap_link.sty3 .list li {width: 100%;}

	.blog_cont .blog_list > .list > li .box .num {width: 30px;}

}