@charset "utf-8";

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

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

/* 초기화 */
html {
    overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    font-family: 'S-CoreDream-3Light';
    background: #fff;
    font-family: 'S-CoreDream-3Light';
    overflow-x: hidden;
}
main {
    overflow-x: hidden;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-family: 'S-CoreDream-3Light';
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
label,
input,
button,
select,
img {
    vertical-align: middle;
    font-size: 1em;
}
input,
button {
    margin: 0;
    padding: 0;
    font-family: 'S-CoreDream-3Light';
    font-size: 1em;
}
input[type='submit'] {
    cursor: pointer;
}
button {
    border: none;
    outline: none;
    background-color: inherit;
    cursor: pointer;
}

textarea,
select {
    font-family: 'S-CoreDream-3Light';
    font-size: 1em;
}
select {
    margin: 0;
}
p {
    margin: 0;
    padding: 0;
    word-break: break-all;
}
hr {
    display: none;
}
pre {
    overflow-x: scroll;
    font-size: 1.1em;
}
a {
    color: #000;
    text-decoration: none;
}

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

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

input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
    -webkit-box-shadow: 0 0 5px #9ed4ff;
    -moz-box-shadow: 0 0 5px #9ed4ff;
    box-shadow: 0 0 5px #9ed4ff;
    border: 1px solid #558ab7 !important;
}

.placeholdersjs {
    color: #aaa !important;
}

/* 레이아웃 크기 지정 */
#hd,
#wrapper,
#ft {
    width: 100%;
}

#hd_pop,
#hd_wrapper,
#tnb .inner,
#gnb .gnb_wrap,
#container_wr,
#ft_wr {
    width: 100%;
}

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

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

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

#hd_wrapper {
    position: relative;
    margin: 0 auto;
    height: 70px;
    zoom: 1;
    background: #eee;
}
#hd_wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

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

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

#hd_define {
    float: left;
}
#hd_define:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}
#hd_define li {
    float: left;
    font-size: 1.083em;
    line-height: 14px;
    border-right: 1px solid #4a4a4a;
    position: relative;
    text-align: center;
    margin: 15px 10px 15px 0;
    padding-right: 10px;
}
#hd_define li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
#hd_define li a {
    display: inline-block;
    color: #919191;
}
#hd_define li.active a {
    color: #fff;
}

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

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

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

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

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

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

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

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

#container {
    position: relative;
    width: 100%;
    min-height: 630px;
}

#container:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

#container_title {
    font-size: 2rem;
    margin: 0 auto;
    font-weight: 600;
    padding: 80px 0;
    /* background: url(/img/intro_bg_1.png) no-repeat; */
    /* background-size: cover; */
    /* height: 300px; */
    background-attachment: fixed;
    color: #fff;
    text-align: center;
}

.container_title1 {
    background: url(/img/intro_bg_1.png) no-repeat;
}

.container_title2 {
    background: url(/img/business_bg_1.png) no-repeat;
}

.container_title3 {
    background: url(/img/product_bg_1.png) no-repeat;
}

.container_title4 {
    background: url(/img/contact_bg_1.png) no-repeat;
}

.container_info1 {
    background: url(/img/intro_bg_2.png) no-repeat !important;
}

#container_title:first-child {
    display: none;
}
#container_title span {
    display: block;
    font-size: 2rem;
    width: 80%;
    margin: 0 auto;
}
#container_title p {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 2.5rem;
}

.container_menu {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.container_menu ul {
    position: absolute;
    bottom: 18px;
    display: flex;
    font-size: 1rem;
    gap: 20px;
    /* text-align: center; */
    transform: translate(-50%);
    left: 50%;
}
.container_menu ul li {
    background: rgb(255, 255, 255, 0.5);
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #13007d;
}
.container_menu ul li a {
    font-size: 1rem;
}
.container_menu ul :is(li:hover, li.active) {
    background: #13007d;
}
.container_menu ul :is(li:hover, li.active) a {
    color: #fff;
}

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

/* 하단 레이아웃 */
#ft {
    background: #212020;
    margin: 0 auto;
    text-align: center;
}
#ft h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
#ft_wr {
    font-size: 1rem;
    color: #fff;
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
}
/* #ft_wr:after {display:block;visibility:hidden;clear:both;content:""} */
#ft_wr .ft_cnt {
    width: 25%;
    float: left;
    padding: 0 20px;
}

#ft_link {
    text-align: left;
}
#ft_link a {
    display: block;
    color: #fff;
    line-height: 2em;
    font-weight: bold;
}
#ft_company h2 {
    font-size: 1.2em;
    margin-bottom: 20px;
}
#ft_company {
    font-weight: normal;
    color: #e3e3e3;
    line-height: 2em;
}
#ft_catch {
    margin: 20px 0 10px;
}
/* #ft_copy {
    text-align: start;
    margin: 0 auto;
    padding: 20px 0;
    color: rgb(255, 255, 255, 0.6);
    font-size: 0.92em;
    border-top: 1px solid #383838;
    width: 80%;
    font-size: 1rem;
} */
.ft_login_wrap {
    display: flex;
    text-align: start;
    margin: 0 auto;
    padding: 20px 0;
    color: rgb(255, 255, 255, 0.6);
    font-size: 0.92em;
    border-top: 1px solid #383838;
    width: 80%;
    font-size: 1rem;
    justify-content: space-between;
    align-items: center;
}
.ft_login {
    word-break: keep-all;
}
.ft_login a {
    color: #fff;
    font-size: 0.9rem;
}
#top_btn {
    transition: all 0.5s;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #333;
    color: #333;
    text-align: center;
    font-size: 15px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5);
}
#top_btn:hover {
    border-color: #13007d;
    background: #13007d;
    color: #fff;
}

#ft .ft_wrap {
    text-align: start;
    padding: 40px 0;
}
#ft_wr .ft_lef ul li {
    padding-bottom: 10px;
}
#ft_wr .ft_lef dl {
    display: flex;
    gap: 20px;
}
#ft_wr .ft_lef dl dt {
    font-weight: 600;
    width: 80px;
}
#ft_wr .ft_lef dl dd {
    color: rgb(255, 255, 255, 0.6);
}

#ft_wr .ft_rigt ul {
    display: flex;
    gap: 40px;
    text-align: center;
}

#ft_wr .ft_rigt ul li dl a {
    color: #fff;
}
#ft_wr .ft_rigt ul li dl dt a {
    padding-bottom: 20px;
    display: inline-block;
}
#ft_wr .ft_rigt ul li dl dd a {
    padding-bottom: 10px;
    display: inline-block;
    color: rgb(255, 255, 255, 0.6);
}

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

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

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

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

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

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

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

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

