@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

@font-face {
    font-family: 'NanumBarunGothic';
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 300;
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
}

html {
    font-size: 16px;
    --default: #111;
    /*기본 텍스트 컬러*/
    --point: #203c92;
    --border: #ddd
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--default);
    vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Pretendard Variable", Pretendard, 'Noto sans KR', sans-serif;
    color: #222222;
}

ol,
ul {
    list-style: none;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:link,
a:visited {
    text-decoration: none
}

:root {}

#ctt {
    margin: 0;
    padding: 0;
    background: none;
}

#ctt_con {}

img {
    max-width: 100%;
    object-fit: cover;
}

/* 초기 설정 */
#popup {
    position: fixed;
    top: 120px;
    right: 280px;
    z-index: 99999999;
    width: 100%;
    max-width: 500px;
}

.popup_checkBox {
    background-color: #000000;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup_checkBox label span {
    color: #fff;
    margin: 0;
    text-indent: 5px;
}

.popup_checkBox input {
    width: 16px;
    height: 16px;
    transform: translateY(2px);
}

@media(max-width:768px) {
    #popup {
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
    }
}

caption {
    display: none;
}

.top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    background-color: #222;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 17px;
    font-size: 17px;
    cursor: pointer;
}

.top i {
    display: block;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 3px;
}

.imp-dialog {
    z-index: 9999999 !important;
}

img {
    vertical-align: top;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}

.row {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;

}

.swiper2 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
}

.swiper2 .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 14px auto;
    display: block;
}

.swiper2 .swiper-pagination-bullet-active {
    background-color: #00704a;
}

.view-768 {
    display: none !important
}

.hide-768 {
    display: block !important
}

.view-640 {
    display: none !important
}

.hide-640 {
    display: block !important
}

.view-1210 {
    display: none !important
}

.hide-1210 {
    display: block !important
}

.d-flex.hide-1210 {
    display: flex !important
}

span.hide-1210 {
    display: inline !important
}

img.hide-1210 {
    display: inline !important;
}

img.view-1210 {
    display: none !important;
}

.wrap-1600 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

/* 초기 설정 */

/* 헤더 */
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0.3s;
    z-index: 999999;
}

header .mainmenu-wrap li.mobile-icon-wrap {
    display: none !important;
}

header::after {
    content: "";
    position: fixed;
    background-color: rgba(22, 24, 63, 1);
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 1;
    transition: .3s;

}

header.style::after {
    background-color: rgba(22, 24, 63, 0.9);
}

header h1 {
    text-align: center;

}

header .mainmenu-wrap {
    padding: 31px 0;
    transition: 0.3s;
    position: relative;
    z-index: 9999999
}

header .mainmenu-wrap.mobile,
header .mainmenu-wrap.mobile-list-wrap {
    display: none !important;
}

header .mainmenu-wrap .mainmenu .main-menu-list {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    display: block;
    cursor: context-menu;
    color: #333333;
}

header .mainmenu-wrap .mainmenu .main-menu-list a {
    font-family: "Pretendard Variable", Pretendard, 'NanumBarunGothic', sans-serif;
    font-weight: 600;
    color: #fff;
    position: relative;
}

header .mainmenu-wrap .mainmenu .main-menu-list a::after {
    content: "";
    width: 2px;
    height: 17px;
    background-color: #3e27b7;
    position: absolute;
    top: 50%;
    right: -1.5em;
    transform: translateY(-50%);
}

header .mainmenu-wrap .mainmenu li:nth-child(2) .main-menu-list a::after {
    background-color: #661fba;
}

header .mainmenu-wrap .mainmenu li::nth-child(3) .main-menu-list a::after {
    background-color: #8338a0;
}

header .mainmenu-wrap .mainmenu li:last-child .main-menu-list a::after {
    display: none;
}

header .mainmenu-wrap {
    width: 100%;
    position: relative;
}

header .mainmenu-wrap .mainmenu {
    width: 100%;
    max-width: 700px;
    padding-top: 12px;
    margin-right: 50px;
}

/* header .mainmenu>li::after{
    content: "";
    width: 88px;
    height: 2px;
    background-color: #0b50a2;
    position: absolute;
    top: 54px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
    display: none;
} */
header .mainmenu-wrap .mainmenu .sub {
    background-color: rgba(22, 24, 63, 0.7);
    z-index: 197;
    width: 240px;
    position: absolute;
    z-index: 9;
    top: 67px;
    left: 0;
    overflow: hidden;
    display: none;
}

