@charset "utf-8";
@import url("../fonts/font.css");

/* Total */
html,
body {
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
}
html {
    position: relative;
    min-height: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover,
a:focus {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}

a.focus-visible:focus,
button.focus-visible:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px #2cb693;
}
#page-container {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.overflow-h {
    overflow: hidden;
}
.container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    width: calc(100% - 30px);
    max-width: 100%;
    box-sizing: border-box;
    min-height: 1px;
    padding: 0;
}
@media (min-width: 375px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
        max-width: 100%;
        box-sizing: border-box;
        min-height: 1px;
    }
}
@media (min-width: 768px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
        max-width: 100%;
        box-sizing: border-box;
        min-height: 1px;
    }
}
@media (min-width: 1024px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
        width: calc(100% - 44px);
        max-width: 100%;
        box-sizing: border-box;
        min-height: 1px;
    }
}
@media (min-width: 1280px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
        width: calc(100% - 44px);
        max-width: 100%;
        box-sizing: border-box;
        min-height: 1px;
    }
}
@media (min-width: 1400px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
        width: 1400px;
        max-width: 100%;
        box-sizing: border-box;
        min-height: 1px;
    }
}

/* 배너 tpye */
.banner-tit01 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 36px;
}
.banner-tit01 span {
    display: inline-block;
    font-weight: 300;
    margin-right: 10px;
}
.banner-cont-img {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-type01.swiper-container {
    overflow: visible;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
.banner-type01 .cont {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 35px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.banner-type01 .cont > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.banner-type01 .cont .img {
    max-width: 50%;
    width: 100%;
    margin-right: 20px;
    border-radius: 8px;
}
.banner-type01 .cont .img::after {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.banner-type01 .cont .info {
    max-width: 50%;
    width: 100%;
    margin-left: 20px;
    padding: 20px 0 15px;
}
.banner-type01 .cont .info .info-title {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    margin-bottom: 20px;
}
.banner-type01 .cont .info .info-text {
    font-size: 16px;
    color: #676767;
    font-weight: 300;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #def1f0;
    position: relative;
    top: 15px;
    right: -5px;
    content: "";
}
.cover-bg.on {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1015;
}
.nav-toggle {
    display: block;
    border-radius: 3px;
}

/* header Search  */
.search_form {
    background: rgba(0, 0, 0, 0.8);
    position: fixed; overflow: hidden;
    top: 200px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: table;
    padding: 0;
    text-align: center;
}
.search_form .search_div {
    background-color: #f5faf8;
    position: relative;
    display: flex;
    padding: 110px 0;
    border-radius: 0 0 60px 60px;
    border-top: solid 1px #ddd;
}
.search_form .search-tit {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}
.search_form .search_inner {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    background-color: white;
    border: solid 3px #223357;
    border-radius: 24px 36px 24px 24px;
    z-index: 999;
}
.search_form .search_inner input {
    background: none;
    float: left;
    width: 100%;
    padding: 20px;
    font-size: 1.5rem;
    color: #333 !important;
    border: 0;
    outline: 0;
}
.search_form .search_inner .search_input::placeholder {
    color: #fff !important;
}
.search_form .search_inner .search_btn {
    position: absolute;
    background: #00a865;
    top: 50%;
    right: 15px;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
}
.search_form .search_inner .search_btn i {
    font-size: 24px;
}
.search_form .search_inner .search_btn:hover {
}
.search_form .search_close {
    background: #212121;
    position: absolute;
    left: 50%;
    bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 2002;
}
.search_form .search_close i {
    font-size: 32px !important;
    color: #fff;
}

.tag_search_form {
    position: static;
    padding: 0;
    display: block;
    height: auto;
    background: none;
}

/* 모바일 */
.m-util {
    display: none;
}
.m-util .search-toggle {
}
#m-sidemenu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    z-index: 1050;
    overflow-y: scroll;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
#m-sidemenu .side-header {
    position: relative;
    background: #fff;
    position: relative;
    height: 50px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.side-header-list-top {
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}
.side-header-list-top li {
    width: 50%;
}
.side-header-list-top li > a {
    display: block;
    padding: 12px 0;
    text-align: center;
    border-right: 1px solid #eee;
}
.side-header-list-top li:last-child > a {
    border-right: 0;
}
.side-header-list-top li > a .txt {
    display: block;
    margin: 0 auto;
    font-size: 13px;
    color: #676767;
}
.side-header-list-top li > a i {
    font-size: 16px;
    color: #103258;
}
.side-header-list-bottom {
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    margin-bottom: 10px;
}
.side-header-list-bottom > li {
    width: 25%;
}
.side-header-list-bottom > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 12px 0;
    border-right: 1px solid #eee;
}
.side-header-list-bottom > li:last-child > a {
    border-right: 0;
}
.side-header-list-bottom > li > a .flag {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.side-header-list-bottom > li > a .txt {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 5px;
}
.side-header-list-bottom > li > a .flag.en {
    background-image: url(/assets/common/img/basic/us.png);
}
.side-header-list-bottom > li > a .flag.jp {
    background-image: url(/assets/common/img/basic/jp.png);
}
.side-header-list-bottom > li > a .flag.cn {
    background-image: url(/assets/common/img/basic/cn.png);
}
.side-header-list-bottom > li > a img {
    max-width: 68px;
}
#m-sidemenu .side-header .logo {
    margin: 0px 0 0 8px;
}
#m-sidemenu .side-header .close-btn {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 0;
    text-align: center;
    color: #333;
    font-size: 24px;
}
.m-side-login {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 300;
}
.m-side-login:hover {
    color: #fff;
}
.m-side-admin-btn {
    display: inline-block;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translate(0px, -50%);
    /* margin-left: 15px; */
}
#m-sidemenu .side-login .login-header {
    position: relative;
    background: #fff;
    padding: 15px 10px;
}
#m-sidemenu .side-login .login-header a {
    display: block;
    color: #333;
    text-decoration: none;
}
#m-sidemenu .side-login .login-header img {
    width: 40px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
}
#m-sidemenu .side-login .login-btn {
    width: 100%;
}
#m-sidemenu .side-login .login-btn ul {
}
#m-sidemenu .side-login .login-btn ul::after {
    content: "";
    display: block;
    clear: both;
}
#m-sidemenu .side-login .login-btn ul li {
    position: relative;
    float: left;
    width: 33.3%;
}
#m-sidemenu .side-login .login-btn ul li:first-child:before {
    display: none;
}
#m-sidemenu .side-login .login-btn ul li:before {
    content: "";
    background: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    width: 1px;
    margin-top: -10px;
}
#m-sidemenu .side-login .login-btn ul li a {
    display: block;
    padding: 10px 0;
    color: #555;
    font-size: 15px;
    text-align: center;
}
#m-sidemenu .side-login .login-btn ul li.login-before {
    width: 50% !important;
}
#m-sidemenu .side-body-tit {
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    background-color: #fff;
}
#m-sidemenu .side-body {
    background: #fff;
}
#m-sidemenu .side-body .navi {
}