/* 버튼 */
a.btn,
.btn {
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-size: 1.4em;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

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

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

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

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

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
    font-size: 1rem;
    display: inline-block;
    color: rgb(255, 255, 255, 0.9);
    text-decoration: none;
    vertical-align: middle;
    border: 0;
    background: transparent;
}
.btn_b01:hover,
.btn_b01:hover {
    color: #fff;
}
a.btn_b02,
.btn_b02 {
    display: inline-block;
    background: #253dbe;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    border: 0;
    vertical-align: middle;
}
a.btn_b02:hover,
.btn_b02:hover {
    background: #0025eb;
}
a.btn_b03,
.btn_b03 {
    display: inline-block;
    background: #fff;
    border: 1px solid #b9bdd3;
    color: #646982;
    text-decoration: none;
    vertical-align: middle;
}
a.btn_b03:hover,
.btn_b03:hover {
    background: #ebedf6;
}
a.btn_b04,
.btn_b04 {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    color: #707070;
    text-decoration: none;
    vertical-align: middle;
}
a.btn_b04:hover,
.btn_b04:hover {
    color: #333;
    background: #f9f9f9;
}
a.btn_admin,
.btn_admin {
    display: inline-block;
    color: #d13f4a;
    text-decoration: none;
    vertical-align: middle;
} /* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
    color: #ff3746;
}

#bo_list_total {
    float: left;
    line-height: 34px;
    font-size: 1rem;
    color: #4e546f;
}
#bo_list_total span {
    color: #13007d;
    font-weight: 900;
}

.more_opt {
    height: 90px;
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    background: #13007d;
    z-index: 999;
}
.more_opt li button,
.more_opt li a {
    width: 100%;
    border: 0;
    background: #13007d;
    color: rgb(255, 255, 255, 0.9);
}

.more_opt li {
    padding: 10px;
    float: inherit;
    width: 90px;
    margin: 0;
    color: #6b757c;
    text-align: left;
}
.more_opt li:hover a,
.more_opt li:hover button {
    color: #fff;
}

#bo_list tbody tr:hover {
    border-left: 3px solid #13007d;
}

#bo_btn_top {
    margin: 40px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.btn_bo_user li {
    float: left;
    text-align: center;
    margin-left: 10px;
    background: #13007d;
    padding: 2px 10px;
    border-radius: 50px;
}

.board_view_info {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
    height: 50px;
}
.board_view_info_left {
    float: left;
}

.board_view_info_div {
    float: left;
    margin: 3px;
    font-size: 15px;
}

.board_view_info_div b {
    color: #333;
    padding-left: 10px;
    font-weight: 400;
}
.board_view_info_div span {
    color: #333;
    padding: 0 10px;
}

.board_view_info_right {
    float: right;
}

.board_view_info_div {
    float: left;
    margin: 3px;
    font-size: 15px;
}

.bo_v_nb {
    font-size: 1rem;
    position: relative;
    margin: 20px 0;
    clear: both;
    text-align: left;
}

#bo_v_atc {
    min-height: 200px;
    height: auto !important;
    height: 200px;
    text-align: center;
    font-size: 1.2rem;
}

#bo_v_title {
    display: block;
    font-size: 1.8rem;
    word-break: break-all;
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid #000;
    margin-top: 150px;
}

.more_opt li button,
.more_opt li a {
    width: 100%;
    border: 0;
    background: #13007d;
    color: rgb(255, 255, 255, 0.9);
    padding: 2px;
    font-size: 0.85rem;
}
.more_opt li:hover a,
.more_opt li:hover button {
    color: #fff;
}

#bo_gall .gall_text_href a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

/* 기본테이블 */
.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 5px;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.tbl_wrap caption {
    padding: 10px 0;
    font-weight: bold;
    text-align: left;
}
.tbl_head01 {
    margin: 0 0 10px;
}
.tbl_head01 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.tbl_head01 thead th {
    font-size: 1.2rem;
    padding: 35px 20px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ececec;
    height: 40px;
}
.tbl_head01 thead th input {
    vertical-align: top;
} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center;
}
.tbl_head01 tbody th {
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
}
.tbl_head01 td {
    font-size: 1.125rem;
    color: #666;
    padding: 10px 5px;
    border-top: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    line-height: 1.4em;
    height: 80px;
    word-break: break-all;
}
.tbl_head01 tbody tr:hover td {
    background: #fafafa;
}
.tbl_head01 a:hover {
    text-decoration: underline;
}

.tbl_head01 .col_number {
    width: 10%;
}
.tbl_head01 .col_title {
    width: 70%;
}
.tbl_head01 .col_writer {
    width: 15%;
}
/* .tbl_head01 .col_view { width: 10%;} */
.tbl_head01 .col_date {
    width: 15%;
}

thead.list_th {
    background: none;
    border-top: 3px solid #13007d;
}
tbody.list_body {
    border-top: 2px solid rgb(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* common */
/* #hd .ham {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: transparent;
    font-size: 0;
    position: relative;
    z-index: 99999;
}
#hd .ham::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
    transition: all 0.5s;
}
#hd .ham::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: calc(50% + 5px);
    transition: all 0.5s;
}
#hd .ham.active::before {
    transform: translate(0, 5.5px) rotate(-45deg);
    background: #fff;
}
#hd .ham.active::after {
    transform: translate(0, -5.5px) rotate(45deg);
    background: #fff;
}

#hd .mgnb_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2b1a8a;
    z-index: 12;
}
#hd .mgnb_wrap .mgnb {
    width: 80%;
    margin: 200px auto;
}


#hd .mgnb > li {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid rgb(255, 255, 255, 0.3);
    font-size: 2rem;
    color: #fff;
}

.mdepth2 {
    padding: 10px 0 0 0;
}
.mdepth2 > li {
    position: relative;
}
.mdepth2 > li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: rgb(255, 255, 255, 0.8);
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 15px;
}
.mdepth2 > li a {
    color: rgb(255, 255, 255, 0.8);
    font-size: 1.4rem;
    display: block;
    padding: 3px 0;
} */

.dim {
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
}
.mgnb_wrap {
    z-index: 999999;
    position: fixed;
    right: -100%;
    top: 0;
    width: 70%;
    height: 100%;
    background: #fff;
    padding: 100px 20px 50px;
}
.mgnb > li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.mdepth2 {
    padding: 10px 0 0 40px;
}
.mdepth2 > li a {
    color: #666;
    font-size: 14px;
}
.mdepth2 > li {
    position: relative;
}
.mdepth2 > li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    left: -13px;
    top: 10px;
}
.mgnb_close {
    background-size: 25px;
    position: absolute;
    right: 7%;
    top: 2.5%;
    background: url('/img/mgnb_close.svg') no-repeat center;
    color: #fff;
    font-size: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.mbnb_logo {
    text-align: center;
}
.mgnb_login {
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}
.mgnb_login a {
    padding-right: 5px;
}

.ham {
    display: none;
    cursor: pointer;
}
.ham img {
    height: 40px;
    width: 100%;
    display: block;
}

.s_inner {
    width: 80%;
    margin: 0 auto;
}
.s_txt {
    text-align: center;
    padding: 50px;
}
.s_txt h2 {
    font-size: 1.5rem;
}
h3 {
    position: relative;
    font-size: 1rem;
    padding-bottom: 10px;
    color: #e60000;
}

.h3_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 160px;
    margin: 0 auto;
}
.h3_wrap img {
    width: 10%;
    display: block;
}
/* .s_txt h3::after { content: ''; display: block; border-radius: 50%; width: 20px; height: 20px; background: #ED1B23; position: absolute; left:0; top: 0; transform: translate(-50%); } */

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 4;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

/* hd_wrapper */
#hd {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 4px 2px -2px rgb(128, 128, 128, 0.5);
}
#hd .hd_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
}
#hd h1 img {
    display: block;
    width: 100%;
}
#hd .gnb {
    display: flex;
}
#hd .gnb > li {
    position: relative;
}