header .mainmenu-wrap .mainmenu .sub ul li a {
    padding-bottom: 25px;
    font-weight: 300;
}

header .mainmenu-wrap .mainmenu .sub ul li:first-child a {
    padding-top: 40px;
}

header .mainmenu-wrap .mainmenu .sub ul.sub-list li {
    font-size: 17px;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 0;
}

header .mainmenu-wrap .mainmenu .sub ul.sub-list li a {
    font-size: 17px;

}

header .mainmenu-wrap .mainmenu .sub ul li a {
    display: block;
    text-align: left;
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.9px;
}

header .mainmenu__box {
    width: 100%;
}

header .mainmenu-wrap .local {
    /* width: 306px; */
    padding-top: 12px;
}

header .mainmenu-wrap .local li {
    margin-right: 16px;
}

header .mainmenu-wrap .local li:last-child {
    margin-right: 0;
}

header .mainmenu-wrap .local li a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;

}

header .mainmenu-wrap .local li a img {
    vertical-align: middle;
    margin-right: 10px;
}

header .m-box {
    display: none !important;
}




/* 헤더 */

/* 헤더 메뉴*/
header .mainmenu>li {
    position: relative;
    padding: 0 2em;
}

header .mainmenu-wrap .mainmenu .sub ul {
    width: 100%;
    padding: 0 20px;
}

/* 헤더 메뉴*/

header .mainmenu .sub ul li a:hover {
    color: #37fff8;
}

header .mainmenu>li:hover a {
    color: #0b50a2;
}

header .mainmenu>li:hover::after {
    display: block;
}

header .mainmenu>li:hover .sub {
    height: auto;
}

/* header .mainmenu-wrap .mainmenu li:hover .sub{
    height: auto;
} */
/* header:hover{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
} */
/* header.style{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
} */
.main-menu-list.style,
.local li a.style {
    color: #333333 !important;
}


/*footer*/

footer {
    padding-top: 60px;
    line-height: 1.5em;
}

footer .f-top ul {}

footer .f-top ul li {
    display: inline-block;
    margin: .3em 2.6em .3em 0
}

footer .f-top ul li a {
    font-size: 1.2em;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #333;
    transition: .3s;
}

footer .f-top ul li a:hover {
    color: #4081bb;
}

footer .subscribe {
    letter-spacing: -0.05em;
}

footer .subscribe a {
    display: block;
    width: 100%;
    padding: 0.8em 1.2em;
    border: 1px solid #ccc;
    color: #6b6b6b;
    text-align: left;
    font-size: 1.1rem;
    letter-spacing: -0.05em;
    font-weight: 500;
    transition: .3s;
}

footer .subscribe a:hover {
    border-color: #0c4393;
    background-color: #0c4393;
    color: #fff;
}

footer .subscribe a i {
    margin-left: 1em;
    transition: .3s;
}

footer .subscribe a:hover i {
    color: #cee5ec;
    transform: translateX(0.3em);
}

footer copy {
    font-size: .825em;
}

footer .f-top p {
    text-align: right;
    color: #666666;
}

footer .f-bottom {
    margin-top: 40px;
    margin-bottom: 50px;
}

footer .f-bottom p {
    color: #666666;
    line-height: 1.8em;
}

footer .f-bottom a {
    color: #666666;
    font-weight: 600;
}


.top {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
  }
  
  .top.show {
    opacity: 1;
    transform: translateY(0);
  }


    /* 뉴스레터 구독 신청 모달 css */
    #business_write tbody{
        border-block:1px solid #000;
    }

    #business_write tbody tr{
        display:flex;
        align-items: center;    
    }

    #business_write tbody tr > th{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fafafa;
        font-weight: 500;
        border-right: 1px solid #ddd;
        width: 250px;
        max-width: 250px;
        height: 80px;
    }

    #business_write tbody tr > td{
        border-bottom: 1px solid #ddd;
        padding: 14px 0;
        padding-left: 15px;
        width: 100%;
    }

    #business_write table td input {
        display: block;
        width: 100%;
        max-width: 700px;
        height: 50px;
        padding-left: 10px;
        border: 1px solid #ddd;
    }
    #business_write .agree p {
        border: 1px solid #ddd;
        padding: 20px;
        margin-top: 20px;
    }

    #business_write .agree div {
        width: 140px;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
        font-size: 22px;
    }

    #business_write .submit_wrap {
        padding-top: 50px;
    }

    #business_write .submit_wrap li{
        display: block;
        width: 100%;
        max-width: 190px;
        border: none;
        background-color: #0b50a2;
        cursor: pointer;
        padding: 13px;
        position: relative;
        text-align:center;
    }
    #business_write .submit_wrap input[type="submit"]{
        font-weight: 600;
        background: inherit;
    }
    #business_write .submit_wrap input[type="submit"],
    #business_write .submit_wrap .fa-plus{
        color:#fff;
    }



