@charset "utf-8";

.cont_bgdeco                                                { position: absolute; opacity: 0.15; z-index: 0; }
.cont_bgdeco1                                               { top: 0; left: 0; transform: translate(-20%,-21%); animation-name: cont_bgdeco1; animation-duration:10s; animation-iteration-count:infinite; animation-direction:alternate-reverse; animation-fill-mode: forwards; animation-timing-function: ease-in-out; }
.cont_bgdeco2                                               { top: 0; left: 0; transform: translate(-6%,-25%); animation-name: cont_bgdeco2; animation-duration:10s; animation-iteration-count:infinite; animation-direction:alternate-reverse; animation-fill-mode: forwards; animation-timing-function: ease-in-out; }
.cont_bgdeco3                                               { bottom: 0; right: 0; transform: translate(7%, 35%); animation-name: cont_bgdeco3; animation-duration:10s; animation-iteration-count:infinite; animation-direction:alternate-reverse; animation-fill-mode: forwards; animation-timing-function: ease-in-out; }
.cont_bgdeco4                                               { bottom: 0; right: 0; transform: translate(30%, 38%); animation-name: cont_bgdeco4; animation-duration:10s; animation-iteration-count:infinite; animation-direction:alternate-reverse; animation-fill-mode: forwards; animation-timing-function: ease-in-out; }


@-webkit-keyframes cont_bgdeco1 {
    0% { transform: translate(-20%,-21%); }
    50% { transform: translate(-15%,-21%); }
    100% { transform: translate(-18%,-21%); }
}
@-webkit-keyframes cont_bgdeco2 {
    0% { transform: translate(-6%,-25%); }
    50% { transform: translate(-6%,-30%); }
    100% { transform: translate(-6%,-20%); }
}
@-webkit-keyframes cont_bgdeco3 {
    0% { transform: translate(7%, 35%); }
    50% { transform: translate(9%, 35%); }
    100% { transform: translate(6%, 35%); }
}
@-webkit-keyframes cont_bgdeco4 {
    0% { transform: translate(30%, 38%); }
    50% { transform: translate(36%, 35%); }
    100% { transform: translate(30%, 39%); }
}

/* 게시판 목록 */
#bo_list {position:relative; width: 100%; max-width: 1400px; padding: 120px 20px; margin: 0 auto; z-index: 9; }
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {width:60px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width:90px;text-align:center;padding:10px 0}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_num2 {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}
/*
#bo_list tbody tr {border-left:2px solid transparent}
#bo_list tbody tr:hover {border-left:2px solid #253dbe}
*/
#bo_list tbody .even td {background:#fbfbfb}

#bo_cate {margin:25px 0}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px}
#bo_cate a {display:block;line-height:28px;padding:5px 15px;border-radius:30px;border:1px solid #d6e9ff;color:#6794d3}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#3a8afd;color:#fff}
#bo_cate #bo_cate_on {z-index:2;background:#3a8afd;color:#fff;font-weight:bold;border:1px solid #3a8afd;
-webkit-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202)}
.td_subject img {margin-left:5px}