/* #hd .gnb { display: flex; }
#hd .gnb > li { position: relative; }
#hd .gnb > li > a { display: block; padding: 10px 30px; font-size: 1.2rem; color: #121212; font-weight: 500; }

#hd .gnb > li .depth2 {  display: none; position: absolute; left: 0;  width: 160px; background: #eee; padding: 20px 0; }
#hd .gnb > li:hover .depth2 li a { text-align: center; font-size: 1.0rem; display: block; padding: 10px 0; transition: all 0.5s; font-weight: 500; }
#hd .gnb > li:hover .depth2 li a:hover { background: #13007D; color: #fff; }

#hd .gnb > li:hover .depth2 { display: block; } */

#hd .gnb {
    display: flex;
}
#hd .gnb > li {
    position: relative;
}
#hd .gnb > li:before {
    transition: opacity 0.5s, top 0.2s;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #13007d;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    opacity: 0;
}
#hd .gnb > li:hover:before {
    opacity: 1;
    top: 0;
}
#hd .gnb > li > a {
    display: block;
    padding: 10px 40px 15px;
    font-size: 1.3rem;
}
#hd .gnb > li:hover > a {
    color: #13007d;
}

#hd .gnb .depth2 {
    white-space: nowrap;
    display: flex;
    opacity: 1;
    position: absolute;
    top: 65px;
    left: -100px;
    z-index: 99;
}
/* #hd .gnb .depth2 li { float: left; } */
#hd .gnb > li:nth-child(3) .depth2 {
    right: 50px;
}
#hd .gnb > li:nth-child(4) .depth2 {
    right: 0;
}
#hd .gnb .depth2 li a {
    display: block;
    padding: 15px;
    color: #fff;
    transition: color 0.5s;
    font-size: 1.1rem;
}
#hd .gnb .depth2 li a:hover {
    color: red;
}

/* #hd .ham { display: block; cursor: pointer; width: 24px; height: 18px; background: url('../images/ham.svg') no-repeat center; border: 0; font-size: 0; } */

#hd .depth2_bg {
    width: 100%;
    height: 55px;
    background: rgb(19, 0, 125);
    position: absolute;
    left: 0;
    top: 84px;
    z-index: 98;
}

/* main_visual */
.mv ul li {
    position: relative;
    height: 85vh;
}
.mv ul .mv1 {
    background: url('/img/mv1.png') no-repeat center / cover;
}
.mv ul .mv2 {
    background: url('/img/mv2.png') no-repeat center / cover;
}
.mv ul .mv3 {
    background: url('/img/mv3.png') no-repeat center / cover;
}
.mv ul .mv4 {
    background: url('/img/mv4.png') no-repeat center / cover;
}
.mv ul li .mv_txt {
    transition: all 2s;
    transform: translate(100px, 0);
    position: absolute;
    left: 10%;
    top: 27%;
    opacity: 0;
    color: #fff;
    font-size: 2rem;
}

.mv ul li h2 {
    padding-bottom: 20px;
    font-size: 3.5rem;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.mv ul li h2 span {
    line-height: 1.5;
    font-size: 4rem;
    font-weight: 700;
}
.mv ul li.swiper-slide-active .mv_txt {
    transform: translate(0, 0);
    opacity: 1;
}

/* .mv .swiper-pagination { bottom: 50px; }
.mv .swiper-pagination-bullet { background: #fff; opacity: 1; border-radius: 10px; transition: all 0.5s; }
.mv .swiper-pagination-bullet-active { background: #000; width: 30px; } */
#main_visual .mv_btn {
    display: flex;
    gap: 20px;
    position: absolute;
    right: 10%;
    bottom: 115px;
    font-size: 2.5rem;
    z-index: 99;
}
#main_visual .swiper-button-prev,
#main_visual .swiper-button-next {
    background: none;
}

#main_visual .swiper-button-prev {
    position: static;
    transition: all 0.5s;
    width: 30px;
    height: 30px;
    color: #fff;
}
#main_visual .swiper-button-prev:hover {
    transform: translateX(0);
    padding-left: 0;
}
#main_visual .swiper-button-next {
    position: static;
    transition: all 0.5s;
    width: 30px;
    height: 30px;
    color: #fff;
}
#main_visual .swiper-button-next:hover {
    transform: translateX(0);
    padding-right: 0;
}

#main_visual .swiper-pagination {
    top: auto;
    bottom: 10%;
    width: 80vw;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
}
#main_visual .swiper-pagination-progressbar-fill {
    background: #ed1b23;
}
#main_visual .swiper-pagination-progressbar {
    background: #fff;
}

h3.main_h3 {
    font-size: 2rem;
    color: #000;
}
#supp h3.main_h3 {
    color: #fff;
}

/* biz */
#biz {
    /* background: url('/img/bus_bg.png') no-repeat center / cover;  */
    padding: 50px 0;
}
#biz ul {
    border: 1px solid #ddd;
    display: flex;
    background: #fff;
    padding: 20px 0;
}
#biz ul li {
    background-size: 70px;
    width: calc(100% / 3);
    /* border-left: 1px solid #ddd; 
  border-top: 1px solid #ddd; 
  border-bottom: 1px solid #ddd;  */
    text-align: center;
    padding: 140px 0 40px;
}
#biz ul li dl dt {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}
#biz ul li dl dd:nth-of-type(1) {
    color: #999;
    font-size: 20px;
}
#biz ul li:nth-child(1) {
    background: url(/img/bus_icon1.png) no-repeat center 30px;
    border-right: 1px solid #ddd;
    background-size: 90px;
}
#biz ul li:nth-child(2) {
    background: url(/img/bus_icon2.png) no-repeat center 30px;
    border-right: 1px solid #ddd;
    background-size: 70px;
}
#biz ul li:nth-child(3) {
    background: url(/img/bus_icon3.png) no-repeat center 30px;
    background-size: 90px;
}

.btn_more {
    font-size: 1.2rem;
    border-radius: 50px;
    background: #13007d;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
}

/* solution */
.solution {
    background: url('../images/section_bg_02.jpg') no-repeat center / cover;
}
.solution .inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: 7.2916vw;
    padding-left: 20px;
}
.solution .solution_txt {
    width: 500px;
}
.solution .solution_list {
    width: calc(100% - 500px);
    color: #fff;
}
.solution .swiper-slide {
    position: relative;
}
.solution .swiper-slide img {
    width: 100%;
    display: block;
}
.solution dl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    padding: 40px;
}
.solution dl dt {
    font-size: 3rem;
    font-weight: 700;
}
.solution dl dd:nth-of-type(1) {
    opacity: 0.7;
    font-size: 1.8rem;
    padding: 10px 0 0;
}
.solution .btn_more {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.solution .swiper-slide:hover dl {
    background: var(--main-color);
}

/* service */

#proc .s_txt {
    padding: 50px 0;
}
#service {
}
#service:nth-child(even) {
    background: url('/img/proc_bg1.png') no-repeat center / cover;
}
#service {
    background: url('/img/proc_bg2.png') no-repeat center / cover;
}
#service .new_txt {
    width: 660px;
}
#service .new_txt h2 {
}
#service .new_txt p {
    word-break: keep-all;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 40px 0;
}
/* #service > :nth-child(n+1):nth-child(-n+2) { text-align: center; } */
#service .new_txt .service_button {
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    border: 1px solid #fff;
    padding: 20px;
}
#service .new_txt .service_button a {
    color: #fff;
}
#service .inner {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 40px 10%;
    /* margin-right: 0; */
    /* max-width: 100%;  */
}