/* 미디어 쿼리 */

@media(max-width:1210px) {  

    .view-1210 {
        display: block !important
    }

    .hide-1210 {
        display: none !important
    }

    span.view-1210 {
        display: inline !important
    }

    span.hide-1210 {
        display: none !important
    }

    span.hide-1210,
    .meunlist-a.hide-1210 {
        display: none !important
    }

    .meunlist-a.view-1210 {
        display: inline !important
    }

    img.hide-1210 {
        display: none !important;
    }

    img.view-1210 {
        display: inline !important;
    }

    /* header .mobile-menu li .main-menu-list, 
    header .mobile-menu .sub li a {
        text-align: left;
        padding: 10px;
        display: block;
        font-weight: 600;
    } */
}



@media(max-width:768px) {

    .view-768 {
        display: block !important
    }

    .hide-768 {
        display: none !important
    }

}

/* 미디어 쿼리 */
@media(max-width:1600px) {
    .footer {
        height: auto !important
    }

    footer .inner {
        padding: 1em;
    }
    .wrap-1600 {
        max-width: 1210px;
    }

    header .wrap-1600 {
        max-width: 1200px;
    }

    header {
        padding: 0 10px;
    }

    header h1 {
        margin-right: 15px;
    }

    header .mainmenu-wrap .mainmenu {
        margin-right: 19px;
    }

    footer {
        padding: 0 10px;
        padding-top: 60px
    }

}



/* 모바일 */

/* 미디어 쿼리 */