#m-sidemenu .side-body .navi > li {
    position: relative;
    border-bottom: solid 1px #ddd;
    transition: all 0.3s;
}

#m-sidemenu .side-body .navi > li > a {
    display: block;
    padding: 18px 10px;
    font-size: 16px;
    color: #444;
}
#m-sidemenu .side-body .navi > li > a:hover {
    font-weight: bold;
}
#m-sidemenu .side-body .navi > li .dropdown-menu {
    position: relative;
    background: #fafafa;
    float: none;
    border: 0;
    border-top: solid 1px #ddd;
    box-shadow: none;
    padding: 10px;
    transition: all 0.3s;
}
#m-sidemenu .side-body .navi > li .dropdown-menu > ul {
}
#m-sidemenu .side-body .navi > li .dropdown-menu > ul > li {
}
#m-sidemenu .side-body .navi > li .dropdown-menu > ul > li > a {
    display: block;
    padding: 8px 5px;
    font-size: 15px;
    color: #777;
}
#m-sidemenu .side-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
#m-sidemenu .side-footer > li {
    width: 33.3333%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding: 5px;
    background-color: #fff;
}
#m-sidemenu .side-footer > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#m-sidemenu .side-footer > li > a > img {
    max-width: 80px;
}

/* 캘린더 */
.mainCalendar::after {
    content: "";
    display: block;
    clear: both;
}
.mainCalendar .calendar .visualmonthyear {
    font-weight: bold;
    font-size: 22px;
    color: #333;
}
.mainCalendar .calendar {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    overflow: hidden;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.mainCalendar .calendar .table.header {
    margin: 0;
}
.mainCalendar .calendar .header {
    margin: 0;
    border: solid 1px #e5e5e5;
    border-bottom: 0;
}
.mainCalendar .calendar .header td {
    font-size: 18px;
    text-align: center;
    height: 60px;
    cursor: pointer;
}
.mainCalendar .calendar .header td i {
    font-size: 20px;
}
.mainCalendar .calendar .header td:hover {
    background: #f5f5f5;
    color: #00aff0;
}
.mainCalendar .calendar .header td:hover i {
    color: #00aff0;
}
.mainCalendar .calendar .header td.year {
    cursor: text;
    color: #333;
}
.mainCalendar .calendar .header td.year:hover {
    background: none;
}
.mainCalendar .calendar .daysmonth {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}
.mainCalendar .calendar .daysmonth tr.week_days > td {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 58px;
}
.mainCalendar .calendar .daysmonth tr.week_days > td.first {
    color: #f0391a;
}
.mainCalendar .calendar .daysmonth tr.week_days > td.last {
    color: #2e7dd8;
}
.mainCalendar .calendar .daysmonth td {
    font-size: 16px;
    border: solid 1px #e5e5e5 !important;
    text-align: center;
    padding: 0;
}
.mainCalendar .calendar .daysmonth td a {
    line-height: 58px;
}
.mainCalendar .calendar .daysmonth td.first {
    border-left: 0;
    color: #f0391a;
}
.mainCalendar .calendar .daysmonth td.last {
    border-right: 0;
    color: #2e7dd8;
}
.mainCalendar .calendar .daysmonth td > a {
    display: block;
    color: #666;
}
.mainCalendar .calendar .daysmonth td > a:hover {
    background: #f5f5f5;
}
.mainCalendar .calendar .daysmonth td.event {
    background: #f7993f !important;
    color: #fff;
}
.mainCalendar .calendar .daysmonth td.event a {
    background: none;
    color: #fff;
}
.bootstrap-calendar .calendar .table.header td.year {
    border-top: 2px solid #e5e5e5 !important;
    border-right: 3px solid #e5e5e5 !important;
}

/* Sub Page */
#subContainer {
    width: 100%;
    padding: 0px 0px 80px;
    flex: 1;
}