#service .service_inner {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 40px 10%;
}

#service .tab {
    width: 660px;
}
#service .tab li button {
    opacity: 0.3;
    font-family: var(--sub-font);
    cursor: pointer;
    display: block;
    text-align: left;
    padding: 20px 30px;
    width: 70%;
    font-weight: 700;
    color: #fff;
    background: #636a52;
    font-size: 2rem;
}
#service .tab li.active button {
    opacity: 1;
}

#service .about_list {
    width: calc(100% - 660px);
    letter-spacing: -0.5px;
    overflow: hidden;
}
#service .about_list .about_item img {
    width: 70%;
    display: block;
}
#service .about_list .about_item .thumb {
    position: relative;
}
.serv_wrap img {
    width: 100%;
}
/* #service .about_list .about_item .thumb::before { transition: all .7s; content: ''; display: block; width: 0; height: 0; box-shadow: inset 20px 20px 0 #636a52; position: absolute; left: 0; top: 0; }
#service .about_list .about_item .thumb::after { transition: all .7s; content: ''; display: block; width: 0; height: 0; box-shadow: inset -20px -20px 0 #636a52; position: absolute; right: 0; bottom: 0; }
#service .about_list .about_item:hover .thumb::before { width: 100%; height: 100%; }
#service .about_list .about_item:hover .thumb::after { width: 100%; height: 100%; } */
#service .about_list .about_item {
    position: relative;
}
#service .about_list .about_item dl {
    width: 70%;
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: #13007d;
    color: #fff;
}
#service .about_list .about_item dl dt {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.3;
}
#service .about_list .about_item dl dd {
    font-size: 1rem;
    color: rgb(255, 255, 255, 0.8);
    padding-top: 10px;
    font-weight: 300;
}

#service .serv_btn {
    display: flex;
    gap: 20px;
    position: absolute;
    right: -285px;
    bottom: 25px;
    font-size: 2.5rem;
    z-index: 99;
}

#service .swiper-button-prev,
#service .swiper-button-next {
    background: none;
}

#service .swiper-button-prev {
    position: static;
    transition: all 0.5s;
    width: 30px;
    height: 30px;
    color: #fff;
}
#service .swiper-button-prev:hover {
    transform: translateX(0);
    padding-left: 0;
}
#service .swiper-button-next {
    position: static;
    transition: all 0.5s;
    width: 30px;
    height: 30px;
    color: #fff;
}
#service .swiper-button-next:hover {
    transform: translateX(0);
    padding-right: 0;
}

#service .swiper-pagination {
    top: auto;
    bottom: 10%;
    width: 30vw;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
}
#service .swiper-pagination-progressbar-fill {
    background: #ed1b23;
}
#service .swiper-pagination-progressbar {
    z-index: 99;
    background: #fff;
}

#service .serv_wrap {
    position: absolute;
    left: 25%;
}

/* supp */
#supp {
    background: url('/img/cus_bg.png') no-repeat center / cover;
    padding-bottom: 100px;
}
#supp .s_txt {
    padding: 50px 0 20px;
    color: #fff;
}

/* #supp ul { display: flex; gap: 20px; width: 100%;} */
#supp ul.supp_ul {
    display: grid;
    gap: 80px;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
}
#supp ul.supp_ul > li {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    min-width: 0;
}
#supp ul.supp_ul > li h4 {
    font-weight: 600;
    font-size: 2rem;
    display: flex;
    justify-content: space-between;
}

/* business */
#business .business_inner {
    width: 80%;
    margin: 0 auto;
}
#business .business_inner .bus_h2 {
    padding: 50px 0;
    text-align: center;
    color: #13007d;
    font-size: 1.5rem;
    font-weight: 700;
}
#business .business_inner ul {
    word-break: keep-all;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 50px;
}

#business .business_inner ul li {
    float: left;
    width: calc((100% - 240px) / 5);
    height: 211px;
    border: 2px solid #13007d;
    padding: 35px 0 0;
    /* margin: 6px; */
    text-align: center;
    border-radius: 20px;
    padding: 20px;
}

#business .business_inner ul .img {
    display: block;
    margin-bottom: 20px;
}

#business1 .business1_inner {
    width: 80%;
    margin: 0 auto;
}
#business1 .bus_wrap {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

#business1 .bus_wrap .bus_tit {
    width: 30%;
}
#business1 .bus_wrap .bus_tit h4 {
    width: 80%;
    font-size: 1.8rem;
    word-break: keep-all;
}
#business1 .bus_wrap ul.bus_block {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 70%;
}
#business1 .bus_wrap ul.bus_block li {
    padding: 25px;
    border: 2px solid rgb(51, 51, 51, 0.3);
    width: calc((100% - 20px) / 2);
}
#business1 .bus_wrap ul.bus_block li dl dt {
    word-break: keep-all;
    padding-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 700;
}
#business1 .bus_wrap ul.bus_block li dl dd {
    word-break: keep-all;
    padding-bottom: 3px;
    font-size: 1.1rem;
    font-weight: 400;
}
.root_daum_roughmap .wrap_btn_zoom {
    z-index: 1 !important;
}
#story dl dt br { display: none;}
@media screen and (max-width: 1440px) {
    .mv ul li .mv_txt {
        font-size: 1.5rem;
    }
    .mv ul li h2 {
        font-size: 2.5rem;
    }
    #service .about_list .about_item dl {
        width: 80%;
    }
    #service .about_list .about_item img {
        width: 80%;
    }
    #service .new_txt .service_button {
        padding: 10px;
    }
    #service .new_txt p {
        padding: 20px 0;
    }
    #service .swiper-pagination {
        width: 40vw;
    }
    #service .serv_wrap {
        left: 30%;
    }

    #service .new_txt .service_button {
        font-size: 1rem;
    }

    #service .new_txt h2 img {
        display: block;
        width: 40%;
    }

    #business .business_inner ul {
        gap: 30px;
        padding-bottom: 50px;
    }

    #business .business_inner ul li {
        padding: 15px;
        width: calc((100% - 120px) / 5);
        font-size: 0.9rem;
    }
    #business1 .bus_wrap .bus_tit h4 {
        font-size: 1.5rem;
    }
    th {
        width: 110px;
    }
}