@media(max-width:1210px) {
    .top {
        display: none !important;
    }

    header {
        padding: 20px 40px;
    }

    header h1 {
        position: relative;
        z-index: 99999999;
    }

    /* 헤더 마우스 오버 */
    header .mainmenu {
        display: block !important;
    }

    header .mainmenu-wrap .mainmenu>li>.main-menu-list.on {
        color: #f39800;
    }

    /* 헤더 마우스 오버 */
    header {
        background-color: rgba(22, 24, 63, 1);
        position: fixed;
        top: 0;
        left: 0;
    }

    header .m-box .menu i {
        color: #fff;
    }

    header .mainmenu>li {
        width: 100%;
    }

    header .mainmenu__box {
        display: block !important;
    }

    header .mainmenu-wrap .mainmenu .main-menu-list {
        text-align: left;
    }

    header .mainmenu-wrap.on {
        overflow-y: auto;
    }

    header .mainmenu-wrap:hover .mainmenu .sub {
        display: none;

    }

    header .mainmenu>li:hover::after {
        display: none;
    }

    header .mainmenu-wrap .mainmenu .main-menu-list a::after {
        display: none;
    }

    header::after {
        display: none !important;
    }

    header .mainmenu-wrap .mainmenu.d-flex.view-1210 {
        display: block !important;
    }

    header .mainmenu-wrap .mainmenu.d-flex.hide-1210 {
        display: none !important;
    }

    header .bt_call {
        width: 30px
    }

    header .m-box {
        display: flex !important;

        width: 100%;
    }


    header .m-box .menu {
        z-index: 9999999;
        position: relative;
        width:7vw;
        height: 7vw;
        display:flex;
        flex-direction:column;
        justify-content:space-around;
        align-items:center;
    }

    header .m-box .menu span{
        width:100%;
        height:2px;
        display:block;
        background-color:#fff;
        color:#fff;
    }

    header .m-box .menu i{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        display:block;
    }

    header .mainmenu-wrap {
        background-color: rgba(22, 24, 63, 1);
        overflow: hidden;
        width: 100%;
        max-width: 300px;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        z-index: 9999;
        height: 100vh;
        transition: 0.3s;
        padding: 0;
    }

    header .mainmenu-wrap.on {
        right: 0;
    }

    header .mainmenu-wrap.on,
    header .mainmenu-wrap .mainmenu .sub{
        background-color: black;
    }

    header .mainmenu>li {
        padding-right: 0;
        margin-right: 0;
        padding:0.5em 1.5em;
    }

    /* header .mainmenu>li.menu-pc {
        border-bottom: 1px solid #ebebeb;
    } */

    /* header .mainmenu>li.menu-pc:first-child {
        border-top: 1px solid #ebebeb;
    } */

    header .mobile-menu li .main-menu-list,
    header .mobile-menu .sub li a {
        text-align: left;
        padding: 10px;
        display: block;
        font-weight: 600;
    }

    header .mainmenu .sub ul li a:hover{
        color: #328bf5;
    }

    header .mainmenu-wrap .mainmenu .sub {
        margin-top: 0;
    }

    header .mainmenu-wrap .mainmenu .sub ul {
        padding: 0;
    }

    header .mainmenu-wrap .mainmenu .sub ul li:first-child a {
        padding-top: 10px;
    }

    header .mainmenu-wrap .mainmenu .sub ul li a {
        padding-bottom: 10px;
        font-size:18px;
    }

    header .mainmenu-wrap .mainmenu .sub ul {
        position: relative;
        z-index: 999
    }

    header .mainmenu-wrap .mainmenu {
        max-width: none;
        padding-top: 92px;
    }

    header .mainmenu-wrap {
        align-items: flex-start !important;
        display: block !important;
    }

    header .mainmenu-wrap .mainmenu>li>a.on {
        color: #4081bb;
    }

    header .mainmenu-wrap .mainmenu .main-menu-list {
        display: block;
        width: 100%;
        color: #222;
        position: relative;
    }

    header .mainmenu-wrap .mainmenu .main-menu-list a {
        position: relative;
    }

    header .mainmenu-wrap .mainmenu .main-menu-list a i {
        position: absolute;
        top: 5px;
        right: 0;
        transition: .3s;
        color: #fff;
    }

    header .mobile-header.on span a {
        color: #4081bb;
    }

    header .mobile-header.on span a i {
        transform: rotate(180deg);
        color: #4081bb;
    }

    header .mainmenu-wrap .mainmenu .sub ul li:first-child {
        padding: 0;
    }

    header .mainmenu-wrap .mainmenu .sub ul li {
        padding-bottom: 0;
    }

    header .mainmenu-wrap .mainmenu .sub ul.sub-list {
        margin-top: -10px;

    }

    header .mainmenu-wrap .mainmenu .sub ul.sub-list li {
        font-size: 15px;
        font-weight: 300;
        padding-top: 0;
        padding-bottom: 0;
    }

    header .mainmenu-wrap .mainmenu .sub ul.sub-list li a {
        padding: 5px 20px;
    }

    header .mobile-menu .sub li a {
        font-weight: 400;
    }

    header .mainmenu-wrap .mainmenu .sub {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
    }

    header .mainmenu-wrap .local {
        padding: 10px;
        width:280px;
    }

    header .mainmenu-wrap .local li {
        margin-right: 10px;
    }

}

@media(max-width:640px) {
    .view-640 {
        display: block !important
    }
    .hide-640 {
        display: none !important
    }
    
    header {
        padding: 10px 20px;
    }
    
    header .mainmenu-wrap .local {
        width: 55vw;
    }
    header .mainmenu-wrap .mainmenu {
        max-width: none;
        padding-top: 72px;
    }

    header .mainmenu-wrap .local li a img {
        margin-right: 5px;
    }

}


/* 미디어 쿼리 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    header .mainmenu-wrap .mainmenu .sub {
        /* background-color: rgba(20, 60, 120, 0.8); */
        /* position: absolute;
        top: 54px;
        left: 0; */
        /* z-index: 197; */
        /* width: 100%; */
        /* margin-top: 26px; */
        /* position: relative; */
        z-index: 9;
        /* top: 25px; */
        overflow: hidden;


    }

    .content01>ul {
        background-color: #0b50a2 !important;
    }

    /* .content01 > ul > li:first-child{
        margin-right: -1px;
    } */
}

@media screen and (max-width:1600px) {
    .inner {
        padding: 0;
    }
}