#sub-menu {
    background: #f8f8f8;
    border-bottom: solid 1px #e2e2e2;
}
#sub-menu .container {
    padding: 0 !important;
    text-align: center;
    width: 100%;
}
#sub-menu .navi {
    display: inline-block;
}
#sub-menu .navi li {
    display: inline-block;
    margin: 0 16px;
    text-align: center;
}
#sub-menu .navi li a {
    display: block;
    color: #333;
}
#sub-menu .navi li a span {
    display: inline-block;
    height: 60px;
    padding: 20px 12px 0;
    font-size: 16px;
}
#sub-menu .navi li a:hover span,
#sub-menu .navi li.active a span {
    border-bottom: solid 1px #282828;
}
#sub-menu .navi li.dropdown:hover .dropdown-menu {
    display: block;
}

#sub-menu .navi li > .dropdown-menu {
    top: 90%;
    border: solid 1px #333;
}
#sub-menu .navi li > .dropdown-menu ul {
}
#sub-menu .navi li > .dropdown-menu ul > li {
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    margin: 5px 0;
}
#sub-menu .navi li > .dropdown-menu ul > li a span {
    border-bottom: 0;
    height: 22px;
    padding: 0;
    font-size: 14px;
}
#sub-menu .navi li > .dropdown-menu ul > li a:hover span,
#sub-menu .navi li > .dropdown-menu ul > li.active a span {
    color: #60bea3;
    border-bottom: solid 1px #60bea3;
}