@media screen and (max-width: 1280px) {
    #business .business_inner ul {
        gap: 17px;
        padding-bottom: 50px;
    }

    #business .business_inner ul li {
        padding: 10px;
        width: calc((100% - 68px) / 5);
        font-size: 0.9rem;
        height: 220px;
    }

    /* .solution { padding: 100px 0; }
  .solution .inner { gap: 30px; }
  .solution .inner > * { width: 100%; }
  .solution dl { padding: 30px; }
  .solution dl dt { font-size: 2.5rem; }
  .solution dl dd:nth-of-type(1) { font-size: 1.6rem; }
  .solution .btn_more { left: 30px; }


    #service { padding: 50px 10%; }
    #service .inner { padding: 0; }
    #service .tab { padding: 30px 0; width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
    #service .tab li button { text-align: center; }
    #service .about_list { width: 100%; } */

    /* #hd .hd_wrapper nav {
        display: none;
    } */
    #service .new_txt {
        width: 610px;
    }
    #service .about_list {
        width: calc(100% - 610px);
    }
    #service .serv_btn {
        right: -265px;
        bottom: 15px;
    }
    #service .new_txt h2 img {
        display: block;
        width: 30%;
    }
    #biz ul li dl dt {
        font-size: 1.2rem;
    }
    .btn_more {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1024px) {
    /* #hd h1 img { width: 140px; }
    #hd .gnb { display: none; }
    #hd .ham { display: block; } */

    #service .new_txt {
        width: 400px;
    }
    #service .about_list {
        width: calc(100% - 400px);
    }

    #service .new_txt h2 img {
        width: 45%;
    }
    #service .new_txt p {
        font-size: 1rem;
    }
    #service .serv_wrap {
        left: 27%;
    }
    #service .serv_btn {
        right: -187px;
        bottom: 11px;
    }
    #service .serv_btn {
        gap: 10px;
    }
    #service .swiper-pagination {
        width: 35vw;
    }
    #ft_wr {
        font-size: 0.8rem;
    }
    #ft_copy {
        font-size: 0.8rem;
        padding: 15px 0;
    }
    #ft .ft_wrap {
        padding: 30px 0;
    }

    #business .business_inner img {
        width: unset;
    }
    #business .business_inner ul {
        gap: 15px;
        padding-bottom: 50px;
    }

    #business .business_inner ul li {
        padding: 10px;
        width: calc((100% - 60px) / 5);
        font-size: 0.8rem;
        height: 220px;
    }
    #business .business_inner ul .img {
        margin-bottom: 10px;
    }
    .box {
        padding: 57px 0;
    }
}
@media screen and (max-width: 768px) {
    #business1 .bus_wrap ul.bus_block li {
        width: calc((100% - 20px) / 2);
    }
    #business1 .bus_wrap {
        flex-direction: column;
    }
    #business1 .bus_wrap ul.bus_block {
        width: 100%;
    }

    #business1 .bus_wrap .bus_tit {
        width: 100%;
        padding-bottom: 50px;
        text-align: center;
    }
    #business1 .bus_wrap h4 {
        margin: 0 auto;
    }
    #story {
        padding: 50px 0 !important;
    }
    /* #hd h1 img { width: 140px; }
    #hd .gnb { display: none; }
    #hd .ham { display: block; } */

    #service .new_txt {
        width: 90%;
        padding-bottom: 20px;
    }
    #service .about_list {
        width: 90%;
    }

    #ft_wr {
        flex-wrap: wrap;
        gap: 20px;
    }

    #ft_wr .ft_rigt ul {
        gap: 92px;
        text-align: start;
    }
    #hd .gnb > li > a {
        font-size: 0.8rem;
    }

    .mv ul li .mv_txt {
        font-size: 1.2rem;
    }
    .mv ul li h2 {
        font-size: 2rem;
    }
    .s_txt h2 {
        font-size: 1.2rem;
    }
    .s_txt h3 {
        font-size: 1.5rem;
    }
    .h3_wrap {
        width: 114px;
    }

    #biz ul li {
        padding: 100px 0 20px;
    }
    #biz ul li:nth-child(1) {
        background-size: 55px;
    }
    #biz ul li:nth-child(2) {
        background-size: 50px;
    }
    #biz ul li:nth-child(3) {
        background-size: 55px;
    }
    #biz ul li dl dt {
        font-size: 1rem;
    }
    .btn_more {
        font-size: 0.9rem;
    }
    #service .serv_wrap {
        display: none;
    }
    #service .inner {
        flex-wrap: wrap;
        gap: 20px;
    }

    #service .about_list .about_item img {
        width: 100%;
    }
    #service .about_list .about_item dl {
        width: 100%;
    }

    #business .business_inner ul {
        gap: 15px;
        padding-bottom: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #business .business_inner ul li {
        padding: 10px;
        width: calc((100% - 60px) / 3);
        font-size: 0.8rem;
        height: 211px;
    }
    #business .business_inner ul .img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 425px) {
    /* .main_visual h2 { font-size: 1.2rem; }
  .main_visual h2 span { font-size: 2.0rem; }
  .mmain_visualv .swiper-button-next,.mv .swiper-button-prev { display: none; } */
    #hd h1 img {
        width: 80%;
    }

    .mv ul li {
        height: 55vh;
    }
    .mv ul li .mv_txt {
        font-size: 0.9rem;
    }
    .mv ul li h2 {
        font-size: 1.5rem;
    }
    #biz ul {
        flex-direction: column;
        align-items: center;
    }
    #biz ul li:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    #biz ul li:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    #biz ul li {
        width: 100%;
    }
    .service_wp {
        display: flex;
    }
    #ft_wr .ft_rigt ul li dl dd {
        display: none;
    }
    #ft_wr .ft_rigt ul {
        gap: 20px;
    }
    #ft_wr .ft_lef dl dt {
        width: 40px;
    }
    #main_visual .mv_btn {
        display: none;
    }

    #business .business_inner {
        width: 90%;
    }
    #business .business_inner ul {
        gap: 15px;
        padding-bottom: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #business .business_inner ul li {
        padding: 10px;
        width: calc((100% - 60px) / 2);
        font-size: 0.8rem;
        height: 211px;
    }
    #business .business_inner ul .img {
        margin-bottom: 20px;
    }
}

/* banner */

#banner1 {
    position: relative;
    text-align: center;
    /* height: 300px;  */
    color: #fff;
    font-size: 2rem;
    color: #000;
}
#banner2 {
    position: relative;
    text-align: center;
    background: url('/img/banner_business.png') no-repeat center/cover;
    height: 300px;
    color: #fff;
    font-size: 2rem;
}
#banner3 {
    position: relative;
    text-align: center;
    background: url('/img/banner_product.png') no-repeat center/cover;
    height: 300px;
    color: #fff;
    font-size: 2rem;
}
#banner4 {
    position: relative;
    text-align: center;
    background: url('/img/banner_contact.png') no-repeat center/cover;
    height: 300px;
    color: #fff;
    font-size: 2rem;
}

#banner h2 {
    padding-top: 20px;
}
#banner ul.s_menu {
    width: 80%;
    margin: auto;
    display: block;
    background: #333333;
    display: flex;
    justify-content: space-between;
}
#banner ul.s_menu li {
    /* width: calc(100% / 4); */
    flex: 1;
    /* padding: 5px 0 15px; */
    padding: 5px 0;
    transition: all 0.5s;
}
#banner ul.s_menu li a {
    color: #fff;
    font-size: 1.1rem;
    display: inline-block;
    /* width: 100%; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#banner ul.s_menu :is(li:hover, li.active, li:has(#bo_cate_on)) {
    background: #e60000;
}

/* info */