/* 게시판 목록 공통 */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label {position:relative;color:#676e70}
.chk_box input[type="checkbox"] + label:hover {color:#2172f8}
.chk_box input[type="checkbox"] + label span {float:left;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.write_div .chk_box input[type="checkbox"] + label, .bo_vc_w .chk_box input[type="checkbox"] + label {padding-left:20px}
.write_div .chk_box input[type="checkbox"] + label span, .bo_vc_w .chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}


#bo_btn_top {margin:10px 0}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:34px;font-size:0.92em;color:#4e546f}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none; width: 100%; display: inline-block; zoom: 1; *display: inline; }
.btn_bo_user li:nth-child(2) {float:right;max-width:40px;text-align:center;margin-left:10px;background:none}
.btn_bo_user li {float:right;max-width:100px;text-align:center;margin-left:5px;background:none; }
.btn_bo_user li:nth-child(2) a {height: 40px; line-height: 40px; border-radius: 50%; border: 1px solid #26262c; color: #26262c;}
.btn_bo_user li:nth-child(2) a:hover {background: #26262c; color: #fff; border: 1px solid #26262c;}
.btn_bo_user li a {height: 40px; line-height: 38px; border-radius: 7px; border: 1px solid #26262c; color: #26262c; transition: 0.4s; font-weight: 400;}
.btn_bo_user li a:hover { background: #26262c; border: 1px solid #26262c; color: #fff;}
.btn_bo_user li button {width: 40px; height: 40px; line-height: 40px; border-radius: 50%; border: 1px solid #26262c; color: #26262c; transition: 0.4s;}
.btn_bo_user li button:hover {background: #26262c; border: 1px solid #26262c; color: #fff; }
.btn_bo_user > li {position:relative}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}

.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {border-bottom:1px solid #f1f1f1;padding: 0 10px;float:inherit;width:90px;margin:0;color:#6b757c;text-align:left; max-width: 100px;}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000; background: none; border: none;}
.more_opt li i {float:right;line-height:40px}

.td_num strong {color:#000}
.bo_cate_link {float:left;display:inline-block;margin-right:10px;background:#e2eaf6;color:#3a8afd;font-weight:normal !important;height:20px;line-height:10px;padding:5px 8px;border-radius:5px;font-size:0.95em} /* 글제목줄 분류스타일 */
.bo_cate_link:hover {text-decoration:none}
.bo_tit {display:block;color:#000;font-weight:bold}
.bo_current {color:#e8180c}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}

#bo_list .bo_tit .title_icon {margin-right:2px}
#bo_list .bo_tit .fa-heart {color:#ff0000}
#bo_list .bo_tit .fa-lock {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}
#bo_list .bo_tit .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
#bo_list .bo_tit .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
#bo_list .bo_tit .fa-caret-right {color:#bbb}
#bo_list .bo_tit .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}
#bo_list .bo_tit .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}

.bo_sch_wrap {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.bo_sch {position:absolute;top:50%;left:50%;background:#fff;text-align:left;width:330px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
.bo_sch legend {background:red}
.bo_sch form {padding:15px;display:block}
.bo_sch select {border:0;width:100%;height:40px;border:1px solid #d0d3db;border-radius:2px;-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)}
.bo_sch .sch_bar {display:inline-block;width:100%;clear:both;margin-top:15px;border:1px solid #d0d3db;border-radius:2px;-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)}
.bo_sch .sch_input {width:250px;height:38px;border:0;padding:0;background-color:transparent;float:left}
.bo_sch .sch_btn {height:38px;float:right;color:#656565;background:none;border:0;width:40px;font-size:15px}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height:100%}

/* 게시판 쓰기 */
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;
-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)}
#autosave_pop:before {content:"";position:absolute;top:-8px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #000 transparent}
#autosave_pop:after {content:"";position:absolute;top:-7px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:center;margin:0 !important}
#autosave_pop button {margin:0;padding:0;border:0}
#autosave_pop ul {padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#eee;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right;font-size:0.92em;font-style:italic;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover {background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del {background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px}

/* 게시판 읽기 */
#bo_v {width: 100%; max-width: 1400px; padding: 120px 20px; margin: 0 auto; }

#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title {}
#bo_v_title .bo_v_cate {display:inline-block;line-height:20px;background:#e2eaf6;color:#3a8afd;padding:0 10px;border-radius:3px;}
#bo_v_title .bo_v_tit {display:block;font-size:2em;margin:5px 0 0;word-break:break-all}

#bo_v_info {margin:0;border-bottom:1px solid #f1f1f1;color:#666}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""} 
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_info .profile_info {margin:20px 0 10px;display:inline-block;float:left}
#bo_v_info .profile_info .pf_img {float:left;margin-right:10px}
#bo_v_info .profile_info .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_v_info .profile_info .profile_info_ct {float:left;padding:5px 0;line-height:18px}

#bo_v_info strong {display:inline-block;margin:0 10px 0 0;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}
#bo_v_info .profile_img {display:none}
#bo_v_info .sv_member {color:#000}
#bo_v_info .if_date {margin:0;color:#888}

#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_file li {padding:15px;position:relative;margin:10px 0;border:1px solid #dfdfdf;border-radius:5px;
-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%)}
#bo_v_file li i {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_file a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {text-decoration:underline;color:#3a8afd}
#bo_v_file img {float:left;margin:0 10px 0 0}
#bo_v_file .bo_v_file_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_file li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_file li:hover i {color:#3a8afd}
#bo_v_file li:hover .bo_v_file_cnt {color:#99c2fc}


#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_link li {padding:15px;position:relative;margin:10px 0;border:1px solid #dfdfdf;border-radius:5px;
-webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
-moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%)}
#bo_v_link li i {float:left;color:#b2b2b2;font-size:2.35em;margin-right:20px}
#bo_v_link a {float:left;display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {text-decoration:underline;color:#3a8afd}
#bo_v_link .bo_v_link_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_link li:hover {border-color:#bed4f4;color:#bed4f4}
#bo_v_link li:hover i {color:#3a8afd}
#bo_v_link li:hover .bo_v_link_cnt {color:#99c2fc}

#bo_v_top {zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {padding:0;list-style:none;word-break:break-all;background:#fff}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {padding:0;list-style:none}

.bo_v_com {margin:20px 0;float:right}
.bo_v_com > li {position:relative;float:left;margin-left:5px}

.bo_v_nb {position:relative;margin:20px 0;clear:both;text-align:left}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #f1f1f1;padding:13px}
.bo_v_nb li:last-child {border-bottom:1px solid #f1f1f1}
.bo_v_nb li:hover {background:#fbfbfb}
.bo_v_nb li i {font-size:13px;color:#b3b3b3}
.bo_v_nb li .nb_tit {display:inline-block;padding-right:20px;color:#b3b3b3}
.bo_v_nb li .nb_date {float:right;color:#b3b3b3}

#bo_v_atc {min-height:200px;height:auto !important;height:200px}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image {display:block}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {margin:10px 0 30px;width:100%;line-height:1.7em;min-height:200px;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle;color:#4a5158}
#bo_v_act a:hover {background-color:#fff;color:#ff484f;border-color:#ff484f}
#bo_v_act i {font-size:1.4em;margin-right:5px}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;z-index:9999;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}
#bo_v_act .bo_v_nogood {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}

#bo_v_sns {padding:0;list-style:none;zoom:1;float:left;display:inline-block}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;width:135px;margin-right:5px;text-align:left}
#bo_v_sns li a {height:35px;line-height:35px;text-align:center;border-radius:5px;color:#fff;font-size:0.95em}
#bo_v_sns li img {vertical-align:middle;margin-right:5px}
#bo_v_sns li .sns_f {display:block;background:#3b5997}
#bo_v_sns li .sns_t {display:block;background:#09aeee}
#bo_v_sns li .sns_g {display:block;background:#ea4026}
#bo_v_sns li .sns_k {display:block;background:#fbe300}

#bo_v_share {position:relative;padding:20px 0}
#bo_v_share:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_share .btn {padding:0 10px;color:#555;font-weight:normal;font-size:1em;width:80px;line-height:35px;height:35px;border-color:#d5d5d5;border-radius:5px}
#bo_v_share .btn:hover {background:#fff}
#bo_v_share .btn i {margin-right:5px;color:#4b5259;vertical-align:middle}

/* 게시판 댓글 */
.cmt_btn {width:100%;text-align:left;border:0;border-bottom:1px solid #f0f0f0;background:#fff;font-weight:bold;margin:30px 0 0px;padding:0 0 15px}
.cmt_btn span.total {position:relative;display:inline-block;margin-right:5px;font-size:1em;color:#3a8afd}
.cmt_btn span.cmt_more {float:right;display:inline-block;width:15px;height:10px;background:url(./img/btn_cmt.png) no-repeat right 2px;margin-top:5px}
.cmt_btn_op span.cmt_more {background-position:right -8px}
.cmt_btn b {font-size:1.2em;color:#000}
.cmt_btn span.total:after {position:absolute;bottom:-17px;left:0;display:inline-block;background:#3a8afd;content:"";width:100%;height:2px}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:20px 0;position:relative;border-bottom:1px solid #f0f0f0}
#bo_vc article:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc article .profile_img img {border-radius:50%}
#bo_vc article .pf_img {float:left;margin-right:10px}
#bo_vc article .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_vc article .cm_wrap {float:left;max-width:870px;width:90%}
#bo_vc header {position:relative;width:100%}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .profile_img {display:none}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {line-height:1.8em;padding:0 0 20px}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:80px 0 !important;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc .bo_vl_opt {position:absolute;top:0;right:0}

.bo_vc_act {display:none;position:absolute;right:0;top:40px;width:58px;text-align:right;border:1px solid #b8bfc4;margin:0;list-style:none;background:#fff;zoom:1;z-index:9999}
.bo_vc_act:before {content:"";position:absolute;top:-8px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.bo_vc_act:after {content:"";position:absolute;top:-6px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.bo_vc_act li {border-bottom:1px solid #f0f0f0}
.bo_vc_act li:last-child {border-bottom:0}
.bo_vc_act li a {display:inline-block;padding:10px 15px}
.bo_vc_act li a:hover {color:#3a8afd}

.bo_vc_w {position:relative;margin:10px 0;display:block}
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;width:100%;height:120px;
-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1)}
#wr_secret {}
.bo_vc_w_info {margin:10px 0;float:left}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .frm_input {float:left;margin-right:5px}
.bo_vc_w_info #captcha {padding-top:10px;display:block;clear:both}
.bo_vc_w .btn_confirm {clear:both;margin-top:10px}
.bo_vc_w .btn_confirm label {display:inline-block;margin-right:10px;border-radius:3px;font-size:1.5em;text-align:center}
.bo_vc_w .btn_submit {height:45px;padding:0 20px;border-radius:3px;font-weight:bold;font-size:1.083em}
.bo_vc_w .btn_confirm .secret_cm label {font-size:1em !important}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
.secret_cm {display:inline-block;float:left}

#bo_vc_send_sns {display:inline-block;float:left}
#bo_vc_sns {display:inline-block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f {border-radius:3px;background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t {border-radius:3px;background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off {background:#bbb}
#bo_vc_sns a {display:inline-block;padding:0 15px 0 5px}
#bo_vc_sns input {margin:0 5px 0 0}

/*글쓰기*/
#bo_w           { width: 100%; max-width: 1400px; padding: 120px 20px; margin: 0 auto; }
#bo_w .bo_v_option li {display:inline-block;float:left;text-align:left;margin:0 5px 0 0}
#bo_w .bo_v_option li label {vertical-align:baseline}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {margin-left:0;margin-right:5px}
#bo_w .write_div {margin:10px 0;position:relative}
#bo_w .write_div:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input {float:left;margin-bottom:1%}
/* #bo_w #wr_password, #bo_w #wr_homepage {margin-left:1%} */
#bo_w .wr_content.smarteditor2 iframe {background:#fff}
#bo_w .bo_w_tit {position:relative}
#bo_w .bo_w_tit .frm_input {padding-right:120px}
#bo_w .bo_w_tit #btn_autosave {position:absolute;top:5px;right:5px;line-height:30px;height:30px}
#bo_w .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_link .frm_input {padding-left:50px}
#bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_file {padding-left:50px;margin-top:3px}
#bo_w .bo_w_flie .file_wr {position:relative;border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;height:40px;margin:0}
#bo_w .bo_w_flie .frm_input {margin:10px 0 0}
#bo_w .bo_w_flie .file_del {position:absolute;top:10px;right:10px;font-size:0.92em;color:#7d7d7d}
#bo_w .bo_w_select select {border:1px solid #d0d3db;width:100%;height:40px;border-radius:3px}
#bo_w .btn_submit {padding:0 20px;font-size:1.167em}
#bo_w .btn_cancel {border-radius:3px;font-size:1.167em}






.board_top { height: calc(100vh - 200px); overflow: hidden; }
.board_top_img2 { height: 120%; position: relative; top: -50%; }
/* .board_top_img2 { background-image: url(../img/cont4_img2.jpg); background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; } */

.board_top_img2{background:#26262c}
.board_cont { position: relative; z-index: 9; overflow: hidden; width: 100%; min-height: 800px; padding: 0; overflow-y: hidden; }
.bo_title       { display: block; width: 100%; padding-bottom: 80px; text-align: center; font-size: 50px; font-weight: 400; color: #26262c;letter-spacing: 8.0px; }


.tbl_wrap table         { border-top: 2px solid #26262c; border-bottom: 1px solid #ededed; }
.tbl_head01 thead th    { border-bottom: 1px solid #ededed; }
.tbl_head01 td          { border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; }


.write_btn_li              { max-width: 120px !important; }
.write_btn_li .write_btn             { border-radius: 14px !important; }



@media (max-width: 640px) {
    .bo_title       { font-size: 32px; }
}
    


@charset "utf-8";

/* 내용관리 */
#ctt {margin: 0;padding:0;background:#fff}
.ctt_admin {text-align:right; display: none;}

/*cont_deco*/
.cont_bgdeco                                { position: absolute; z-index: 1; opacity: 0.1; }
.cont_bgdeco1                               { top: 0; left: 0; transform: translate(-36%,-22%); animation-name: cont_bgdeco1; animation-duration:9s; animation-iteration-count:infinite; animation-direction:alternate-reverse; animation-fill-mode: forwards; animation-timing-function: ease-in-out;}
.cont_bgdeco2                               { top: 0; left: 0; transform: translate(-34%,-40%); animation-name: cont_bgdeco2; animation-duration:6s; animation-iteration-count:infinite; animation-direction:alternate-reverse; animation-fill-mode: forwards; animation-timing-function: ease-in-out;}
.cont_bgdeco3                               { bottom: 0; right: 0; transform: translate(30%, 41%); animation-name: cont_bgdeco3; animation-duration:8s; animation-iteration-count:infinite; animation-direction:alternate-reverse; animation-fill-mode: forwards; animation-timing-function: ease-in-out;}
.cont_bgdeco4                               { top: 0; right: 0; transform: translate(48%, 22%); animation-name: cont_bgdeco4; animation-duration:5s; animation-iteration-count:infinite; animation-direction:alternate-reverse; animation-fill-mode: forwards; animation-timing-function: ease-in-out;}


@-webkit-keyframes cont_bgdeco1 {
    0% { transform: translate(-36%,-22%); }
    50% { transform: translate(-36%,-24%); }
    100% { transform: translate(-33%,-24%); }
}
@-webkit-keyframes cont_bgdeco2 {
    0% { transform: translate(-34%,-40%); }
    50% { transform: translate(-37%,-40%); }
    100% { transform: translate(-37%,-38%); }
}
@-webkit-keyframes cont_bgdeco3 {
    0% { transform: translate(30%, 41%); }
    50% { transform: translate(34%, 41%); }
    100% { transform: translate(34%, 44%); }
}
@-webkit-keyframes cont_bgdeco4 {
    0% { transform: translate(48%, 22%); }
    50% { transform: translate(48%, 26%); }
    100% { transform: translate(42%, 26%); }
}



/*cont1_1 시작*/
.con1_1Sub1_wrap                                       { width: 100%; max-width: 1280px; padding: 170px 20px; margin: 0 auto; background: #fff; }
.conSub1_title                                      { transition: 0.4s; display: block; width: 100%; padding-bottom: 120px; text-align: center; font-size: 30px; font-weight: 600; color: #373737; font-family: 'Kanit', sans-serif; }
.conSub1_list                                       { width: 100%; display: inline-block; zoom: 1; *display: inline; }
.conSub1_list .conSub1_li                           { transition: 0.4s; float: left; width: calc(100%/3); padding: 0 38px; }
.conSub1_li .conSub1_img                            { transition: 0.4s; position: relative; width: 100%; padding-bottom: 17.5px; border-radius: 180px 180px 0 0; background: #fff; overflow: hidden; }
.conSub1_li .conSub1_img img                        { width: 100%; }
.conSub1_li .conSub1_img .conSub1_deco              { position: absolute; bottom: 0; left: 50%; transform: translate(-50%,0); display: block; width: 35px; height: 35px; border-radius: 50%; text-align: center; line-height: 35px; font-size: 16px; font-weight: 600; color: #fff; font-family: 'Kanit', sans-serif; }
.conSub1_li .conSub1_img .conSub1_deco1             { background: red; }
.conSub1_li .conSub1_img .conSub1_deco2             { background: black ; }
.conSub1_li .conSub1_img .conSub1_deco3             { background: gray; }
.conSub1_li .conSub1_tbox                           { transition: 0.4s; width: 100%; padding: 54px 10px; }
.conSub1_li .conSub1_tbox .conSub1_et               { transition: 0.4s; display: block; width: 100%; text-align: center; font-size: 22px; font-weight: 600; color: #373737; font-family: 'Kanit', sans-serif; }
.conSub1_li .conSub1_tbox .conSub1_kt               { transition: 0.4s; display: block; width: 100%; text-align: center; padding: 0 0 14px; font-size: 16px; font-weight: 300; color: #999999; }
.conSub1_li .conSub1_tbox .conSub1_text span        { transition: 0.4s; display: block; width: 100%; text-align: center; font-size: 14px; line-height: 25px; font-weight: 300; color: #222; word-break: keep-all; }

.conSub1_li .hover_inline                           { opacity: 0; position: absolute; box-sizing: border-box; width: 100%; height: calc(100% - 17.5px); padding-bottom: 17.5px; border-radius: 180px 180px 0 0; background: none; overflow: hidden; transform: scale(0.95); transition: 0.4s; }
.conSub1_li .conSub1_line1                          { border: 2px solid red; }
.conSub1_li .conSub1_line2                          { border: 2px solid black; }
.conSub1_li .conSub1_line3                          { border: 2px solid gray; }
.conSub1_li:hover .hover_inline                     { transform: scale(1); opacity: 1; }

.con1_1Sub2_box                                     { width: 100%; padding: 155px 0 5px; }
.con1_1Sub2_box .conSub2_img                        { width: 100%; padding-bottom: 150px; }
.con1_1Sub2_box .conSub2_img img                    { width: 100%; }
.conSub2_tbox                                       { transition: 0.4s; width: 100%; }
.conSub2_tbox .conSub2_title                        { transition: 0.4s; display: block; width: 100%; padding: 0 0 12px; text-align: center; font-size: 50px; font-weight: 600; letter-spacing: 0.5px; color: #373737;font-family: 'Kanit', sans-serif; }
.conSub2_tbox .conSub2_text                         { transition: 0.4s; display: block; width: 100%; text-align: center; font-size: 24px; font-weight: 600; color: #373737; }
.conSub2_tbox .conSub2_text b                       { color: #ffb1a4; }

.m_cont1_wrap .m_cont1_img .img_box             { min-height: 656px; }
/*cont1_1 끝*/


/*cont1_2 시작*/
.con1_2_top { height: calc(100vh - 200px); overflow: hidden; }
.con1_2_img { height: 200%; position: relative; top: -100%; }
.con1_2_img { background-image: url(../../../img/content/content1_2/cont1_2_img1.jpg); background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; }
.con1_2_cont { width: 100%; min-height: 1000px; padding: 0; overflow-y: hidden; }

.con1_2_box         { overflow: hidden; }

.con1_2Sub1                             { position: relative; overflow: hidden; padding: 130px 20px 0; }
.title_box                              { width: 100%; }
.title_box .line_deco                   { transition: 0.4s; display: block; width: 1px; height: 82px; background: #bdbdbf; margin: 0 auto; }
.title_box .dot_deco                    { transition: 0.4s; display: block; width: 2px; height: 2px; background: #bdbdbf; border-radius: 1px; margin: 32px auto 0;}
.title_box .text                        { transition: 0.4s; width: 100%; text-align: center; padding: 34px 0; }
.title_box .text strong                 { transition: 0.4s; display: block; width: 100%; font-size: 36px; font-weight: 600; padding-bottom: 16px; color: #26262c; font-family: 'Kanit', sans-serif; }
.title_box .text p                      { transition: 0.4s; display: block; width: 100%; font-size: 19px; font-weight: 300; letter-spacing: -0.25px; color: #26262c; }


.con1_2Sub1 .con1_2title                { transition: 0.4s; position: relative; z-index: 3; display: block; width: 100%; text-align: center; font-size: 50px; font-weight: 600; color: #373737; letter-spacing: 4px; font-family: 'Kanit', sans-serif;}
.con1_2Sub1 .con1_2tbox                 { transition: 0.4s; position: relative; z-index: 3; width: 100%; padding: 100px 0; text-align: center; }
.con1_2tbox .con1_2bt                   { display: block; width: 100%; font-weight: 400; font-size: 22px; letter-spacing: -0.25px; color: #373737; word-break: keep-all; }
.con1_2tbox .con1_2txt                  { transition: 0.4s; width: 100%; padding: 38px 0 50px; text-align: center; word-break: keep-all; }
.con1_2tbox .con1_2txt .con1_2text      { transition: 0.4s; display: block; width: 100%; text-align: center; font-size: 17px; font-weight: 300; color: #999999; word-break: keep-all; }
.con1_2tbox .con1_2tline                { transition: 0.4s; display: block; max-width: 670px; margin: 0 auto; text-align: center; font-size: 15px; font-weight: 400; color: #666666; text-decoration: underline; word-break: keep-all;}

.con1_2gall                             { overflow: hidden; position: relative; z-index: 3; }
.con1_2gall .swiper                     { width: 100%; height: 100%; }
.con1_2gall .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; }
.con1_2gall .swiper-slide img           { display: block; width: 100%; height: 100%; object-fit: cover; }
/*.con1_2gall_vd                          { display: block; width: 100%; height: 100%; min-height: 390px; }*/
.con1_2gall_vd                          { padding-bottom: 62.3%; height: 0; overflow: hidden; margin: 0; }
/* .con1_2gall_vd2                         { box-sizing: border-box; position: relative; display: block; border-radius: 2px 120px 2px 2px; padding-bottom: 127%; height: 0 !important; overflow: hidden; margin: 0; } */
.con1_2gall_vd3                         { padding-bottom: 68.37%; height: 0; overflow: hidden; margin: 0; }

.con1_2Sub2                             { width: 100%; padding: 0; }
.con1_2list                             { position: relative; width: 100%; display: inline-block; zoom: 1; *display: inline; }
.con1_2list .list_Img                   { position: relative; width: 50%; z-index: 9  }
.con1_2list .list_Img .list_Img1        { width: 100%; }
.con1_2list .list_Img .list_Img1 img    { width: 100%; }
.con1_2list .list_Img .list_Img2        { position: absolute; bottom: 0; right: 0; transform: translate(38%,38%); width: 50%; height: auto; z-index: 5; }
.con1_2list .list_Img .list_Img2 img    { width: 100%; }
.con1_2list .list_Txt                   { width: 50%; }
.con1_2list .tt_right{text-align: right;}
.con1_2list .list_Txt .list_Title       { transition: 0.4s; display: block; width: 100%; padding-bottom: 30px; text-align: left; font-size: 20px; font-weight: 600; color: #26262c; font-family: 'Kanit', sans-serif; }
.con1_2list .list_Txt .list_Text        { transition: 0.4s; display: block; width: 100%; text-align: left; font-size: 15px; font-weight: 300; letter-spacing: -0.25px; padding: 1px 0; word-break: keep-all; }
.con1_2list .list_decoT                 { transition: 0.4s; position: absolute; top: 25%; left: 45%; z-index: 2; display: block; font-size: 60px; font-weight: 600; letter-spacing: 0.5px; color: #26262c; font-family: 'Kanit', sans-serif; opacity: 0.05; }

.list_L                                 { transition: 0.4s; padding: 100px 200px 120px 0; }
.list_L .list_Img                       { transition: 0.4s; float: left; }
.list_L .list_Txt                       { transition: 0.4s; float: left; padding: 240px 0 40px 120px; }

.list_R                                 { transition: 0.4s; padding: 100px 0 120px 200px; }
.list_R .list_Img                       { transition: 0.4s; float: right; }
.list_R .list_Txt                       { transition: 0.4s; float: left; padding: 240px 120px 40px 0; }
.list_R .list_Txt .list_Title{text-align: right;}
.list_R .list_Txt .list_Text{text-align: right;}
.list_R .list_Img .list_Img2            { transition: 0.4s; right: 68%; transform: translate(0,38%); width: 50%; }
.list_R .list_decoT                     { left: inherit; right: 45% }

.con1_2Sub3                             { transition: 0.4s; padding: 160px 0 200px; }
/*cont1_2 끝*/


/*cont1_3 시작*/
.con1_3_top { height: calc(100vh - 200px); overflow: hidden; }
.con1_3_bg { height: 174%; position: relative; top: -100%; }
.bg1 { background-image: url(../../../img/content/content1_3/cont1_3_img1.jpg); background-size: cover; background-position: 50% 50%; }
.bg2 { background-image: url(../../../img/content/content1_3/cont1_3_img2.jpg); background-size: cover; background-position: 50% 50%; }

.con1_3_cont                                    { position: relative; width: 100%; padding: 130px 20px; }
.con1_3Sub1                                     { width: 100%; max-width: 920px; margin: 0 auto; }
.con1_3_title                                   { transition: 0.4s; display: block; text-align: center; font-size: 50px; font-weight: 400; color: #26262c; letter-spacing: 8.0px; }
.con1_3_box1                                    { width: 100%; padding: 93px 0; }
.con1_3_box1 .box_title                         { display: block; width: 100%; padding-bottom: 58px; text-align: center; font-size: 22px; font-weight: 400; letter-spacing: -0.25px; }
.con1_3_box1 .box_title b                       { font-weight: 600; }
.con1_3_box1 ul                                 { transition: 0.4s; width: 100%; display: inline-block; zoom: 1; *display: inline; padding: 15px 0; border-top: 1px solid #c5c5c5; border-bottom: 1px solid #c5c5c5; }
.con1_3_box1 ul li                              { transition: 0.4s; float: left; width: 50%; padding: 15px 30px; border-right: 1px solid #c5c5c5; }
.con1_3_box1 ul li:last-of-type                 { transition: 0.4s; border-right: none; }
.list_box                                       { max-width: 230px; margin: 0 auto; }
.list_box .list_title                           { display: block; width: 100%; padding-bottom: 14px; text-align: center; font-size: 20px; font-weight: 500; letter-spacing: -0.25px; color: #333333;  }
.list_box .time_txt                             { width: 100%; font-size: 17px; font-weight: 400; letter-spacing: -0.25px; color: #333; }
.list_box .time_txt .red_text                   { display: inline-block; font-weight: 700; color: #bb5762; font-family: 'Roboto', sans-serif; }
.list_box .time_txt .gray_text                  { display: block; width: 100%; padding: 2px 0; text-align: left; font-size: 15px; font-weight: 300; color: #999; }
.list_box .point_t                              { position: relative; display: block; width: 100%; padding-top: 14px; font-size: 15px; font-weight: 500; color: #666666; z-index: 2; }
.list_box .point_t .line_deco                   { position: absolute; display: block; bottom: 0; left: 0; width: 100%; height: 10px; background: #cf6571; opacity: 0.3; z-index: 1; }


.con1_3_box2                                    { width: 100%; padding: 93px 0; }
.con1_3_box2 .box_title                         { display: block; width: 100%; padding-bottom: 58px; text-align: center; font-size: 22px; font-weight: 400; letter-spacing: -0.25px; }
.con1_3_box2 .box_title b                       { font-weight: 600; }

.loca_box                                       { width: 100%; max-width: 917px; margin: 0 auto; }
.con1_3_map                                     { width: 100%; }
.root_daum_roughmap .wrap_controllers           { display: none !important; }
.map_info                                       { transition: 0.4s; width: 100%; padding: 30px 0 40px; border-bottom: 1px solid #c5c5c5; text-align: left; font-size: 15px; font-weight: 500; color: #666; word-break: keep-all; }
.map_info p                                     { display: block; word-break: keep-all; }
.map_info .map_title                            { transition: 0.4s; display: block; width: 100%; padding-bottom: 8px; text-align: left; font-size: 16px; font-weight: 600; color: #333; font-family: 'Kanit', sans-serif; }

.more_info                                      { width: 100%; padding: 76px 0; display: inline-block; zoom: 1; *display: inline; }
.more_info .info_img                            { transition: 0.4s; float: left; width: 50%; }
.more_info .info_img img                        { width: 100%; }
.more_info .info_txt                            { transition: 0.4s; float: left; width: 50%; padding-left: 50px; }
.more_info .info_tbox                           { transition: 0.4s; padding: 24px 0; }
.more_info .info_tbox .info_title               { transition: 0.4s; display: block; width: 100%; padding-bottom: 8px; text-align: left; font-size: 16px; font-weight: 600; color: #333; font-family: 'Kanit', sans-serif; }
.more_info .info_tbox .info_text                { transition: 0.4s; display: block; width: 100%; font-size: 15px; font-weight: 400; color: #666; line-height: 1.54em; word-break: keep-all; }
.more_info .info_tbox .info_text b              { font-weight: 500; color: #333; }
.more_info .info_tbox .sw_deco                  { transition: 0.4s; width: 180px; height: 54px; margin-bottom: 12px; padding: 6px 10px; line-height: 26px; border: 5px solid #a3002c; border-radius: 30px; font-size: 24px; font-weight: 600; color: #26262c; }
.more_info .info_tbox .sw_deco span             { display: inline-block; padding: 2px 18px; border: 2px solid #a3002c; border-radius: 20px; margin-right: 8px; color: #a3002c; font-size: 14px; text-align: center; }

.map_size                   { width: 100% !important; }
/*cont1_3 끝*/

/*cont1_4 시작*/
.con1_4_top { height: calc(100vh - 200px); overflow: hidden; }
.con1_4_img { height: 200%; position: relative; top: -100%; }
.con1_4_img { background-image: url(../../../img/content/content1_4/cont1_4_img1.jpg); background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; }
.con1_4_cont { width: 100%; min-height: 1000px; padding: 40px 0; overflow-y: hidden; }

.con1_4_cont                                    { width: 100%; padding: 0 0 130px; }
.con1_4_cont_bg                                 { position: relative; overflow: hidden; }
.con1_4Sub1                                     { width: 100%; max-width: 920px; margin: 0 auto; padding: 130px 20px 0; }
.con1_4Sub1 .con1_4_title                       { transition: 0.4s; display: block; text-align: center; font-size: 50px; font-weight: 400; color: #26262c; letter-spacing: 8.0px; }
.con1_4Sub1 .con1_4_subTitle                    { display: block; width: 100%; padding-top: 40px; padding-bottom: 58px; text-align: center; font-size: 22px; font-weight: 400; letter-spacing: -0.25px; }
.con1_4Sub1 .con1_4_subTitle b                  { font-weight: 600; }
.sub_txt                                        { width: 100%; text-align: center; padding-bottom: 160px; }
.sub_txt .sub_text                              { display: block; width: 100%; text-align: center; font-size: 17px; font-weight: 400; letter-spacing: -0.25px; color: #333; word-break: keep-all; }
.sub_txt .sub_text b                            { font-weight: 600; }

.con1_4Sub2                                     { width: 100%; padding: 60px 100px 0; display: inline-block; zoom: 1; *display: inline; background: #c7c9b6; }
.sub2_left                                      { transition: 0.4s; float: left; width: 20%; height: 100%; border: 1px solid #c7c9b6; }
.sub2_right                                     { transition: 0.4s; float: left; width: 80%; height: 100%; display: inline-block; zoom: 1; *display: inline; }
.info_box1                                      { position: relative; float: left; width: 46%; padding-top: 60px; }
.info_box1 .info_deco                           { width: 100%; }
.info_box1 .info_Tbox                           { width: 100%; padding-top: 120px; }
.info_box1 .info_txt                            { width: 100%; }
.info_box1 .info_txt .info_text                 { display: block; width: 100%; padding: 2px 0; transform:skew(-0.2deg); text-align: left; font-size: 15px; font-weight: 400; color: #26262c; word-break: keep-all; }
.info_box1 .info_txt .info_text b               { font-weight: 600; }
.info_box1 .info_txt .info_text strong          { font-size: 18px; font-weight: 600; font-family: 'Kanit', sans-serif; letter-spacing: 0; }
.info_box1 .text_logo                           { position: absolute; top: 100px; left: -400px; }
.info_box2                                      { transition: 0.4s; opacity: 1; position: relative; float: left; width: 42%; min-height: 904px; overflow: hidden; }
.info_box2 .ceo_img                             { position: absolute; bottom: 0; left: 0; }
.info_box2 .ceo_img img                         { width: 100%; }
.info_box3                                      { transition: 0.4s; position: relative; float: left; width: 12%; min-height: 904px; }
.info_box3 .ceo_name                            { position: absolute; bottom: 50px; right: 0; display: block; white-space: nowrap; font-size: 17px; font-weight: 400; color: #555653; }
.info_box3 .ceo_name span                       { transition: 0.4s; display: inline-block; padding: 0 12px; white-space: nowrap; font-size: 26px; }

.con1_4Sub3                                     { width: 100%; max-width: 1068px; padding: 110px 20px; margin: 0 auto; text-align: center; }
.con1_4Sub3 .con1_4_list_box                           { width: 100%; display: inline-block; zoom: 1; *display: inline; }
.con1_4Sub3 .con1_4_list_img                           { transition: 0.4s; float: left; width: 60%; }
.con1_4Sub3 .con1_4_list_img img                       { width: 100%; }
.con1_4Sub3 .con1_4_list_tbox                          { transition: 0.4s; float: left; width: 40%; padding: 250px 0; }
.con1_4Sub3 .con1_4_list_tbox .con1_4_list_title              { display: block; width: 100%; padding: 15px 0 15px 70px; border-bottom: 1px solid rgba(38,38,44,0.2); text-align: left; font-size: 20px; font-weight: 600; letter-spacing: -0.25px; color: #26262c; }
.con1_4Sub3 .con1_4_list_tbox .con1_4_list_text               { text-align: left; padding-left: 70px; padding-top: 21px; }
.con1_4Sub3 .con1_4_list_tbox .con1_4_list_text li            { display: block; width: 100%; padding: 2px 0; font-size: 17px; color: #515156; }

.con1_4Sub4                                     { transition: 0.4s; padding: 130px 0 30px; }
/*cont1_4 끝*/

/*cont2_1 시작*/
.con2_1_wrap                                                { width: 100%; }
.con2_1Sub1                                                 { position: relative; width: 100%; padding: 240px 20px; overflow: hidden; }
.con2_1Sub1 .con2_1_title                                   { transition: 0.4s; display: block; padding-top: 140px; text-align: center; font-size: 50px; font-weight: 400; color: #26262c; letter-spacing: 8.0px;}
.con2_1Sub1 .sub_txt                                        { width: 100%; text-align: center; padding: 90px 0 0; }
.con2_1Sub1 .sub_txt .con2_1_subTitle                       { display: block; width: 100%; padding-bottom: 34px; text-align: center; font-size: 22px; font-weight: 400; letter-spacing: -0.25px; }
.con2_1Sub1 .sub_txt .sub_text                              { display: block; width: 100%; text-align: center; font-size: 17px; font-weight: 400; letter-spacing: -0.25px; color: #999999; word-break: keep-all; }

.con2_1Sub2                                                 { position: relative; width: 100%; padding: 30px 40px 0; background: #2f2f2f; overflow: hidden; }
.con2_1Sub2 .con2_1_box1                                    { width: 100%; padding: 0 100px 0 0; display: inline-block; zoom: 1; *display: inline; }
.con2_1_box1 .box1_imgbox                                   { position: absolute; bottom: 0; left: 0; float: left; width:56%; overflow: hidden; }
.con2_1_box1 .box1_imgbox .box1_img                         { width: 100%; }
.con2_1_box1 .box1_imgbox img                               { width: 100%; height: 100%; }
.con2_1_box1 .box1_txt                                      { float: right; width: 40%; padding: 90px 50px 20px; position: relative;z-index: 9; }
.con2_1_box1 .box1_txt .box1_title                          { display: block; width: 100%; padding: 75px 0 10px; text-align: left; font-size: 40px; font-weight: 400; letter-spacing: 6px; color: #fff; }
.con2_1_box1 .box1_txt .box1_Tbox                           { display: block; width: 100%; margin-top: 70px; padding-left: 23px; border-left: 1px solid rgba(255,255,255,0.5); }
.con2_1_box1 .box1_txt .box1_Tbox .box1_Ttitle              { display: block; width: 100%; padding-bottom: 24px; text-align: left; font-size: 20px; font-weight: 500; color: #fff; letter-spacing: 0.25px; word-break: keep-all; }
.con2_1_box1 .box1_txt .box1_Tbox .box1_Ttitle span         { display: block; width: 100%; font-size: 14px; font-weight: 400; }
.con2_1_box1 .box1_txt .box1_Tbox .box1_Ttxt                { width: 100%; }
.con2_1_box1 .box1_txt .box1_Tbox .box1_Ttxt .box1_Ttext    { display: block; width: 100%; padding: 2px 0; font-size: 15px; font-weight: 300; letter-spacing: -0.25px; color: rgba(255,255,255,0.7); word-break: keep-all }

.con2_1Sub3                                                 { display: block; width: 100%; max-width: 1046px; margin: 0 auto; padding: 87px 0; }
.con2_1Sub3 .skill_title                                    { display: block; width: 100%; padding: 20px; text-align: center; font-size: 34px; font-weight: 600; color: #26262c; font-family: 'Kanit', sans-serif; }
.con2_1Sub3 ul                                              { width: 100%; display: inline-block; zoom: 1; *display: inline;}
.con2_1Sub3 ul li                                           { float: left; width: calc(100%/2); min-height: 330px;  padding: 20px; }
.con2_1Sub3 ul li .skill_img                                { display: block; width: 100%; height: 80px; text-align: center; }
.con2_1Sub3 ul li .skill_img img                            { height: 100%; }
.con2_1Sub3 ul li .skill_name                               { display: block; width: 100%; padding: 35px 0; text-align: center; font-size: 18px; font-weight: 600; }
.con2_1Sub3 ul li .skill_name b                             { font-size: 16px; font-weight: 400; }
.con2_1Sub3 ul li .skill_text                               { text-align: left; line-height: 21px; font-size: 14px; font-weight: 400; color: #666666; letter-spacing: -0.25px; word-break: keep-all; transform:skew(-0.2deg); }

.con2_1Sub4                                                 { width: 100%; background: url(../img/cont2_1_bg1.jpg) no-repeat center top; background-size: 100%; background-color: #fafafa;  }
.con2_1Sub4 .sub4_box                                       { width: 100%; max-width: 720px; margin: 0 auto; padding: 0 20px; }
.con2_1Sub4 .sub4_deco                                      { display: block; width: 100%; text-align: center; max-width: 128px; margin: 0 auto; }
.con2_1Sub4 .sub4_deco img                                  { width: 100%; }
.con2_1Sub4 .sub4_txt                                       { width: 100%; }
.con2_1Sub4 .sub4_txt .sub4_title                           { display: block; word-break: keep-all; width: 100%; padding: 50px 0 20px; text-align: center; font-size: 18px; font-weight: 500; }
.con2_1Sub4 .sub4_txt .sub4_text                            { display: block; word-break: keep-all; width: 100%; text-align: center; font-size: 15px; font-weight: 300; color: #222; }
.con2_1Sub4 .swiper                                         { margin: 0 auto; padding: 40px 0; width: 100%; overflow: hidden; }
.con2_1Sub4 .swiper-slide                                   { display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: bold; color: #fff; }
.con2_1Sub4 .swiper-slide img                               { width: 100%; }
.con2_1Sub4 .sub4_box2                                      { width: 100%; max-width: 1148px; margin: 0 auto; padding: 70px 20px; }
.con2_1Sub4 .sub4_box2 img                                  { width: 100%; }

.con2_1Sub5                                                 { padding: 100px 0; }
/*cont2_1 끝*/

/*cont2_2 시작*/
.con2_2Sub1 .sub_txt .sub_text b              { color: #333333; font-weight: 500; display: block; width: 100%; padding-bottom: 22px; }

.con2_2Sub2                                                 { width: 100%; padding-left: 40px; background: #939598; }
.con2_2Sub2 .con2_2_box1                                    { width: 100%; padding-left: 100px; display: inline-block; zoom: 1; *display: inline; }
.con2_2_box1 .box1_imgbox                                   { position: relative; float: left; width: 50%; min-height: 778px; overflow: hidden; }
.con2_2_box1 .box1_imgbox .box1_img                         { position: absolute; bottom: 0; left: 0; width: 110%; transform: translateX(3%); }
.con2_2_box1 .box1_imgbox img                               { width: 100%; height: 100%; }
.con2_2_box1 .box1_txt                                      { float: left; width: 50%; padding: 140px 50px 20px; }
.con2_2_box1 .box1_txt .box1_title                          { display: block; width: 100%; padding: 75px 0 10px; text-align: left; font-size: 40px; font-weight: 400; letter-spacing: 6px; color: #fff; }
.con2_2_box1 .box1_txt .box1_Tbox                           { display: block; width: 100%; margin-top: 70px; padding-left: 23px; border-left: 1px solid rgba(255,255,255,0.5); }
.con2_2_box1 .box1_txt .box1_Tbox .box1_Ttitle              { display: block; width: 100%; padding-bottom: 24px; text-align: left; font-size: 20px; font-weight: 500; color: #fff; letter-spacing: 0.25px; word-break: keep-all; }
.con2_2_box1 .box1_txt .box1_Tbox .box1_Ttitle span         { display: block; width: 100%; font-size: 14px; font-weight: 400; }
.con2_2_box1 .box1_txt .box1_Tbox .box1_Ttxt                { width: 100%; }
.con2_2_box1 .box1_txt .box1_Tbox .box1_Ttxt .box1_Ttext    { display: block; width: 100%; padding: 2px 0; font-size: 15px; font-weight: 300; letter-spacing: -0.25px; color: rgba(255,255,255,0.7); word-break: keep-all }
.con2_2_box1 .box1_txt .box1_Tbox .box1_Ttxt .box1_Ttext b  { font-weight: 500; }

.con2_2Sub3                                                 { display: block; width: 100%; max-width: 1046px; margin: 0 auto; padding: 87px 0; }
.con2_2Sub3 .skill_title                                    { display: block; width: 100%; padding: 20px; text-align: center; font-size: 34px; font-weight: 600; color: #26262c; font-family: 'Kanit', sans-serif; }
.con2_2Sub3 ul                                              { width: 100%; display: inline-block; zoom: 1; *display: inline;}
.con2_2Sub3 ul li                                           { float: left; width: calc(100%/2); min-height: 470px;  padding: 20px; }
.con2_2Sub3 ul li .skill_img                                { display: block; width: 100%; height: 80px; text-align: center; }
.con2_2Sub3 ul li .skill_img img                            { height: 100%; }
.con2_2Sub3 ul li .skill_name                               { display: block; width: 100%; padding: 35px 0; text-align: center; font-size: 18px; font-weight: 600; }
.con2_2Sub3 ul li .skill_name b                             { font-size: 16px; font-weight: 400; }
.con2_2Sub3 ul li .skill_text                               { text-align: left; line-height: 21px; font-size: 14px; font-weight: 400; color: #666666; letter-spacing: -0.25px; word-break: keep-all; transform:skew(-0.2deg); }


.con2_2Sub4                                                 { width: 100%; }
.con2_2Sub4 .sub4_box2                                      { width: 100%; max-width: 1148px; margin: 0 auto; padding: 70px 20px; }
.con2_2Sub4 .sub4_box2 img                                  { width: 100%; }

/*cont2_2 끝*/

/*cont2_3 시작*/
.con2_3Sub1 .sub_txt .sub_text b                            { color: #333333; font-weight: 500; }

.con2_3Sub2                                                 { width: 100%; background: #c5ced0; }
.con2_3Sub2 .con2_3_box1                                    { position: relative; width: 100%; padding-left: 100px; display: inline-block; zoom: 1; *display: inline; min-height: 935px; overflow: hidden; }

.con2_3_box1 .box1_imgbox                                   { position: absolute; bottom: 0; right: 0; transform: translateX(5%); z-index: 2; }
.con2_3_box1 .box1_txt                                      { position: relative; z-index: 3; width: 100%; padding: 140px 50px 20px; }
.con2_3_box1 .box1_txt .box1_title                          { display: block; width: 100%; padding: 75px 0 10px; text-align: left; font-size: 40px; font-weight: 400; letter-spacing: 6px; color: #fff;  }
.con2_3_box1 .box1_txt .box1_Tbox                           { display: block; width: 100%; margin-top: 70px; padding-left: 23px; border-left: 1px solid rgba(255,255,255,0.5); }
.con2_3_box1 .box1_txt .box1_Tbox .box1_Ttitle              { display: block; width: 100%; padding-bottom: 24px; text-align: left; font-size: 20px; font-weight: 500; color: #fff; letter-spacing: 0.25px; word-break: keep-all; }
.con2_3_box1 .box1_txt .box1_Tbox .box1_Ttitle span         { display: block; width: 100%; font-size: 14px; font-weight: 400; }
.con2_3_box1 .box1_txt .box1_Tbox .box1_Ttxt                { width: 100%; }
.con2_3_box1 .box1_txt .box1_Tbox .box1_Ttxt .box1_Ttext    { display: block; width: 100%; padding: 2px 0; font-size: 15px; font-weight: 300; letter-spacing: -0.25px; color: rgba(255,255,255,0.7); word-break: keep-all }
.con2_3_box1 .box1_txt .box1_Tbox .box1_Ttxt .box1_Ttext b  { font-weight: 500; }

.con2_3Sub3                                                 { display: block; width: 100%; max-width: 1046px; margin: 0 auto; padding: 87px 0; }
.con2_3Sub3 .skill_title                                    { display: block; width: 100%; padding: 20px; text-align: center; font-size: 34px; font-weight: 600; color: #26262c; font-family: 'Kanit', sans-serif; }
.con2_3Sub3 ul                                              { width: 100%; display: inline-block; zoom: 1; *display: inline;}
.con2_3Sub3 ul li                                           { float: left; width: calc(100%/2); min-height: 440px;  padding: 20px 50px; }
.con2_3Sub3 ul li .skill_img                                { display: block; width: 100%; height: 210px; text-align: center; }
.con2_3Sub3 ul li .skill_img img                            { height: 100%; }
.con2_3Sub3 ul li .skill_name                               { display: block; width: 100%; padding: 35px 0; text-align: center; font-size: 18px; font-weight: 600; }
.con2_3Sub3 ul li .skill_name b                             { font-size: 16px; font-weight: 400; }
.con2_3Sub3 ul li .skill_text                               { text-align: left; line-height: 21px; font-size: 14px; font-weight: 400; color: #666666; letter-spacing: -0.25px; word-break: keep-all; transform:skew(-0.2deg); }


.con2_3Sub4                         { width: 100%; max-width: 763px; margin: 0 auto; padding: 70px 20px; }
.con2_3Sub4 img                     { width: 100%; }
/*cont2_3 끝*/


/*cont2_4 시작*/
.con2_4Sub2                                                 { width: 100%; background: #edf3f4; }
.con2_4Sub2 .con2_4_box1                                    { position: relative; width: 100%; padding-left: 100px; display: inline-block; zoom: 1; *display: inline; min-height: 935px; overflow: hidden; }
.con2_4_box1 .box1_imgbox                                   { position: absolute; bottom: 0; right: 0; z-index: 2; height: 100%; }
.con2_4_box1 .box1_txt                                      { position: relative; z-index: 3; width: 100%; padding: 140px 50px 20px 160px; }
.con2_4_box1 .box1_txt .box1_title                          { display: block; width: 100%; padding: 75px 0 10px; text-align: left; font-size: 40px; font-weight: 400; letter-spacing: 6px; color: #4e4f54; }
.con2_4_box1 .box1_txt .box1_Tbox                           { display: block; width: 100%; margin-top: 70px; padding-left: 23px; border-left: 1px solid #4e4f54; }
.con2_4_box1 .box1_txt .box1_Tbox .box1_Ttitle              { display: block; width: 100%; padding-bottom: 24px; text-align: left; font-size: 20px; font-weight: 500; color: #4e4f54; letter-spacing: 0.25px; word-break: keep-all; }
.con2_4_box1 .box1_txt .box1_Tbox .box1_Ttitle span         { display: block; width: 100%; font-size: 14px; font-weight: 400; }
.con2_4_box1 .box1_txt .box1_Tbox .box1_Ttxt                { width: 100%; }
.con2_4_box1 .box1_txt .box1_Tbox .box1_Ttxt .box1_Ttext    { display: block; width: 100%; padding: 2px 0; font-size: 15px; font-weight: 300; letter-spacing: -0.25px; color: #4e4f54; word-break: keep-all }
.con2_4_box1 .box1_txt .box1_Tbox .box1_Ttxt .box1_Ttext b  { font-weight: 500; }
.con2_4_box1 .box1_txt .box1_Tbox2                          { width: 100%; padding: 40px 24px; }
.con2_4_box1 .box1_txt .box1_Tbox2 ul                       { width: 100%; }
.con2_4_box1 .box1_txt .box1_Tbox2 ul li                    { width: 100%; padding-bottom: 10px; text-align: left; font-size: 16px; font-weight: 500; letter-spacing: -0.25px; color: #c5b65d; }
.con2_4_box1 .box1_txt .box1_Tbox2 ul li .li_deco           { display: inline-block; padding-right: 10px; }
.con2_4_box1 .box1_txt .box1_Tbox2 ul li .li_deco img       {  }

.con2_4Sub3                                                 { display: block; width: 100%; max-width: 1046px; margin: 0 auto; padding: 87px 0; }
.con2_4Sub3 .skill_title                                    { display: block; width: 100%; padding: 20px; text-align: center; font-size: 34px; font-weight: 600; color: #26262c; font-family: 'Kanit', sans-serif; }
.con2_4Sub3 ul                                              { width: 100%; display: inline-block; zoom: 1; *display: inline;}
.con2_4Sub3 ul li                                           { float: left; width: calc(100%/2); min-height: 430px;  padding: 20px 50px; }
.con2_4Sub3 ul li .skill_img                                { display: block; width: 100%; text-align: center; }
.con2_4Sub3 ul li .skill_img img                            { height: 100%; }
.con2_4Sub3 ul li .skill_name                               { display: block; width: 100%; padding: 35px 0; text-align: center; font-size: 18px; font-weight: 600; }
.con2_4Sub3 ul li .skill_name b                             { font-size: 16px; font-weight: 400; }
.con2_4Sub3 ul li .skill_text                               { text-align: left; line-height: 21px; font-size: 14px; font-weight: 400; color: #666666; letter-spacing: -0.25px; word-break: keep-all; transform:skew(-0.2deg); }

.con2_4Sub4                         { width: 100%; max-width: 1256px; margin: 0 auto; padding: 70px 20px; }
.con2_4Sub4 img                     { width: 100%; }
/*cont2_4 끝*/

/*cont2_5 시작*/
.con2_5Sub2                                                 { width: 100%; background: #e5eaea; }
.con2_5Sub2 .con2_5_box1                                    { position: relative; width: 100%; padding-left: 100px; display: inline-block; zoom: 1; *display: inline; min-height: 935px; overflow: hidden; }
.con2_5_box1 .box1_imgbox                                   { position: absolute; bottom: 0; right: 0; transform: translateX(-5%); z-index: 2; height: 100%; }
.con2_5_box1 .box1_txt                                      { position: relative; z-index: 3; width: 100%; padding: 140px 50px 20px 160px; }
.con2_5_box1 .box1_txt .box1_title                          { display: block; width: 100%; padding: 75px 0 10px; text-align: left; font-size: 40px; font-weight: 400; letter-spacing: 6px; color: #4e4f54; }
.con2_5_box1 .box1_txt .box1_Tbox                           { display: block; width: 100%; margin-top: 70px; padding-left: 23px; border-left: 1px solid #4e4f54; }
.con2_5_box1 .box1_txt .box1_Tbox .box1_Ttitle              { display: block; width: 100%; padding-bottom: 24px; text-align: left; font-size: 20px; font-weight: 500; color: #4e4f54; letter-spacing: 0.25px; word-break: keep-all; }
.con2_5_box1 .box1_txt .box1_Tbox .box1_Ttitle span         { display: block; width: 100%; font-size: 14px; font-weight: 400; }
.con2_5_box1 .box1_txt .box1_Tbox .box1_Ttxt                { width: 100%; }
.con2_5_box1 .box1_txt .box1_Tbox .box1_Ttxt .box1_Ttext    { display: block; width: 100%; padding: 2px 0; font-size: 15px; font-weight: 300; letter-spacing: -0.25px; color: #4e4f54; word-break: keep-all }
.con2_5_box1 .box1_txt .box1_Tbox .box1_Ttxt .box1_Ttext b  { font-weight: 500; }

/*cont2_5 끝*/

/*cont2_6 시작*/
.con2_6Sub2                                                 { width: 100%; background: #cdd6d9; }
.con2_6Sub2 .con2_5_box1                                    { position: relative; width: 100%; padding-left: 100px; display: inline-block; zoom: 1; *display: inline; min-height: 935px; overflow: hidden; }
.con2_6Sub4                         { width: 100%; max-width: 998px; margin: 0 auto; padding: 70px 20px; }
.con2_6Sub4 img                     { width: 100%; }
/*cont2_6 끝*/

/*cont3_1 시작*/
.cont3_wrap                                     { width: 100%; overflow: hidden; }
.cont3_sub1                                     { position: relative; width: 100%; padding: 240px 20px 140px; z-index: 3; }
.cont3_sub1 .cont3_title                        { transition: 0.4s; display: block; padding-top: 140px; text-align: center; font-size: 50px; font-weight: 400; color: #26262c; letter-spacing: 8.0px; }
.cont3_sub1 .cont3_subTitle                     { display: block; width: 100%; padding: 26px 0 0; text-align: center; font-size: 22px; font-weight: 400; letter-spacing: -0.25px; }
.cont3_sub1 .cont3_subTitle b                   { font-weight: 600; }

.cont3_sub2                                     { position: relative; z-index: 3; width: 100%; display: inline-block; zoom: 1; *display: inline; /*border: 1px solid red;*/ }
.cont3_sub2 .cont3_left                         { float: left; width: 50%; padding: 110px 20px 0; /*border: 1px solid blue;*/ }
.cont3_left .cont3_lTtbox                       { padding-top: 20px; }
.cont3_left .cont3_ltitle                       { transition: 0.4s; display: block; width: 100%; padding-left: 60px; font-size: 46px; font-weight: 400; color: #26262c; font-family: 'Cormorant', serif; }
.cont3_left .cont3_limg                         { transition: 0.4s; display: block; width: 100%; padding: 30px 100px 30px 0; }
.cont3_left .cont3_limg img                     { width: 100%; }
.cont3_left .cont3_ltbox                        { transition: 0.4s; display: block; width: 100%; padding-left: 60px; }
.cont3_left .cont3_ltbox .cont3_lbtext          { transition: 0.4s; display: block; width: 100%; padding-bottom: 12px; text-align: left; font-size: 18px; font-weight: 600; color: #26262c; font-family: 'Kanit', sans-serif; }
.cont3_left .cont3_ltbox .cont3_ltext           { transition: 0.4s; width: 100%; text-align: left; font-size: 14px; font-weight: 400; letter-spacing: -0.25px; color: #26262c; word-break: keep-all; }

.cont3_sub2 .cont3_right                        { transition: 0.4s; position: relative; float: right; width: 50%; padding: 360px 0 40px; padding-left: 20px; overflow: hidden; /*border: 1px solid blue;*/ }
.scrollmagic-pin-spacer                         { display: inline-block !important; }

.ad_btn_box                                     { display: block; width: 100%; text-align: right;padding: 0 20px;font-size: 13px; }
.ad_btn_box .plus_pro                           { display: block; color: #26262c; transition: 0.4s; }
.ad_btn_box .plus_pro:hover                     { text-decoration: underline; color: #e12d2d;}
/*cont3_1 끝*/


@media (min-width: 2000px) {
    .cont3_sub2 .cont3_left             { padding: 0 20px; }
/*    .con2_1_box1 .box1_imgbox           { min-height: 1230px; }*/
    .con2_1_box1 .box1_imgbox           {  }
    .con2_1Sub2                         { min-height: 980px; }
}
@media (max-width: 1400px) {
    
    .list_L                                         { padding: 120px 100px 120px 0; }
    .list_L .list_Txt                               { padding: 120px 0 40px 80px; }
    .list_R                                         { padding: 100px 0 100px 185px; }
    .list_R .list_Txt                               { padding: 80px 0 40px 140px; }
    .con1_2list .list_decoT                         { font-size: 38px; white-space:nowrap; }
    
    .sub2_left                                      { width: 5%; }
    .sub2_right                                     { width: 95%; }
    .info_box2                                      { width: 44%; }
    .info_box3                                      { width: 10%; }
    
    .con2_1Sub2 .con2_1_box1                        { padding: 0; }
    .con2_1_box1 .box1_txt                          { padding: 60px 20px; }
    .con2_1_box1 .box1_txt .box1_title              { padding: 0 0 20px; }
    .con2_1_box1 .box1_imgbox                       { width: 75% }
    
    /* .con1_2gall_vd2                                 { border-radius: 2px 90px 2px 2px; } */
    
    .con2_2Sub2 .con2_2_box1                        { padding: 0; }
    .con2_2_box1 .box1_txt                          { padding: 50px 50px 20px; }
    .con2_2_box1 .box1_txt .box1_title              { padding: 20px 0 10px; }
    .con2_2_box1 .box1_txt .box1_Tbox               { margin-top: 50px; }
    .con2_2_box1 .box1_imgbox                       { min-height: 490px; }
    
    
    .con2_3Sub2 .con2_3_box1                        { padding-left: 20px; min-height: 720px; }
    .con2_3_box1 .box1_txt                          { padding: 50px 50px 20px; }
    .con2_3_box1 .box1_imgbox                       { width: 70%; }
    .con2_3_box1 .box1_imgbox img                   { width: 100%; }
    .con2_3_box1 .box1_txt .box1_title              { padding: 20px 0 10px; }
    .con2_3_box1 .box1_txt .box1_Tbox               { margin-top: 50px; }
    .cont3_left .cont3_limg                         { padding: 30px 0; }
    
    .con2_4_box1 .box1_txt                          { padding: 50px 50px 20px; }
    
    .con2_5_box1 .box1_txt                          { padding: 50px 50px 20px; }
    .con2_5Sub2 .con2_5_box1                        { padding-left: 20px; min-height: 720px; }
    .con2_5_box1 .box1_txt .box1_title              { padding: 20px 0 10px; }
    .con2_5_box1 .box1_txt .box1_Tbox               { margin-top: 50px; }
    .con2_6_box1 .box1_txt                          { padding: 140px 50px 20px 0; }
    
    
}

/*아이패드air 가로*/
@media (max-width: 1180px) {
    .sub2_left              { width: 0%; }
    .sub2_right             { width: 100%; }
    .info_box1              { width: 44%; }
    .info_box2              { width: 51%; }
    .info_box3              { width: 5%; }
    .info_box3 .ceo_name span       { display: block; padding: 0; }
    .cont3_sub2 .cont3_left         { padding: 180px 0 40px; }
    
    .con2_1_box1 .box1_imgbox           { widows: 88%; }
    .con2_1_box1 .box1_txt              { width: 55%; }
    
    
}


@media (max-width: 950px) {
    .conSub1_list .conSub1_li                       { padding: 0 10px; }
    .conSub1_text                                   { text-align: center; }
    .conSub1_li .conSub1_tbox .conSub1_text span    { display: inline; width: auto; }
    .con1_2list .list_Txt .list_Text                { display: inline; }
    .con1_2list .list_Txt .list_Text b              { display: block; }
    .list_L                                         { padding: 100px 100px 100px 0; }
    .list_L .list_Txt                               { padding: 100px 0 40px 68px; }
    .list_R                                         { padding: 100px 0 100px 110px; }
    .list_R .list_Txt                               { padding: 80px 0 40px 20px; }
    .con1_2list .list_decoT                         { font-size: 38px; white-space:nowrap; }
    
    /* .con1_2gall_vd2                                 { border-radius: 2px 60px 2px 2px; } */
    
    .sub2_left                      { width: 0%; }
    .sub2_right                     { width: 100%; }
    .info_box1                      { width: 90%; }
    .info_box2                      { width: 0; opacity: 0; min-height: auto; }
    .info_box3                      { width: 10%; }
    .info_box3 .ceo_name span       { display: block; padding: 0; }
    
    .con2_1_box1 .box1_txt                          { float: none; width: 100%; padding: 60px 20px 60px 40px; }
    .con2_1_box1 .box1_imgbox                       { float: none; width: 100%; position: relative;}
    .con2_1_box1 .box1_imgbox .box1_img             { position: relative; bottom: auto; left: auto; }
    .con2_1Sub2                                     { padding: 30px 40px 0 0; }
    .con2_1Sub3 ul li                               { min-height: 380px; }
    
/*
    .con2_2Sub2                                     { padding-left: 0; }
    .con2_2_box1 .box1_txt                          { width: 45%; }
    .con2_2_box1 .box1_txt .box1_Tbox               { margin-top: 0; }
    .con2_2_box1 .box1_imgbox                       { min-height: 410px; width: 55%; }
*/
    .con2_4Sub2 .con2_4_box1                        { padding: 0 20px; min-height: auto; }
    .con2_4_box1 .box1_txt                          { padding: 100px 50px 20px 0; }
    .con2_4_box1 .box1_txt .box1_title              { padding: 20px 0 10px; }
    .con2_4_box1 .box1_txt .box1_Tbox               { margin-top: 50px; }
    .con2_4_box1 .box1_imgbox                       { min-height: auto; display: none; }
    
    
    .cont3_sub2 .cont3_left                         { position: relative!important; float: none; width: 100%; padding: 20px 40px; display: inline-block; zoom: 1; *display: inline; }
    .cont3_lTtbox                                   { float: left; width: 70%; }
    .cont3_left .cont3_ltitle                       { padding-left: 0; }
    .cont3_left .cont3_limg                         { float: left; width: 30%; padding: 0; }
    .cont3_left .cont3_ltbox                        { padding-left: 0; }
    
    .scrollmagic-pin-spacer                         { display: block !important; padding-top: 0 !important; padding-bottom: 0 !important; }
    
    .cont3_sub2 .cont3_right                        { float: none; width: 100%; padding-left: 0; padding: 40px 20px; }
    
    
}

/*아이패드air 세로*/
@media (max-width: 820px) {
    .conSub1_title                                  { font-size: 26px; padding-bottom: 100px; }
    .conSub1_list .conSub1_li                       { padding: 0 5px; }
    .conSub1_li .conSub1_tbox                       { padding: 30px 0; }
    
    .conSub2_box .conSub2_tbox                      { padding-top: 100px; }
    .conSub2_box .conSub2_tbox .conSub2_title       { font-size: 46px; }
    .conSub2_box .conSub2_tbox .conSub2_text        { font-size: 18px; }
   
    .title_box .text                                { padding: 28px 0; }
    .title_box .text strong                         { font-size: 32px; padding-bottom: 10px; }
    .title_box .text p                              { font-size: 16px; }
    .title_box .line_deco                           { height: 62px; }
    .list_L                                         { padding: 80px 60px 80px 0; }
    .list_R                                         { padding: 80px 0 80px 110px; }
    .list_R .list_Txt                               { padding: 80px 20px 40px 0; }
    .con1_2list .list_decoT                         { left: 60%; font-size: 24px; }
    .con1_2list .list_Txt .list_Title               { padding-bottom: 20px; font-size: 18px; }
    .con1_2list .list_Txt .list_Text                { font-size: 13px; }
    
    .con1_2Sub3                                     { padding: 80px 0; }
    .conSub2_tbox .conSub2_title                    { font-size: 40px; }
    .conSub2_tbox .conSub2_text                     { font-size: 18px; }
    
    .con2_1Sub3 ul li                               { min-height: 390px; }
    
    .con2_2_box1 .box1_txt                          { float: none; width: 100%; }
    .con2_2_box1 .box1_imgbox                       { float: none; width: 100%; min-height: 500px; }
    .con2_2_box1 .box1_imgbox .box1_img             { position: relative; bottom: auto; left: auto; width: 100%; transform: translateX(0); }
 
    .con2_2Sub3 ul li:nth-child(1)                               { min-height: 600px; }
    .con2_2Sub3 ul li:nth-child(2)                               { min-height: 600px; }
    .con2_3Sub3 ul li                                            { min-height: 500px; }
    
    .cont3_left .cont3_ltitle                       { font-size: 38px; }
    
}
 
/*모바일 기본*/
@media (max-width: 640px) {
    .m_cont1_wrap .m_cont1_img .img_box             { min-height: auto; height: auto; padding-bottom: 0; }
    .conSub1_title                                  { font-size: 22px; padding-bottom: 80px; }
    .conSub1_list .conSub1_li                       { float: none; width: 100%; padding: 10px 0; display: inline-block; zoom: 1; *display: inline; }
    .conSub1_li .conSub1_img                        { float: left; width: 40%; }
    .conSub1_li .conSub1_tbox                       { float: left; width: 60%; padding: 120px 30px 0; text-align: left; }
    .conSub1_li .conSub1_tbox .conSub1_et           { text-align: left; }
    .conSub1_li .conSub1_tbox .conSub1_kt           { text-align: left; }
    .conSub1_text                                   { text-align: left; }
    
    .conSub2_box .conSub2_tbox                      { padding-top: 80px; }
    .conSub2_box .conSub2_tbox .conSub2_title       { font-size: 36px; }
    .conSub2_box .conSub2_tbox .conSub2_text        { font-size: 16px; }
    
    .con1_1Sub1_wrap                                { padding: 100px 20px; }
    .con1_1Sub2_box                                 { padding: 100px 0 5px; }
    .con1_1Sub2_box .conSub2_img                    { padding-bottom: 120px; }
    .con1_2Sub1 .con1_2title                        { font-size: 38px; }
    .con1_2Sub1 .con1_2tbox                         { padding: 14px 0 60px; }
    .con1_2tbox .con1_2bt                           { font-size: 16px }
    .con1_2tbox .con1_2txt                          { padding: 32px 0 44px; }
    .con1_2tbox .con1_2txt .con1_2text              { font-size: 14px; display: inline; }
    .con1_2tbox .con1_2tline                        { font-size: 13px; }
    
    
    .title_box .dot_deco                            { margin: 26px auto 0; }
    .title_box .line_deco                           { height: 50px; }
    .title_box .text                                { padding: 20px 0; }
    .title_box .text strong                         { font-size: 28px; }
    .title_box .text p                              { font-size: 15px; }
    
    .con1_2list .list_decoT                         { top: 6%; left: 15%; }
    .con1_2list .list_Img .list_Img2                { transform: translate(6%,38%); width: 25%; }
    .con1_2list .list_Txt .list_Text                { display: block; }
    .list_L                                         { padding: 60px 0; }
    .list_L .list_Img                               { float: none; width: 100%; }
    .list_L .list_Txt                               { float: none; width: 100%; padding: 40px 0; }
    .list_R                                         { padding: 60px 0; }
    .list_R .list_Img                               { float: none; width: 100%; }
    .list_R .list_Txt                               { float: none; width: 100%; padding: 40px 0; }
    .list_R .list_Img .list_Img2                    { right: 0%; width: 55%; }
  
    .conSub2_tbox .conSub2_title                    { font-size: 35px; }
    .conSub2_tbox .conSub2_text                     { font-size: 20px; }
    
    /* .con1_2gall_vd2                                 { border-radius: 2px 60px 2px 2px; } */
    
    .con1_3_cont                                    { padding: 130px 20px 60px; }
    .con1_3_title                                   { font-size: 38px; }
    .con1_3_box1 ul                                 { padding: 0; }
    .con1_3_box1 ul li                              { float: none; width: 100%; padding: 30px 0; border-right: 0; border-bottom: 1px solid #c5c5c5; }
    .con1_3_box1 ul li:last-of-type                 { border-bottom: 0; }
    .con1_3_box2                                    { padding: 93px 0 0; }
    .map_info .map_title                            { font-size: 20px; }
    .map_info                                       { font-size: 16px; }
    .more_info                                      { padding: 76px 0 0; }
    .more_info .info_img                            { float: none; width: 100%; }
    .more_info .info_txt                            { float: none; width: 100%; padding-left: 0; }
    .more_info .info_tbox                           { padding: 40px 0 10px; }
    .more_info .info_tbox .info_title               { font-size: 20px; }
    .more_info .info_tbox .info_text                { font-size: 16px; line-height: 1.58em; display: inline; }
    .more_info .info_tbox .sw_deco                  { margin-bottom: 18px; }
    
    .con1_4Sub2                                             { padding: 60px 40px; overflow: hidden; }
    .con1_4Sub1 .con1_4_title                               { font-size: 38px; }
    .info_box1                                              { float: none; width: 100%; }
    .info_box1 .info_txt .info_text                         { display: inline; }
    .info_box3                                              { float: none; width: 100%; min-height: auto; }
    .info_box3 .ceo_name                                    { position: relative; bottom: auto; right: auto; padding: 20px 0; text-align: right; }
    
    .con1_4Sub3 .con1_4_list_img                            { float: none; width: 100%; padding: 0 40px; }
    .con1_4Sub3 .con1_4_list_tbox                           { float: none; width: 100%; padding: 20px 36px; }
    .con1_4Sub3 .con1_4_list_tbox .con1_4_list_title        { padding: 15px 0; text-align: center; font-size: 26px; }
    .con1_4Sub3 .con1_4_list_tbox .con1_4_list_text         { padding-left: 0; text-align: center; }
    .con1_4Sub3 .con1_4_list_tbox .con1_4_list_text li      { padding: 6px 0; font-size: 20px; }
    .con1_4Sub4                                             { padding: 30px 0; }
    
    .con2_1Sub1                                                     { padding: 200px 20px 160px; }
    .con2_1Sub1 .con2_1_title                                       { font-size: 38px; }
    .con2_1Sub1 .sub_txt                                            { padding: 60px 0 0; }
    .con2_1Sub1 .sub_txt .con2_1_subTitle                           { font-size: 18px; padding-bottom: 24px; }
    .con2_1Sub1 .sub_txt .sub_text                                  { display: inline; font-size: 14px; }
    .con2_1_box1 .box1_imgbox                                       { min-height: auto; }
    .con2_1_box1 .box1_txt                                          { padding: 0; }
    .con2_1_box1 .box1_txt .box1_title                              { font-size: 28px; text-align: center; padding: 0; }
    .con2_1_box1 .box1_txt .box1_Tbox                               { padding-left: 10px; margin-top: 40px; }
    .con2_1_box1 .box1_txt .box1_Tbox .box1_Ttitle                  { font-size: 18px; }
    .con2_1_box1 .box1_txt .box1_Tbox .box1_Ttitle span             { font-size: 13px; }
    .con2_1_box1 .box1_txt .box1_Tbox .box1_Ttxt .box1_Ttext        { display: inline; font-size: 14px; }
    .con2_1Sub2                                                     { padding: 40px 20px 0; }
    .con2_1Sub3                                                     { padding: 60px 0 87px; }
    .con2_1Sub3 .skill_title                                        { font-size: 28px; padding-bottom: 20px; }
    .con2_1Sub3 ul li                                               { float: none; width: 100%; min-height: auto; }
    .con2_1Sub3 ul li .skill_name                                   { padding: 35px 0 26px; }
    .con2_1Sub3 ul li:last-child .skill_img                         { display: none; }
    .con2_1Sub4 .sub4_deco                                          { max-width: 170px; }
    .con2_1Sub4 .sub4_txt                                           { text-align: center; }
    .con2_1Sub4 .sub4_txt .sub4_title                               { font-size: 16px; }
    .con2_1Sub4 .sub4_txt .sub4_text                                { display: inline; font-size: 13px; line-height: 20px; }
    
    .con2_2Sub2                                                     { padding-left: 0; }
    .con2_2_box1 .box1_imgbox                                       { min-height: auto; }
    .con2_2_box1 .box1_txt                                          { padding: 40px 20px; }
    .con2_2_box1 .box1_txt .box1_title                              { font-size: 28px; text-align: center; padding: 0; }
    .con2_2_box1 .box1_txt .box1_Tbox                               { padding-left: 10px; margin-top: 40px; padding-bottom: 40px; }
    .con2_2_box1 .box1_txt .box1_Tbox .box1_Ttitle                  { font-size: 18px; }
    .con2_2_box1 .box1_txt .box1_Tbox .box1_Ttitle span             { font-size: 18px; }
    .con2_2_box1 .box1_txt .box1_Tbox .box1_Ttxt .box1_Ttext        { display: inline; font-size: 14px; }
    .con2_2Sub3                                                     { padding: 60px 0 30px; }
    .con2_2Sub3 .skill_title                                        { font-size: 28px; padding-bottom: 20px; }
    .con2_2Sub3 ul li                                               { float: none; width: 100%; min-height: auto; }
    .con2_2Sub3 ul li:nth-child(1)                                  { min-height: auto; }
    .con2_2Sub3 ul li:nth-child(2)                                  { min-height: auto; }
    .con2_2Sub3 ul li .skill_name                                   { padding: 35px 0 26px; }
    
    
    .con2_2Sub4 .sub4_box2                                          { padding: 20px; }
    
    .con2_3Sub2 .con2_3_box1                                        { min-height: 650px; padding-left: 0; }
    .con2_3Sub3 ul li                                               { float: none; width: 100%; min-height: auto; }
    .con2_3_box1 .box1_imgbox                                       { min-height: auto; transform: translateX(0); width: 100%;}
    .con2_3_box1 .box1_txt                                          { padding: 40px 20px; }
    .con2_3_box1 .box1_txt .box1_title                              { font-size: 28px; text-align: center; padding: 0; }
    .con2_3_box1 .box1_txt .box1_Tbox                               { padding-left: 10px; margin-top: 40px; padding-bottom: 40px; }
    .con2_3_box1 .box1_txt .box1_Tbox .box1_Ttitle                  { font-size: 18px; }
    .con2_3_box1 .box1_txt .box1_Tbox .box1_Ttitle span             { font-size: 18px; }
    .con2_3_box1 .box1_txt .box1_Tbox .box1_Ttxt .box1_Ttext        { display: inline; font-size: 14px; }
    
    .map_size                                                       { width: 100% !important; height: 380px !important; }
    
    .con2_4Sub2 .con2_4_box1                                        { padding: 0;  }
    .con2_4_box1 .box1_txt                                          { padding: 40px 20px; }
    .con2_4_box1 .box1_imgbox                                       { display: none; }
    .con2_4_box1 .box1_txt .box1_Tbox2                              { padding: 40px 10px; }
    .con2_4Sub3 ul li                                               { width: 100%; float: none; min-height: auto; }
    .con2_4Sub4                                                     { padding: 0 20px; }
    
    .con2_5Sub2 .con2_5_box1                                        { padding: 0; min-height: 770px; }
    .con2_5_box1 .box1_txt                                          { padding: 40px 20px; }
    .con2_5_box1 .box1_txt .box1_title                              { font-size: 28px; text-align: center; padding: 0; }
    .con2_5_box1 .box1_txt .box1_Tbox                               { padding-left: 10px; margin-top: 40px; padding-bottom: 40px; }
    .con2_5_box1 .box1_txt .box1_Tbox .box1_Ttitle                  { font-size: 18px; }
    .con2_5_box1 .box1_txt .box1_Tbox .box1_Ttitle span             { font-size: 18px; }
    .con2_5_box1 .box1_txt .box1_Tbox .box1_Ttxt .box1_Ttext        { display: inline; font-size: 14px; }
    .con2_5_box1 .box1_imgbox                                       { height: auto; width: 100%; transform: translateX(0); }
    .con2_5_box1 .box1_imgbox img                                   { width: 100%; }
    
    .con2_6Sub2 .con2_5_box1                                        { padding: 0; min-height: 700px; }
    
    .cont3_sub1 .cont3_title                                        { font-size: 38px; }
    .cont3_sub2 .cont3_left                                         { padding: 20px; }
    .cont3_lTtbox                                                   { float: none; width: 100%; padding-bottom: 38px; }
    .cont3_left .cont3_limg                                         { float: none; display: none; }
    .cont3_left .cont3_ltitle                                       { font-size: 32px; }
    .cont3_left .cont3_ltbox .cont3_lbtext                          { font-size: 16px; }
    .cont3_left .cont3_ltbox .cont3_ltext                           { font-size: 13px; }
    
    
}

/*모바일 최소*/
@media (max-width: 460px) {
    .conSub1_li .conSub1_tbox                       { padding: 40px 20px 0; }
    .conSub2_box .conSub2_tbox .conSub2_title       { font-size: 28px; }
    .conSub2_box .conSub2_tbox                      { padding-top: 40px; }
    .conSub2_box .conSub2_tbox .conSub2_text        { font-size: 14px; }
    .conSub2_tbox .conSub2_title                    { font-size: 24px; }
    .conSub2_tbox .conSub2_text                     { font-size: 16px; }
    
    .con2_1Sub1                                     { padding: 50px 20px; }
}