.menuScroll {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.menuScroll::-webkit-scrollbar {
    display: none;
}

/* SNS버튼 */
.btn-facebook {
    color: #fff;
    background-color: #3a5795;
    border-color: #334c83;
}
.btn-facebook.active,
.btn-facebook:active,
.btn-facebook:hover,
.open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2c4270;
    border-color: #223357;
}
.btn-twitter {
    color: #fff;
    background-color: #59adea;
    border-color: #59adea;
}
.btn-twitter.active,
.btn-twitter:active,
.btn-twitter:hover,
.open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #4897d0;
    border-color: #4897d0;
}
.btn-kakao {
    color: #3c1e1e;
    background-color: #ffeb00;
    border-color: #ffeb00;
}
.btn-kakao.active,
.btn-kakao:active,
.btn-kakao:hover,
.open > .dropdown-toggle.btn-kakao {
    color: #3c1e1e;
    background-color: #ffde00;
    border-color: #ffde00;
}
.btn-naver {
    color: #fff;
    background-color: #1fcb02;
    border-color: #1fbc02;
}
.btn-naver.active,
.btn-naver:active,
.btn-naver:hover,
.open > .dropdown-toggle.btn-naver {
    color: #fff;
    background-color: #1fbc02;
    border-color: #1fbc02;
}

.divider {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    color: #e5e5e5;
    width: 100%;
}
.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 8px;
    left: 30px;
    height: 0;
    border-top: 1px solid #ddd;
}
.divider.divider-center {
    text-align: center;
}
.divider.divider-center:before {
    left: -50% !important;
    right: 0;
    margin-left: -20px;
}

.divider.divider-center:after {
    left: 50% !important;
    right: 0;
    margin-left: 20px;
}

/* web a */
.checkSearch {
    position: relative;
    max-width: 500px;
    margin: 100px auto 0;
    text-align: center;
}
.checkSearch .main_logo {
    margin: 0 0 35px;
}
.checkSearch .main_logo img {
    max-width: 100%;
    height: auto;
}
.checkSearch .searchCont {
    background: #fff;
    display: block;
    height: 50px;
    padding: 8px 0;
    box-shadow: 0 2px 3px #bbb;
}
.checkSearch .searchCont .searchInput {
    width: 100%;
    padding: 0 15px;
    line-height: 35px;
    font-size: 15px;
    border: 0;
    outline: none;
}
.checkSearch .searchBtn {
    margin: 20px 0 0;
}
.checkSearch .searchBtn .search_toggle {
    background: #eee;
    border: solid 1px #ccc;
    padding: 10px 15px;
    color: #888;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
}
.checkSearch .searchBtn .search_toggle:hover {
    border: solid 1px #aaa;
    color: #333;
    font-weight: bold;
}
.alert {
    position: relative;
}
.alert i {
    position: absolute;
    height: 20px;
    top: 50%;
    left: 20px;
    margin-top: -18px;
}
.alert .pull-left {
    padding: 0 0 0 60px;
}

/* board */
.download_list {
    display: -webkit-flex;
    display: flex;
}
.download_list h2 {
    display: -webkit-flex;
    display: flex;
    width: 20%;
    font-size: 16px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
}
.download_list ul {
    background: #ffffff;
    align-items: center;
    border-left: 1px solid #e2e7eb;
}
.download_list ul li {
}
.download_list ul li a {
    display: inline-block;
    font-size: 12px;
    padding: 10px 15px;
    background: #f9f9f9;
    border-radius: 50px;
    margin: 5px 5px;
    color: #565656;
}
.download_list ul li a:hover {
    text-decoration: underline;
    text-underline-position: under;
}

/** 필드값 체크 **/
.has-error .label-txt {
    color: #ff4343;
}
.has-error .form-control {
    border-color: #ff4343 !important;
}
.has-error .form-control:focus {
    border-color: #ff4343 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .text-danger {
    margin-top: 10px;
    color: #ff4343;
}
.has-error .input-group-addon {
    color: #ff4343;
}
.has-success .label-txt {
    color: #103257;
}
.has-success .form-control {
    border-color: #103257 !important;
    color: #111 !important;
}
.has-success .input-group-addon {
    border-color: #103257 !important;
    color: #111 !important;
    background-color: #eee;
}
/* .has-success .form-control:focus {
        border-color: #4cc1ff;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7dd2ff;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7dd2ff;
} */
.has-success .label-txt {
    color: inherit;
}
.has-success .form-control {
    border-color: inherit;
}
.has-success .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.apply-btn {
    color: #979797;
}
.btn.apply-btn.apply-change {
    border: 1px solid #103257 !important;
    color: #103257 !important;
    font-weight: 700;
}
.btn.apply-btn input {
    /* position: absolute;
    width: 1px;
    height: 1px;
    display: inline-block;
    visibility: hidden;
    background: transparent;
    border:1px solid transparent; */
    margin-right: 5px;
    margin-top: 0px;
}