/* #info1 { background: url(/img/info_bg.png) no-repeat center/cover;} */
#info1 .info_inner {
    padding: 100px 0;
    width: 80%;
    margin: 0 auto;
}
#info1 .info4_inner {
    padding: 100px 0;
    width: 70%;
    margin: 0 auto;
}

#info1 .info1_wrap {
    display: flex;
    justify-content: space-between;
}
#info1 .info1_wrap dl {
    width: 48%;
}
/* #info1 .info1_wrap:nth-child(odd) { padding-bottom: 150px;} */
#info1 h2 {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 20px;
}
#info1 dl dt {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 20px;
}
#info1 dl dd {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
}

dd.sign {
    float: right;
    width: 20%;
    padding-top: 20px;
}
.info_img1 img {
    border-radius: 20px;
}

/* business */

/* #info1 {  background: linear-gradient(90deg, #f8f8f8 50%, #fff 50%);} */
#info1 .info_inner {
    width: 80%;
    margin: 0 auto;
}

#info1 .info1_wrap {
    display: flex;
    justify-content: space-between;
}
/* #info1 .info1_wrap:nth-child(odd) { padding-bottom: 150px;} */
#info1 h2 {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 20px;
}
#info1 dl dt {
    font-size: 1.2rem;
    font-weight: 900;
    padding: 0 0 20px 0;
}
/* s */

/* content */

/* intro1 */
.ceo_wrap {
    background: #f2f2f2 url('/img/info_img1.png') no-repeat right bottom;
    width: 100%;
    height: 350px;
    padding: 50px 150px;
}
.ceo_wrap p {
    font-size: 1.5rem;
    padding-top: 30px;
}
.ceo_wrap p span {
    font-weight: 900;
}
.sign_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 50px 0 0 0;
    font-size: 1rem;
}
.sign_wrap img {
    width: 8%;
}

.ceo_message {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}
.ceo_message p {
    font-size: 1.2rem;
    line-height: 1.5;
}
.ceo_message p span {
    font-weight: 900;
}

.ci_img {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.ci_img img {
    width: 100%;
    display: block;
}
.ci_img_li {
    display: none;
}

.ci_wrap {
    text-align: center;
}
.ci_wrap h2 {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 20px;
}
.menu_wrap {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}
.menu_wrap h5 {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 20px;
}
.menu_wrap p {
    font-size: 1rem;
    padding-bottom: 10px;
}
.content2 {
    padding-top: 150px;
}
.content2 .ci_wrap h3 {
    text-align: start;
}
.content2 .ci_wrap h2 {
    text-align: start;
}

#story .ci_wrap h3 {
    text-align: start;
}
#story .ci_wrap h2 {
    text-align: start;
}

.intro_sv {
    position: relative;
    background: url(/img/banner_info.png) no-repeat center/cover;
}
/* .content {
  padding-bottom: 150px;
} */
.inner {
    margin: 0 auto;
    /* max-width: 1700px; */
    width: 80%;
}
/* .container .left {
  width: calc((100% - 50px) / 2);
} */
.content h3 {
    font-size: 2rem;
    position: relative;
    padding: 0 0 40px;
}

img {
    max-width: 100%;
    vertical-align: top;
}

/* .info_inner h3::before{
    content: "";
    width: 56px;
    height: 5px;
    background: #D20000;
    position: absolute;
    top: -5px;
    left: 0;
} */

.content h4 {
    font-size: 2.5rem;
    font-weight: 500;
}
.content p {
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    color: #ddd;
    transition: all 1s;
}
.contentp:hover {
    color: #d20000;
}
.content dl > dt dd {
    font-size: 1.6rem;
}
.container {
    display: flex;
    gap: 50px;
}
.container .left {
    width: calc((100% - 50px) / 2);
}
.container .right {
    width: 71.5%;
    /* padding: 100px 0 0; */
    position: relative;
    /* margin: 0 auto; */
    margin-right: 0;
    margin-left: auto;
}

.container .line {
    width: 2px;
    background: #d20000;
    position: absolute;
    /* top: 190px; */
    /* top: 90px; */
    top: 55px;
    left: 146px;
    z-index: 5;
    transition: all 1s;
}

.container .s_line {
    width: 2px;
    /* height: 880px; */
    height: 800px;
    background: #ddd;
    position: absolute;
    /* top: 190px; */
    /* top: 90px; */
    top: 55px;
    left: 146px;
}

.left img {
    border-radius: 20px;
}
.box {
    display: flex;
    gap: 40px;
    /* padding: 60px 0; */
    padding: 27px 0;
}

.box p {
    color: #ddd;
    width: 5px;
    height: 5px;
    font-size: 1.3rem;
    padding-top: 6px;
    transition: all 1s;
}
.box dl {
    padding: 5px;
}
.box dl dt {
    font-size: 1.5rem;
}
.box dl dt span {
    font-weight: 900;
}
.box dl dd {
    font-size: 1.5rem;
    padding-top: 10px;
}
.box dl dd span {
    font-weight: 900;
}
/* @media(max-width:1200px){
    .container{gap: 50px;}
    .content .left{width: 30%;}
    .content .left>div{width: 100%; height: 50%; object-fit: contain; overflow: hidden;}
    img{width: 100%;}
    .content .left .img2{margin-top: 0; display: none;}
    .content .right{margin-top: 0; font-size: 1.6rem; width: calc(70% - 50px);}
} */

/* @media(max-width:768px){
    .content h3{font-size: 2.4rem;}
    .content .right{font-size: 1.4rem;}
} */

table {
    border-collapse: collapse;
    border-top: 2px solid rgb(140 140 140);
    font-family: sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
    font-family: 'S-CoreDream-3Light';
}

caption {
    caption-side: bottom;
    padding: 10px;
    font-weight: bold;
}

thead,
tfoot {
    background-color: rgb(228 240 245);
}

th,
td {
    border-bottom: 2px solid#F7F7F7;
    padding: 30px 20px;
    text-align: start;
    font-size: 1rem;
}

td:last-of-type {
    text-align: start;
}

.row_wrap {
    display: flex;
    word-break: keep-all;
    padding-bottom: 5px;
}

/* tbody > tr:nth-of-type(even) {
  background-color: rgb(237 238 242);
} */

tfoot th {
    text-align: right;
}

tfoot td {
    font-weight: bold;
}

.container .left2 {
    height: 250px;
    position: sticky;
    top: 100px;
    /* padding-top: 100px; */
}

/* info3 */
.info3_wrap p {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
}
.info3_wrap p span {
    color: #e60000;
    font-weight: 900;
}

/* info4 */
.hide {
    display: none;
}
.info4_map img {
    width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
    margin: 0 auto;
}

