@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;}

/* font-weight */
.fw_m {font-weight: 500;}
.fw_b {font-weight: 700;}
/* // font-weight */

/* color */
.red {color: #e03321;}
/* // color */

/* 로그인 */
.login_box {margin: 31px 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: 7px solid #e9ecef; padding: 63px 5px;}
.login_box .title {font-weight: 500; font-size: 24px; line-height: 36px; color: #333333; word-break: keep-all;}
.login_box .title .ft_c {color: #1d5693;}
.login_box .text {margin: 6px 0 57px; font-weight: 400; font-size: 15px; line-height: 22px; color: #8c8c8c; word-break: keep-all;}
.login_form {position:relative; width: 100%; max-width: 350px; margin: 0 auto;}
.login_form .row {width:100%;}
.login_form label {width: 100%; vertical-align:middle;}
.login_form .input_box {}
.login_form input {width:100%; height: 40px; padding: 0 10px 0 45px; border:1px solid #d9d9d9; background-position: 19px 50%; background-repeat: no-repeat; font-weight: 300; font-size: 15px; line-height: 22px; color: #333333;}
.login_form input::placeholder {color: #989898;}
.login_form input.id {background-image: url(/Spri/images/common/id-icon.png);}
.login_form input.pass {margin: 8px 0 0; background-image: url("/Spri/images/common/pass-icon.png");}
.login_btn {display:block; width: 100%; height: 40px; margin: 12px 0 0; background-color: #1d5693; 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: 40px; 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%;}
/* 로그인 */

/* 아이디,비밀번호 찾기 */
.account_cont {margin: 31px 0 0;}
.account_cont .exp_txt_list {position: relative; border: 1px solid #e5e5e5; padding: 16px 0;}
.account_cont .exp_txt_list .inner {position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 0 0 130px;}
.account_cont .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;}
.account_cont .exp_txt_list .inner .title:before {display: block; content: ''; position: absolute; top: 0; left: 0; width: 25px; height: 25px; background-image: url("/Spri/images/common/key_icon.png"); background-position: 0 0; background-repeat: no-repeat;}
.account_cont .exp_txt_list .inner .list {}
.account_cont .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;}
.account_cont .exp_txt_list .inner .list li:first-child {margin: 0;}
.account_cont .exp_txt_list .inner .list li:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 2px; height: 2px; margin: -1px 0 0; background-color: #a7a7a7;}
.account_cont .bdt_bg_box {margin: 23px 0 0; padding: 47px 0 0; border-top:2px solid #5f6577;}
.account_cont .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: 307px; 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: #1d5693; font-weight: 400; font-size: 15px; line-height: 40px; color: #ffffff;}
/* // 아이디,비밀번호 찾기 */

/* join basic */
.join_step {overflow:hidden; max-width:1200px; height: 69px; margin: 65px auto 0;}
.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 #1d5693;}
.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.li02 {background-image:url('/images/basic/jstep2_img2.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.li05 {background-image:url('/images/basic/jstep2_img5.png');}
.join_step.type2 li.on {background-image:url('/images/basic/jstep2_img1_on.png');}
.join_step.type2 li.li02.on {background-image:url('/images/basic/jstep2_img2_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_step.type2 li.li05.on {background-image:url('/images/basic/jstep2_img5_on.png');}

.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;}
.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;}
/* btn 공통 */
.btn_area {overflow: hidden; width: 100%; margin: 25px 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 #1d5693; padding: 0 15px; color: #1d5693;}
.btn_area a.btn_color2 {width: auto; border: 1px solid #3a7fcd; padding: 0 15px; color: #3a7fcd;}
.btn_area a.btn_color:hover, .btn_area a.btn_color:focus {border: none; padding: 0 16px; background-color: #1d5693; line-height: 40px; color: #ffffff;}
.btn_area a.btn_color2:hover, .btn_area a.btn_color2:focus {border: none; padding: 0 16px; background-color: #3a7fcd; line-height: 40px; color: #ffffff;}

/********** // 기본 공통 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-family: 'Noto Sans KR'; font-weight: 400; font-size: 14px; line-height: 50px; color: #303030;}
.bread_box .container .breadcrumb > li.home > a {display: inline-block; 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('/Spri/images/common/bread_arr.png'); background-repeat: no-repeat; vertical-align:middle;}
.bread_box .container .breadcrumb > li:last-child:after {display: none;}

.bread_box .container .btn_list {position: absolute; right: 5px; top: 1px; padding: 9px 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("/Spri/images/common/share_icon.png");}
.bread_box .container .btn_list > li.print > a {background-image: url("/Spri/images/common/print_icon.png");}
.bread_box .container .btn_list > li > a:hover, .bread_box .container .btn_list > li > a:focus {background-color: #ff9e18;}

.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: block; 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: 32px 0 0; 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;}
.sub_cont .sub_sch_box .row label {display: table-cell; width: 100px; font-weight: 500; font-size: 16px; line-height: 45px; color: #000000; text-align: center; vertical-align: top;}
.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("/Spri/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 .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("/Spri/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("/Spri/images/common/sch_btn_icon.png"); background-position: 0 0; background-repeat: no-repeat;}
/* ==================== Sub Sch Style ==================== */

/* ==================== Table Style ==================== */
.board_area {overflow: hidden; margin: 52px 0 0;}
.board_area.sty2 {text-align: right;}
.board_area .title_box {width: 100%; overflow: hidden;}
.board_area .title_box .table_tit {position: relative; float: left; padding: 0 0 0 16px; font-weight: 500; font-size: 20px; line-height: 30px; color: #333333;}
.board_area .title_box .table_tit:before {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 8px; height: 8px; margin: -4px 0 0; background-color: #f98407; border-radius: 50%;}
.board_area .title_box .fr {float: right;}
.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("/Spri/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("/Spri/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("/Spri/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("/Spri/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("/Spri/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-size:1.6em;}
.board_view_top .tit .mark {margin-right:5px; 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("/Spri/images/common/board_prev.jpg");}
.board_view_top .board_next {right: 25px; background-image: url("/Spri/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; 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; 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;}
.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('/Spri/images/common/bg_f.jpg');}
.title_area.scroll .app_info_list li .text.bg_g:before {background-image: url("/Spri/images/common/bg_g.jpg");}
.title_area.scroll .app_info_list li .text.bg_b:before {background-image: url("/Spri/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("/Spri/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("/Spri/images/common/bg_g.jpg");}
.scroll_table_box .table_cont .table_body .body_txt.btn_area button.bg_g.on {background-image: url("/Spri/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("/Spri/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:535px; 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-right: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; right: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_btn:hover {background-color:#fff !important; color: #7b839b;}

.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;}
/* ==================== 첨부파일 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("/Spri/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;}
/* ============ // 통합검색 ============ */


@media screen and (max-width:1200px){
    /* sub_sch_box */
    .sub_cont .sub_sch_box .row label {width: 70px;}
    /* // sub_sch_box */
    
}

@media screen and (max-width:1080px){
    
    /*  통합검색 */
    .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;}
    /* // 통합검색 */
}

@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 영역 */
}

@media screen and (max-width:767px){
    /* ============ 통합검색 ============ */
    .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;}
    /* // ============ 통합검색 ============ */
    
    /* sub_sch_box */
	.sub_cont .sub_sch_box {margin: 15px 0 0; 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_sch_box */
    
    /* com table view 영역 */
    .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; padding:4px 0; color:#777; font-size:0.93em; 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("/Spri/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:before {content:"|"; display:inline-block; margin-top:-5px; padding:0 10px; color:#777; font-size:10px; vertical-align:middle;}
    .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;}
    
    /* // com table view 영역 */
    
    /* ==================== 좌우 스크롤 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;}
    
    /* 아이디,비밀번호 찾기 */
    .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;}
    
    /* // 아이디,비밀번호 찾기 */
    
    .login_box .title {font-size: 18px; line-height: 27px;}
    .login_box .text {margin: 6px 0 25px; 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;}

}
@media screen and (max-width:640px){
    /* 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;}
    
    /* 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;}
}

@media screen and (max-width:480px){
}