/** =======================
 * Contenedor Principal
 ===========================*/

.accordion {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.accordion a:hover,
.accordion a:active {
    color: inherit;
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion .link a {
    display: block;
}
.accordion .second_link {
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 15px;
    background: #f9f9f9;
}
.accordion .second_link li a {
    position: relative;
    color: #333;
    padding: 10px;
    font-size: 12px;
}
/* .accordion .second_link .dot {
  position:absolute;
  width:4px;
  height:4px;
  background:#797979;
  top:18px;
  left:2px;
  border-radius:10px;
} */
.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #333;
}
.accordion li.open i {
    color: #333;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #fff;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.submenu > li {
    background-color: #ffffff;
}

.submenu li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.depth03 {
    margin-top: 0;
    padding: 10px;
    background: #efefef;
}
.depth03 li a {
    text-align: left;
    padding:;
    position: relative;
    padding-left: 10px;
    font-size: #797979;
}
.depth03 li a::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 2px;
    background: #797979;
    border-radius: 10px;
    width: 3px;
    height: 3px;
}
/* subpage */
.pageHeader-title-wrap {
    padding: 80px 0 55px;
    text-align: center;
}
.pageHeader-title-wrap .pageHeader-title {
    position: relative;
    display: inline-block;
    font-size: 58px;
    font-weight: 700;
    color: var(--bs-inverse);
}
.pageHeader-title-wrap .pageHeader-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: var(--bs-theme);
    opacity: 0.3;
    z-index: -1;
}
.pageHeader-title-wrap .breadcrumb {
    margin-top: 24px;
}
.pageHeader-title-wrap .breadcrumb > li {
    display: inline-block;
    font-size: 16px;
    color: var(--bs-inverse);
}
.pageHeader-title-wrap .breadcrumb > li + li::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: #212121;
    padding: 0 8px;
    opacity: 0.3;
}
.menuScroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.menuScroll::-webkit-scrollbar {
    display: none;
}
.page-nav {
    display: flex;
    flex-wrap: wrap;
}
.page-nav a {
    position: relative;
    display: block;
    font-size: 17px;
    margin: 0 15px;
    color: #fff;
    font-weight: 300;
}
.page-nav a span {
    display: block;
    padding: 0 5px;
    line-height: 45px;
}
.page-nav a.active span {
    font-weight: 700;
    color: #fff;
    border-bottom: solid 3px #fff;
}
.page-nav a::after {
    content: "";
    display: none;
    width: 1px;
    height: 16px;
    background-color: #e5e5e5;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.page-nav a:last-child::after {
    display: none;
}
.page-nav-3depth {
    margin-top: -40px;
}
.page-nav-3depth .page-nav a {
    font-size: 17px;
}
.page-nav-3depth .page-nav a.active {
    font-weight: 500;
}
.page-nav-3depth .page-nav a.active::before {
    display: none;
}
.page-nav-select-wrap {
    display: none;
}
.page-nav-select {
    position: relative;
}
.page-nav-select .nav-select-toggle {
    position: relative;
    display: block;
    padding: 0 15px;
    line-height: 46px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 500;
    user-select: none;
}
.page-nav-select .nav-select-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 6 pro";
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 500;
    height: 14px;
    line-height: 14px;
    width: 14px;
    text-align: center;
}
.page-nav-select.no_sub .nav-select-toggle::after {
    color: #ccc;
}
.page-nav-select.open .nav-select-toggle::after {
    transform: translateY(-50%) rotate(180deg);
}
.page-nav-select.open::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9998;
}
.select-dropdown {
    position: fixed;
    width: 100%;
    height: calc(var(--vh, 1vh) * 68);
    background-color: #fff;
    bottom: -200%;
    left: 0;
    z-index: 9999;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    transition: 0.2s ease-out;
}
.page-nav-select.open .select-dropdown {
    box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.1);
    bottom: 0;
}
.select-scroll-layout {
    position: relative;
    flex: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.select-scroll-layout .scroll-content {
    overflow-y: scroll;
    right: -18px;
    padding-right: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: -18px;
    bottom: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.select-scroll-layout .scroll-content .page-nav-select-tit {
    padding: 0 20px;
    height: 50px;
    display: flex;
    align-items: center;
}
.select-scroll-layout .scroll-content .page-nav-select-tit button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    background: none;
    border: 0;
    font-size: 16px;
    font-weight: 700;
}
.select-scroll-layout .scroll-content .page-nav-select-tit button i {
    margin-right: 7px;
    font-weight: 700;
    margin-top: 2px;
}
.select-scroll-layout .scroll-content .page-nav-select-tit button span {
}
.select-scroll-layout .menu-list {
}
.select-scroll-layout .menu-list .item a {
    position: relative;
    display: block;
    height: 54px;
    line-height: 54px;
    padding: 0px 60px 0px 20px;
    font-size: 15px;
    color: #565656;
}
.select-scroll-layout .menu-list .item a.active {
    font-weight: 700;
    color: #212121;
}
.select-scroll-layout .menu-list .item a::after {
    font-family: "Font Awesome 6 pro";
    content: "\f105";
    position: absolute;
    right: 40px;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
}
.select-scroll-layout .menu-list .item a:hover {
    background-color: #eaeaea;
}
.select-scroll-layout .menu-list .item a[aria-expanded="true"] {
    background-color: #f5f5f5;
}
.select-scroll-layout .menu-list .item a[data-toggle="collapse"]::after {
    content: "\f107";
}
.select-scroll-layout
    .menu-list
    .item
    a[data-toggle="collapse"][aria-expanded="true"]::after {
    content: "\f106";
}
.select-scroll-layout .menu-list .item .collapse,
.select-scroll-layout .menu-list .item .collapsing {
    border-bottom: 1px solid #eee;
    background: #fafafa;
}
.select-scroll-layout .menu-list .item .collapse > a,
.select-scroll-layout .menu-list .item .collapsing > a {
    font-size: 13px;
    height: 50px;
    line-height: 50px;
}
/* .modal.fade .modal-dialog.video-modal {
  -webkit-transition: -webkit-transform .5s ease-out;
  -o-transition: -o-transform .5s ease-out;
  transition: transform .5s ease-out;
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  -o-transform: translate(0,100%);
  transform: translate(0,100%);
}
.modal.in .modal-dialog.video-modal {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
} */
.modal-dialog.video-modal {
    width: 75%;
    max-width: 1400px;
}
@media (max-height: 960px) {
    .modal-dialog.video-modal {
        width: 75%;
        max-width: 1200px;
    }
}
@media (max-height: 900px) {
    .modal-dialog.video-modal {
        width: 75%;
        max-width: 900px;
    }
}
.modal-dialog.video-modal .modal-content {
    background: none;
    overflow: visible;
    box-shadow: none;
}
.modal-dialog.video-modal .modal-body {
    padding: 0;
}
.modal-dialog.video-modal .close-cont {
    position: relative;
    width: 100%;
    height: 50px;
}
.modal-dialog.video-modal .close-cont .close {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    text-indent: 0;
    opacity: 1;
    font-size: 35px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-shadow: none;
    background-color: #000;
    border-radius: 4px 4px 0 0;
    opacity: 0;
    transition: 0.4s ease-in;
}
.modal.in .modal-dialog.video-modal .close-cont .close {
    opacity: 1;
}
.video-popup-box {
    position: relative;
}
.video-popup-box::after {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.video-popup-box iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video-popup-container {
    background-color: #000;
}
.video-popup-container .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
}
.video-popup-container .swiper-slide .oooo {
    position: absolute;
    width: 300px;
    height: 50px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #000;
}
.video-popup-thumbs {
    background-color: #000;
    max-height: 148px;
}
.video-popup-thumbs .swiper-wrapper {
    padding: 5px;
    height: 100%;
}
.video-popup-thumbs .swiper-slide {
}
.video-popup-thumbs .swiper-slide .cover {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.video-popup-thumbs .swiper-slide .cover::after {
    content: "";
    display: block;
    padding-top: 50%;
}
.video-popup-thumbs .swiper-slide.swiper-slide-active .cover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid red;
    position: absolute;
    top: 0;
    left: 0;
}
.video-popup-button-next,
.video-popup-button-prev {
    width: 72px;
    height: 72px;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: calc(50% - 45px);
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
}
.swiper-button-disabled.video-popup-button-next,
.swiper-button-disabled.video-popup-button-prev {
    opacity: 0.5;
    display: none;
}
.video-popup-button-next:hover,
.video-popup-button-prev:hover {
    background-color: rgba(0, 0, 0, 1);
    opacity: 1;
    color: #fff;
}
.video-popup-button-prev {
    left: -90px;
}
.video-popup-button-next {
    right: -90px;
}
.video-popup-container .media {
    position: relative;
}
.video-popup-container .youtube_img {
    width: 100%;
    padding-bottom: 56.25%;
}
.video-popup-container .play::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    cursor: pointer;
}
.video-popup-container .play::after {
    content: "\f04b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    z-index: 1;
    color: #fff;
    cursor: pointer;
}
.video-popup-container .play-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 56px);
    background-color: rgba(245, 91, 91, 0.2);
}
.video-popup-container .play-btn::after {
    content: "\f04b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    z-index: 1;
    color: #fff;
    cursor: pointer;
}
.video-popup-container .pause-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 56px);
    background-color: rgba(131, 91, 245, 0.2);
}
.video-popup-container .pause-btn::after {
    content: "\f04c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    z-index: 1;
    color: #fff;
    cursor: pointer;
}
.video-popup-container .thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .swiper-button-disabled.video-popup-button-next,
    .swiper-button-disabled.video-popup-button-prev {
        display: inline-flex;
        opacity: 0.5;
    }
    .video-popup-button-next,
    .video-popup-button-prev {
        top: calc(100% + 44px);
        width: 56px;
        height: 56px;
        font-size: 24px;
        background-color: #000;
    }
    .video-popup-button-next {
        right: calc(50% - 61px);
    }
    .video-popup-button-prev {
        left: calc(50% - 61px);
    }
    .search_form {
        background: rgba(0, 0, 0, 0.8);
        position: fixed; overflow: hidden;
        top: 60px;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .search_form .search_div {
        padding: 60px 0 80px;
        border-radius: 0 0 20px 20px;
    }
    .search_form .search-tit {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .search_form .search_inner {
        position: relative;
        max-width: 500px;
        margin: 0 auto;
        display: flex;
        background-color: white;
        border: solid 3px #223357;
        border-radius: 12px 24px 12px 12px;
        z-index: 999;
    }
    .search_form .search_inner input {
        background: none;
        float: left;
        width: 100%;
        padding: 10px;
        font-size: 1.25rem;
        color: #333 !important;
        border: 0;
        outline: 0;
    }
    .search_form .search_inner .search_input::placeholder {
        color: #fff !important;
    }
    .search_form .search_inner .search_btn {
        width: 42px;
        height: 42px;a
    }
}
/* ----- form 관련
.contact-panel {
  position: relative;
}
.contact-panel .row {
  --bs-gutter-x: 40px;
}
.contact-title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #111;
}
.contact-title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
}
.contact-title .required-txt {
  font-size: 16px;
  font-weight: 300;
  color: #ff3232;
}
.contact-footer {
  margin-top: 50px;
} */
.agreement-group {
}
.agreement-group .agreement-title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}
.agreement-group .agreement-cont {
    border: 1px solid #eee;
    background-color: #f5f5f5;
    padding: 15px 20px;
    color: #676767;
    min-height: 100px;
    max-height: 150px;
    overflow: auto;
}
.agreement-group .agreement-check {
    margin-top: 15px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.agreement-group .agreement-check > div {
    font-weight: 700;
    font-size: 18px;
}
.agreement-group .agreement-check .ck-box {
}
.agreement-group .agreement-check .ck-box input[type="checkbox"] {
}
.agreement-group .agreement-check .ck-box label {
    margin: 0;
    font-weight: 300;
}
@media (max-width: 767px) {
    .contact-title {
        padding-bottom: 12px;
        margin-bottom: 24px;
    }
    .contact-title h2 {
        font-size: 18px;
    }
    .contact-title .required-txt {
        font-size: 13px;
    }
    .agreement-group .agreement-check {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .agreement-group .agreement-check > div {
        text-align: center;
        word-break: keep-all;
    }
    .agreement-group .agreement-check .ck-box {
        margin-top: 30px;
        font-weight: 300;
    }
}
/* form 관련 ----- */
@media (max-width: 1024px) {
    /* Header */
    #header {
        width: 100%;
        height: 64px;
        border-bottom: solid 1px #e5e5e5;
        z-index: 1015;
    }
    .header-cont > .m-util {
        background: none;
        border: 0;
        box-shadow: none;
    }

    .logo {
        margin-left: 10px;
    }
    .logo img {
        height: 32px;
    }
    .logo .mlogo {
        display: block;
    }
    .logo .wlogo {
        display: none;
    }
    .util li.user {
        display: none;
    }
    .util ul > li {
        padding: 0;
    }
    .util ul > li.w-login {
        display: none;
    }
    .util ul > li.login {
        position: inherit;
    }
    .util ul > li.login a {
        position: absolute;
        top: 0;
        right: 50px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        color: #eee;
        z-index: 1016;
        display: block;
    }
    .util ul > li a span {
        display: inline-block;
        text-indent: -9999999px;
    }
    /* toggle */
    .nav-toggle {
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 50px;
        padding: 12px;
        text-align: center;
        z-index: 1016;
    }
    .nav-toggle span {
        height: 2px;
        background: #eee;
        margin: 5px 0;
        display: block;
        width: 20px;
    }
    .nav-toggle span:nth-child(2) {
        width: 20px;
    }
    .nav-toggle span:nth-child(3) {
        width: 20px;
    }
    .search-toggle {
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        color: #eee;
        z-index: 1016;
        display: block;
    }
    .search-toggle i {
        line-height: inherit;
        font-size: 18px;
    }

    .arrow-down {
        border-top: 5px solid #505050;
        position: absolute;
        top: 20px;
        right: 10px;
    }

    .pageHeader-title-wrap {
        padding: 50px 0 35px;
    }
    .pageHeader-title-wrap .pageHeader-title {
        font-size: 50px;
    }
    .pageHeader-title-wrap .pageHeader-title::before {
        height: 12px;
    }
    .page-nav a {
        font-size: 17px;
    }
    .page-nav-select-wrap {
        display: block;
    }
    .page-subMenu,
    .page-nav-3depth {
        display: none !important;
    }
    .pageHeader-title-wrap .pageHeader-title {
        font-size: 42px;
    }
    .pageHeader-title-wrap .breadcrumb > li {
        font-size: 12px;
    }
    #sub-menu .navi li {
        margin: 0px;
    }
    #sub-menu .navi li a {
        display: inline-block;
        padding: 12px 13px;
        vertical-align: middle;
    }
    #sub-menu .navi li a span {
        display: inline-block;
        height: auto;
        padding: 0;
        font-size: 1rem;
    }
    #sub-menu .navi li a:hover span,
    #sub-menu .navi li.active a span {
        border-bottom: 0;
    }
    .navi li.active a span {
        font-weight: 700;
        color: #333;
    }

    /* 갤러리 */
    .gallery_wrap .owl-stage {
        padding-left: 0 !important;
    }
    .gallery_wrap li.gallery_box {
        padding: 0;
        margin: 0 5px;
    }
    .gallery_wrap li.gallery_box div.gallery_list {
        margin: 0 5px;
        height: auto;
    }
    .gallery_wrap li.gallery_box div.gallery_list dl {
        padding-top: 100%;
    }
    .gallery_wrap li.gallery_box div.gallery_list dl dd.desc {
        -webkit-line-clamp: 1;
    }

    /* footer */
    #subContainer {
        margin: 0px 0 40px;
    }
    #footer {
        height: auto;
        position: relative;
    }
    #footer .footer-info > div {
        display: flex;
        flex-direction: column;
    }

    .modal-dialog.video-modal {
        width: 98%;
        margin: 0;
    }
    .video-popup-container .button-next,
    .video-popup-container .button-prev {
        font-size: 24px;
    }
    #sub-menu .navi {
        display: flex;
        flex: 1;
    }
    .menuScroll {
        overflow-x: auto;
    }
}
@media (max-width: 767px) {
    .pageHeader-title-wrap .pageHeader-title {
        font-size: 32px;
    }
    .main-sns .sns-link .txt p {
        font-size: 13px;
    }
    .main-sns .sns-link .img-box img {
        width: 20px;
        height: 20px;
    }
}