ul.map_wrap {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

li.map_a {
    display: flex;
    gap: 20px;
}
li.map_a img {
    width: 16%;
    display: block;
    object-fit: contain;
}

.intro_bg1 {
    background: url(/img/intro_bg_1.png) no-repeat;
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
}
.intro_bg2 {
    background: url(/img/intro_bg_2.png) no-repeat;
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
}
.intro_bg3 {
    background: url(/img/intro_bg_3.png) no-repeat;
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
}

#story {
    padding: 100px 0;
}
#story ul li img {
    width: 100%;
}
#story dl {
    height: auto;
}
#story dl dt {
    font-size: 1rem;
    padding-top: 20px;
    font-weight: 900;
    word-break: keep-all;

}
#story dl dd:nth-of-type(1) {
    color: #999;
    padding: 10px 0;
}

#info1 dl dt.ad_tit {
    color: #e60000;
}
/* @media (max-width : 768px) {
    #story dl dt { font-size: 2rem; }
    #story dl dd:nth-of-type(1) { font-size: 1.4rem; }
} */

@media screen and (max-width: 1440px) {
    .mv ul li .mv_txt {
        font-size: 1.5rem;
    }
    .mv ul li h2 {
        font-size: 2.5rem;
    }
    #service .about_list .about_item dl {
        width: 80%;
    }
    #service .about_list .about_item img {
        width: 80%;
    }
    #service .new_txt .service_button {
        padding: 10px;
    }
    #service .new_txt p {
        padding: 20px 0;
    }
    #service .swiper-pagination {
        width: 40vw;
    }
    #service .serv_wrap {
        left: 30%;
    }

    #service .new_txt .service_button {
        font-size: 1rem;
    }

    #service .new_txt h2 img {
        display: block;
        width: 40%;
    }
    .container .right {
        width: 78.5%;
    }

    .info3_wrap p {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1280px) {
    /* .solution { padding: 100px 0; }
  .solution .inner { gap: 30px; }
  .solution .inner > * { width: 100%; }
  .solution dl { padding: 30px; }
  .solution dl dt { font-size: 2.5rem; }
  .solution dl dd:nth-of-type(1) { font-size: 1.6rem; }
  .solution .btn_more { left: 30px; }


    #service { padding: 50px 10%; }
    #service .inner { padding: 0; }
    #service .tab { padding: 30px 0; width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
    #service .tab li button { text-align: center; }
    #service .about_list { width: 100%; } */

    /* #hd .hd_wrapper nav {
        display: none;
    } */
    #service .new_txt {
        width: 610px;
    }
    #service .about_list {
        width: calc(100% - 610px);
    }
    #service .serv_btn {
        right: -265px;
        bottom: 15px;
    }
    #service .new_txt h2 img {
        display: block;
        width: 30%;
    }
    #biz ul li dl dt {
        font-size: 1.2rem;
    }
    .btn_more {
        font-size: 1rem;
    }

    .container .right {
        width: 81.5%;
    }
    .box {
        padding: 25px 0;
    }
    /* .container .s_line{ top: 85px;}
    .container .line{ top: 85px;} */

    .info3_wrap p {
        font-size: 1.6rem;
    }
}

@media (max-width: 1200px) {
    .container {
        gap: 50px;
    }
    .content .left {
        width: 30%;
    }
    .content .left > div {
        width: 100%;
        height: 50%;
        object-fit: contain;
        overflow: hidden;
    }
    img {
        width: 100%;
    }
    .content .left .img2 {
        margin-top: 0;
        display: none;
    }
    .content .right {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1024px) {
    /* #hd h1 img { width: 140px; }
    #hd .gnb { display: none; }
    #hd .ham { display: block; } */

    #service .new_txt {
        width: 400px;
    }
    #service .about_list {
        width: calc(100% - 400px);
    }

    #service .new_txt h2 img {
        width: 45%;
    }
    #service .new_txt p {
        font-size: 1rem;
    }
    #service .serv_wrap {
        left: 27%;
    }
    #service .serv_btn {
        right: -187px;
        bottom: 0;
    }
    #service .serv_btn {
        gap: 10px;
    }
    #service .swiper-pagination {
        width: 35vw;
    }
    #ft_wr {
        font-size: 0.8rem;
    }
    #ft_copy {
        font-size: 0.8rem;
        padding: 15px 0;
    }
    #ft .ft_wrap {
        padding: 30px 0;
    }

    /* #container_title { height: 250px;} */
    #container_title p {
        font-size: 2rem;
    }
    #container_title span {
        font-size: 1.8rem;
    }
    .ceo_wrap {
        padding: 50px;
        height: 340px;
    }
    .sign_wrap img {
        width: 10%;
    }
    .ceo_message {
        flex-direction: column;
    }
    .ceo_message p {
        font-size: 1.1rem;
    }
    #info1 h2 {
        font-size: 1.5rem;
    }

    .container .right {
        width: 80.5%;
    }
    .box {
        padding: 24px 0;
    }
    /* .container .s_line{ top: 80px;}
    .container .line{ top: 80px;} */
    #info1 dl dt {
        word-break: keep-all;
    }
    .ci_wrap h2 {
        font-size: 1.5rem;
    }
    th {
        padding: 25px 20px;
        width: 110px;
        word-break: keep-all;
    }
    td {
        padding: 25px 20px;
        /* word-break: keep-all; */
    }
    /* th { width: 106px; } */

    .info3_wrap p {
        font-size: 1.5rem;
        word-break: keep-all;
    }

    #info1 .info4_inner {
        width: 90%;
    }
    li.map_a img {
        width: 16%;
        object-fit: contain;
    }
    #info1 dl dt {
        padding: 5px 0 10px 0;
    }
}
@media screen and (max-width: 768px) {
    #hd .ham {
        display: block;
    }
    #hd .hd_wrapper nav {
        display: none;
    }
    .content .inner {
        width: 100%;
    }
    #info1 .info_inner {
        padding: 50px 0;
    }
    .content2 {
        padding-top: 100px;
    }
    /* #hd h1 img { width: 140px; }
    #hd .gnb { display: none; }
    #hd .ham { display: block; } */
    .content h3 {
        font-size: 2.4rem;
    }
    .content .right {
        font-size: 1.4rem;
    }
    #story dl dt {
        font-size: 1.2rem;
    }
    #story dl dd:nth-of-type(1) {
        font-size: 1.4rem;
    }

    #service .new_txt {
        width: 90%;
        padding-bottom: 20px;
    }
    #service .about_list {
        width: 90%;
    }

    #ft_wr {
        flex-wrap: wrap;
        gap: 20px;
    }

    #ft_wr .ft_rigt ul {
        gap: 92px;
        text-align: start;
    }
    #hd .gnb > li > a {
        font-size: 0.8rem;
    }

    .mv ul li .mv_txt {
        font-size: 1.2rem;
    }
    .mv ul li h2 {
        font-size: 2rem;
    }
    .s_txt h2 {
        font-size: 1.2rem;
    }
    .s_txt h3 {
        font-size: 1.5rem;
    }
    .h3_wrap {
        width: 114px;
    }

    #biz ul li {
        padding: 100px 0 20px;
    }
    #biz ul li:nth-child(1) {
        background-size: 55px;
    }
    #biz ul li:nth-child(2) {
        background-size: 50px;
    }
    #biz ul li:nth-child(3) {
        background-size: 55px;
    }
    #biz ul li dl dt {
        font-size: 1rem;
    }
    .btn_more {
        font-size: 0.9rem;
    }
    #service .serv_wrap {
        display: none;
    }
    #service .inner {
        flex-wrap: wrap;
        gap: 20px;
    }

    #service .about_list .about_item img {
        width: 100%;
    }
    #service .about_list .about_item dl {
        width: 100%;
    }

    /* #info1 dl dt { font-size: 1.1rem;}
.container .right {  width: 81.5%;} */
    /* .container .s_line { height: 760px;} */

    /* .box { padding: 35px 0;}
.container .s_line{ top: 65px;}
  .container .line{ top: 65px;} */
    .container {
        flex-direction: column;
    }
    .container .left2 {
        /* height: 250px; */
        position: static;
        top: 100px;
        width: 100%;
        height: auto;
    }
    .ci_wrap {
        text-align: start;
    }
    .container .right {
        width: 100%;
    }

    #info1 .info1_wrap {
        flex-direction: column;
    }
    #info1 .info1_wrap dl {
        width: 100%;
    }

    ul.map_wrap {
        flex-direction: column;
        gap: 20px;
    }
    li.map_a dl:nth-child(2) {
        display: block;
    }
    li.map_a dl {
        display: flex;
        gap: 20px;
        width: 100%;
    }
    #info1 dl dt {
        font-size: 1.1rem;
        /* width: 100%; */
    }
    li.map_a img {
        display: none;
    }
    #info1 dl dd {
        font-size: 1.3rem;
    }
    li.map_a {
        align-items: center;
    }
    .ceo_wrap {
        background-size: 27%;
    }
    .ceo_wrap p {
        font-size: 1.1rem;
    }
    #banner ul.s_menu li a {
        font-size: 1rem;
    }
    .box {
        padding: 29px 0;
    }
}

