@charset "utf-8";

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 300;
    src: local('NotoSans'),
        url('/fonts/NotoSans-Light.woff2') format('woff2'), 
        url('/fonts/NotoSans-Light.woff') format('woff'),
        url('/fonts/NotoSans-Light.ttf') format('truetype'),
        url('/fonts/NotoSans-Light.otf') format('opentype'),
        url('/fonts/NotoSans-Light.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: local('NotoSans'),
        url('/fonts/NotoSans-Regular.woff2') format('woff2'), 
        url('/fonts/NotoSans-Regular.woff') format('woff'),
        url('/fonts/NotoSans-Regular.ttf') format('truetype'),
        url('/fonts/NotoSans-Regular.otf') format('opentype'),
        url('/fonts/NotoSans-Regular.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 500;
    src: local('NotoSans'),
        url('/fonts/NotoSans-Medium.woff2') format('woff2'), 
        url('/fonts/NotoSans-Medium.woff') format('woff'),
        url('/fonts/NotoSans-Medium.ttf') format('truetype'),
        url('/fonts/NotoSans-Medium.otf') format('opentype'),
        url('/fonts/NotoSans-Medium.eot') format('embedded-opentype');
}


@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 600;
    src: local('NotoSans'),
        url('/fonts/NotoSans-Bold.woff2') format('woff2'), 
        url('/fonts/NotoSans-Bold.woff') format('woff'),
        url('/fonts/NotoSans-Bold.ttf') format('truetype'),
        url('/fonts/NotoSans-Bold.otf') format('opentype'),
        url('/fonts/NotoSans-Bold.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: local('NotoSans'),
        url('/fonts/NotoSans-Black.woff2') format('woff2'), 
        url('/fonts/NotoSans-Black.woff') format('woff'),
        url('/fonts/NotoSans-Black.ttf') format('truetype'),
        url('/fonts/NotoSans-Black.otf') format('opentype'),
        url('/fonts/NotoSans-Black.eot') format('embedded-opentype');
}


/* 초기화 */
html {overflow-y:scroll; width:640px; margin:0 auto}
body {margin:0;padding:0;font-size:0.90em;background:#fff;height:100%;font-family:'play','NotoSans','Malgun Gothic', dotum, sans-serif}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'play','NotoSans','Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em;font-family:'play','NotoSans','Malgun Gothic', dotum, sans-serif}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select {font-size:1em;font-family:'play','NotoSans','Malgun Gothic', dotum, sans-serif}
textarea {border-radius:0;-webkit-appearance:none;font-family:'play','NotoSans','Malgun Gothic', dotum, sans-serif}
select {margin:0;background:none;font-family:'play','NotoSans','Malgun Gothic', dotum, sans-serif}
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}
ul,li,dl,dt,dd,ol  {padding:0;margin:0}
ul {list-style:none}

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

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
.main_header {transition-duration:0.4s;background-color:none; position:absolute;}
.main_header.a1 {position:fixed; top:0; background-color:#333 !important;/*border-bottom:1px solid #ddd*/ !important;}

.header {position:fixed; width:100%; max-width:640px; z-index:9999;/* border-bottom:1px solid #000; */}
.header h1{text-align:center; padding:3% 0; }
.header h1 img{;}
.header .menu_btn{width:; position:absolute; top:34.8847%; left:4.6875%;}
.header .menu_btn a{display:block; width:100%; height:100%;}
.header .menu_btn img{width:100%;}

.header .consult_btn {width:; position:absolute; top:34.8837%; right:11%;}
.header .consult_btn a{display:block; width:100%; height:100%;}
.header .consult_btn img{width:100%;}

.header .phone_btn{width:; position:absolute; top:33.7209%; right:3%;}
.header .phone_btn a{display:block; width:100%; height:100%;}
.header .phone_btn img{width:;}

.menu_wrap{width:100%; height:100%; position:fixed; top:0; bottom:0; left:-100%; z-index:999999999; background: #fff;} 
.gnb_wrap{max-width:640px;margin:0 auto; z-index:1; background:#fff; overflow-y: scroll; height: 100%;  -webkit-overflow-scrolling: touch;}
.gnb{position:relative;}
.gnb .gnb_xbtn{position:absolute; margin-top:6.3%; right:5%; width:4.84375%;}
.gnb .gnb_top{font-size:0; }
.gnb .gnb_top .gnb_logo {padding:5% 0; text-align:center; background:#f29300}
.gnb .gnb_top .gnb_logo img{width:;}
.gnb .gnb_top .mem_wrap{display:block; vertical-align:middle; width:100%; overflow:hidden; border-top:1px solid #5c5c5c; background:#3d3d3d;}
.gnb .gnb_top .mem_wrap a{float:left; width:50%; text-align:center;  font-size:22px; line-height:270%; color:#e5e5e5}
.gnb .gnb_top .mem_wrap a:first-of-type{box-sizing:border-box; border-right:1px solid #5c5c5c;}
.gnb .gnb_top .mem_wrap a img{width:100%;}
.gnb ul.quickMenu{overflow:hidden;}
.gnb ul.quickMenu li{width:25%;text-align:center;float:left;position:relative;}
.gnb ul.quickMenu li:after {content:"";width:1px;height:50%;background:#e1e1e1;position:absolute;right:0;top:0;margin-top:25%;}
.gnb ul.quickMenu li:last-child:after {width:0;height:0;}
.gnb ul.quickMenu li div img {width:;}
.gnb ul.quickMenu li a {display:block; padding: 15% 0;}
.gnb ul.quickMenu li p { line-height: 140%; font-size:22px; color:#3d3d3d; padding-top:5px;}
.gnb ul.quickMenu li a.double {line-height:12px;}

.category_title {overflow:hidden;}
.category_title h2 {float:left; width:50%; line-height:60px; color:#000; font-size:18px; text-indent: 10px;}

.gnb div.categoryWrap {background:#f4f4f4; border-bottom: 1px solid #d5d5d4;}
.gnb dl.category {overflow:hidden;}
.gnb dl.category dt {float:left; width:100%;}
.gnb dl.category dt ol li {background:#f4f4f4; border-top:1px solid #d5d5d4; display:block; position:relative;}
.gnb dl.category dt ol li.dummy {height:60px;} 
.gnb dl.category dt ol li a {color:#2c2c2c;  font-size:22px; font-weight:400; display: block; letter-spacing:-1px;padding:8% 0 8% 10%;}
.gnb dl.category dt ol li div {display:none;}
.gnb dl.category dt ol li div a {background:#fff; padding:8% 0 8% 10%; border-top:1px solid #d5d5d4;}
/* .gnb dl.category dt ol li:after {content: ""; background: url(/m/img/new_more.png) 50% 50% no-repeat; width: 14px; height: 14px; position: absolute; left:10px; top:23px; background-size: 14px; z-index: 10;} */
.gnb dl.category dt ol li > a {position:relative;}
.gnb dl.category dt ol li > a:before {content: ""; background: url(/m/img/right-arrow.svg) 50% 50% no-repeat; width: 18px; height: 18px; position: absolute; right:10%; top:50%; background-size:cover;margin-top:-9px; z-index: 10;}
.gnb dl.category dt ol li > a.active:before {content: ""; background: url(/m/img/down-arrow.svg) 50% 50% no-repeat; width: 18px; height: 18px; position: absolute; right:10%; top:50%; background-size:cover;margin-top:-9px; z-index: 10;}
.gnb dl.category dt ol li div a .depth3{display:none;}
.gnb dl.category dt ol li.dummy:after, .gnb dl.category dt ol li.dummy:before{content:none;}
.gnb_sns{font-size:0; text-align:center;}
.gnb_sns a{display:inline-block; width:35px; margin:5% 5px 10%;}
.gnb_sns a img{width:100%;}

.gnb_ad{margin:5% 0 0;}
.gnb_ad img{width:100%;}

#hd_btn  {position:absolute;top:19px;right:20px;display:block;height:20px;line-height:22px;border-radius:50px;font-size:15px;color:#fff;padding:0 6px}
#hd_btn a {padding:0 0 0 15px}

/* 텍스트 크기 조절 */
#text_size {margin:10px 0;text-align:center;display:inline-block;padding:7px 20px;background:#e6e7e9;border-radius:25px;height:48px}
#text_size button {margin:0 5px;border:0;background:none;height:35px;width:35px;border-radius:50%}
#text_size button.select {background:#fff;border-bottom:1px solid #bbb;
-webkit-box-shadow:0 0 5px rgba(100,80,100,0.2);
-moz-box-shadow:0 0 5px rgba(100,100,100,0.2);
box-shadow:0 0 5px rgba(100,100,100,0.2)}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:300px}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.2em;font-weight:bold;height:50px;padding:10px 15px;line-height:30px;background:#fff;color:#333;
-webkit-box-shadow:0 0 10px rgba(181, 181, 181, 0.4);
-moz-box-shadow:0 0 10px rgba(181, 181, 181, 0.4);
box-shadow:0 0 10px rgba(181, 181, 181, 0.4);
}
#container_title a {display:inline-block;margin-right:5px}
/*.top {position:relative}*/
.btn_top {clear:both;padding:8px 0; float:right;}
.btn_top li {display:inline-block}
.btn_top a,.btn_top button,.btn_top .btn_submit {}
.btn_top .btn_cancel,.btn_top .btn_b01 {border:1px solid #aaa;background:none;color:#666;line-height:28px;background:#fff}
.fixed {position:fixed;top:0;right:0;z-index:999}
.fixed.btn_bo_user {right:10px}
#container_title.fixed {width:100%}

/* 하단 레이아웃 */
#ft {background:#222;padding:0px 20px 20px}
#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft p {margin:0;padding:10px 0;line-height:1.8em}

#ft_copy {padding:10px;line-height:2em;text-align:center;color:#777}
#ft_copy #ft_company {text-align:center}
#ft_copy #ft_company a {display:inline-block;padding:0 10px;line-height:1em;border-left:1px solid #333;color:#fff}
#ft_copy #ft_company a:first-child {border:0}
.ft_cnt {font-weight:normal;color:#e3e3e3;line-height:2em;text-align:center}
.ft_cnt h2 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft_copy b {color:inherit}
#ft_copy a {color:inherit;text-decoration:none}

#top_btn {position:fixed;bottom:10px;right:15px;width:50px;height:50px;line-height:36px;border:2px solid #d2d2d2;border-radius:50%;background:#fff;color:#d2d2d2;text-align:center;font-size:15px;z-index:99;
-webkit-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
-moz-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4)}
#top_btn i {font-size:1.4em}
#top_btn:hover {background:#3b8afb;border-color:#3b8afb;color:#fff}
#device_change {display:block;line-height:40px;border-radius:5px;background:#302e2e;color:#777;font-size:1em;text-decoration:none;text-align:center}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01 {margin-top:10px}
#copymove td {background:#fff}
#copymove .win_btn {margin:10px}

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

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {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;width:40px;height:40px;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:0;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha {width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0}

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

/*단축키일람 */
.cke_sc {text-align:right}
.btn_cke_sc {background:#333;color:#fff;padding:5px;border:none}
.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:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close {background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn {display:inline-block;padding:0 5px;height:30px;line-height:30px;border-radius:3px}
a.btn01 {display:inline-block;background:#ddd;color:#444;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;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:center} /* 서식단계 진행 */

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;border:0;background:#fff;border:1px solid #3a8afd;color:#3a8afd;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#3a8afd;color:#fff;border-radius:3px;padding:10px;border:0;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {}
a.btn_b02, .btn_b02 {display:inline-block;background:transparent;color:#fff;border:0;border-radius:3px;padding:10px;text-decoration:none;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:0;background:transparent;color:#bababa;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;color:#d13f4a;font-size:1.4em;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {}
.fix_btn {position:fixed;z-index:99;bottom:65px;right:15px;background:#3a8afd;width:50px;height:50px;color:#fff;text-align:center;border-radius:50% !important;font-size:1.8em;line-height:50px !important;-webkit-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
-moz-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4)}
a.btn,.btn {line-height:35px;width:30px;height:35px;padding:0 5px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}


/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border:1px solid #d8dbdf;background:#f7f7f9;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody {text-align:left}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border:1px solid #e7e9ec;border-top:0;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.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 {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01 ul {}
.list_01 li {border-bottom:1px solid #e5ecee;padding:15px}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.all_chk {padding:15px;border-bottom:1px solid #e8eaee;background:#fff}

/* 기본폼 */
.form_01 .write_div {margin-bottom:10px;position:relative}
.form_01 li {margin:0 0 10px;position:relative;list-style:none}
.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;padding:5px;border-radius:0;box-shadow:none}
.form_01 textarea {width:100%;height:100px}
.frm_input {height:45px}
.full_input {width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select {height:40px;background-color:#fff}
.form_01 .frm_info {font-size:0.92em;color:#3a8afd;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

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

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

/* 테이블 항목별 정의 */
.td_board {width:120px;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:150px;text-align:center}
.td_group {width:100px;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:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative;background:#fff}
.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_con {}

.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 .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 {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 .win_btn {clear:both;padding:10px 0 30px;text-align:center}
.new_win .win_btn a {display:inline-block;height:45px;line-height:40px;font-weight:bold}
.new_win .btn_close {width:60px;height:45px;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:#ff005a;padding:2px 4px;margin:0 2px}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-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;width:100px;margin:0;padding:0 10px;line-height:30px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333;font-weight:bold}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;display:block;padding:10px 0;text-align:center}
.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:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}



  
/*slider*/
.slider { z-index:0; width: 100%;  height: 676px;  position: relative;}
.slider .jquery-reslider .slider-block {width: 100%;  height: 100%;  position: absolute;  z-index: 0;  background-position: 50% 50%;  background-size: cover;  opacity: 0;}
.slider .jquery-reslider .slider-direction {width: 77px;  height: 20px;  position: absolute;  top: 45%;  z-index: 0;  cursor: pointer;}
.slider .jquery-reslider .slider-direction.slider-direction-prev {left: 50px; top: 35%; background: url('/images/main/prev.png') no-repeat;background-size: contain;display: none;}
.slider .jquery-reslider .slider-direction.slider-direction-next {right: 50px; top: 35%;  background: url('/images/main/next.png') no-repeat;background-size: contain;display: none;}
.slider .jquery-reslider .slider-dots {position: absolute;  width: 100%;  text-align: center;  top: 630px}
.slider .jquery-reslider .slider-dots li {width: 10px;  height: 10px;  border-radius: 100px;  display: inline-block;  margin: 5px;  border: 1px solid #ffffff;  cursor: pointer;}
.slider .jquery-reslider .slider-dots li.active { background-color: #ffffff; }
@media screen and (max-width: 768px) 
{.slider .jquery-reslider .slider-direction { zoom: .8; }
.slider .jquery-reslider .slider-dots { position: absolute; }
}
.slider01_text {width: 600px;margin: 0 auto;margin-top: 200px;text-align: center;font-family: 'Noto Sans KR', sans-serif;}
.slider01_01 {color:#fff;font-size: 65px;line-height:45px;font-weight:800;letter-spacing:3px;margin: 0 0 140px 0;}
.slider01_01::before {content: '';width: 1px;height: 80px;background: #fff;position: absolute;left: 50%;margin: 80px 0 0;}
.slider01_02 {color:#fff;font-size: 38px;letter-spacing:-1px;font-weight:700;line-height: 50px;letter-spacing:-3px;margin-bottom: 20px;}
.slider01_03 {color:#fff;font-size: 25px;letter-spacing:-1px;font-weight:400;width: 400px;margin: 0 auto;}



#main_section01 {width:100%; height:980px; }
#main_section01 .business_cont {width:600px; margin:0 auto; position: relative;}
#main_section01 .business_cont h2 {font-size:55px; color:#f29300; text-align:center; margin-top:70px}
#main_section01 .business_cont h3 {font-size:22px; color:#333333; text-align:center; font-weight:400; margin-bottom:40px}
	.business_box {width:600px; height:250px; background:#fff;  border:1px solid #ddd; margin-bottom:10px}
	.business_box p {float:left}
	.business_box ul {float:left; width:260px; padding:35px 0 0 30px}
	.business_box ul li:nth-child(1) {font-size:17px;}
	.business_box ul li:nth-child(2) {font-size:30px; font-weight:600; margin-bottom:10px}
	.business_box ul li:nth-child(3) {font-size:22px; color:#666; font-weight:300; letter-spacing:-0.5px}

	.business_box ul li a{display:inline-block; font-weight:700; font-size:12px; letter-spacing:0; color:#f29300; margin-top:30px}
	.business_box ul li a .arrow{display:inline-block; width:48px; height:27px; background:url('/images/main/cm_style_arrow04.png') no-repeat; background-size:contain !important; margin-left:6px; vertical-align:middle}


#main_section02 {width:100%; height:1065px; background:url('/mobile/img/main/main_section02bg.jpg') no-repeat top center;}
#main_section02 .product_cont {width:600px; margin:0 auto; position: relative;}
#main_section02 .product_cont h2 {font-size:55px; color:#f29300; text-align:center; padding-top:90px}
#main_section02 .product_cont h3 {font-size:22px; color:#fff; text-align:center; font-weight:400; margin-bottom:60px}
	.product_box_or {width:295px; height:345px; background:#f29300; float:left; margin:0 10px 10px 0; padding:45px 0 0 40px; color:#fff}
	.product_box_wh {width:295px; height:345px; background:#fff; float:left; margin:0 10px 10px 0; padding:45px 0 0 40px}
	.product_cont ul li:nth-child(2) {font-size:25px; font-weight:500; margin:10px 0 0 0; height:110px}
	.product_box_or ul li:nth-child(3) {width:20px; border-top:1px solid #fff; margin-bottom:10px}
	.product_box_wh ul li:nth-child(3) {width:20px; border-top:1px solid #000; margin-bottom:10px}
	.product_cont ul li:nth-child(4) {font-size:16px; font-weight:300;}



#main_section03 {width:600px;margin:0 auto; position: relative;}
#main_section03  h2 {font-size:55px; text-align:center; padding-top:70px}
#main_section03  h3 {font-size:22px; text-align:center; font-weight:400; margin-bottom:40px}



#visual{position:relative; overflow:hidden; width:100%; text-align:center; height:300px; box-sizing:border-box;}
#visual .subtop{position:absolute; width:100%; height:300px; background-position:top center; background-repeat:no-repeat; z-index:-1; animation:animate_background 2s ease-in-out;}
#visual .content01_top{background-image:url('/mobile/img/sub/content01_top.jpg');}
#visual .content02_top{background-image:url('/mobile/img/sub/content02_top.jpg');}
#visual .content03_top{background-image:url('/mobile/img/sub/content03_top.jpg');}
#visual .content04_top{background-image:url('/mobile/img/sub/content04_top.jpg');}
#visual .content05_top{background-image:url('/mobile/img/sub/content05_top.jpg');}


@keyframes animate_background {
0% {transform: scale(1.12); -ms-transform: scale(1.12); -webkit-transform: scale(1.12); }
100%  {transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}

#visual h2{position:relative; color:#fff; top:45%; font-size:55px; font-weight:700; line-height:100%; padding:0 3%;  opacity:0.5} 
#visual.subtop_none h2{color:#222; top:27%;}
#visual.subtop_none h2 p{color:#222}
#visual.subtop_none h2 .page_txt {font-weight:300; color:#777; font-size:17px; line-height:165%; letter-spacing:-0.3pt; margin-top:28px; padding:0 3%}
	.lnb {position:relative; width:640px; margin:0 auto; box-shadow:rgba(0,0,0,.14) 3px 6px 12px;}
	.lnb ul{position:relative; overflow:hidden; background:#fff; text-align:center;}
	.lnb li {position:relative; float:left;}
	.lnb ul.one li{width:100%;}
	.lnb ul.two li{width:50%;}
	.lnb ul.three li{width:33.3333333333333%;}
	.lnb ul.four li{width:25%;}
	.lnb ul.five li{width:20%;}
	.lnb li a{display:block; font-size:22px; letter-spacing:-0.4pt; color:#777; height:80px; padding:28px 0; line-height:135%; border-right:1px solid #eee; box-sizing:border-box; transition: all 0.3s;}
	.lnb li:last-child a{border-right:0}
	.lnb li a:hover{color:#fff; background:#aaa; text-decoration: none; transition: all 0.3s;}
	.left_linktop{display:block; color:#fff !important; font-weight:500 !important; text-decoration: none;}
	.lnb ul.orange .left_linktop{background:#f29300}



#content0101_section01 {width:640px; margin:0 auto; text-align:center; padding:70px 0}
#content0101_section01 h2 {font-size:55px; font-weight:800; line-height:100px}
#content0101_section01 h3 {font-size:40px; font-weight:500; padding:20px 0 70px 0}
#content0101_section01 h3 span {color:#f29300}
#content0101_section01 p {font-size:24px; color:#666; font-weight:300}



#content0102_section01 {width:600px; margin:0 auto; padding:60px 0 0 0;}
#content0102_section01 h2 {font-size:55px; font-weight:800; line-height:100px; text-align:center}
#content0102_section01 .history-contents {padding:0px 0 50px}
#content0102_section01 .history-list {border-left:4px solid #f4f4f4}
#content0102_section01 .history-list__list {padding-bottom:50px}
#content0102_section01 .history-list__item {position:relative;padding-top:100px; margin-top:70px}
#content0102_section01 .history-list__item:first-child {padding-top:100px}
#content0102_section01 .history-list__item:first-child .history-list__title {top:30px}
#content0102_section01 .history-list__title {position:absolute;top:40px;}
#content0102_section01 .history-list--small .history-list__item:first-child .history-list__title {top:80px}
#content0102_section01 .history-list--small .history-list__item {padding-top:210px}
#content0102_section01 .history-list--small .history-list__title {top:80px}
#content0102_section01 .history-list--small .history-list__year {font-size:80px}
#content0102_section01 .history-list__year {position:relative;display:block;padding:0 50px;color:#000;font-size:50px;  font-family:'Play',sans-serif; font-weight:bold}
#content0102_section01 .history-list__year:before {position:absolute;top:50%;left:-11px;width:20px;height:20px;margin-top:-10px;border-radius:50%;border:6px solid #000;box-sizing:border-box;content:""}
#content0102_section01 .history-list__data {position:relative;padding:5px 0 5px 40px;color:#191919;font-size:22px; letter-spacing:-1px}
.history-list__data:before {position:absolute;top:50%;left:-7px;width:10px;height:10px;margin-top:-5px;border-radius:50%;background:#f29300;content:""}


#content0103_section01 {width:640px; margin:0 auto; padding:60px 0 0 0;}
#content0103_section01 h2 {font-size:55px; font-weight:800; line-height:100px; text-align:center}


#content0104_section01 {width:600px; margin:0 auto; padding:60px 0 100px 0;}
#content0104_section01 h2 {font-size:55px; font-weight:800; line-height:100px; margin-bottom:50px; text-align:center}
#content0104_section01 .contact-content {background-color: #666;color: #ffffff;padding: 70px 70px 110px;/* align-items: center; *//* justify-content: space-between; */  font-family:'Play','NotoSans',sans-serif;}
#content0104_section01 .contact-content img {height: 51px;width: 247px}
#content0104_section01 .contact-content > li {height: 70px;flex-direction: column;justify-content: center;}

#content0104_section01 .contact-content > li span {color: #c0b7b4;font-size: 24px;line-height: 25px;margin-bottom: 15px;text-transform: uppercase}
#content0104_section01 .contact-content > li p {color: #ffffff;font-size: 24px;line-height: 35px;}
#content0104_section01 .contact-content ul > li {}
#content0104_section01 .contact-content ul > li:nth-child(1) {margin-bottom: 15px;}
#content0104_section01 .contact-content ul > li span {margin-bottom: 0;}
#content0104_section01 .contact-content ul > li p {}




#content02_section01 {width:620px; margin:0 auto; padding:60px 0 100px 0;}
#content02_section01 h2 {font-size:50px; font-weight:500; line-height:100px; margin-bottom:50px; text-align:center}
#content02_section01 h3 {font-size:40px; font-weight:500; line-height:100px; margin-bottom:10px; margin-top:100px; text-align:center}
#content02_section01 p {text-align:center; font-size:24px; color:#666; font-weight:300; letter-spacing:-1px; margin-bottom:60px}
#content02_section01 table {border-top:3px solid #ff7133; border-bottom:2px solid #f2e4d0; text-align:center; font-size:22px }
#content02_section01 th {padding:20px 0; font-weight:500; background:#faf0e2}
#content02_section01 td {padding:15px 0; border-top:1px solid #ddd; border-left:1px solid #ddd}
#content02_section01 td:nth-child(1) {border-left:0; background:#fffaf3}


 .swiper-container {
       width:620px; height:500px
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;}

		/**
 * Swiper 6.7.0

 */

.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)
}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}
.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-container-pointer-events{touch-action:pan-y}
.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-container-3d{perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d 
.swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d 
.swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d
.swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:95%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next:after,.swiper-button-prev:after{font-size:25px;text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:200px;right:auto}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:200px;left:auto}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}
.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}
.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;font-size:25px;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:43%;width:100px}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}



#content0205_section02 {width:640px; height:1039px; background:url('/mobile/img/sub/content0205bg.jpg') no-repeat top center; padding-top:260px;}
#content0205_section02 h3 {font-size:40px; font-weight:500; line-height:100px; margin-bottom:10px; text-align:center}
#content0205_section02 p {text-align:center; font-size:24px; color:#666; font-weight:300; letter-spacing:-1px; margin-bottom:10px}

#content0205_section03 {width:640px; height:600px; background:#fafafa; padding-top:90px}
#content0205_section03 h3 {font-size:40px; font-weight:500; margin-bottom:20px; text-align:center}
#content0205_section03 p {text-align:center; font-size:24px; color:#666; font-weight:300; letter-spacing:-1px; margin-bottom:40px}




#content03_section01 {width:100%; margin:0 auto}
.map_tabs {overflow: hidden; position: relative; text-align: center; margin-top:70px}
ul.tabs {display: inline-block;}
ul.tabs li {float: left;  height: 50px; font-size:24px; line-height: 50px; border-left: none;	overflow: hidden;	position: relative;margin:0 10px; width:165px; letter-spacing:-1px}
ul.tabs li a {text-decoration: none;color: #000;display: block;padding: 0;outline: none;text-align:center;}
ul.tabs li a:hover {;color:#000;}
ul.tabs li.active a{width:180px; color:#000; border-bottom:2px solid #000; height:50px}
.tab_content {padding-top:75px;}

.tab_content h2 {text-align:center; font-size:35px; color:#444; font-weight:400; letter-spacing:-1px; margin-bottom:20px}
.tab_content p {text-align:center; font-size:24px; color:#666; font-weight:300; letter-spacing:-1px; margin-bottom:60px}
.content03_tbox0101 {width:640px; margin:0 auto; padding:0}
.content03_tbox0102 {width:100%; height:950px; background:#fafafa; padding:80px 0}
.content03_tbox0102 ul {width:600px; margin:0 auto; margin-top:40px}
.content03_tbox0102 ul li { width:600px; height:215px; background:#fff; margin:0 0  15px 0; text-align:center; padding-top:20px}
.content03_tbox0102 ul li em {font-style:normal; font-size:24px; line-height:30px; margin-top:20px; display: block;}
.content03_tbox0102 ul li em span {color:#ff7133}
.content03_tbox0103 {width:620px; margin:0 auto; padding:80px 0 100px 0}
.content03_table {font-size:18px; text-align:center; border-top:3px solid #ff7133; border-bottom:2px solid #f2e4d0}
.content03_table th {background:#fffaf3; font-weight:400; line-height:60px; border-bottom:1px solid #f2e4d0}
.content03_table td {padding:20px 0}

.content03_tbox0201 {width:640px; margin:0 auto; padding:0 0 70px 0}

.content03_table02 {font-size:22px; text-align:center; border-top:3px solid #ff7133; border-bottom:2px solid #f2e4d0; background:#fff}
.content03_table02 th {background:#fffaf3; font-weight:400;}
.content03_table02 td {padding:20px 0; border-left:1px solid #f2e4d0; border-top:1px solid #f2e4d0}

.content03_tbox0202 {width:100%; background:#fafafa; padding:90px 0 }

.content03_table03 {font-size:22px; text-align:center; border-top:3px solid #ff7133; border-bottom:2px solid #f2e4d0; background:#fff}
.content03_table03 th {background:#fffaf3; font-weight:400; line-height:60px; }
.content03_table03 td {padding:20px 0; border-left:1px solid #f2e4d0; border-top:1px solid #f2e4d0}

.content03_tbox0203 {width:640px; margin:0 auto; padding:80px 0}

.content03_tbox0301 {width:640px; margin:0 auto; padding-bottom:100px}


.content0302_tbox0101 {width:640px; margin:0 auto; padding:0 0 60px 0}
.content0302_tbox0102 {width:100%;background:#fafafa; padding:80px 0}
.content0302_tbox0102 .sp_box01 {position:relative; width:620px; padding:40px 20px; background:#fff; margin:20px 0; float:left}
.content0302_tbox0102 .sp_box01 ul li {font-size:22px; color:#666; font-weight:300; padding:0 0 5px 0 }
.content0302_tbox0102 .sp_box01 ul li:nth-child(1) {font-size:26px; padding:0 0 20px 0; color:#000; font-weight:500}
.content0302_tbox0102 .sp_box01 ul li:nth-child(2) {font-size:24px; padding:0 0 10px 0; color:#ff7133; font-weight:400}
.content0302_tbox0102 .sp_box01 ul li:nth-child(7) {font-size:24px; padding:0 0 10px 0; color:#ff7133; font-weight:400}

.content0302_tbox0102 .sp_box03 {width:620px; background:#fff; padding:40px 20px; clear:both}
.content0302_tbox0102 .sp_box03 ul li {font-size:22px; color:#666; font-weight:300; padding:0 0 2px 0 }
.content0302_tbox0102 .sp_box03 ul li:nth-child(1) {font-size:26px; padding:0 0 20px 0; color:#000; font-weight:500}
.content0302_tbox0102 .sp_box03 ul li:nth-child(2) {font-size:24px; padding:0 0 10px 0; color:#ff7133; font-weight:400}
.content0302_tbox0102 .sp_box03 ul li:nth-child(6) {font-size:24px; padding:25px 0 10px 0; color:#ff7133; font-weight:400}


.content0302_tbox0201 {width:640px; margin:0 auto; padding:0 0 60px 0}
.content0302_tbox0202 {width:100%;  background:#fafafa; padding:80px 0; text-align:center}


.sub_stitle {text-align:center; font-size:35px; color:#444; font-weight:500; letter-spacing:-1px;}
.sub_text_type01 {text-align:center; font-size:22px; color:#666; font-weight:300; letter-spacing:-1px; margin-bottom:60px}

#content0303_section01 {width:640px; margin:0 auto; padding:60px 0 0 0}
#content0303_section01 h2 {text-align:center; font-size:45px; color:#333; font-weight:500; letter-spacing:-1px; margin-bottom:20px}
#content0303_section01 h2::after {display: block;content: "";width: 1px;height: 70px;background: #999;margin: 50px auto;}
#content0303_section02 {width:100%;  background:#fafafa; text-align:center; padding:90px 0 50px 0}
#content0303_section03 {width:640px; margin:0 auto;  padding:110px 0 70px 0}
#content0303_section04 {width:100%;  background:#fafafa; text-align:center; padding:90px 0 90px 0}


.mb10 {margin-bottom:10px}
.mb20 {margin-bottom:20px}
.mb30 {margin-bottom:30px}
.mb40 {margin-bottom:40px}
.mb50 {margin-bottom:50px}
.mb60 {margin-bottom:60px}
.mb70 {margin-bottom:70px}
.mb80 {margin-bottom:80px}
.mb90 {margin-bottom:90px}
.mb100 {margin-bottom:100px}



#content_bbs .sub_content_title_line {text-align:center; font-size:45px; color:#444; font-weight:bold; letter-spacing:-1px; margin-top:70px}
#content_bbs .sub0101_se01_text01 {text-align:center; font-size:18px; color:#666; font-weight:300; margin-bottom:60px}

