<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: 300;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'S-CoreDream';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: 600;
     font-style: normal;
}

/*나눔고딕*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumpenscript.css");
/*나눔명조 Nanum Myeongjo*/
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family: 'Noto Sans KR', 'Malgun Gothic', 'dotum', 'gulim', sans-serif;background:#fff;letter-spacing: -0.05em;overflow: hidden;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

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

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

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

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

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {}

.placeholdersjs {color:#aaa !important}

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {min-width:1200px}

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

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

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

.hd_sch_wr {float:left;padding:30px 0;;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


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


/* 메인메뉴 */
#gnb {position:relative;background:#fff}
#gnb &gt; h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {font-size:1.083em;padding:0;border-bottom:1px solid #e0e2e5;zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:55px;padding:0px;position:relative}
#gnb .gnb_1dli:hover &gt; a {color:#3a8afd;
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('../img/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:block;font-weight:bold;padding:0 15px;color:#080808;text-decoration:none}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute;top:54px;min-width:140px;padding-top:2px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

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

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul &gt; li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

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

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:930px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

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

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

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

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

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

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

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

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

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

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

/* 버튼 */
a.btn,.btn {display:inline-block;vertical-align:middle;line-height:40px;height:40px;padding:0 10px;border:none;text-align:center;font-size:13px;font-weight:400;transform:skew(-0.1deg);text-decoration:none;}

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

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

.btn_submit {border:0;background:#333;color:#fff;cursor:pointer;}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;background:#fff}
a.btn_close {text-align:center;line-height:50px}

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

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {background:#333;color:#fff;}
a.btn_b02,.btn_b02 {background:#253dbe;color:#fff;}
a.btn_b03, .btn_b03 {background:#fff;border:1px solid #b9bdd3;color:#646982;line-height:38px;}
a.btn_b04, .btn_b04 {background:#fff;border:1px solid #ccc;color:#707070;line-height:38px;}
a.btn_admin,.btn_admin {background:#333;color:#fff;} /* 관리자 전용 버튼 */


/* 기본테이블 */
.tbl_wrap {font-family:'Noto Sans KR', dotum, sans-serif;transform:skew(-0.1deg);}
.tbl_wrap table {width:100%;border-collapse:collapse;background:#fff;border-top:2px solid #ccc;}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:15px 0;font-weight:500;color:#333;text-align:center;border-bottom:1px solid #ddd;background:#fff;font-size:16px;line-height:1.2;}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {padding:15px 5px;font-weight:00;color:#333;border-bottom:1px solid #ecf0f1;background:#fff;font-size:16px;line-height:1.5;word-break:break-all}
.tbl_head01 a:hover {text-decoration:underline}

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

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

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

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

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

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:50px 0 !important;color:#666;text-align:center;font-size:16px;transform:skew(-0.1deg);}

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

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

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

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

/* 검색결과 색상 */
.sch_word {color:#fff;background:#0F73CB;padding:2px 5px 2px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

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

/* 페이징 */
.pg_wrap{float:none;display: flex; justify-content:center; align-items:center; margin-top: 50px;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#fff;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:16px;font-weight: 300;width: 40px;height: 40px;display: inline-flex; align-items:center; justify-content:center;text-decoration:none;}

.pg_start {width: 40px;height: 40px;display: inline-flex; align-items:center; justify-content:center; text-indent:-999px;overflow:hidden;background:url('../img/p_start.png') no-repeat 50% 50% #fff;padding:0;border:1px solid #eee}
.pg_prev {width: 40px;height: 40px;display: inline-flex; align-items:center; justify-content:center;text-indent:-999px;overflow:hidden;background:url('../img/p_prev.png') no-repeat 50% 50% #fff;padding:0;border:1px solid #eee}
.pg_end {width: 40px;height: 40px;display: inline-flex; align-items:center; justify-content:center;text-indent:-999px;overflow:hidden;background:url('../img/p_end.png') no-repeat 50% 50% #fff;padding:0;border:1px solid #eee}
.pg_next {width: 40px;height: 40px;display: inline-flex; align-items:center; justify-content:center;text-indent:-999px;overflow:hidden;background:url('../img/p_next.png') no-repeat 50% 50% #fff;padding:0;border:1px solid #eee}


.pg_current {font-size: 16px;display:inline-block;background:#0F73CB;border:1px solid #0F73CB;color:#fff;font-weight:300;width: 40px;height: 40px;display: inline-flex; align-items:center; justify-content:center;}

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

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

#bo_list_total {display:none !important;}
* { margin:0; padding:0; outline:none !important}
li {list-style:none;}

.inner {max-width:1260px;width: 100%;margin:0 auto; position:relative;}
.inner_x {max-width:100%;width: 100%;margin:0 auto; position:relative;}
.clearfix::after {content:'';display:block;clear:both;}

header#header{position: fixed;width: 100%;top: 0;left: 0;height: 90px;z-index: 200;border-bottom: 1px solid #E7E7E7;transition: all 0.3s;background-color: rgba(0,0,0,0.3);}
#header .hd_bg{position: absolute;top: calc(100% + 1px);width: 100%;height: 0;background-color: #fff;opacity: 0;transition: all 0.3s;}
#header &gt; .inner{display: flex; align-items:center; justify-content:space-between; height: 100%;}
#header .logo &gt; a{display: block;width: 192px;height: 38px;background: url(../img/logo.png) no-repeat 50% 50%; background-size: cover;transition: all 0.3s;}
#header .menu{display: flex;align-items:center; flex:1;padding: 0 30px;}
#header .menu &gt; li{position: relative;flex:1;}
#header .menu &gt; li.flex08{flex:0.8;}
#header .menu &gt; li.flex12{flex:1.2;}
#header .menu &gt; li{position: relative;flex:1;}
#header .menu &gt; li &gt; a{display: flex; align-items:center; justify-content:center; height: 90px;font-family: 'Noto Sans KR';font-size: 16px;font-weight: 500;color: #fff;transition: all 0.3s;position: relative;}
#header .menu &gt; li:hover &gt; a{color: #0f73cb !important;}
#header .menu &gt; li &gt; a::after{content: '';position: absolute;display: block;width: 0;height: 3px;background-color: #0f73cb;bottom: 0;left: 0;transition: all 0.3s; }
#header .menu &gt; li:hover &gt; a::after{width: 100%;}
#header .menu &gt; li .submenu{position: absolute;top: 100%;left: 0;width: 100%;padding: 10px 0;font-family: 'Noto Sans KR';font-size: 14px;font-weight: 300;color: #666;transform:scaleY(0);opacity: 0;transform-origin:top;transition: all 0.3s;}
#header .menu &gt; li .submenu &gt; li{}
#header .menu &gt; li .submenu &gt; li &gt; a{display: block;text-align: center;padding: 7px 0;transition: all 0.3s;}
#header .menu &gt; li .submenu &gt; li &gt; a:hover{color: #0f73cb;text-decoration: underline;}
#header .hd_right{display: flex; }
#header .hd_right .kor{display: flex; align-items:center; }
#header .hd_right .kor &gt; li{}
#header .hd_right .kor &gt; li + li{margin-left: 8px;padding-left: 8px;border-left: 1px solid #fff ;transition: all 0.3s;line-height: 1;}
#header .hd_right .kor &gt; li &gt; a{color: #fff;font-family: 'Noto Sans KR';font-weight: 300;line-height: 1;transition: all 0.3s;}
#header .hd_right .kor &gt; li &gt; a:hover{color: #0f73cb !important;}
#header .hd_right .menu_op{color: #fff;font-size: 30px;margin-left: 20px;cursor: pointer;transition: all 0.3s;}
#header .hd_right .menu_op:hover{color: #0f73cb !important;}

header#header.on{background-color: #fff;}
#header.on .hd_bg{height: 320px;background-color: #fff;opacity: 1;}
#header.on .logo &gt; a{background: url(../img/logo_on2.png) no-repeat 50% 50%; background-size: cover;}
#header.on .menu &gt; li &gt; a{color: #262626;}
#header.on .menu &gt; li .submenu{transform:scaleY(1);opacity: 1;}
#header.on .hd_right .kor &gt; li + li{border-left: 1px solid #262626 ;}
#header.on .hd_right .kor &gt; li &gt; a{color: #262626;}
#header.on .hd_right .menu_op{color: #262626;}

.pop_menu{position: fixed;width: 100%;height: 100%;z-index: 300;display: none;}
.pop_menu_bg{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 301;background-color: rgba(0,0,0,0.6);}
.pop_menu_cont{position: absolute;top: 50%;left: 50%;transform:translate(-50%, -50%); z-index: 302;max-width: 1260px;width: 100%;}
.pop_menu_x{position: relative;width: 100%;display: flex; align-items:center;justify-content:center; background-color: #0F73CB;height: 60px;color: #fff;font-size: 24px;font-family: 'Noto Sans KR';font-weight: 500;}
.pop_menu_x i{position: absolute;right: 15px;top: 15px;font-size: 30px;cursor: pointer;}
.pop_menu_ul{display: flex;padding: 30px;background-color: #fff;text-align: center;}
.pop_menu_ul &gt; li{flex:1;padding: 0 10px;}
.pop_menu_ul &gt; li &gt; a{display: block;padding: 15px 0;font-size: 20px;font-weight: 500;border-bottom: 1px solid #0F73CB;font-family: 'Noto Sans KR';}
.pop_menu_ul &gt; li:nth-child(5) {position:relative;bottom:29px;}
.pop_menu_ul &gt; li:nth-child(6) {position:relative;bottom:29px;}
.pop_menu_ul &gt; li .submenu{margin-top: 20px;}
.pop_menu_ul &gt; li .submenu &gt; li{}
.pop_menu_ul &gt; li .submenu &gt; li &gt; a{display: block;padding: 10px 0;font-family: 'Noto Sans KR';color: #666;font-weight: 300;font-size: 15px;}
.pop_menu_ul &gt; li .submenu &gt; li &gt; a:hover{color: #0F73CB;text-decoration: underline;}

/*상단 반응형*/

#header_mo{position: fixed;width: 100%;height: 50px;top: 0;left: 0;background-color: #333;z-index: 200;display: none;}
#header_mo &gt; .inner{display: flex;align-items:center; position: relative;height: 100%;}
#header_mo .logo_mo{position: absolute;top: 50%;left: 50%;transform:translate(-50%, -50%); }
#header_mo .logo_mo img{width: 100px;}
#header_mo .menu_mo{margin-left: auto;color: #fff;font-size: 20px;}

@media screen and (max-width: 1260px) { 
	.inner {padding-left: 10px;padding-right: 10px;}
	.inner .inner{padding-left: 0;padding-right: 0;}
	.inner_x {padding-left: 0;padding-right: 0;}
	.inner_x .inner{padding-left: 10px;padding-right: 10px;}
	
	header#header{height: 60px;}
	#header .logo &gt; a{display: block;width: 96px;height: 19px;}
	#header .menu &gt; li &gt; a{height: 60px;font-size: 13px;}
	#header .menu &gt; li .submenu{font-size: 11px;}
	#header.on .hd_bg{height: 280px;}
}
@media (min-width : 1001px) and (max-width : 1153px) {
	.pop_menu_ul &gt; li:first-child {position:relative;bottom:29px;}
} 
@media (min-width: 1001px) and (max-width : 1065px) {
	.pop_menu_ul &gt; li:nth-child(5) a{padding:0;}
}

@media screen and (max-width: 1000px) { 
	header#header{display: none;}
	header#header_mo{display: block;}
	
	.section{padding-top: 50px !important;}
	.pop_menu_ul &gt; li:nth-child(5) {position:relative;bottom:21px;}
	.pop_menu_ul &gt; li:nth-child(6) {position:relative;bottom:0px;}

	.pop_menu_cont{width: 90%;height: 80vh;overflow: auto;}
	.pop_menu_ul{padding: 10px;flex-wrap:wrap;}
	.pop_menu_ul &gt; li{flex:none;width: 33.3333%;margin-bottom: 15px;}
	.pop_menu_x{font-size: 14px;height: 40px;}
	.pop_menu_x i{top: 12px;right: 12px;font-size: 15px;}

	.pop_menu_ul &gt; li &gt; a{padding: 8px 0;font-size: 15px;}
	.pop_menu_ul &gt; li .submenu{margin-top: 10px;}
	.pop_menu_ul &gt; li .submenu &gt; li &gt; a{font-size: 12px;padding: 5px 0;}
	.pop_menu_ul &gt; li:nth-child(4),.pop_menu_ul &gt; li:nth-child(5),.pop_menu_ul &gt; li:nth-child(6) {margin-top:20px;}
}

@media screen and (max-width: 550px) { 
	.pop_menu_ul &gt; li{flex:none;width: 50%;}
	.pop_menu_ul &gt; li:nth-child(4),.pop_menu_ul &gt; li:nth-child(5),.pop_menu_ul &gt; li:nth-child(6) {margin-top:0px;}
	.pop_menu_ul &gt; li:nth-child(5) {position:relative;bottom:0px;}
	.pop_menu_ul &gt; li:nth-child(6) {position:relative;bottom:-21px;}
}


/*메인*/


.main1 .swiper-pagination2{position: absolute;bottom: 30px !important;left: 0;z-index: 5;width: 100%;display: flex; justify-content:center;}
.main1 .swiper-pagination2 .swiper-pagination-bullet{width: 70px;height: 5px;border-radius:0;background-color: rgba(255,255,255,0.6);transition: all 0.5s ease-in; }
.main1 .swiper-pagination2 .swiper-pagination-bullet-active{background-color: #fff;}

.bn_txt{height: 100vh;display: flex; width: 100%;flex-direction:column; justify-content:center;font-family: 'S-CoreDream';color: #fff;}
.main1 .bn_txt .sub_tit{font-size: 30px;font-weight: 400;margin-bottom: 10px;}
.main1 .bn_txt .tit{font-size: 55px;font-weight: 600;line-height: 1;margin-bottom: 20px;}
.main1 .bn_txt .hr{width: 40px;height: 3px;background-color: #fff;margin-bottom: 15px;}
.main1 .bn_txt .desc{font-size: 17px;font-weight: 400;line-height: 1.6;letter-spacing: 0;}

.visual_li1 .bn_txt{padding-bottom: 100px;margin-left: 50%;}
.visual_li2 .bn_txt{padding-bottom: 100px;margin-left: 40%;}
.visual_li3 .bn_txt{padding-bottom: 100px;}

#fp-nav li{width: 130px;font-size: 15px;font-weight: 300;}
#fp-nav li &gt; a{display: block;color: #fff;padding: 5px 0;border-bottom: 2px solid #fff;opacity: 0.5;}
#fp-nav li &gt; a.active{opacity: 1;font-weight: 600;}


.c_g{color: #1DDE71 !important;}
.c_r{color: #f53936 !important;}
.c_b{color: #0FA8E8 !important;}

.main2{background: url(../img/main2_bg.png) no-repeat 50% 50%; background-size: cover;}
.main2_top{display: flex; align-items:center;margin-bottom: 10vh;}
.main2_top &gt; div{width: 50%;}
.main_txt{color: #fff;}
.main_txt .main_tit{font-size: 40px;font-weight: 600;}
.main_txt .main_subtit{font-size: 24px;margin-top: 8px;font-weight: 300;}
.main_txt .main_cont{margin: 30px 0;}
.main_txt .main_cont .main_desc1{font-size: 24px;font-weight: 600;}
.main_txt .main_cont .main_desc2{font-size: 16px;font-weight: 300;margin-top: 5px;line-height: 1.6;}
.main_link{display: flex;justify-content:space-between;padding: 12px;line-height: 1;color: #fff;width: 165px;border: 1px solid #A0A4A9;font-size: 18px;transition: all 0.4s; }
.main_link:hover{background-color: #fff;color: #333;}
.main_thum{text-align: center;}


.main2_btm{display: flex;margin: 0 -10px;}
.main2_btm &gt; li{padding: 0 10px;width: 25%;}
li .li_box{height: 100%;display: flex; align-items:center;flex-direction:column; width: 100%;padding: 40px 5px 25px;border: 1px solid #969BA2;background-color: rgba(255,255,255,0.05);word-break:keep-all;text-align: center;}
li .li_box .thum{height: 86px;display: flex; align-items:center;margin-bottom: 10px;}
li .li_box .tit{font-size: 21px;font-weight: 600;color: #1DDE71;margin-bottom: 15px;}
li .li_box .desc{font-size: 15px;color: #fff;line-height: 1.5;padding: 0 10px;font-weight: 300;}

.main3{background: url(../img/main3_bg.png) no-repeat 50% 50%; background-size: cover;}
.main3_inner{display: flex;align-items:center; }
.main3_left{width: 50%;}
.main3_left .main_txt{margin-bottom: 50px;color: #262626;}
.main3_right{width: 50%;display: flex; flex-wrap:wrap;margin: 0 -10px;}
.main3_right &gt; li{width: 50%;padding: 0 10px;margin-bottom: 10px;}
.main3_right &gt; li .li_box .thum{height: 110px;}
.main3_right &gt; li .li_box .tit{color: #f53936;}
.main3_right &gt; li .li_box .desc{color: #262626;}
.main3 .main_link{color: #262626;}
.main3 .main_thum{text-align: left;}

.main3 li .li_box{border: 1px solid #E2DCD9;background-color: rgba(255,255,255,0.70);}


.main4{background: url(../img/main4_bg.png) no-repeat 50% 50%; background-size: cover;}
.main4_inner{display: flex;align-items:center; }
.main4_left{width: 50%;}
.main4_left .main_txt{color: #262626;}
.main4 .main_link{color: #262626;}
.main4_right{width: 50%;}
.main_video{max-width: 560px;width: 100%;height: 320px;margin-top: 60px;}
.main_video iframe{width: 100% !important; height: 100% !important;}


.c_g{color: #1DDE71 !important;}
.c_r{color: #f53936 !important;}
.c_b{color: #0FA8E8 !important;}

.main5{background: url(../img/main5_bg.png) no-repeat 50% 50%; background-size: cover;}
.main2_top{display: flex; align-items:center;margin-bottom: 10vh;}
.main2_top &gt; div{width: 50%;}
.main_txt{color: #fff;}
.main_txt .main_tit{font-size: 40px;font-weight: 600;}
.main_txt .main_subtit{font-size: 24px;margin-top: 8px;font-weight: 300;}
.main_txt .main_cont{margin: 30px 0;}
.main_txt .main_cont .main_desc1{font-size: 24px;font-weight: 600;}
.main_txt .main_cont .main_desc2{font-size: 16px;font-weight: 300;margin-top: 5px;line-height: 1.6;}
.main_link{display: flex;justify-content:space-between;padding: 12px;line-height: 1;color: #fff;width: 165px;border: 1px solid #A0A4A9;font-size: 18px;transition: all 0.4s; }
.main_link:hover{background-color: #fff;color: #333;}
.main_thum{text-align: center;}


.main2_btm{display: flex;margin: 0 -10px;}
.main2_btm &gt; li{padding: 0 10px;width: 25%;}
li .li_box{height: 100%;display: flex; align-items:center;flex-direction:column; width: 100%;padding: 40px 5px 25px;border: 1px solid #969BA2;background-color: rgba(255,255,255,0.05);word-break:keep-all;text-align: center;}
li .li_box .thum{height: 86px;display: flex; align-items:center;margin-bottom: 10px;}
li .li_box .tit{font-size: 21px;font-weight: 600;color: #1DDE71;margin-bottom: 15px;}
li .li_box .desc{font-size: 15px;color: #fff;line-height: 1.5;padding: 0 10px;font-weight: 300;}



/**/

@media screen and (max-width: 1260px) { 
	.visual_li1 .bn_txt{padding-bottom: 0;margin-left: 10%;}
	.visual_li2 .bn_txt{padding-bottom: 0;margin-left: 10%;}
	.visual_li3 .bn_txt{padding-bottom: 0;margin-left: 10%;}

	.main1 .bn_txt .sub_tit{font-size: 20px;}
	.main1 .bn_txt .tit{font-size: 30px;}
	.main1 .bn_txt .hr{height: 2px;}
	.main1 .bn_txt .desc{font-size: 15px;}

	.main1 .swiper-pagination2 .swiper-pagination-bullet{width: 50px;}

	.main2_top{justify-content:center;margin-bottom: 25px;}
	.main_thum{width: 250px !important;}
	.main_thum img{width: 100%;}

	.main2_btm{flex-wrap:wrap;margin: 0 -5px;justify-content:center; }
	.main2_btm &gt; li{margin-bottom: 10px;width: 250px;padding: 0 5px;}

	li .li_box{padding: 10px;}
	li .li_box .thum{height: 50px;}
	li .li_box .thum img{transform:scale(0.6)}
	li .li_box .tit{font-size: 16px;}
	li .li_box .desc{font-size: 12px;padding: 0;}


	.main3_inner{flex-direction:column; }
	.main3_right{width: 100%;margin: 0 -5px;justify-content:center; }
	.main3 .main_thum{width: 200px !important;}

	.main3_left{width: 100%;display: flex; justify-content:center;align-items:center; }
	.main3_right &gt; li{width: 250px;padding: 0 5px;}
	.main3_right &gt; li .li_box .thum{height: 60px;}


	.main4_right .main_thum{width: 350px !important;margin: 0 auto;}

	
}

@media screen and (max-width: 768px) { 

	.visual_li2{ background: url(../img/banner2.png) 0% 50% / cover no-repeat !important;}

	.visual_li1 .bn_txt{margin-left: 0;}
	.visual_li2 .bn_txt{margin-left: 0;}
	.visual_li3 .bn_txt{margin-left: 0;}

	.main1 .bn_txt .sub_tit{font-size: 16px;}
	.main1 .bn_txt .tit{font-size: 25px;line-height: 1.4;}
	.main1 .bn_txt .desc{font-size: 13px;}

	.main1 .swiper-pagination2 .swiper-pagination-bullet{width: 30px;}

	body #fp-nav{bottom: 100px;top:auto;}
	body #fp-nav li{width: 100px;font-size: 12px;}

	.main_txt .main_tit{font-size: 20px;}
	.main_txt .main_subtit{font-size: 15px;}
	.main_txt .main_cont .main_desc1{font-size: 16px;}
	.main_txt .main_cont .main_desc2{font-size: 12px;}
	.main_txt .main_cont{margin: 10px 0;}
	.main_link{padding: 5px;width: 120px;font-size: 12px;}
	
	.main3 .main_thum{width: 150px; !important}
	.main3_left .main_txt{margin: 0;padding-right: 20px;}
	
	.main4_right .main_thum{width: 200px !important;}
	.main4_inner{flex-direction:column; }
	.main4_left{width:100%;display: flex; flex-direction:column;align-items: center;}
	.main4_right{width: auto;order:-1;margin-bottom: 20px;}

	.main_video{margin-top: 30px;height: 56vw;}
}

@media screen and (max-width: 580px) { 
	.main2_top{flex-direction:column;align-items:center; }
	.main_thum{order:-1;margin-bottom: 10px;}
	.main2_top &gt; div{width: auto;}

	.main3_left{flex-direction:column; }
	.main3_left .main_txt{padding-right: 0;margin-bottom: 20px;}
}



/* 푸터 */
.footer{}
.footer .ft_top{padding: 15px 0;border-bottom: 1px solid #E3E3E3;border-top: 1px solid #E3E3E3;}
.ft_top_ul{display: flex;justify-content:space-between; align-items:center; }
.ft_top_ul &gt; li{}
.ft_mid{padding: 20px 0;border-bottom: 1px solid #E3E3E3;}
.ft_mid a{display: inline-block;font-size: 12px;font-weight: 600;color: #666666;line-height: 1;padding-right: 20px;margin-right: 20px;border-right: 1px solid #666666;transition: all 0.2s; }
.ft_mid a:hover{color: #111;}
.ft_mid a:last-child{border-right:0}
.ft_btm{padding: 25px 0;background-color: #F5F5F5;}
.ft_btm &gt; .inner{display: flex;justify-content:space-between; }
.ft_btm_ul{}
.ft_btm_ul &gt; li{font-size: 12px;color: #666;margin-bottom: 5px;}
.ft_btm_ul &gt; li:last-child{margin-bottom: 0;}
.ft_btm_ul &gt; li span{padding-right: 20px;}
.ft_btm_ul &gt; li span b{padding-right: 5px;}
.ft_btm_right{position: relative;width: 190px;height: 45px;border: 1px solid #E3E3E3;background-color: #fff;}
.ft_btm_right .tit{display: flex;padding: 15px;align-items:center; justify-content:space-between;font-size: 12px;color: #666;cursor: pointer;line-height: 1;}
.ft_btm_right .tit .f_icon::before{content: '\e942';font-family: xeicon!important;}
.ft_btm_right.on .tit .f_icon::before{content: '\e945';}
.family_ul{position: absolute;z-index: 10;top: 100%;left: 0;width: 100%;border: 1px solid #E3E3E3;display: none;}
.family_ul &gt; li &gt; a{font-size: 12px;display: block;padding: 10px 15px;color: #666;background-color: #fff;transition: all 0.2s; }
.family_ul &gt; li &gt; a:hover{background-color: #f2f2f2;}

/**/

@media screen and (max-width: 1260px) { 
	.ft_top_ul{}
	.ft_top_ul &gt; li{padding: 0 10px;}
	.ft_top_ul &gt; li img{width: 100%;}
}

@media screen and (max-width: 850px) { 
	.ft_top_ul{}
	.ft_top_ul &gt; li{padding: 0 10px;}
	.ft_top_ul &gt; li img{width: 100%;}

	.ft_mid{padding: 10px 0;}
	.ft_mid a{font-size: 10px;}

	.ft_btm{padding: 10px 0;}
	.ft_btm_right .tit{padding: 10px;font-size: 10px;}
	.family_ul &gt; li &gt; a{font-size: 10px;padding: 10px;}
	.ft_btm &gt; .inner{flex-direction:column; }
	.ft_btm_right{order:-1;margin-bottom: 10px;width: 160px;height: 30px;margin-left: auto; }
	.ft_btm_ul &gt; li{line-height: 1.8;}

}



@media screen and (max-width: 500px) { 
	.footer .ft_top{padding: 5px;}
	.ft_top_ul{flex-wrap:wrap;justify-content:center; }
	.ft_top_ul &gt; li{padding: 5px;width: 25%;}
	.ft_top_ul &gt; li img{width: 100%;}
	.ft_btm_ul &gt; li span{padding: 0;display: block;}
}


/*서브*/
#sub_div{}
#sub_div &gt; .inner{padding-top: 100px;padding-bottom: 100px;}
#sub_div &gt; .inner_pb0{padding-bottom: 0;}


.sub_top{position: relative;height: 400px;width: 100%;background: url(../img/s11_bg.jpg) no-repeat 50% 50%; background-size: cover;display: flex; align-items:center; justify-content:center; flex-direction:column; text-align: center;}
.sub_top.sub_top1{background: url(../img/s11_bg.jpg) no-repeat 50% 50%; background-size: cover;}
.sub_top.sub_top2{background: url(../img/s21_bg.jpg) no-repeat 50% 50%; background-size: cover;}
.sub_top.sub_top3{background: url(../img/s31_bg.jpg) no-repeat 50% 50%; background-size: cover;}
.sub_top.sub_top4{background: url(../img/s41_bg.jpg) no-repeat 50% 50%; background-size: cover;}
.sub_top.sub_top5{background: url(../img/s51_bg.jpg) no-repeat 50% 50%; background-size: cover;}
.sub_top.sub_top6{background: url(../img/s61_bg.jpg) no-repeat 50% 50%; background-size: cover;}
.sub_top_t1{font-size: 50px;font-weight: 600;color: #fff;border-bottom: 1px solid #fff;line-height: 1;padding-bottom: 15px;margin-bottom: 15px;}
.sub_top_t2{font-size: 15px;font-family: 'Noto Sans KR';color: #fff;font-weight: 300;}
.sub_navi{position: absolute;max-width: 1260px;width: 100%;bottom: 0;left: 50%;transform:translateX(-50%);display: flex; background-color: #fff;justify-content:center; align-items:center;}
.sub_navi::after{content: '';position: absolute;bottom: -1px;left: 50%;transform:translateX(-50%); width: 90%;height: 1px;background-color: #E3E3E3;z-index: -1;}
.sub_navi &gt; li{}
.sub_navi &gt; li &gt; a{position: relative;padding: 0 30px;display: flex; align-items:center; justify-content:center;font-family: 'Noto Sans KR';color: #555;letter-spacing: 0;font-size: 16px;transition: all 0.2s; }
.sub_navi &gt; li &gt; a::after{content: '';position: absolute;height: 15px;right: 0;width: 1px;background-color: #E3E3E3;top: 50%;transform:translateY(-50%); }
.sub_navi &gt; li:last-child &gt; a::after{display: none;}
.sub_navi &gt; li &gt; a span{position: relative;display: flex; height: 60px;align-items:center; }
.sub_navi &gt; li.active &gt; a{color: #0f73cb;}
.sub_navi &gt; li.active &gt; a span::after{content: '';display: block;width: 100%;height: 1px;background-color: #0f73cb;position: absolute;top: 100%;left: 0;}
.sub_navi &gt; li &gt; a:hover{color: #0f73cb;}

.sub2_h2{font-family: 'Noto Sans KR';color: #333;font-size: 36px;text-align: center;line-height: 1;padding-bottom: 30px;position: relative;font-weight: 500;margin-bottom: 90px;}
.sub2_h2::after{content: '';position: absolute;width: 40px;height: 1px;background-color: #333;left: 50%;transform:translateX(-50%); bottom: 0;}

/**/
@media screen and (max-width: 1260px) { 
	.sub_navi{width: 100%;flex-wrap:wrap;transform:translateX(0);position: static;margin-top: auto;}
	.sub_navi &gt; li &gt; a{padding: 0 10px;font-size: 12px;}
	.sub_navi &gt; li &gt; a span{height: 40px;}
	.sub_navi &gt; li &gt; a::after{display: none;}
	
	.sub_top{height: 300px;}
	.sub_top_t1{font-size: 25px;flex:1;display: flex; align-items:flex-end; }
	.sub_top_t2{font-size: 12px;flex:1;}
}

@media screen and (max-width: 1000px) { 
	#sub_div{margin-top: 50px;}
	#sub_div &gt; .inner{padding-top: 50px;padding-bottom: 50px;}
	.sub_top{height: 200px;}
	
	.sub2_h2{font-size: 20px;padding-bottom: 20px;margin-bottom: 50px;}
}

@media screen and (max-width: 478px) { 
	.sub_navi &gt; li &gt; a span{height: 35px;}
	.sub_navi &gt; li &gt; a{padding: 0 5px;font-size: 10px;}
}

/*sub0101*/

.s11_1{}
.s11_1 .s11_1ul{}
.s11_1 .s11_1ul &gt; li{display: flex; justify-content:space-between;}
.s11_1 .s11_1ul &gt; li .cont{}
.s11_1 .s11_1ul &gt; li .cont .tit{font-size: 26px;color: #000;padding: 15px 0;position: relative;}
.s11_1 .s11_1ul &gt; li .cont .tit::after{content: '';width: 45px;height: 1px;background-color: #0F73CB;position: absolute;top: 0;left: 0;}
.s11_1 .s11_1ul &gt; li .cont .desc{font-size: 16px;font-weight: 300;color: #666;line-height: 1.7;word-break:keep-all; }

.s11_1 .s11_1ul &gt; .s11_1li1{position: relative;z-index: 2;}
.s11_1 .s11_1ul &gt; .s11_1li1 .thum{}
.s11_1 .s11_1ul &gt; .s11_1li1 .cont{padding: 30px 40px 0;}

.s11_1 .s11_1ul &gt; .s11_1li2{margin-top: -50px;}
.s11_1 .s11_1ul &gt; .s11_1li2 .cont{padding: 120px 60px 0 0;}
.s11_1 .s11_1ul &gt; .s11_1li2 .thum{order:2;}

.s11_1 .s11_1ul &gt; .s11_1li3{margin-top:100px;}
.s11_1 .s11_1ul &gt; .s11_1li3 .cont{padding: 100px 40px 0 60px;}

.s11_2{padding: 170px 0;}
.s11_2tit{text-align: center;font-size: 50px;margin-bottom: 15px;}
.s11_2cont{text-align: center;font-size: 18px;font-weight: 300;color: #666;line-height: 1.8;margin-bottom: 60px;}
.s11_2thum{}
.s11_2thum img{max-width: 100%;}

.s11_3{height: 580px;background: url(../img/sub01_bg.png) no-repeat 50% 50%; background-size: cover;}
.s11_3desc{padding: 80px 0;font-size: 28px;line-height: 1.6;font-weight: 300;color: #fff;text-align: center;}
.s11_3btm{padding: 70px;background-color: #fff;display: flex;}
.s11_3btm .left{margin-right: 80px;}
.s11_3btm .left .tit{font-size: 30px;font-weight: 300;line-height: 1.5;margin-bottom: 25px;}
.s11_3btm .left .desc{font-size: 18px;font-weight: 500;margin-bottom: 10px;}
.s11_3btm .left .thum{}
.s11_3btm .left .thum img{width: 100%;}
.s11_3btm .right{flex:1;}
.s11_3btm .right .cont{display: flex; flex-direction:column;height: 100%;}
.s11_3btm .right .cont &gt; li{flex:1 0 auto;border-bottom: 1px solid #DDDDDD;display: flex; align-items:center;padding: 0 10px;font-size: 16px;font-weight: 300;color: #666;}
.s11_3btm .right .cont &gt; li.tit{font-size: 24px;font-weight: 500;color: #0f73cb;border-bottom: 1px solid #0f73cb;}

.s11_4{padding: 180px 0 120px;}
.s11_4tit{font-size: 24px;text-align: center;margin-bottom: 15px;}
.s11_4cont{font-size: 16px;text-align: center;font-weight: 300;color: #666;margin-bottom: 70px;}
.s11_4ul{display: flex; justify-content:space-between; }

.s11_5{padding: 100px 0;background-color: #F7F7F7;}
.s11_swiper{padding-bottom: 70px !important;}
.s11_swiper .swiper-pagination3{position: absolute;bottom: 0px !important;left: 0;z-index: 5;width: 100%;display: flex; justify-content:center;}
.s11_swiper .swiper-pagination3 .swiper-pagination-bullet{width: 10px;height: 10px;background-color: #BFBFBF;transition: all 0.5s ease-in;opacity: 1;}
.s11_swiper .swiper-pagination3 .swiper-pagination-bullet-active{background-color: #0F73CB;}

.s11_swiper .swiper-slide p {text-align: center;margin-top:8px;font-size: 16px;}

@media screen and (max-width: 1260px) { 

	.s11_1 .s11_1ul &gt; li{align-items:center; }
	.s11_1 .s11_1ul &gt; .s11_1li1 .thum{}
	.s11_1 .s11_1ul &gt; .s11_1li1 .cont{padding: 0 20px;}

	.s11_1 .s11_1ul &gt; .s11_1li2{margin-top: 50px;}
	.s11_1 .s11_1ul &gt; .s11_1li2 .cont{padding: 0 20px;}

	.s11_1 .s11_1ul &gt; .s11_1li3{margin-top:50px;}
	.s11_1 .s11_1ul &gt; .s11_1li3 .cont{padding: 0 20px;}

	.s11_1 .thum img{width: 400px;}

	.s11_2{padding: 80px 0;}
	.s11_2tit{font-size: 35px;}
	.s11_2cont{font-size: 16px;}

	.s11_3{height: auto;}
	.s11_3desc{padding: 50px 0;font-size: 20px;}
	.s11_3btm{padding: 30px;}
	.s11_3btm .left .tit{font-size: 18px;margin-bottom: 15px;}
	.s11_3btm .left .desc{font-size: 14px;}
	.s11_3btm .left{margin-right: 20px;}
	.s11_3btm .right .cont &gt; li{font-size: 14px;}
	.s11_3btm .right .cont &gt; li.tit{font-size: 18px;}

	.s11_4{padding: 70px 0;}
	.s11_4tit{font-size: 18px;word-break:keep-all; }
	.s11_4cont{font-size: 14px;margin-bottom: 40px;word-break:keep-all; }
	
	.s11_4ul &gt; li{padding: 0 10px;}
	.s11_4ul img{max-width: 100%;}

	.s11_5{padding: 60px 0;}
	.s11_swiper{padding-bottom: 50px !important;text-align: center;}
	.s11_swiper img{max-width: 100%;}

}
@media screen and (max-width: 1000px) { 
	.s11_1 .s11_1ul &gt; li .cont .tit{font-size: 20px;}
	.s11_1 .s11_1ul &gt; li .cont .desc{font-size: 14px;}
}
@media screen and (max-width: 768px) { 
	.s11_1 .s11_1ul &gt; li{flex-direction:column; }
	.s11_1 .s11_1ul &gt; .s11_1li2 .thum{order:-1;}
	.s11_1 .thum{margin-bottom: 20px;}
	.s11_1 .thum img{max-width: 400px;width: 100%;}
	.s11_1 .cont{max-width: 400px;width: 100%;}
	
	.s11_3desc{padding: 30px 0;font-size: 16px;word-break:keep-all; }
	.s11_2{padding: 50px 0;}
	.s11_2tit{font-size: 23px;}
	.s11_2cont{font-size: 14px;margin-bottom: 30px;word-break:keep-all; }
	.s11_3btm{padding: 15px;}
	.s11_3btm{flex-direction:column; }
	.s11_3btm .left{margin-right: 0px;}
	.s11_3btm .right .cont &gt; li{padding: 5px;}
	.s11_3btm .right{margin-top: 15px;}
	
	.s11_4ul{flex-wrap:wrap;justify-content:center; }
	.s11_4ul &gt; li{padding: 0 10px;margin-bottom: 20px;width: 230px;}
	.s11_4ul img{max-width: 100%;}

	.s11_swiper .swiper-slide p {text-align: center;margin-top:5px;font-size: 13px;}
}
@media screen and (max-width: 478px) { 
	
}

/*sub0102*/

.s12_1{padding: 80px 0;background: url(../img/s12_bg.png) no-repeat 50% 50%; background-size: cover;}
.s12_1 &gt; .inner{display: flex; align-items:center;}
.s12_1thum{width: 50%;}
.s12_1cont{width: 50%;padding: 60px 80px;background: linear-gradient( to right, #05A5BD, #0E78CA );}
.s12_1cont .tit{font-size: 30px;color: #fff;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 2px solid #83CDE0;}
.s12_1cont .desc{font-size: 16px;font-weight: 300;color: #fff;line-height: 1.8;word-break:keep-all; }

.s12_2{}
.s12_2 &gt; .inner{padding: 90px 0 160px;display: flex;position: relative;}
.s12_2 .s12_2tit{padding-top: 25px;position: relative;width: 350px;}
.s12_2 .s12_2tit::after{content: '';width: 50px;height: 2px;background-color: #0f73cb;position: absolute;top: 0;left: 0;}
.s12_2 .s12_2tit .tit{font-size: 32px;font-weight: 500;color: #0f73cb;margin-bottom: 15px;}
.s12_2 .s12_2tit .desc{font-size: 24px;font-weight: 300;}
.s12_2 .s12_2cont{font-size: 16px;font-weight: 300;color: #666666;line-height: 1.6;flex:1;word-break:keep-all;letter-spacing: -0.01em; }
.sign{position: absolute;right: 0;bottom: 0;}

@media screen and (max-width: 1260px) { 
	.s12_1{padding: 50px 0;}
	.s12_1cont{padding: 30px;}
	.s12_1thum img{max-width: 100%;}
	.s12_1cont .tit{font-size: 23px;padding-bottom: 10px;margin-bottom: 10px;}
	.s12_1cont .desc{font-size: 14px;}

	.s12_2 &gt; .inner{padding: 50px 15px 80px;flex-direction:column; }
	.s12_2 .s12_2tit{margin-bottom: 40px;}
	.sign{right: 15px;}

}
@media screen and (max-width: 768px) { 
	.s12_1 &gt; .inner{flex-direction:column; }
	.s12_1thum{width: 90%;}
	.s12_1cont{padding: 15px;width: 90%;margin: 5px auto 0;	}
	.s12_1cont .tit{font-size: 18px;}
	.s12_1cont .desc{font-size: 13px;}

	.s12_2 .s12_2tit .tit{font-size: 25px;margin-bottom: 10px;}
	.s12_2 .s12_2tit .desc{font-size: 19px;}
	.s12_2 .s12_2cont{font-size: 14px; }
	.sign{width: 200px;}
	.sign img{width: 100%;}
}
@media screen and (max-width: 478px) { 
	
}

/*sub0103*/

.s13_0{padding: 50px 0;background: url(../img/s13_top.png) no-repeat 50% 50%; background-size: cover;text-align: center;margin-bottom: 80px;}
.s13_0box{display: inline-block;padding: 40px;border: 3px solid rgba(255,255,255,0.5);background-color: rgba(0,0,0,0.6);color: #fff;}
.s13_0box .tit{font-size: 43px;font-weight: 300;margin-bottom: 15px;line-height: 1;}
.s13_0box .cont{font-size: 18px;font-weight: 300;line-height: 1.6;}

.s13_1{margin-bottom: 40px;}
.s13_1tab{display: flex; }
.s13_1tab &gt; li{flex:1;padding: 15px 0;text-align: center;font-size: 22px;font-weight: 300;background-color: #F2F2F2;border-right: 1px solid #fff;cursor: pointer;transition: all 0.2s; }
.s13_1tab &gt; li:hover{background-color: #ddd;}
.s13_1tab &gt; li.active{background-color: #307DC1;font-weight: 500;color: #fff;}
.s13_1tab &gt; li:last-child{border-right: 0;}

.s13_2{}
.s13_2ul{display: none;}
.s13_2ul.active{display: block;}

.s13_2ul &gt; li{padding: 50px 0;border-bottom: 1px solid #808080;display: flex; }
.s13_2ul &gt; li:last-child{border-bottom: 0;}
.s13_2ul &gt; li .year_tit{width: 215px;position: relative;padding-top: 20px;font-size: 48px;font-weight: 300;}
.s13_2ul &gt; li .year_tit::after{content: '';position: absolute;width: 65px;height: 4px;background-color: #307DC1;top: 0;left: 0;}
.s13_2ul &gt; li .mont_ul{padding-left: 100px;position: relative;flex:1;}
.s13_2ul &gt; li .mont_ul::after{content: '';position: absolute;width: 15px;height: 15px;background-color: #307DC1;left: 0;top: 5px;}
.s13_2ul &gt; li .mont_ul::before{content: '';position: absolute;height: 100%;width: 1px;background-color: #CCCCCC;left: 7px;top: 5px;}
.s13_2ul &gt; li .mont_ul &gt; li{padding: 20px 0;display: flex;border-top: 1px solid #F2F2F2;}
.s13_2ul &gt; li .mont_ul &gt; li:first-child{border-top: 0;padding-top: 0;position: relative;}
.s13_2ul &gt; li .mont_ul &gt; li:first-child::after{content: '';width: 50px;height: 1px;border-top: 1px dotted #c3c3c3;right: calc(100% + 15px);top: 12px; position: absolute;}
.s13_2ul &gt; li .mont_ul &gt; li .tit{width: 60px;font-size: 16px;font-weight: 600;}
.s13_2ul &gt; li .mont_ul &gt; li .desc{font-size: 16px;color: #666;font-weight: 300;}
.s13_2ul &gt; li .mont_ul &gt; li ul.desc{}
.s13_2ul &gt; li .mont_ul &gt; li ul.desc &gt; li + li{margin-top: 5px;}

@media screen and (max-width: 1260px) { 
	.s13_0{margin-bottom: 30px;}
	.s13_1tab &gt; li{padding: 10px 0;font-size: 18px;}
	.s13_2ul &gt; li{padding: 30px 0;flex-direction:column; }
	.s13_2ul &gt; li .year_tit{width: 100%;margin-bottom: 30px;padding-top: 0;padding-bottom: 10px;}
	.s13_2ul &gt; li .year_tit::after{top:auto;bottom: 0;}
}

@media screen and (max-width: 768px) { 
	.s13_1{margin-bottom: 20px;}
	.s13_1tab &gt; li{font-size: 13px;}
	.s13_2ul &gt; li .year_tit{font-size: 28px;}
	.s13_2ul &gt; li .year_tit::after{width: 30px;height: 2px;}
	.s13_2ul &gt; li .mont_ul &gt; li:first-child::after{display: none;}
	.s13_2ul &gt; li .mont_ul{padding-left: 50px;}
	.s13_2ul &gt; li .mont_ul &gt; li{padding: 15px 0;}
	.s13_2ul &gt; li .mont_ul &gt; li .tit{font-size: 14px;min-width: 40px;width: 40px;}
	.s13_2ul &gt; li .mont_ul &gt; li .desc{font-size: 14px;word-break:keep-all; }

	.s13_0box{padding: 15px;width: 90%;margin: 0 auto;}
	.s13_0box .tit{font-size: 25px;}
	.s13_0box .cont{font-size: 14px;}
}


/*sub0104*/

.s14_1{margin-bottom: 100px;}
.s14_2{margin-bottom: 50px;}
.s14_tit{font-size: 30px;margin-bottom: 25px;text-align: center;}
.s14_ul{margin-bottom: 15px;font-weight: 400;}
.s14_ul &gt; li{padding: 15px 0;border-top: 1px solid #DDDDDD;display: flex;align-items:center; }
.s14_ul &gt; li:first-child{border-top: 2px solid #0F73CB;}
.s14_ul &gt; li .tit{width: 210px;display: flex; align-items:center;padding-left: 20px;font-size: 16px;font-weight: 400;color: #333;}
.s14_ul &gt; li .tit img{margin-right: 18px;}
.s14_ul &gt; li .desc{padding-left: 25px;border-left: 1px solid #ddd;font-size: 16px;font-weight: 400;color: #666;}
.s14_ul &gt; li .desc_btn{padding-left: 25px;border-left: 1px solid #ddd;display: flex; align-items:center; }
.s14_ul &gt; li .desc_btn &gt; li{margin-right: 10px;}
.s14_ul &gt; li .desc_btn &gt; li &gt; a{display: flex;align-items:center; justify-content:center; width: 260px;height: 60px;border: 1px solid #DDDDDD;font-size: 16px;color: #666;transition: all 0.2s; }
.s14_ul &gt; li .desc_btn &gt; li &gt; a:hover{background-color: #f2f2f2;}
.s14_ul &gt; li .desc_btn &gt; li &gt; a img{margin-right: 15px;}
.c_n{color: #03c75a !important;}
.c_d{color: #578eff !important;}
.map{width: 100%;height: 550px;}
.map iframe{width: 100% !important;height: 100% !important;}

.s14_3ul{display: flex; }
.s14_3ul &gt; li{flex:1;display: flex; justify-content:center;position: relative;}
.s14_3ul &gt; li::after{content: '';height: 70px;width: 1px;background-color: #999;position: absolute;right: 0;top: 0;}
.s14_3ul &gt; li:last-child::after{display: none;}
.s14_3ul &gt; li .thum{width: 70px;height: 70px;background-color: #307DC1;border-radius:70px;display: flex; align-items:center; justify-content:center;margin-right: 20px;}
.s14_3ul &gt; li .cont{}
.s14_3ul &gt; li .cont .tit{font-size: 20px;color: #303857;margin-bottom: 5px;}
.s14_3ul &gt; li .cont .desc{font-size: 14px;color: #666;line-height: 1.4;}
.s14_3ul &gt; li .cont .desc &gt; li + li{margin-top: 3px;}

@media screen and (max-width: 1260px) { 
	.s14_tit{font-size: 20px;}
	.s14_ul &gt; li .desc_btn &gt; li &gt; a{width: 200px;height: 50px;font-size: 14px;}
	.map{height: 300px;}
	.s14_3ul{ }
	.s14_3ul &gt; li::after{display: none;}
	.s14_3ul &gt; li .thum{width: 45px;height: 45px;margin-right: 20px;}
	.s14_3ul &gt; li .thum img{transform:scale(0.6)}
	.s14_3ul &gt; li .cont .tit{font-size: 15px;}
	.s14_3ul &gt; li .cont .desc{font-size: 12px;}
	.s14_1{margin-bottom: 50px;}
}

@media screen and (max-width:768px) { 
	.s14_3ul{flex-direction:column;}
	.s14_3ul &gt; li{justify-content:flex-start;margin-bottom: 15px;}
	.s14_3ul &gt; li .cont{display: flex; margin-top: 10px;}
	.s14_3ul &gt; li .cont .tit{width: 150px;}
	.s14_ul &gt; li .desc_btn &gt; li &gt; a img{margin-right: 5px;transform:scale(0.6)}
	
	.s14_ul &gt; li{}
	.s14_ul &gt; li .tit{min-width: 100px;width: 100px;font-size: 14px;}
	.s14_ul &gt; li .tit img{transform:scale(0.7);margin-right: 10px;}
	.s14_ul &gt; li .desc{padding-left: 10px;font-size: 14px;}
	.s14_ul &gt; li .desc_btn{padding-left: 10px;}
	.s14_ul &gt; li .desc_btn &gt; li &gt; a{width: auto;height: auto;padding: 5px 10px;font-size: 12px;}

	.s14_ul &gt; li .desc_btn{flex-direction:column;align-items: flex-start;}
	.s14_ul &gt; li .desc_btn &gt; li{margin:0 0 5px;}
}

@media screen and (max-width:478px) { 
	.s14_3ul &gt; li .cont .tit{min-width: 90px;width: 90px;}
	.s14_3ul &gt; li .cont .tit{font-size: 13px;}
	.s14_3ul &gt; li .cont .desc{font-size: 11px;}
}


/*sub0201*/

.s21_{padding: 70px 0;}
.s21_ &gt; .inner{display: flex; align-items:center;}
.s21_ .thum{width: 50%;}
.s21_ .thum img{max-width: 100%;}
.s21_ .cont{width: 50%;}
.s21_ .cont .tit{font-size: 48px;margin-bottom: 30px;line-height: 1.3;word-break:keep-all; font-weight: 400;}
.s21_ .cont .desc{font-size: 16px;font-weight: 300;color: #666;line-height: 1.6;word-break:keep-all; }

.s21_1{padding-top: 0;}

.s21_2{background-color: #F6F6F6;}
.s21_2 .thum{order:2;}
.s21_2 .cont{padding-right: 60px;}

.s21_3 .cont .tit{font-size: 30px;font-weight: 400;}

@media screen and (max-width: 1260px) { 
	.s21_ .cont .tit{font-size: 23px;}
	.s21_ .cont .desc{font-size: 14px;}
	.s21_ .thum{padding: 0 15px;}
	.s21_{padding: 40px 0;}
}

@media screen and (max-width:768px) { 
	.s21_ &gt; .inner{display: block;}
	.s21_ .thum{width: 100%;padding: 0;margin-bottom: 20px;text-align: center;}
	.s21_ .cont{width: 100%;}
	.s21_2 .cont{padding: 0;}
	.s21_ .cont .tit{font-size: 18px;}
}


/*sub0202*/

.s22_1{background-color: #0F73CB;}
.step_ul{display: flex; }
.step_ul &gt; li{flex:1;text-align: center;padding: 30px 0;border-right: 1px solid #579DDB;position: relative;}
.step_ul &gt; li::after{content: '';position: absolute;width: 15px;height: 15px;border-top: 1px solid #579DDB;border-right: 1px solid #579DDB;right: -8px;top: 50%;transform:translateY(-50%) rotate(45deg);background-color: #0F73CB;z-index: 2;}
.step_ul &gt; li:last-child{border-right: 0;}
.step_ul &gt; li:last-child::after{display: none;}
.step_ul &gt; li .step1{font-family: 'S-CoreDream';font-size: 19px;color: #9FC7EA;margin-bottom: 3px;}
.step_ul &gt; li .step2{font-family: 'S-CoreDream';font-size: 38px;font-weight: 600;line-height: 1;margin-bottom: 15px;color: #fff;}
.step_ul &gt; li .step3{font-size: 18px;color: #fff;line-height: 1.5;}

.s22_2{padding-top: 120px;}
.s22_2 .thum img{max-width: 100%;}
.s22_2 .desc {display: flex; justify-content:flex-end;margin-top: 60px;}

@media screen and (max-width: 1260px) { 
	.step_ul &gt; li{padding: 20px 0;}
	.step_ul &gt; li .step1{font-size: 14px;margin-bottom: 5px;}
	.step_ul &gt; li .step2{font-size: 23px;margin-bottom: 10px;}
	.step_ul &gt; li .step3{font-size: 12px;}
	.s22_2{padding-top: 50px;}
	.s22_2 .desc{margin-top: 20px;}
	.s22_2 .desc img{width: 300px;}
}

@media screen and (max-width: 768px) { 
	.step_ul{flex-wrap:wrap;justify-content:center; }
	.step_ul &gt; li{padding: 10px 0;width: 25%;flex:none}
	.step_ul &gt; li::after{display: none;}
	.step_ul &gt; li{border-right: 0;}
	.s22_2 .desc img{width: 200px;}

}

/*sub0203*/

.s23_1{background-color: #0F73CB;}
.s23_1 .step_ul{display: flex;justify-content:center; }
.s23_1 .step_ul &gt; li{flex:none;width: 15%;}
.s23_2{padding-top: 120px;}
.s23_2 .thum img{max-width: 100%;}
.s23_2 .desc {display: flex; justify-content:flex-end;margin-top: 60px;}
.s23_3 .video{width: 100%;height: 710px;margin-top: 90px;}
.s23_3 .video iframe{width: 100% !important;height: 100% !important;}

@media screen and (max-width: 1260px) { 
	.s23_1 .step_ul &gt; li{flex:none;width: 20%;}
	.s23_2{padding-top: 50px;}
	.s23_2 .desc{margin-top: 20px;}
	.s23_2 .desc img{width: 300px;}
	.s23_3 .video{width: 100%;height: 53vw;margin-top: 40px;}
}

@media screen and (max-width: 768px) { 
	.s23_1 .step_ul &gt; li{width: 33.3333%;}
	.s23_2 .desc img{width: 200px;}
	

}

/*sub0204*/

.s24_1{background: url(../img/s24_top.png) no-repeat 50% 50%; background-size: cover;padding: 50px 0 100px;}
.s24_1box{width: 100%;background: url(../img/s24_box.png) no-repeat 50% 50%; background-size: contain;padding: 110px 0 65px;text-align: center;color: #fff;}
.s24_1box .tit{font-size: 48px;font-weight: 300;margin-bottom: 5px;}
.s24_1box .desc{font-size: 20px;font-weight: 300;}

.s24_2{background-color: #F5F5F5;padding: 100px 0;}

.s24_2_ul{}
.s24_2_ul &gt; li{padding: 15px 35px 15px 0;border: 1px solid #DBDBDB;background-color: #fff;display: flex;margin-bottom: 20px;}
.s24_2_ul &gt; li:last-child{margin-bottom: 0;}
.s24_2_ul &gt; li .numq{width: 125px;text-align: center;font-size: 40px;font-family: 'S-CoreDream';color: #0f73cb;}
.s24_2_ul &gt; li .cont{flex:1;}
.s24_2_ul &gt; li .cont .tit{font-size: 20px;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #DBDBDB;}
.s24_2_ul &gt; li .cont .desc{font-size: 16px;font-weight: 300;color: #333;line-height: 1.6;}

@media screen and (max-width: 1260px) { 
	.s24_1{padding: 50px 0;}
	.s24_1box{background: none;padding: 0;text-align: center;color: #fff;}
	.s24_1box .tit{font-size: 25px;}
	.s24_1box .desc{font-size: 16px;}

	.s24_2{padding: 50px 0;}
	
}

@media screen and (max-width: 768px) { 
	.s24_2_ul &gt; li{padding: 10px 20px 10px 0;margin-bottom: 10px;}
	.s24_2_ul &gt; li .numq{width: 80px;font-size: 23px;}
	.s24_2_ul &gt; li .cont .tit{font-size: 16px;padding-bottom: 8px;margin-bottom: 8px;}
	.s24_2_ul &gt; li .cont .desc{font-size: 13px;word-break:keep-all; }
}

/*sub0301*/
.s3_tit{display: block;text-align: center;font-size: 30px;line-height: 1;margin: 0 auto 50px;}
.s3_tit span{padding-bottom: 10px;border-bottom: 2px solid #333;}

.s31_1{padding-bottom: 130px;position: relative;}
.s31_1::after{content: '';height: 50px;width: 1px;background-color: #333;position: absolute;bottom: 50px;left: 50%;transform:translateX(-50%); }
.s31_1tit{font-size: 24px;font-weight: 300;margin-bottom: 10px;text-align: center;}
.s31_1cont{font-size: 16px;color: #666;text-align: center;}

.s31_2{background: url(../img/s31_bg.png) no-repeat 50% 50%; background-size: cover;max-width: 1920px;width: 100%;margin:0 auto}
.s31_2ul{}
.s31_2ul &gt; li{padding-bottom: 100px;display: flex;align-items:center; }
.s31_2ul &gt; li .li_left{width: 33%;}
.s31_2ul &gt; li .li_center{width: 34%;text-align: center;}
.s31_2ul &gt; li .li_right{width: 33%;}

.s3_num{}
.s3_num &gt; li{display: flex;align-items:flex-start; margin-bottom: 35px;}
.s3_num &gt; li:last-child{margin-bottom: 0;}
.s3_num .tit{font-size: 60px;font-weight: 600;font-family: 'S-CoreDream';color: #0f73cb;width: 100px;padding-right: 20px;line-height: 1;position: relative;text-align: right;}
.s3_num .tit::after{content: '';width: 35px;height: 33px;background: url(../img/s3_num.png) no-repeat 50% 50%; background-size: cover;position: absolute;bottom: 0;right: 15px;z-index: 5;}
.s3_num .cont{flex:1;word-break:keep-all; }
.s3_num .cont .desc1{font-size: 21px;margin-bottom: 5px;}
.s3_num .cont .desc2{font-size: 16px;color: #666;font-weight: 300;}
.s3_num .cont .desc3{margin-top: 30px;font-size: 16px;color: #1175CB !important;font-weight: 400;}

#s31 .s3_num .tit{width: 80px;}

.s31_3{padding: 45px 0 35px;background-color: #F6F6F6;}
.s31_3btn{display: flex; justify-content:center; align-items:center;margin-bottom: 150px;}
#s35 .s31_3btn{margin-bottom: 100px;}
.s31_3btn &gt; li{margin: 0 5px;}
.s31_3btn &gt; li &gt; a{display: flex; width: 250px;height: 60px;border: 1px solid #E3E3E3;align-items:center; justify-content:center; line-height: 1;font-size: 20px;background-color: #fff;font-weight: 300;transition: all 0.2s; }
.s31_3btn &gt; li &gt; a:hover{background-color: #f2f2f2;}
.s31_3btn &gt; li &gt; a i{margin-left: 12px;}

.s31_3ul{position: relative;}
#s31 .s31_3ul::after{content: '※ Some features may not be provided according to product model. \A B100A Nurugo on kit Attachment Product';white-space: pre;position: absolute;color: #3e9ab7;font-size: 15px;right: 0px;bottom: calc(100% + 3px);text-align: right;}
.s31_3ul &gt; li{display: flex;height: 240px;background-color: #fff;border-bottom: 1px solid #E3E3E3;}
.s31_3ul &gt; li:first-child{border-top: 1px solid #E3E3E3;}
.s31_3ul &gt; li .s31_3thum{flex:1;display: flex; align-items:center; justify-content:center;padding: 0 35px;}
.s31_3ul &gt; li .s31_3tit{flex:0.7;display: flex; align-items:center; justify-content:center; flex-direction:column; font-size: 20px;font-weight: 500;color: #fff;line-height: 1.4;text-align: center;}
.s31_3ul &gt; li .s31_3cont{flex:1;display: flex; justify-content:center;flex-direction:column; padding: 0 35px;word-break:keep-all;font-size: 16px;font-weight: 300;color: #333;}
.s31_3ul &gt; li .s31_3cont &gt; li + li{margin-top: 5px;}

.s31_3ul &gt; li:nth-child(1) .s31_3tit{background: linear-gradient( to bottom, #0E78CA, #0D7DC8 );}
.s31_3ul &gt; li:nth-child(2) .s31_3tit{background: linear-gradient( to bottom, #0D7DC8, #0C83C6 );}
.s31_3ul &gt; li:nth-child(3) .s31_3tit{background: linear-gradient( to bottom, #0C83C6, #0B8AC5 );}
.s31_3ul &gt; li:nth-child(4) .s31_3tit{background: linear-gradient( to bottom, #0B8AC5, #0991C3 );}
.s31_3ul &gt; li:nth-child(5) .s31_3tit{background: linear-gradient( to bottom, #0991C3, #0898C1 );}
.s31_3ul &gt; li:nth-child(6) .s31_3tit{background: linear-gradient( to bottom, #0898C1, #079EBF );}
.s31_3ul &gt; li:nth-child(7) .s31_3tit{background: linear-gradient( to bottom, #079EBF, #05A4BD );}

.s31_4{padding: 100px 0;}
.s31_4 .video{height: 700px;width: 100%;}
.s31_4 .video iframe{height: 100% !important;width: 100% !important;}

.s31_5{margin-bottom: 100px;}
.table_com{}
.table_com table{width: 100%;border-collapse:collapse;}
.table_com table thead th{padding: 15px;background-color: #0F73CB;font-size: 16px;font-weight: 500;color: #fff;text-align: center;}
.table_com table th,
.table_com table td{border: 1px solid #DDDDDD;text-align: center;font-size: 15px;font-weight: 300;color: #333;}
.table_com table tbody th{background-color: #F7F7F7;font-weight: 400;}
.table_com table tbody td{padding: 25px 20px;}
.table_com table .tb_ul{text-align: left;}
.table_com table .tb_ul &gt; li{padding-left: 20px;text-indent: -20px;}
.table_com table .tb_ul &gt; li::before{content: '·';padding-right: 10px;}
.table_com table .tb_ul &gt; li + li{margin-top: 5px;}
.table_com table .tal{text-align: left;}

.s31_6{margin-bottom: 100px;}

.s31_7{}
.s31_7ul{display: flex; flex-wrap:wrap;margin-bottom: 65px;position: relative;}
.s31_7ul::after{content: '※ Available to purchase separately';position: absolute;color: #3e9ab7;font-size: 15px;right: 5px;top: calc(100% + 3px);}
.s31_7ul &gt; li{width: 14.2857%;border: 1px solid #ddd;margin-top: -1px;margin-left: -1px;}
.s31_7ul &gt; li .tit{background-color: #3E9AB7;font-size: 15px;color: #fff;text-align: center;padding: 18px 0;}
.s31_7ul &gt; li .thum{height: 180px;display: flex; align-items:center; justify-content:center; }

.s31_7logo{border: 1px solid #ddd;display: flex; justify-content:space-between; align-items:center;padding: 20px 35px;}

.table_com2{}
.table_com2 table{width: 100%;border-collapse:collapse;}
.table_com2 table td{border: 1px solid #DDDDDD;font-size: 15px;font-weight: 300;color: #333;}
.table_com2 table td.th1{background-color: #0F73CB;text-align: center;color: #fff;font-weight: 400;}
.table_com2 table td.th2{background-color: #F7F7F7;}
.table_com2 table td{padding:15px 20px;}
.table_com2 table td .td_box{/* display: flex; align-items:center; */font-size: 13px;line-height: 1.1;overflow: hidden;}
.table_com2 table td .td_box &gt; span{margin: 0 5px;float:left}
.table_com2 table td .td_box &gt; .img{width: 25px;text-align: center;}
.table_com2 table td .td_box &gt; .img img{vertical-align: middle;}
.table_com2 table td .td_box &gt; span i{vertical-align: middle;}
.table_com2 table .tb_ul{text-align: left;}
.table_com2 table .tb_ul &gt; li{padding-left: 20px;text-indent: -20px;}
.table_com2 table .tb_ul &gt; li::before{content: '·';padding-right: 10px;}
.table_com2 table .tb_ul &gt; li + li{margin-top: 5px;}


@media screen and (max-width: 1860px) { 
	.s31_2{background: none;}
}


@media screen and (max-width: 1260px) { 
	.s3_tit{font-size: 24px;margin: 0 auto 50px;}
	.s3_tit span{padding-bottom: 10px;border-bottom: 2px solid #333;}

	.s31_1{padding-bottom: 100px;}
	.s31_1::after{height: 30px;}
	.s31_1tit{font-size: 16px;word-break:keep-all; }
	.s31_1cont{font-size: 14px;word-break:keep-all; }

	.s31_2ul &gt; li{padding-bottom: 50px;flex-direction:column; }
	.s31_2ul &gt; li .li_left{width: 100%;max-width: 500px;}
	.s31_2ul &gt; li .li_center{width: 100%;max-width: 500px;text-align: center;order:-1;margin: 0;}
	.s31_2ul &gt; li .li_center img{transform:scale(0.7)}
	.s31_2ul &gt; li .li_right{width: 100%;max-width: 500px;margin-top: 35px;}
	
	.s31_3btn{margin-bottom: 50px;}
	#s35 .s31_3btn{margin-bottom: 50px;}
	.s31_3btn &gt; li &gt; a{width: 200px;height: 50px;font-size: 16px;}

	.s31_3ul{display: flex; flex-wrap:wrap;margin-top: 80px;}
	.s31_3ul &gt; li{width: 33.3333%;margin: 0 0 15px;flex-direction:column;height: auto;border-top: 0 !important;border-bottom: 0 !important;}
	.s31_3ul &gt; li .s31_3thum{flex:none;padding: 30px 10px;}
	.s31_3ul &gt; li .s31_3thum img{height: 130px;}
	.s31_3ul &gt; li .s31_3tit{flex:none;order:-1;height: 60px;font-size: 15px;}
	.s31_3ul &gt; li .s31_3cont{flex:none;padding: 15px;font-size: 13px;}
	
	.s31_3{padding: 50px 0;}
	.s31_4{padding: 50px 0;}
	.s31_4 .video{height: 56vw;}

	.s31_5{margin-bottom: 50px;}
	.table_com{overflow: auto;}
	.table_com table{width: 800px;}
	.table_com table thead th{padding: 10px;font-size: 13px;}
	.table_com table th,
	.table_com table td{font-size: 11px;}
	.table_com table tbody td{padding: 10px;}

	.table_com table .tb_ul &gt; li{padding-left: 10px;text-indent: -10px;}
	.table_com table .tb_ul &gt; li::before{content: '·';padding-right: 5px;}

	.s31_7ul &gt; li{width: 25%;}
	.s31_7ul::after{right: auto;left: 5px;font-size: 12px;}

	.s31_7logo{overflow: auto;padding: 10px;}
	.s31_7logo &gt; li{transform:scale(0.7);padding: 0 10px;}

}

@media screen and (max-width: 1000px) {
	.s31_3ul &gt; li{width: 50%;}
	#s31 .s31_3ul::after{font-size: 11px;}

	.s3_num .tit{transform:scale(0.7)}
	.s3_num .cont .desc1{font-size: 17px;}
	.s3_num .cont .desc2{font-size: 13px;}
	.s3_num .cont .desc3{margin-top: 10px;font-size: 12px;}
}

@media screen and (max-width: 768px) {
	.s31_7ul &gt; li{width: 33.3333%;}
}

@media screen and (max-width: 550px) {
	.s31_3ul &gt; li .s31_3thum{padding: 10px;}
	.s31_3ul &gt; li .s31_3thum img{height: 70px;}
	.s31_3ul &gt; li .s31_3tit{height: 40px;font-size: 12px;}
	.s31_3ul &gt; li .s31_3cont{font-size: 12px;}
	
	.s31_2ul &gt; li .li_center .thum{width: 100%;margin: 0 auto 30px;}
	.s31_2ul &gt; li:nth-child(1) .li_center img,
	.s31_2ul &gt; li:nth-child(2) .li_center img{height: 200px;}
	.s31_2ul &gt; li .li_center img{transform:scale(1);height: 150px;max-width: 100%;}
	.s3_num .tit{    width: 90px;transform: scale(0.5) translateY(-10px);}

	.s31_3btn &gt; li &gt; a{width: 130px;height: 40px;font-size: 12px;}
	.s31_7ul &gt; li{width: 50%;}
}

#s32{}
#s32 .s32_7box{display: flex; }
#s32 .s31_7ul{width: 70%;}
#s32 .s31_7ul2{width: 30%;margin-left: -4px;position: relative;}

#s32 .s31_7ul &gt; li{width: 33.3333%;}
#s32 .s31_7ul::after{display: none;}
#s32 .s31_7ul2::after{display: block;}
#s32 .s31_7ul &gt; li .thum{height: 240px;}
#s32 .s31_7ul2 &gt; li{width: 100%;}
#s32 .s31_7ul2 &gt; li .thum{height: 540px;}


#s32 .s31_7logo{ justify-content:center;padding: 20px 35px;}
#s32 .s31_7logo &gt; li{margin: 0 70px;}

@media screen and (max-width: 1260px) {
	.table_com2{overflow: auto;}
	.table_com2 table{width: 1260px;}
	.table_com2 table td{font-size: 11px;}
	.table_com2 table td{padding:10px;}
	.table_com2 table td .td_box{font-size: 11px;}
	.table_com2 table td .td_box &gt; .img{width: 20px;text-align: center;}
	.table_com2 table .tb_ul &gt; li{padding-left: 10px;text-indent: -10px;}
	.table_com2 table .tb_ul &gt; li::before{content: '·';padding-right: 5px;}
	
	#s32 .s32_7box{display: flex;flex-wrap:wrap;}
	#s32 .s31_7ul{width: 100%;}
	#s32 .s31_7ul2{width: calc(100% - 3px);margin-left: 0;order:-1;margin-bottom: 0;}
	#s32 .s31_7ul2::after{display: block;left: auto;right: 5px;top: auto;bottom:calc(100% + 5px);}

	#s32 .s31_7ul &gt; li .thum{height: auto !important;padding: 15px;display: flex; align-items:center; justify-content:center; }
	#s32 .s31_7ul &gt; li .thum img{max-width: 100%;}
	.s31_7ul &gt; li .tit{padding: 10px 5px;font-size: 13px;}

	#s32 .s31_7ul &gt; li{display: flex; flex-direction:column; }
	#s32 .s31_7ul &gt; li .thum{flex:1;}

	#s32 .s31_7logo{overflow: auto;padding: 10px;}
	#s32 .s31_7logo &gt; li{transform:scale(0.7);padding: 0 10px;margin: 0	;}
}

@media screen and (max-width: 768px) {
	#s32 .s31_7ul &gt; li{width: 50% !important;}
	#s32 .s31_7ul2 &gt; li{width: 100% !important;}
}


@media screen and (max-width: 550px) {
	#s32 .s31_2ul &gt; li .li_center img{height: 100px;}
}


#s33 .s31_2{background: url(../img/s33_bg.png) no-repeat 50% 50%; background-size: cover;}
#s33 .li_right_s33{margin-top: 400px;}

#s33 .s31_3{padding: 45px 0;}
#s33 .s31_3btn{margin: 0;}

#s33 .s31_5{}
#s33 .table_com2 table td.th2{text-align: center;}
#s33 .table_com2 table .tb_ul{overflow: hidden;}
#s33 .table_com2 table .tb_ul &gt; li{width: 100%;float:left}
#s33 .table_com2 table .tb_ul &gt; li:nth-child(-n+8){width: 50%;}
#s33 .table_com2 table .tb_ul &gt; li:nth-child(-n+2){margin-top: 0;}

@media screen and (max-width: 1860px) {
	#s33 .s31_2{background: none;}
}

@media screen and (max-width: 1260px) {
	#s33 .li_right_s33{margin-top: 35px;}
}
@media screen and (max-width: 550px) {
	#s33 .s31_2ul &gt; li .li_center img,
	#s33 .s31_2ul &gt; li:nth-child(1) .li_center img, 
	#s33 .s31_2ul &gt; li:nth-child(2) .li_center img{height: 350px;}
	#s33 .s31_5{margin-top: 50px;}
}

/*sub0304*/
/* .s34_2ul{display: flex;margin-bottom: 90px;}
.s34_2ul &gt; li{flex:1;height: 60px;display: flex; align-items:center; justify-content:center;border: 1px solid #E5E5E5;background-color: #F7F7F7;font-size: 22px;cursor: pointer;transition: all 0.2s;margin-left: -1px;}
.s34_2ul &gt; li.active{color: #0f73cb;border-bottom: 1px solid transparent;border-top: 1px solid #0f73cb;background-color: #fff;}
 */
.tab_com{display: flex;margin-bottom: 90px;}
.tab_com &gt; li{flex:1;height: 60px;display: flex; align-items:center; justify-content:center;border: 1px solid #E5E5E5;background-color: #F7F7F7;font-size: 22px;cursor: pointer;transition: all 0.2s;margin-left: -1px;}
.tab_com &gt; li.active{color: #0f73cb;border-bottom: 1px solid transparent;border-top: 1px solid #0f73cb;background-color: #fff;}

.s34_3{padding: 100px 0;background: url(../img/s34_bg.jpg) no-repeat 50% 50%; background-size: cover;}
.s34_3box{display: flex;align-items:center; }
.s34_3box .left{width: 33%;margin-right: 5%;}
.s34_3box .left .thum{height: 450px;width: 100%;display: flex; align-items:center; justify-content:center; background-color: #fff;}
.s34_3box .left .thum img{max-width: 100%;}
.s34_3box .right{width: 62%;}
.s34_3box .right &gt; li + li{margin-top: 10px;}
.s34_3box .right &gt; li .tit{font-size: 22px;font-weight: 600;color: #afdcff;margin-bottom: 8px;}
.s34_3box .right &gt; li .cont_ul{display: flex; margin: 0 -7px;}
.s34_3box .right &gt; li .cont_ul &gt; li{padding: 0 7px;width: 25%;}
.s34_3box .right &gt; li .cont_ul &gt; li .thum{height: 180px;background-color: #fff;display: flex; align-items:center; justify-content:center;margin-bottom: 8px;}
.s34_3box .right &gt; li .cont_ul &gt; li .desc{font-size: 16px;font-weight: 500;color: #fff;text-align: center;}

.s34_4{padding-top: 100px;}
.s34_4 .table_com2 table td.th2{text-align: center;}
.s34_content{display: none;}
.s34_content.active{display: block;}

@media screen and (max-width: 1260px) {
	.tab_com{margin-bottom: 30px;}
	.tab_com &gt; li{height: 40px;font-size: 14px;margin-left: -1px;}
	.s34_3{padding: 50px 0;}
	.s34_3box{flex-direction:column; }
	.s34_3box .left{width: 100%;margin: 0;}
	.s34_3box .left .thum{height: 300px;width: 300px;margin: 0 auto 30px;}
	.s34_3box .left .thum img{height: 220px;}
	.s34_3box .right{max-width: 680px;width: 100%;}
}

@media screen and (max-width: 768px) {
	.s34_3box .right &gt; li .tit{font-size: 18px;}
	.s34_3box .right &gt; li .cont_ul{flex-wrap:wrap;}
	.s34_3box .right &gt; li .cont_ul &gt; li{width: 50%;margin-bottom: 10px;}
	.s34_3box .right &gt; li .cont_ul &gt; li .thum{height: 200px;}
	.s34_3box .right &gt; li .cont_ul &gt; li .desc{font-size: 14px;}
}

/*sub0305*/
.s35_2{padding: 100px 0;background-color: #F7F7F7;}
.s35_content_ul{display: flex; flex-wrap:wrap;}
.s35_content_ul &gt; li{width: 33.3333%;border: 1px solid #DDDDDD;border-top: 0;margin-top: 80px;margin-left: -1px;}
.s35_content_ul &gt; li:nth-child(-n+3){margin-top: 0;}
.s35_content_ul &gt; li .tit{background-color: #0F73CB;padding: 10px 0;text-align: center;font-size: 18px;font-weight: 600;color: #fff;}
.s35_content_ul &gt; li .thum{height: 300px;display: flex; align-items:center; justify-content:center;background-color: #fff;}
.s35_content_ul &gt; li:nth-child(6n+4) .tit,
.s35_content_ul &gt; li:nth-child(6n+5) .tit,
.s35_content_ul &gt; li:nth-child(6n+6) .tit{background-color: #3F9AB7;}

.s35_content{display: none;}
.s35_content.active{display: block;}

@media screen and (max-width: 1260px) {
	.s35_content_ul &gt; li{margin-top: 30px;display: flex; flex-direction:column; }
	.s35_content_ul &gt; li .tit{font-size: 14px;}
	.s35_content_ul &gt; li .thum{height: auto;padding: 20px 0;flex:1;display: flex; flex-direction:column; justify-content:center; }
	.s35_content_ul &gt; li .thum img{height: 100px;}
	.s35_2{padding: 50px 0;}
}

@media screen and (max-width: 768px) {
	.s35_content_ul &gt; li{width: 50%;}
	.s35_content_ul &gt; li:nth-child(-n+3){margin-top: 30px;}
	.s35_content_ul &gt; li:nth-child(-n+2){margin-top: 0px;}
	.s35_content_ul &gt; li:nth-child(6n+4) .tit,
	.s35_content_ul &gt; li:nth-child(6n+5) .tit,
	.s35_content_ul &gt; li:nth-child(6n+6) .tit{background-color: #0F73CB;}
	.s35_content_ul &gt; li:nth-child(4n+3) .tit,
	.s35_content_ul &gt; li:nth-child(4n+4) .tit{background-color: #3F9AB7;}
	
}

@media screen and (max-width: 500px) {
	.s35_content_ul &gt; li .tit{font-size: 12px;}
	.s35_content_ul &gt; li .thum img{height: 70px;}
	.s35_content_ul &gt; li{margin-top: 10px;}
	.s35_content_ul &gt; li:nth-child(-n+3){margin-top: 10px;}
}

/*sub0306*/

.s36_2{padding-bottom: 70px;}
.s36_2top{margin-bottom: 70px;}
.s36_2top img{max-width: 100%;}

.s36_2ul{display: flex; flex-wrap:wrap;}
.s36_2ul &gt; li{width: 20%;margin-top: 100px;position: relative;}
.s36_2ul &gt; li::after{content: '';width: 1px;height: 80px;position: absolute;right: 0;top: 50%;transform:translateY(-50%); background-color: #ddd;}
.s36_2ul &gt; li:nth-child(5n)::after{display: none;}
.s36_2ul &gt; li:nth-child(-n+5){margin-top: 0;}
.s36_2ul &gt; li .thum{height: 100px;display: flex; align-items:center; justify-content:center; }
.s36_2ul &gt; li .desc{text-align: center;font-size: 16px;font-weight: 300;margin-top: 10px;}

.s36_3{padding: 100px 0 130px;background-color: #F6F6F6;}
.s36_3 &gt; .inner{display: flex; align-items:flex-end;justify-content:space-between; }
.s36_3 .thum img{max-width: 100%;}
.s36_3ul{}
.s36_3ul &gt; li{}
.s36_3ul &gt; li .why{font-size: 30px;font-weight: 500;color: #0f73cb;position: relative;padding-left: 70px;margin-bottom: 15px;}
.s36_3ul &gt; li .why::after{content: '';position: absolute;width: 50px;height: 3px;background-color: #0f73cb;left: 0;top: 50%;transform:translateY(-50%); }
.s36_3ul &gt; li .cont{}
.s36_3ul &gt; li .cont .tit{font-size: 24px;margin-bottom: 10px;}
.s36_3ul &gt; li .cont .desc{font-size: 16px;font-weight: 300;}
.s36_3ul &gt; li .cont .desc &gt; li + li{margin-top: 3px;}
.s36_3left .s36_3ul &gt; li{margin-bottom: 40px;}
.s36_3right .s36_3ul &gt; li{margin-top: 40px;}
.s36_3right .s36_3ul &gt; li span {font-size:19px;color:#0F73CB;font-weight:500;}

.s36_4{padding: 120px 0;}
.s36_4ul{display: flex; flex-wrap:wrap;margin: 0 -15px;}
.s36_4ul &gt; li{margin-top: 100px;width: 33.3333%;padding: 0 15px;}
.s36_4ul &gt; li:nth-child(-n+3){margin-top: 0;}
.s36_4ul &gt; li .thum{margin-bottom: 10px;}
.s36_4ul &gt; li .thum img{max-width: 100%;}
.s36_4ul &gt; li .cont {text-align: center;}
.s36_4ul &gt; li .cont .tit{font-size: 20px;color: #0f73cb;margin-bottom: 5px;}
.s36_4ul &gt; li .cont .desc{font-size: 16px;font-weight: 300;line-height: 1.5;}

.s36_5ul{display: flex;margin: 0 -15px;}
.s36_5ul &gt; li{width: 33.3333%;padding: 0 15px;}
.s36_5ul &gt; li .name{text-align: center;padding: 15px 0;background-color: #0F73CB;font-size: 16px;font-weight: 500;color: #fff;}
.s36_5ul &gt; li .thum{height: 600px;display: flex; align-items:center; justify-content:center; border: 1px solid #ddd;margin-bottom: 10px;}
.s36_5ul &gt; li .cont{}
.s36_5ul &gt; li .cont &gt; li{display: flex; }
.s36_5ul &gt; li .cont &gt; li .tit{font-size: 15px;font-weight: 300;color: #0F73CB;text-align: center;width: 90px;margin-right: 12px;border-bottom: 2px solid #0F73CB;padding: 8px 0;}
.s36_5ul &gt; li .cont &gt; li .desc{flex:1;font-size: 15px;font-weight: 300;border-bottom: 2px solid #DDDDDD;padding: 8px 0 8px 20px;}

@media screen and (max-width: 1260px) { 
	.s36_3 &gt; .inner{flex-direction:column;justify-content:center; align-items:center; }
	.s36_3left{margin-bottom: 30px;}
	.s36_3right{}
	.s36_2ul &gt; li::after{display: none;}
	.s36_2ul &gt; li{margin-top: 30px;}
	.s36_2ul &gt; li:nth-child(-n+5){margin-top: 30px;}
	.s36_2ul &gt; li:nth-child(-n+3){margin-top: 0px;}
	.s36_2ul &gt; li{width: 33.3333%;}
	.s36_3{padding: 50px 0;}

	.s36_4{padding: 50px 0;}
	.s36_4ul &gt; li{margin-top: 50px;width: 50%;}
	.s36_4ul &gt; li,
	.s36_4ul &gt; li:nth-child(-n+3){margin-top: 40px;}
	.s36_4ul &gt; li:nth-child(-n+2){margin-top: 0;}
	.s36_4ul &gt; li .thum{text-align: center;}
	.s36_4ul &gt; li .thum img{max-width: 100%;}
	.s36_4ul &gt; li .cont .tit{font-size: 16px;}
	.s36_4ul &gt; li .cont .desc{font-size: 14px;}
}
@media screen and (max-width: 768px) { 
	.s36_2ul &gt; li .desc{font-size: 13px;}
	.s36_2ul &gt; li .thum{transform:scale(0.7)}
	.s36_2ul &gt; li:nth-child(-n+4){margin-top: 20px;}
	.s36_2ul &gt; li:nth-child(-n+2){margin-top: 0px;}
	.s36_2ul &gt; li{width:50%;}

	.s36_3left{display: flex; flex-direction:column; }
	.s36_3left .thum{order:-1;margin-bottom: 30px;}
	.s36_3ul &gt; li .why{font-size: 24px;padding-left: 50px;margin-bottom: 10px;}
	.s36_3ul &gt; li .why::after{width: 30px;}
	.s36_3ul &gt; li .cont .tit{font-size: 18px;}
	.s36_3ul &gt; li .cont .desc{font-size: 14px;word-break:keep-all; }
	.s36_3right .s36_3ul &gt; li span {font-size:16px;}

	.s36_4ul{margin: 0 -5px;}
	.s36_4ul &gt; li{padding: 0 5px;}
	.s36_4ul &gt; li .cont .tit{font-size: 15px;}
	.s36_4ul &gt; li .cont .desc{font-size: 13px;word-break:keep-all; }

	.s36_5ul{margin: 0;flex-direction:column; }
	.s36_5ul &gt; li{width: 100%;padding: 0;margin-bottom: 20px;}
	.s36_5ul &gt; li .thum{height: 300px;}
	.s36_5ul &gt; li .thum img{height:250px;}
}
@media screen and (max-width: 478px) { 
	.s36_5ul &gt; li .name{padding: 10px 0;font-size: 14px;}
	.s36_5ul &gt; li .cont &gt; li .tit{font-size: 13px;}
	.s36_5ul &gt; li .cont &gt; li .desc{font-size: 13px;}
}

/*sub0307*/

.s37_1{padding-bottom: 130px;}

.s37_1ul{}
.s37_1ul &gt; li{margin-bottom: 100px;display: flex; justify-content:space-between; align-items:center; }
.s37_1ul &gt; li:last-child{margin-bottom:0;}
.s37_1ul &gt; li .thum{}
.s37_1ul &gt; li .thum img{max-width: 100%;}
.s37_1li1 .cont{}
.s37_1li1 .cont .s37_logo{margin-bottom: 15px;}
.s37_1li1 .cont .desc1{font-family: 'S-CoreDream';font-size: 30px;font-weight: 300;margin-bottom: 10px;line-height: 1;}
.s37_1li1 .cont .desc2{font-family: 'S-CoreDream';font-size: 86px;font-weight: 300;color: #218945;}
.s37_1li1 .cont .desc2 b{}
.s37_1li1 .cont .desc2 b span{font-size: 50px;}
.s37_1li1 .cont .desc_hr{margin: 40px 0;width: 40px;height: 3px;background-color: #218945;}
.s37_1li1 .cont .desc3{font-size: 16px;font-weight: 300;line-height: 1.6;margin-bottom: 10px;}
.s37_1li1 .cont .desc4{font-size: 14px;font-weight: 300;color: #666;}

.s37_1li2 .thum{order:2;}
.s37_1li2 .cont{}
.s37_1li2 .cont .desc1{font-size: 36px;font-weight: 200;}
.s37_1li2 .cont .desc2{font-size: 36px;font-weight: 500;color: #218945;margin-bottom: 15px;}
.s37_1li2 .cont .desc3{font-size: 16px;font-weight: 300;}
.s37_1li2 .cont .desc_hr{margin: 30px 0;width: 40px;height: 3px;background-color: #218945;}
.s37_1li2 .cont .desc_ul{counter-reset:list-number;}
.s37_1li2 .cont .desc_ul &gt; li{font-size: 22px;font-weight: 400;line-height: 1.4;counter-increment:list-number;}
.s37_1li2 .cont .desc_ul &gt; li::before{content:counter(list-number);;font-size: 40px;font-family: 'S-CoreDream';font-weight: 600;color: #218945;margin-right: 20px;vertical-align: middle;font-style: italic;}

.s37_2{background: url(../img/s37_bg.jpg) no-repeat 50% 50%; background-size: cover;padding: 60px 0;}
.s37_2 &gt; .inner{display: flex; align-items:center; }
.s37_2 .left{width: 50%;text-align: center;}
.s37_2 .right{width: 50%;padding-left: 70px;}
.s37_2 .right .s37_2tit{font-size: 36px;color: #fff;font-weight: 500;margin-bottom: 5px;}
.s37_2 .right .s37_2desc{font-size: 36px;font-weight: 200;color: #fff;margin-bottom: 40px;}
.s37_2 .right .s37_2ul{}
.s37_2 .right .s37_2ul &gt; li{display: flex; align-items:center;font-size: 16px;font-weight: 300;color: #fff;margin-bottom: 10px;}
.s37_2 .right .s37_2ul &gt; li img{margin-right: 10px;}
.s37_2 .right .s37_2ul &gt; li:last-child{margin-bottom: 0;}

.s37_3{padding: 100px 0;}
.s37_3ul{display: flex; align-items:center; }
.s37_3ul &gt; li{flex:1;text-align: center;position: relative;}
.s37_3ul &gt; li + li::after{content: '';height: 80px;background-color: #ddd;width: 1px;position: absolute;left: 0;top: 50%;transform:translateY(-50%); }
.s37_3ul &gt; li .thum{height: 100px;display: flex; align-items:center; justify-content:center;margin-bottom: 15px;}
.s37_3ul &gt; li .desc{font-size: 18px;font-weight: 300;}

.s37_4{padding: 80px 0;background-color: #F6F6F6;}
.s37_4ul{display: flex;margin:0 -15px;}
.s37_4ul &gt; li{padding: 0 15px;width: 33.3333%;}
.s37_4box{padding-top: 60px;}
.s37_4box .s37_4tit{font-size: 34px;line-height: 1.4;padding-top: 15px;position: relative;margin-bottom: 20px;}
.s37_4box .s37_4tit::after{content: '';position: absolute;width: 40px;height: 3px;background-color: #218945;top: 0;left: 0;}
.s37_4box .s37_4cont{font-size: 16px;color: #666;line-height: 1.6;}

.s37_4ul &gt; li .thum{margin-bottom: 15px;}
.s37_4ul &gt; li .thum img{max-width: 100%;}
.s37_4ul &gt; li .tit{font-size: 20px;margin-bottom: 10px;text-align: center;}
.s37_4ul &gt; li .desc{font-size: 16px;font-weight: 300;text-align: center;}

.s37_5{background-color: #fff;}

.s37_6{background-color: #F6F6F6;position: relative;padding: 70px 0;z-index: 2;}
.s37_6::after{content: '';position: absolute;width: 27%;height: 100%;background-color: #218945;top: 0;left: 0;z-index: -1;}
.s37_6 &gt; .inner{display: flex; align-items:center; }
.s37_6 .left{margin-right: 60px;}
.s37_6 .left img{max-width: 100%;}
.s37_6 .right{}
.s37_6 .right .s37_6tit{font-size: 36px;font-weight: 200;}
.s37_6 .right .s37_6cont{font-size: 36px;font-weight: 500;color: #218945;margin-bottom: 80px;}
.s37_6 .right .s37_6btm{}
.s37_6 .right .s37_6btm .tit{font-size: 24px;margin-bottom: 15px;}
.s37_6 .right .s37_6btm .s37_6ul{margin: 0 -7px;display: flex; }
.s37_6 .right .s37_6btm .s37_6ul &gt; li{padding: 0 7px;width: 25%;}
.s37_6 .right .s37_6btm .s37_6ul &gt; li .thum{margin-bottom: 10px;}
.s37_6 .right .s37_6btm .s37_6ul &gt; li .thum img{max-width: 100%;}
.s37_6 .right .s37_6btm .s37_6ul &gt; li .desc{text-align: center;font-size: 16px;font-weight: 300;}

.s37_7{padding: 100px 0 0;}
.s37_7ul{display: flex;flex-wrap:wrap;margin: 0 -15px;}
.s37_7ul &gt; li{margin-bottom: 160px;padding: 0 15px;width: 33.3333%;}
.s37_7libox{background-color: #218945;height: 300px;position: relative;}
.s37_7ul &gt; li:nth-child(2) .s37_7libox{background: url(../img/s37_7img1.png) no-repeat 50% 50%; background-size: cover;}
.s37_7ul &gt; li:nth-child(3) .s37_7libox{background: url(../img/s37_7img2.png) no-repeat 50% 50%; background-size: cover;}
.s37_7ul &gt; li:nth-child(4) .s37_7libox{background: url(../img/s37_7img3.png) no-repeat 50% 50%; background-size: cover;}
.s37_7ul &gt; li:nth-child(5) .s37_7libox{background: url(../img/s37_7img4.png) no-repeat 50% 50%; background-size: cover;}
.s37_7ul &gt; li:nth-child(6) .s37_7libox{background: url(../img/s37_7img5.png) no-repeat 50% 50%; background-size: cover;}

.s37_7ul &gt; li:nth-child(1) .s37_7libox{padding: 40px;color: #fff;}
.s37_7li1tit{font-size: 40px;font-weight: 200;position: relative;padding-bottom: 15px;margin-bottom: 15px;line-height: 1.3;}
.s37_7li1tit::after{content: '';position: absolute;width: 40px;height: 3px;background-color: #fff;bottom: 0;left: 0;}
.s37_7li1tit b{font-weight: 400;}
.s37_7li1desc{font-size: 16px;line-height: 1.6;}

.s37_7libox .wbox{position: absolute;width: 320px;padding: 30px 20px;background-color: #fff;left: 50%;transform:translateX(-50%);top: 180px;}
.s37_7libox .wbox .num{font-family: 'S-CoreDream';font-size: 22px;font-weight: 600;color: #218945;margin-bottom: 10px;}
.s37_7libox .wbox .tit{font-size: 18px;margin-bottom: 10px;}
.s37_7libox .wbox .desc{font-size: 16px;font-weight: 300;color: #666;line-height: 1.4;}

@media screen and (max-width: 1260px) { 
	.s37_1{padding-bottom: 50px;}
	.s37_1ul &gt; li{margin-bottom: 50px;flex-direction:column; }
	.s37_1li1 .cont{max-width: 690px;width: 100%;margin: 30px auto 0;}
	.s37_1li2 .cont{order:2;max-width: 690px;width: 100%;margin: 30px auto 0;}

	.s37_2{padding: 40px 0;}
	.s37_2 .right .s37_2tit{font-size: 18px;}
	.s37_2 .right .s37_2desc{font-size: 18px;margin-bottom: 20px;}
	.s37_2 .right .s37_2ul &gt; li{font-size: 13px;margin-bottom: 5px;}
	.s37_2 .left .thum{width: 200px;margin: 0 auto;}
	.s37_2 .left .thum img{width: 100%;}

	.s37_3{padding: 50px 0;}
	.s37_3ul &gt; li .desc{font-size: 14px;}
	
	.s37_4{padding: 30px 0;}
	.s37_5{padding: 30px 0;}
	.s37_4ul{margin: 0 -5px;}
	.s37_4ul &gt; li{padding: 0 5px;}
	.s37_4box .s37_4tit{font-size: 20px;}
	.s37_4box .s37_4cont{font-size: 13px;}
	.s37_4ul &gt; li .tit{font-size: 15px;}
	.s37_4ul &gt; li .desc{font-size: 13px;word-break:keep-all; }

	.s37_6{padding: 40px 0;}
	.s37_6 .right .s37_6tit{font-size: 23px;}
	.s37_6 .right .s37_6cont{font-size: 23px;margin-bottom: 30px;}
	.s37_6 .right .s37_6btm .tit{font-size: 16px;}
	.s37_6 .right .s37_6btm .s37_6ul{margin: 0 -3px;flex-wrap:wrap;}
	.s37_6 .right .s37_6btm .s37_6ul &gt; li{padding: 0 3px;width: 50%;margin-bottom: 6px;}
	.s37_6 .right .s37_6btm .s37_6ul &gt; li .thum{text-align: center;}
	
	.s37_7ul &gt; li:nth-child(1) .s37_7libox{padding: 20px;}
	.s37_7libox .wbox{width: 90%;padding: 15px;}
	.s37_7li1tit{font-size: 24px;}
	.s37_7li1desc{font-size: 14px;}
	.s37_7libox .wbox .num{font-size: 16px;}
	.s37_7libox .wbox .tit{font-size: 14px;}
	.s37_7libox .wbox .desc{font-size: 13px;}
	.s37_7ul{margin: 0 -5px;}
	.s37_7ul &gt; li{margin-bottom: 80px;padding: 0 5px;}
}

@media screen and (max-width: 768px) { 
	.s37_2{    background: url(../img/s37_bg.jpg) no-repeat 100% 50%;background-size: cover;}
	.s37_2 .left{width: 100%;max-width: 300px;margin: 0 auto 20px;padding: 0;}
	.s37_2 .right{width: 100%;max-width: 300px;margin: 0 auto;padding: 0;}
	.s37_2 &gt; .inner{flex-direction:column; }

	.s37_3ul{flex-wrap:wrap;}
	.s37_3ul &gt; li{width: 50%;flex:none;margin-bottom: 5px;padding: 0 15px;word-break:keep-all; }
	.s37_3ul &gt; li + li::after{display: none;}

	.s37_4ul{flex-direction:column; }
	.s37_4ul &gt; li{max-width: 300px;width: 100%;margin:0 auto 15px;}
	
	.s37_6 .left{margin: 0;}
	.s37_6 &gt; .inner{flex-direction:column; }
	.s37_6::after{display: none;}
	.s37_6 .left .thum{width: 250px;margin-bottom: 30px;}
	.s37_6 .left .thum img{width: 100%;}
	.s37_6 .right .s37_6tit{text-align: center;}
	.s37_6 .right .s37_6cont{text-align: center;}
	.s37_6 .right .s37_6btm .tit{text-align: center;}

	.s37_7ul{flex-direction:column; }
	.s37_7ul &gt; li{max-width: 350px;width: 100%;margin: 0 auto 60px;}
	.s37_7libox{height: 270px;}
	.s37_7ul &gt; li:nth-child(1) .s37_7libox{height: auto;}
	.s37_7ul &gt; li:nth-child(1){margin-bottom: 10px;}
}

@media screen and (max-width: 550px) { 
	.s37_1li1 .cont .s37_logo{width: 50px;}
	.s37_1li1 .cont .s37_logo img{width: 100%}
	.s37_1li1 .cont .desc1{font-size: 20px;}
	.s37_1li1 .cont .desc2{font-size: 40px;}
	.s37_1li1 .cont .desc2 b span{font-size: 20px;}
	.s37_1li1 .cont .desc_hr{margin: 20px 0;}
	.s37_1li1 .cont .desc3{font-size: 13px;word-break:keep-all; }
	.s37_1li1 .cont .desc4{font-size: 12px;}
	.s37_1li2 .cont .desc1{font-size: 20px;}
	.s37_1li2 .cont .desc2{font-size: 20px;}
	.s37_1li2 .cont .desc_ul &gt; li{font-size: 16px;}
	.s37_1li2 .cont .desc_ul &gt; li::before{font-size: 20px;}
}

/*sub0501*/

.s5_ul{}
.s5_ul &gt; li{padding: 70px 0;border-bottom: 1px solid #E7E7E7;display: flex; }
.s5_ul &gt; li:last-child{border-bottom: 0;}
.s5_ul &gt; li .left{width: 370px;}
.s5_ul &gt; li .right{flex:1;}
.s5_ul &gt; li .left .s5_tit{font-size: 30px;line-height: 1.3;padding-bottom: 15px;position: relative;}
.s5_ul &gt; li .left .s5_tit::after{content: '';width: 40px;height: 3px;background-color: #0F73CB;position: absolute;bottom: 0;left: 0;}
.s5_ul &gt; li .left .thum{margin-top: 40px;margin-left: 40px;width: 150px;height: 150px;background-color: #F5F5F5;border-radius:150px;display: flex; align-items:center; justify-content:center; }
.s5_ul .table_com table thead th,
.s5_ul .table_com table tbody td{padding: 15px;}
.s5cont_ul{font-size: 16px;font-weight: 300;line-height: 1.8;word-break:keep-all; }

@media screen and (max-width: 1260px) { 
	.s5_ul &gt; li{padding: 30px 0;}
	.s5_ul &gt; li .left .s5_tit{font-size: 20px;}
	.s5_ul .table_com table thead th,
	.s5_ul .table_com table tbody td{padding: 10px;}
	.s5cont_ul{font-size: 13px;}
	.s5_ul &gt; li .left{min-width: 250px;width: 250px;}

	#s51 .table_com table{width: 100%;}
}
@media screen and (max-width: 768px) { 
	.s5_ul &gt; li{flex-direction:column; position: relative;}
	.s5_ul &gt; li .left .thum{position: absolute;right: 0;top: -20px;z-index: -1;opacity: 0.7;}
	.s5_ul &gt; li .left .s5_tit{margin-bottom: 40px;}
}
@media screen and (max-width: 478px) { 
	
}



/* 버튼 기본*/
body .btn_submit{;border: 1px solid #0F73CB;background: #0F73CB;color: #fff;transform:skew(-0.1deg); }
body #bo_list .btn_b01 {height: auto;line-height: 1; padding: 10px 20px;transform: skew(-0.1deg);border: 1px solid #0F73CB;background: #0F73CB;color: #fff;font-size: 14px;}
body a.btn_b01, .btn_b01 {display: inline-block;background: #0F73CB;color: #fff; text-decoration: none; vertical-align: middle;border: 1px solid #0F73CB;}
body #bo_list a.btn_b02 {border: 1px solid #0F73CB;background: #0F73CB;color: #fff;font-size: 14px;height: auto;font-weight: 600; line-height: 1;padding: 10px 20px;}
body #bo_list a.btn_admin {padding: 10px 20px;height: auto; line-height: 1;transform: skew(-0.1deg);margin-left: 0;}
body #bo_v a.btn_b01 { border: 1px solid #0F73CB;background: #0F73CB;color: #fff;font-size: 14px;font-weight: 600;height: auto; line-height: 1;padding: 10px 20px;}
body #bo_v a.btn_b02 { border: 1px solid #0F73CB;background: #0F73CB; color: #fff;font-size: 14px; font-weight: 600; height: auto; line-height: 1;padding: 10px 20px;}
body #bo_gall a.btn_b02 {border: 1px solid #0F73CB;background: #0F73CB;color: #fff;font-size: 14px;font-weight: 600; height: auto; line-height: 1;padding: 10px 20px;}
body a.btn_admin, .btn_admin {display: inline-block;background: #0F73CB;color: #fff; text-decoration: none; vertical-align: middle; border: 1px solid #0F73CB;}
body a.btn, .btn{line-height: 1; height: auto;padding: 10px 20px;font-size: 14px;border: 1px solid #0F73CB;}
body #bo_v a.btn_admin { border: 1px solid #0F73CB; background: #0F73CB;color: #fff;font-size: 14px;font-weight: 600; height: auto;line-height: 1;padding: 10px 20px;}
body .bo_fx ul{margin-top: 20px;}
body #bo_w .btn_confirm{margin-top: 30px;}
body #bo_w .btn_cancel{border: 1px solid #0F73CB;background: #0F73CB;color: #fff;font-size: 14px;font-weight: 600; height: auto; line-height: 1;padding: 10px 20px;}
body #bo_w .btn_submit{border: 1px solid #0F73CB;background: #0F73CB;color: #fff;font-size: 14px;font-weight: 600; height: auto; line-height: 1;padding: 10px 20px;}
body #bo_w .btn_submit:hover,
body #bo_w .btn_cancel:hover{opacity: 0.8;}
body a.btn01:focus, body a.btn01:hover {opacity: 0.8;}
body a.btn02:focus, body .btn02:hover {opacity: 0.8; }
body .btn_submit:hover {opacity: 0.8; }
body .btn_b01:hover, body .btn_b01:hover {opacity: 0.8;}
body a.btn_b02:hover, body .btn_b02:hover {opacity: 0.8; }
body a.btn_b03:hover, body .btn_b03:hover {opacity: 0.8;}
body a.btn_b04:hover, body .btn_b04:hover {opacity: 0.8;}
body .btn_admin:hover, body a.btn_admin:hover {opacity: 0.8; }
body .bo_vc_w .btn_submit{padding: 10px 20px;}
/* 버튼 기본 끝*/


/*게시판 공통*/
#sub_div .board_search{margin: 0 0 25px;text-align: right;font-size: 16px;font-weight: 300;}
#sub_div #bo_sch select{font-size: 16px;font-weight: 300;width: 140px;background: url(../img/select_icon.png) no-repeat 90% 50%;padding-left: 15px;}
#sub_div #bo_sch .sch_input{margin: 0;margin-left: 5px;font-size: 16px;font-weight: 300;}
#sub_div #bo_sch .sch_btn{width: 40px;background-color: #0F73CB;}
#sub_div .tbl_wrap table{border-top: 2px solid #000;}
#sub_div .bo_tit{color: #666;}
#sub_div .tbl_head01 td{color: #666;font-size: 16px;font-weight: 300;}
#sub_div .td_subject{width: 55%;}
.download{width: 110px;height: 35px;display: flex; align-items:center; justify-content:center; border: 1px solid #666;font-size: 14px;color: #666;margin: 0 auto;transition: all 0.1s;line-height: 1; }
.download i{font-size: 16px;padding-right: 10px;}
.download:hover{text-decoration: none !important;border: 1px solid #0F73CB;color: #0F73CB;}

/*갤러리게시판 공통*/
#sub_div #bo_gall .gall_box{margin: 0 0 80px 0;}
#sub_div #bo_gall .gall_img{border: 0;}
#sub_div #bo_gall .bo_tit{font-weight: 400;font-size: 16px;text-align: left;color: #333;}
#sub_div #bo_gall .gall_text_href{margin: 10px 0 5px 5px;}
#sub_div #bo_gall .gall_info{margin-left: 5px;font-size: 14px;color: #666;font-weight: 300;}

@media screen and (max-width: 1260px) { 
	#sub_div .board_search{font-size: 13px;height: 30px;}
	#sub_div #bo_sch select{font-size: 13px;width: 100px;padding-left: 10px;height: 30px;}
	#sub_div #bo_sch .sch_input{font-size: 13px;width: 140px;height: 30px;}
	#sub_div #bo_sch .sch_btn{width: 30px;height: 30px;}
	#sub_div #bo_sch .sch_btn img{transform:scale(0.6)}

	#bo_v_con &gt; iframe{height: 56vw !important;}
}
@media screen and (max-width: 786px) { 
	.mo_dn{display: none !important;}
	#sub_div .tbl_head01 thead th{font-size: 11px;}
	#sub_div .tbl_head01 td{font-size: 11px;}


	body .btn_submit{;border: 1px solid #0F73CB;background: #0F73CB;color: #fff;transform:skew(-0.1deg); }
	body #bo_list .btn_b01 {height: auto;line-height: 1; padding: 5px 10px;transform: skew(-0.1deg);border: 1px solid #0F73CB;background: #0F73CB;color: #fff;font-size: 11px;}
	body a.btn_b01, .btn_b01 {display: inline-block;background: #0F73CB;color: #fff; text-decoration: none; vertical-align: middle;border: 1px solid #0F73CB;}
	body #bo_list a.btn_b02 {border: 1px solid #0F73CB;background: #0F73CB;color: #fff;font-size: 11px;height: auto;font-weight: 600; line-height: 1;padding: 5px 10px;}
	body #bo_list a.btn_admin {padding: 5px 10px;height: auto; line-height: 1;transform: skew(-0.1deg);margin-left: 0;}
	body #bo_v a.btn_b01 { border: 1px solid #0F73CB;background: #0F73CB;color: #fff;font-size: 11px;font-weight: 600;height: auto; line-height: 1;padding: 5px 10px;}
	body #bo_v a.btn_b02 { border: 1px solid #0F73CB;background: #0F73CB; color: #fff;font-size: 11px; font-weight: 600; height: auto; line-height: 1;padding: 5px 10px;}
	body #bo_gall a.btn_b02 {border: 1px solid #0F73CB;background: #0F73CB;color: #fff;font-size: 11px;font-weight: 600; height: auto; line-height: 1;padding: 5px 10px;}
	body a.btn_admin, .btn_admin {display: inline-block;background: #0F73CB;color: #fff; text-decoration: none; vertical-align: middle; border: 1px solid #0F73CB;}
	body a.btn, .btn{line-height: 1; height: auto;padding: 5px 10px;font-size: 11px;border: 1px solid #0F73CB;}
	body #bo_v a.btn_admin { border: 1px solid #0F73CB; background: #0F73CB;color: #fff;font-size: 11px;font-weight: 600; height: auto;line-height: 1;padding: 5px 10px;}
	body .bo_fx ul{margin-top: 20px;}
	body #bo_w .btn_confirm{margin-top: 30px;}
	body #bo_w .btn_cancel{border: 1px solid #0F73CB;background: #0F73CB;color: #fff;font-size: 11px;font-weight: 600; height: auto; line-height: 1;padding: 5px 10px;}
	body #bo_w .btn_submit{border: 1px solid #0F73CB;background: #0F73CB;color: #fff;font-size: 11px;font-weight: 600; height: auto; line-height: 1;padding: 5px 10px;}
	body #bo_w .btn_submit:hover,
	body #bo_w .btn_cancel:hover{opacity: 0.8;}
	body a.btn01:focus, body a.btn01:hover {opacity: 0.8;}
	body a.btn02:focus, body .btn02:hover {opacity: 0.8; }
	body .btn_submit:hover {opacity: 0.8; }
	body .btn_b01:hover, body .btn_b01:hover {opacity: 0.8;}
	body a.btn_b02:hover, body .btn_b02:hover {opacity: 0.8; }
	body a.btn_b03:hover, body .btn_b03:hover {opacity: 0.8;}
	body a.btn_b04:hover, body .btn_b04:hover {opacity: 0.8;}
	body .btn_admin:hover, body a.btn_admin:hover {opacity: 0.8; }
	body .bo_vc_w .btn_submit{padding: 5px 10px;}
	.btn_bo_user li{margin-bottom: 3px;}

	.download{width: 60px;height: 25px;font-size: 10px; }
	.download i{font-size: 10px;padding-right:5px;}

	body .gall_row .box_clear{clear: none;}
	body .gall_row .col-gn-3{width: 50%;}
	#sub_div #bo_gall .gall_box{margin: 0 0 30px 0;}
	#sub_div #bo_gall .bo_tit{font-size: 13px;line-height: 1.3;}
	#sub_div #bo_gall .gall_info{font-size: 10px;line-height: 1.3;}
	#sub_div #bo_gall .gall_text_href{margin: 10px 0 5px;}
	#sub_div #bo_gall .gall_info{margin-left: 0;}

	body #bo_v_title .bo_v_tit{font-size: 18px;line-height: 1.4;}
	body #bo_v_info{font-size: 10px;}
	body #bo_v_con{font-size: 14px;}
	
	body #bo_v_link h2{padding: 5px;font-size: 12px;}
	body #bo_v_link ul{font-size: 10px;}
	body #bo_v_file h2{padding: 5px;font-size: 12px;}
	body #bo_v_file ul{font-size: 10px;}
	body .cmt_btn{margin: 10px 0 0;font-size: 13px;}
	body #bo_vc_empty{padding: 40px 0 !important;font-size: 13px;}
	body .bo_vc_w textarea{font-size: 12px; height: 80px;}
}
@media screen and (max-width: 478px) { 
	
}






.pc_only{display: block;}
.ta_only{display: none;}
@media screen and (max-width: 1260px) { 
	.pc_only{display: none;}
	.ta_only{display: block;}
}
</pre></body></html>