@media screen and (max-width: 425px) {
    .content h4 {
        font-size: 1.8rem;
    }
    #bo_v_title {
        margin-top: 50px;
    }
    .container .line {
        left: 118px;
    }
    .container .s_line {
        /* height: 780px; */
        left: 118px;
    }
    .intro_bg2 {
        height: 150px;
    }
    .s_txt {
        padding: 20px;
    }
    #biz {
        padding: 20px 0;
    }
    #service {
        padding-top: 20px;
    }
    #service .service_inner {
        padding: 20px 0 40px 10%;
    }
    #service .new_txt .service_button a {
        word-break: keep-all;
    }
    /* .main_visual h2 { font-size: 1.2rem; }
  .main_visual h2 span { font-size: 2.0rem; }
  .mmain_visualv .swiper-button-next,.mv .swiper-button-prev { display: none; } */
    #hd h1 img {
        width: 80%;
    }
    .content2 {
        padding-top: 50px;
    }
    .mv ul li {
        height: 55vh;
    }
    .mv ul li .mv_txt {
        width: 300px;
        word-break: keep-all;
        font-size: 0.9rem;
    }
    .mv_span {
    }
    .mv ul li h2 {
        font-size: 1.5rem;
    }
    #biz ul {
        flex-direction: column;
        align-items: center;
    }
    #biz ul li:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    #biz ul li:nth-child(2) {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    #biz ul li {
        width: 100%;
    }
    .service_wp {
        display: flex;
    }
    #ft_wr .ft_rigt ul li dl dd {
        display: none;
    }
    #ft_wr .ft_rigt ul {
        gap: 20px;
    }
    #ft_wr .ft_lef dl dt {
        width: 40px;
    }
    #main_visual .mv_btn {
        display: none;
    }

    #hd .hd_wrapper {
        width: 90%;
    }
    #info1 .info_inner {
        width: 90%;
    }
    .banner_wr {
        width: 100%;
    }
    #banner ul.s_menu {
        width: 100%;
    }

    #info1 .info_inner {
        padding: 50px 0;
    }

    .ceo_wrap {
        height: 580px;
        padding: 40px;
        background-size: 45%;
    }

    .ceo_wrap p {
        font-size: 1.3rem;
    }

    .sign_wrap img {
        width: 30%;
    }

    #info1 h2 {
        font-size: 1.3rem;
        /* width: 65px; */
    }

    ul.ci_img:first-child {
        width: 100%;
    }
    .ci_img {
        flex-wrap: wrap;
    }
    .ci_img li {
        width: 100%;
    }
    /* .ci_img li:nth-child(1) { width: 100%; padding-bottom: 50px;} */
    .ci_img_li2 {
        display: none;
    }
    .ci_img_li3 {
        display: none;
    }
    .ci_img_li {
        display: block;
    }
    .ci_img_li ul {
        display: flex;
    }
    .ci_img img {
        width: 100%;
    }

    #container_title p {
        font-size: 1.4rem;
    }
    #container_title span {
        font-size: 1.5rem;
    }

    /* #container_title { padding: 65px 0;} */
    #banner ul.s_menu li a {
        font-size: 13px;
        word-break: keep-all;
        padding: 10px 0 3px;
    }
    .ci_wrap h2 {
        word-break: keep-all;
    }
    .ci_wrap h2 br {
        display: none;
    }

    .ci_wrap {
        padding-top: 40px;
    }
    .inner {
        width: 90%;
    }

    .info3_wrap p {
        font-size: 1.3rem;
    }

    li.map_a img {
        display: none;
    }
    li.map_a dl {
        gap: 15px;
    }
    #info1 dl dt {
        font-size: 0.9rem;
    }
    #info1 dl dd {
        font-size: 1.1rem;
        word-break: keep-all;
    }
    #info1 .info4_inner {
        padding: 60px 0;
    }
    .intro_bg1 {
        height: 150px;
    }
    #business1 .bus_wrap ul.bus_block li {
        width: 100%;
    }
    .ceo_message p br {
        display: none;
    }
    .ceo_wrap p br {
        display: none;
    }
    #banner ul.s_menu {
        justify-content: flex-start;
    }
    .box {
        padding: 26px 0;
    }
    #story dl dt {
        font-size: 1rem;
        word-break: keep-all;
    }
    #story dl dt br{
        display: block;
    }
    #story {
        padding: 20px 0 !important;
    }
}

@media screen and (max-width: 390px) {
    .container_menu ul {
        left: 55%;
    }
}

@media screen and (max-width: 375px) {
    #service .new_txt .service_button a {
        font-size: 0.85rem;
    }

    #ft_wr .ft_lef dl dd {
        word-break: keep-all;
    }
    .box {
        padding: 61px 0;
    }
    #business .business_inner ul li {
        height: 230px;
    }
    .box {
        padding: 19px 0;
    }
}
@media screen and (max-width: 369px) {
    .container_menu ul {
        gap: 15px;
    }
}

@media screen and (max-width: 320px) {
    .box {
        padding: 11px 0;
    }
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1024px) {
    #supp ul.supp_ul {
        gap: 16px;
    }
    #supp ul.supp_ul > li {
        padding: 30px 15px;
        padding-bottom: 10px;
    }
    #supp ul.supp_ul > li h4 {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 768px) {
    #supp ul.supp_ul {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 425px) {
}
