@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;800&display=swap");

* {
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 500;
}

button {
    cursor: pointer;
}

input {
    border: none;
}

/* Setting Variables : Font Family */
/* Setting Variables : Text Color */
/* Setting Variables : Object Color */
/* Google Web Fonts */
* {
    font-family: "Noto Sans KR", sans-serif;
}

body {
    font-weight: 400;
    margin: 0;
    font-style: 16px;
}

/* Temporary CSS */
/* ############## Common CSS ############## */
[class*="inner"] {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.area-title {
    letter-spacing: -1px;
    margin-bottom: 36px;
}

.area-title h2 {
    font-size: 36px;
    font-weight: 400;
}

.area-title h2 b {
    font-weight: 500;
    font-size: 22px;
}

.card {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    border-radius: 10px 24px 10px 10px;
    box-shadow: 3px 3px 10px 0px rgba(47, 46, 44, 0.25);
}

.card .start {
    background: #383b73;
    display: block;
    width: 77px;
    height: 26px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

.card .tits {
    font-weight: 400;
    line-height: 20px;
    color: #666;
    margin-bottom: 41px;
    padding: 0 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
}

.card .tits b {
    display: block;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
    margin-bottom: 16px;
}

.card .text-r {
    display: block;
    text-align: right;
    margin-right: 24px;
}

.card .text-r span {
    display: block;
    color: #666;
}

.card .text-r span:nth-child(1) {
    margin-bottom: 14px;
}

.card .text-r span:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #000;
}

.card .text-r span:nth-child(2) em {
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
}

.card .text-r span:nth-child(3) {
    margin-top: 16px;
    font-size: 14px;
}

/* Header */
header {
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
    position: relative;
    z-index: 10;
}

header .header-inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

header .mo_right,
header .header-inner .top.mo {
    display: none;
}

header .header-inner .top {
    text-align: right;
    padding: 14px 0 14px;
}

header .header-inner .top a {
    font-size: 13px;
    color: #666666;
}

header .header-inner .top a+a {
    margin-left: 10px;
}

header .header-inner .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-inner .bottom .logo {
    width: 200px;
    height: 28px;
}

header .header-inner .bottom .logo img {
    width: 100%;
}

header .header-inner .bottom .menu-list {
    list-style: none;
    display: flex;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 0;
}

header .header-inner .bottom .menu-list a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

header .header-inner .bottom .search {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

header .header-inner .bottom .search img {
    width: 100%;
}

header .header-inner .bottom p {
    font-size: 11.5px;
}

header .mo_btn {
    width: 32px;
    flex-direction: column;
    align-items: center;
    /* background-color: #00a1ef; */
    margin-left: 20px;
    display: none;
}

header .mo_btn span {
    height: 3px;
    width: 100%;
    background-color: #222;
}

header .mo_btn span+span {
    margin-top: 6px;
}

.mo_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 99999;
    display: none;
}

.mo_menu .close_btn {
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 22px;
    cursor: pointer;
}

.mo_menu .logo_wrap {
    padding: 0 30px 12px;
    margin-top: 20px;
    border-bottom: 1px solid #ebebeb;
}

.mo_menu .logo_wrap .logo {
    height: auto;
}

.mo_menu .logo_wrap .logo a {
    font-size: 25px;
}

.mo_menu .logo_wrap .logo a h3 {
    line-height: 1.2;
}

.mo_menu .logo_wrap .logo a p {
    font-size: 9.5px;
}

.mo_menu .menu-list {
    padding: 30px 25px;
}

.mo_menu .menu-list li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
}

/* Footer */
footer {
    height: auto !important;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
}

footer .footer-inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px !important;
}

footer .footer-inner .top {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

footer .footer-inner .top .link-list {
    display: flex;
    gap: 15px;
    list-style: none;
    padding-left: 0;
}

footer .footer-inner .top .link-list li {
    cursor: pointer;
    letter-spacing: -1px;
}

footer .footer-inner .bottom {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}

footer .footer-inner .bottom .logo {
    display: inline-block;
    margin-right: 50px;
}

footer .footer-inner .bottom .logo img {
    max-width: 100%;
    height: auto;
}

footer .footer-inner .bottom .copyright-wrap address {
    font-style: normal;
}

footer .footer-inner .bottom .copyright-wrap address span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin: 0 20px 10px 0;
    letter-spacing: -1px;
}

footer .footer-inner .bottom .copyright-wrap address span ::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #ddd;
}

/* Section : Front Slider */
.front-slider {
    margin: -107px auto 0;
}

.front-slider .front-slider-items {
    /* Custom CSS : Slick - 다음 이전 아이콘 */
}

.front-slider .front-slider-items .slick-prev,
.front-slider .front-slider-items .slick-next {
    z-index: 1000;
    display: none;
}

.front-slider .front-slider-items .slick-prev:before {
    z-index: 1000;
    position: absolute;
    left: 332px;
    top: 246px;
    font-size: 0;
    border: none;
    cursor: pointer;
    display: block;
    width: 17px;
    height: 15px;
    margin-left: 14px;
    background: url("../images/v_prev.png") center center no-repeat;
}

.front-slider .front-slider-items .slick-next:before {
    position: absolute;
    right: 1385px;
    top: 246px;
    font-size: 0;
    border: none;
    cursor: pointer;
    display: block;
    width: 17px;
    height: 15px;
    margin-left: 14px;
    background: url("../images/v_next.png") center center no-repeat;
}

.front-slider .front-slider-items .front-slider-item {
    position: relative;
}

.front-slider .front-slider-items .front-slider-item .pic {
    height: 620px;
    width: 100%;
}

.front-slider .front-slider-items .front-slider-item .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
    min-width: 1280px;
}

.front-slider .front-slider-items .front-slider-item .btn-wrap {
    position: absolute;
    bottom: 136px;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}

.front-slider .front-slider-items .front-slider-item .btn-wrap .btn-more {
    cursor: pointer;
    color: #000;
    line-height: 1.1;
    display: inline-block !important;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 20px;
}

/* Front Slider Button Controls */
.btn-controls {
    display: flex;
    gap: 18px;
    align-items: center;
    position: relative;
    bottom: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.btn-controls button {
    width: 12px;
    height: 12px;
    font-size: 0;
    border: none;
    background-size: cover;
    cursor: pointer;
    display: inline-block;
}

.btn-controls .pause {
    background: url("../images/v_pause.png") center center no-repeat;
    background-size: cover;
}

.btn-controls .prev-arrow {
    width: 17px;
    height: 15px;
    background: url("../images/v_prev.png") center center no-repeat;
    background-size: cover;
}

.btn-controls .next-arrow {
    width: 17px;
    height: 15px;
    background: url("../images/v_next.png") center center no-repeat;
    background-size: cover;
}

.btn-controls .current-count {
    font-size: 18px;
}

.btn-controls .current-count .txt-current {
    font-weight: bold;
    color: #d90404;
}

/* Login Box */
.login-wrap {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.login-wrap .login-box {
    position: absolute;
    bottom: 130px;
    right: 0;
    box-shadow: 3px 3px 10px 0px rgba(47, 46, 44, 0.25);
    width: 384px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.login-wrap .login-box .login-tabs {
    list-style: none;
    text-align: left;
}

.login-wrap .login-box .login-tabs a {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}

.login-wrap .login-box .login-field {
    text-align: center;
}

.login-wrap .login-box .login-field label {
    font-size: 0;
}

.login-wrap .login-box .login-field input {
    display: block;
    padding-right: 36px;
    width: 304px;
    height: 46px;
    font-size: 16px;
    font-weight: 400;
    color: #a6a6a6;
    margin: 0 auto;
    padding-left: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.login-wrap .login-box .login-field .btn-login {
    color: #fff;
    background: #c6002c;
    margin-top: 34px;
    margin-bottom: 35px;
    width: 306px;
    height: 42px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
}

.login-wrap .login-box .find-register {
    display: inline-block;
    width: 304px;
    text-align: left;
    margin-bottom: 40px;
}

.login-wrap .login-box .find-register a {
    color: #666666;
}

.login-wrap .login-box .find-register a.register {
    float: right;
}

.login-wrap .login-box .find-register a:nth-child(1) {
    margin-right: 16px;
    position: relative;
}

.login-wrap .login-box .find-register a:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #ddd;
}

/* Section : Fav List */
.fav-list {
    max-width: 1200px;
    padding-top: 40px;
    margin: auto;
}

.fav-list .fav-list-inner .fav-list-items {
    box-shadow: 3px 3px 10px 0px rgba(47, 46, 44, 0.25);
    border-radius: 10px;
    display: flex;
}

.fav-list .fav-list-inner .fav-list-items .fav-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    max-width: 200px;
    height: 148px;
    border-radius: 10px;
    border: 3px solid #fff;
    cursor: pointer;
    transition: all 0.5s;
}

.fav-list .fav-list-inner .fav-list-items .fav-list-item:hover {
    border: 3px solid #c6002c;
    transition: all 0.5s;
}

.fav-list .fav-list-inner .fav-list-items .fav-list-item:hover img {
    transform: translateY(-6px);
    transition: all 0.5s;
}

.fav-list .fav-list-inner .fav-list-items .fav-list-item img {
    width: 60px;
    height: 60px;
    transition: all 0.5s;
}

.fav-list .fav-list-inner .fav-list-items .fav-list-item span {
    margin-top: 24px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* Section : Two Area */
.two-area .two-area-inner {
    text-align: center;
}

.tab-menu {
    display: flex;
    justify-content: flex-end;
    gap: 28px;
    list-style: none;
    margin-bottom: 46px;
}

.tab-menu li {
    position: relative;
    cursor: pointer;
}

.tab-menu li.active a {
    color: #383b73;
}

.tab-menu li.active:before {
    content: "";
    height: 4px;
    width: 100%;
    background: #383b73;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.tab-menu li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #ddd;
}

.tab-menu li:last-child:after {
    display: none;
}

.tab-menu li a {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}

.two-area .two-area-inner .area-content .tab-sliders {
    position: relative;
    /* Custom CSS : Slick - 아이템 간격 조절 */
    /* Custom CSS : Slick - 다음 이전 아이콘 */
}

.two-area .two-area-inner .area-content .tab-sliders .slick-slide {
    margin: 12px;
}

.two-area .two-area-inner .area-content .tab-sliders .slick-prev:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13px;
    width: 28px;
    height: 52px;
    font-size: 0;
    border: none;
    background: url("../images/two_prev.png") center center no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all 0.5s;
}

.two-area .two-area-inner .area-content .tab-sliders .slick-prev:before:hover {
    background: url("../images/two_prev_hover.png") center center no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

.two-area .two-area-inner .area-content .tab-sliders .slick-next:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -13px;
    width: 28px;
    height: 52px;
    font-size: 0;
    border: none;
    background: url("../images/two_next.png") center center no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all 0.5s;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider {
    display: flex;
    gap: 20px;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card {
    width: 282px;
    height: 345px;
    transition: all 0.5s;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card:hover {
    background: #383b73;
    color: #fff;
    transform: translateY(-10px);
    transition: all 0.5s;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card:hover .tits,
.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card:hover .tits b,
.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card:hover .text-r span,
.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card:hover .text-r span:nth-child(2),
.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card:hover .text-r em {
    color: #fff;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card:hover .start {
    background: #fff;
    color: #383b73;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card .start {
    background: #383b73;
    display: block;
    width: 77px;
    height: 26px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card .tits {
    height: 104px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
    margin-bottom: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    letter-spacing: -1px;
    display: inline-block;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card .tits b {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
    margin-bottom: 16px;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card .text-r {
    display: block;
    text-align: right;
    margin-right: 24px;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card .text-r span {
    letter-spacing: -1px;
    display: block;
    color: #666;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card .text-r span:nth-child(1) {
    margin-bottom: 14px;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card .text-r span:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #000;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card .text-r span:nth-child(2) em {
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
}

.two-area .two-area-inner .area-content .tab-sliders .tab-slider .card .text-r span:nth-child(3) {
    margin-top: 16px;
    font-size: 14px;
}

/* Section : Three Area */
.thr-area.n2 {
    background: #f8f8f8;
    padding-top: 70px;
}

.thr-area .thr-area-inner {
    display: flex;
    gap: 45px;
}

.thr-area .thr-area-inner .left {
    flex: 1;
}

.thr-area .thr-area-inner .left .start {
    background: #2f5c8f;
    border-radius: 13px;
    width: 110px;
}

.thr-area .thr-area-inner .left .area-content {
    display: flex;
    gap: 20px;
}

.thr-area .thr-area-inner .left .area-content .card {
    padding: 30px 24px 50px;
    width: calc(50% - 10px);
    height: 238px;
    background: #f2f2f2;
    position: relative;
    transition: all 0.5s;
}

.thr-area .thr-area-inner .left .area-content .card .tits {
    padding: 0;
    margin-bottom: 0;
}

.thr-area .thr-area-inner .left .area-content .card:hover .tits,
.thr-area .thr-area-inner .left .area-content .card:hover .tits b {
    color: #fff;
}

.thr-area .thr-area-inner .left .area-content .card:nth-child(1):hover {
    background: #2f5c8f;
    transition: all 0.5s;
}

.thr-area .thr-area-inner .left .area-content .card:nth-child(2):hover {
    background: #0083a0;
    transition: all 0.5s;
}

.thr-area .thr-area-inner .left .area-content .card:nth-child(1):hover .start {
    color: #2f5c8f;
    background: #fff;
}

.thr-area .thr-area-inner .left .area-content .card:nth-child(2):hover .start {
    color: #0083a0;
    background: #fff;
}

.thr-area .thr-area-inner .left .area-content .card:nth-child(1):hover::after {
    background: url("../images/service-bg-icon01-hover.png") center center no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

.thr-area .thr-area-inner .left .area-content .card:nth-child(2):hover::after {
    background: url("../images/service-bg-icon02-hover.png") center center no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

.thr-area .thr-area-inner .left .area-content .card:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 94px;
    height: 72px;
    background: url("../images/service-bg-icon01.png") center center no-repeat;
    background-size: cover;
}

.thr-area .thr-area-inner .left .area-content .card:nth-child(1) .start {
    background: #2f5c8f;
}

.thr-area .thr-area-inner .left .area-content .card:nth-child(2) .start {
    background: #0083a0;
}

.thr-area .thr-area-inner .left .area-content .card:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 72px;
    height: 72px;
    background: url("../images/service-bg-icon02.png") center center no-repeat;
    background-size: cover;
}

.thr-area .thr-area-inner .right {
    flex: 1;
}

.thr-area .thr-area-inner .right .area-content .card {
    position: relative;
    height: 238px !important;
    padding-top: 0;
    background: #f2faff;
    height: 310px;
}

.thr-area .thr-area-inner .right .area-content .card::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 58px;
    height: 79px;
    background: url("../images/finger_img.png") center top no-repeat;
}

.thr-area .thr-area-inner .right .area-content .card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 18px;
    width: 150px;
    height: 207px;
    background: url("../images/service_center01.png") center top no-repeat;
}

.thr-area .thr-area-inner .right .area-content .card .box {
    margin-left: 210px;
    display: flex;
    height: 100%;
    align-items: center;
}

.thr-area .thr-area-inner .right .area-content .card .box .call-number {
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-weight: 700;
    letter-spacing: -1.6px;
    margin-right: 49px;
}

.thr-area .thr-area-inner .right .area-content .card .box .call-number ::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
    width: 1px;
    height: 174px;
    background: #ddd;
}

.thr-area .thr-area-inner .right .area-content .card .box .call-number h6 {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 600;
}

.thr-area .thr-area-inner .right .area-content .card .box .call-number span {
    display: block;
}

.thr-area .thr-area-inner .right .area-content .card .box .call-number span a {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
}

.thr-area .thr-area-inner .right .area-content .card .box .buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.thr-area .thr-area-inner .right .area-content .card .box .buttons a {
    display: block;
    width: 169px;
    height: 36px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1.2px;
    color: #010101;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
}

.thr-area .thr-area-inner .right .area-content .card .box .buttons a:nth-child(1) {
    border: 2px solid #383b73;
    margin-bottom: 18px;
}

.thr-area .thr-area-inner .right .area-content .card .box .buttons a:nth-child(2) {
    border: 2px solid #c6002c;
    margin-bottom: 18px;
}

/* Section : Four Area */
.four-area .four-area-inner {
    display: flex;
    gap: 45px;
}

.four-area .four-area-inner .left {
    flex: 1;
}

.four-area .four-area-inner .left .area-content {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
}

.four-area .four-area-inner .left .area-content .tab-menu {
    position: absolute;
    right: 0;
    top: -90px;
}

.four-area .four-area-inner .left .area-content .tab-menu li:nth-child(4):after {
    display: none;
}

.four-area .four-area-inner .left .area-content .tab-menu .more-btn {
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: url("../images/more.png") center center no-repeat;
    box-shadow: 3px 3px 10px 0px rgba(47, 46, 44, 0.25);
}

.four-area .four-area-inner .left .area-content .card {
    transition: all 0.5s;
    display: block;
    border-radius: 10px;
    width: 47%;
    padding-top: 10px;
    height: 137px;
}

.four-area .four-area-inner .left .area-content .card:hover {
    box-shadow: 3px 3px 10px 0px rgba(47, 46, 44, 0.5);
    transition: all 0.5s;
}

/*.four-area .four-area-inner .left .area-content .card:nth-child(1) .start,
 .four-area .four-area-inner .left .area-content .card:nth-child(4) .start {
  background: #0095fa;
}*/
.four-area .four-area-inner .left .area-content .card .start {
    margin-bottom: 5px;
}

.four-area .four-area-inner .left .area-content .card .tits {
    display: block;
    margin-bottom: 0;
}

.four-area .four-area-inner .left .area-content .card .tits b {
    font-size: 20px;
    margin-bottom: -2px;
}

.four-area .four-area-inner .left .area-content .card .text-r {
    font-size: 14px;
}

.four-area .four-area-inner .right {
    flex: 1;
}

.four-area .four-area-inner .right .area-content {
    position: relative;
}

.four-area .four-area-inner .right .area-content .banner-slider {
    height: 296px;
    width: 576px;
    /* Custom CSS : Slick - 다음 이전 아이콘 */
}

.four-area .four-area-inner .right .area-content .banner-slider .slick-list {
    border-radius: 15px;
}

.four-area .four-area-inner .right .area-content .banner-slider .slick-prev:before {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -212px;
    left: 480px;
    font-size: 0;
    border: none;
    border-radius: 100px;
    background: url("../images/banner_prev.png") center center no-repeat;
    background-size: cover;
    box-shadow: 3px 3px 10px 0px rgba(47, 46, 44, 0.25);
    cursor: pointer;
}

.four-area .four-area-inner .right .area-content .banner-slider .slick-next:before {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -212px;
    right: 27px;
    font-size: 0;
    border: none;
    border-radius: 100px;
    background: url("../images/banner_next.png") center center no-repeat;
    background-size: cover;
    box-shadow: 3px 3px 10px 0px rgba(47, 46, 44, 0.25);
    cursor: pointer;
}

.four-area .four-area-inner .right .area-content .banner-slider .banner-slide-item {
    height: 222px;
    width: 576px;
    overflow: hidden;
    background-color: #4a5ec0;
}

.four-area .four-area-inner .right.n1 .area-content .banner-slider .banner-slide-item {
    background-color: #4ac0b0;
}

.four-area .four-area-inner .right .area-content .banner-slider .banner-slide-item img {
    height: 100%;
    background: transparent;
    border-radius: 10px;
}

.four-area .four-area-inner .right .area-content .banner-control {
    position: absolute;
    top: -74px;
    right: 48px;
    display: flex;
    gap: 70px;
    display: none;
}

.four-area .four-area-inner .right .area-content .banner-control .paging {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 4px;
    display: none;
}

.four-area .four-area-inner .right .area-content .banner-control .play {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: none;
    border-radius: 100px;
    background: url("../images/banner_play.png") center center no-repeat;
    background-size: cover;
    box-shadow: 3px 3px 10px 0px rgba(47, 46, 44, 0.25);
    cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
/* 팝업미노출 */
.popup_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.popup_wrap .popup {
    width: 550px;
    height: 550px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 30px;
}

.popup_wrap .popup .popup_slider {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.popup_wrap .popup .popup_slider .swiper-wrapper {}

.popup_wrap .popup .popup_slider .swiper-slide {
    background-color: #f9f4e7;
    width: 100%;
    height: 100%;
}

.popup_wrap .popup .popup_slider .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
}

.popup_wrap .popup .arrow_left,
.popup_wrap .popup .arrow_right {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    cursor: pointer;
}

.popup_wrap .popup .arrow_left i,
.popup_wrap .popup .arrow_right i {
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.popup_wrap .popup .arrow_left {
    left: -50px;
}

.popup_wrap .popup .arrow_right {
    right: -50px;
}

.pop_close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    padding: 2px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.pop_close_btn i {
    font-size: 20px;
    color: #fff;
    line-height: 29px;
    margin-right: -1px;
}

.page_con {
    margin: 0 auto;
    padding: 80px 0;
    width: 100%;
    max-width: 1200px;
    text-align: left;
}

.page_tit {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.563em;
}

.page_tit span {
    padding-bottom: 0.5em;
    font-weight: 700;
    color: #474747;
    border-bottom: 7px solid #ef544f;
}

.page_sub_tit {
    margin: 50px 0;
    display: flex;
    align-items: center;
}

.page_sub_tit span.big_sub_tit {
    font-size: 3em;
}

.page_sub_tit span.line {
    margin: 0 20px;
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #474747;
}

.page_sub_tit span.sm_sub_tit {
    display: inline-block;
    font-size: 1.125em;
    color: #555;
}

.page_decs {
    margin: 40px 0;
    color: #555;
}

.page_decs p {
    line-height: 1.5;
    word-break: keep-all;
    font-size: 1em;
}

/*login, join*/
.login,
.join {
    background-color: #f1f1f1;
}

.login .page_con,
.join .page_con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login .login_wrap {
    margin-bottom: 50px;
    width: 90%;
}

.login_wrap .login_box {
    display: flex;
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.login_wrap .login_box>div {
    position: relative;
    background-color: #fff;
}

.login_wrap .login_box>div.bg1 {
    background-color: #1d315e;
}

.login_wrap .left_box {
    position: relative;
    display: flex;
    width: 40%;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.login_wrap .left_box .bg-triangle {
    position: absolute;
    right: -66px;
    top: 0;
    width: 0;
    height: 130%;
    transform: rotate(5deg);
    border: 50px solid #fff;
}

.login_wrap .left_box h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.login_wrap .left_box p {
    margin-bottom: 40px;
    font-size: 24px;
    color: #fff;
}

.login_wrap .left_box a {
    margin: 0 auto;
    padding: 15px 0px;
    display: block;
    width: 70%;
    line-height: 27px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
}

.login_wrap .right_box {
    padding: 110px 85px;
    width: 60%;
    box-sizing: border-box;
}

.login_wrap .right_box .box_title {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 600;
}

.login_wrap .right_box input[type="text"],
.login_wrap .right_box input[type="password"] {
    padding: 0 16px;
    width: 100%;
    height: 48px;
    font-size: 17px;
    color: #474747;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
}

.login_wrap .right_box input[type="password"] {
    margin-top: 15px;
}

.login_wrap .bottom_zone {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
}

.login_wrap input[type="checkbox"],
.join_form input[type="checkbox"],
.join_form [type="radio"] {
    margin: -2px 5px 0px 0px;
    vertical-align: middle;
}

.login_wrap .bottom_zone label,
.login_wrap .bottom_zone a {
    font-weight: 600;
}

.login_wrap .bottom_zone a>i {
    display: inline-block;
    margin-left: 5px;
    font-size: 13px;
}

.login_wrap .right_box .login_btn input[type="submit"],
.login_wrap .right_box .login_btn input[type="button"],
.join_wrap a.submit_btn {
    display: block;
    padding: 15px 22px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: #1d315e;
    box-sizing: border-box;
    cursor: pointer;
}

.login_wrap .line {
    margin: 20px 0;
    position: relative;
    font-size: 12px;
    text-align: center;
}

.login_wrap .line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    z-index: 0;
    opacity: 0.5;
}

.login_wrap .line span {
    position: relative;
    z-index: 1;
}

/*join*/
.join .join_wrap {
    margin-bottom: 50px;
    max-width: 585px;
    background-color: #fff;
}

.join_wrap .join_title_wrap {
    padding: 65px 15px;
    text-align: center;
    color: #fff;
    background: url(/images/join_wrap_bg.jpg) no-repeat;
}

.join_wrap .join_title_wrap h2 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}

.join_wrap .join_title_wrap h5 {
    font-size: 24px;
    color: #fff;
}

.join_wrap .join_title_wrap h5>span:nth-child(1) {
    color: #ef544f;
}

.join_wrap .join_title_wrap p {
    margin-top: 10px;
    font-size: 15px;
}

.join_form {
    padding: 30px 20px;
}

.join_form table {
    table-layout: fixed;
    width: 100%;
}

.join_form table th {
    padding-top: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}

.join_form .required {
    position: relative;
    top: 0;
    left: -2px;
    font-size: 18px;
    font-weight: 600;
    color: #ef544f;
}

.join_form table td {
    padding-top: 10px;
}

.join_form table input[type="text"],
.join_form table input[type="number"],
.join_form table input[type="tel"],
.join_form table input[type="password"],
.join_form table input[type="email"] {
    padding: 0 10px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    border: 1px solid #ddd;
    outline: none;
    box-sizing: border-box;
}

.join_form table .auth_box input[type="text"],
.join_form table .auth_box input[type="email"] {
    display: inline-block;
    width: calc(100% - 106px);
}

.join_form .confirm_btn {
    display: inline-block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    color: #fff;
    border: 1px solid #1d315e;
    background-color: #1d315e;
    cursor: pointer;
}

.join_form .confirm_btn2 {
    display: inline-block;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    color: #fff;
    border: 1px solid #797a7c;
    background-color: #797a7c;
    cursor: pointer;
}

.join_form .person_agreement {
    margin-top: 20px;
    padding: 30px;
    background: #f1f1f1;
}

.join_form .person_agreement h3 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
}

.join_form .bh_agreement {
    margin-top: 35px;
    padding: 30px;
    background: #f1f1f1;
}

.join_form .bh_agreement .title_wrap .title {
    padding-left: 12px;
    margin-bottom: 15px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #555;
}

.join_form .bh_agreement .title_wrap span {
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
}

.join_form .bh_agreement .title_wrap .title:after {
    margin-top: -1.5px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #555;
}

.join_form .bh_agreement .text {
    height: 150px;
    border: 1px solid #ddd;
    padding: 26px 29px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}

.join_form .bh_agreement .text>* {
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}

.join_form .bh_agreement .text p.ml {
    margin-left: 48px;
}

.join_form .bh_agreement .text p .red {
    color: #ef544f;
}

.join_form .bh_agreement .text h1 span,
.join_form .bh_agreement .text p>strong,
.join_form .bh_agreement .text p>b {
    font-weight: 700;
}

.join_form .bh_agreement .confirm {
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
}

.join_form .bh_agreement .confirm label {
    font-size: 15px;
    font-weight: 700;
}

.join_wrap a.submit_btn {
    padding: 20px 22px;
}

.flex_ul {
    display: flex;
    column-gap: 15px;
}

.flex_ul li {
    border: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
}

.flex_ul li span {
    margin-top: 0 !important;
}

.flex_ul li p {
    padding-left: 10px !important;
}

.main_section_box {
    display: none;
    width: 70%;
}

.two-area .main_section_box {
    width: 100%;
}

.two-area.n2 .main_section_box.main_cont_slide_wrap {
    width: calc(50% - 22px);
}

.two-area.n2.top-banner-four-box {
    position: relative;
    padding: 32px 28px 28px;
    margin-top: 40px;
    z-index: 0;
}

.cont_wrap > .sbn02 + .two-area.n2.top-banner-four-box {
    margin-top: 20px;
}

.two-area.n2.top-banner-four-box::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background-color: #f8f8f8;
    z-index: -1;
}

.two-area.n2.top-banner-four-box .main_two_block {
    margin-top: 0;
}

.two-area.n2.top-banner-four-box .main_section_box.main_cont_slide_wrap {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.two-area.n2.top-banner-four-box .two-area-inner + .two-area-inner .main_two_block {
    margin-top: 24px;
}

.main_section_box.on {
    display: block;
}

/* 메인 배너 텍스트 스타일 */
.main_cont_slide .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_banner_text {
    position: absolute;
    z-index: 10;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.number_section div {
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 3px 10px 0px;
    column-gap: 5px;
    padding: 20px 0;
    box-sizing: border-box;
    border-radius: 5px;
    justify-content: center;
}

.number_section div input {
    width: 50%;
    font-size: 16px;
    text-align: center;
}

.number_section div i {
    color: #1d315e;
    font-size: 20px;
    cursor: pointer;
}

.number_section table {
    width: 100%;
    margin-top: 20px;
}

.number_section table tr td {
    text-align: center;
    background-color: #1d315e;
    color: #fff;
    border-radius: 5px;
    padding: 28px 0;
    width: 33.33%;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s;
}

.number_section table tr td:hover {
    background-color: #32497e;
}

.small-pop {
    width: 100%;
    height: 90%;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 3px 10px 0px;
    box-sizing: border-box;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 50px;
    padding: 30px 0;
    background-color: #edf8ff;
}

.small-pop h3 {
    font-size: 25px;
    text-align: center;
}

.small-pop button {
    width: 150px;
    border-radius: 3px;
    background-color: #1d315e;
    color: #fff;
    padding: 20px 0;
    border: none;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
}

.small-pop button:last-child {
    margin-right: 0;
}

.small-pop.warning_pop {
    row-gap: 15px;
}

.small-pop.warning_pop img {
    width: 65%;
}

.select_parcelCompany {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 8px;
}

.select_parcelCompany div {
    width: 20%;
    text-align: center;
    border: 2px solid #ddd;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
}

.deliveryBox {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.deliveryBox table {
    border-collapse: collapse;
    width: 50%;
}

.deliveryBox table tr td {
    background-color: #d2d2d2;
    width: 33.33%;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #fff;
}

.deliveryBox table tr td.use {
    background-color: #484848;
}

.deliveryBox table tr td.on {
    background-color: #f05f80;
}

.deliveryBox table tr td img {
    height: 100%;
}

.deliveryBox .deliveryBox_right {
    text-align: center;
}

.deliveryBox .deliveryBox_right h3 {
    font-size: 20px;
    font-weight: bold;
}

.deliveryBox .deliveryBox_right input {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.deliveryBox .deliveryBox_right ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 10px 0 50px;
}

.deliveryBox .deliveryBox_right ul li {
    font-size: 15px;
}

.deliveryBox .deliveryBox_right ul li div {
    width: 35px;
    height: 15px;
    border-radius: 20px;
    border: 1px solid #484848;
    display: inline-block;
    vertical-align: middle;
}

.use_deliveryBox {
    flex-direction: column;
    row-gap: 10px;
    display: flex;
}

.use_deliveryBox ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 0;
}

.use_deliveryBox ul li {
    font-size: 15px;
}

.use_deliveryBox ul li div {
    width: 35px;
    height: 15px;
    border-radius: 20px;
    border: 1px solid #484848;
    display: inline-block;
    vertical-align: middle;
}

.reopen_locker,
.certification_number,
.select_parcelCompany,
.enter_number_delivery,
.enter_number_user,
.enter_number_invoice,
.locker_check,
.select_deliveryBox,
.check_done,
.notFoud_key,
.number_send_date,
.number_send_invoice {
    display: none;
}

.member_wrapper {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
}

.member_wrapper h1 {
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.03em;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #333;
    font-size: 30px;
}

.member_wrapper h1+p {
    text-align: center;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

.member_wrapper p {
    font-size: 15px;
}

.member_wrapper strong {
    font-weight: 700;
}

.member_wrapper .text-center {
    margin-top: 40px;
}

.member_wrapper .text-center .btn.btn-lg {
    padding-left: 70px;
    padding-right: 70px;
}

.member_wrapper .text-center .btn+.btn {
    margin-left: 7px;
}

.member_wrapper #login_form {
    max-width: 450px;
    margin: 0 auto;
}

.member_wrapper .login_extra {
    margin-top: 40px;
    text-align: center;
}

.member_wrapper .login_extra ul {
    margin: 0;
    padding: 0;
}

.member_wrapper .login_extra ul li {
    list-style: none;
    display: inline-block;
}

.member_wrapper .login_extra ul li a {
    color: #333;
    font-size: 14px;
}

.member_wrapper .login_extra ul li+li::before {
    content: "";
    width: 1px;
    height: 1em;
    background-color: #ddd;
    position: relative;
    margin: 0 32px 0 30px;
    display: inline-block;
    vertical-align: -2px;
}

.text-primary {
    color: #337ab7;
}

.member_wrapper .login_extra._2 ul li {
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #1d315e;
}

.member_wrapper .login_extra._2 ul li a {
    color: #fff;
    font-size: 14px;
}

.member_wrapper .login_extra._2 ul li+li::before {
    display: none;
}

.member_wrapper form {
    width: 95%;
    max-width: 500px;
    margin: auto;
}

.member_wrapper .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member_wrapper .form-group label {
    font-weight: bold;
    width: 180px;
    font-size: 15px;
    padding-right: 15px;
}

.member_wrapper .form-group input {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.member_wrapper .form-group .wr_form_item {
    width: 100%;
    display: flex;
    column-gap: 5px;
}

.member_wrapper button,
.member_wrapper input[type="button"] {
    width: 100%;
    font-size: 15px;
    padding: 15px 0;
    color: #fff;
    background-color: #1d315e;
    border-radius: 3px;
    cursor: pointer;
    border: none;
}

.pass_box {
    display: none;
}

.id_box {
    text-align: center;
    display: none;
}

.id_box p {
    font-size: 20px;
}

.id_box h3 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 30px;
    color: #333;
}

.main_two_block {
    display: flex;
    gap: 45px;
    margin-top: 40px;
}

.main_two_block>div {
    width: 100%;
}

.minban_cont_slide01,
.minban_cont_slide02 {
    overflow: hidden;
    border-radius: 15px;
}

.main_two_block>div .swiper-wrapper {
    background: #f5f5f5;
    /* overflow: hidden; */
}

.prd_slide_container {
    position: relative;
    overflow: visible;
}
.prd_cont_slide {
    padding: 15px;
    overflow: hidden;
}
.prd-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.prd-nav-btn:hover {
    background: #f5f5f5;
}
.prd-nav-btn span {
    font-size: 0;
}
.prd-nav-btn.swiper-button-prev {
    left: -20px;
}
.prd-nav-btn.swiper-button-next {
    right: -20px;
}
.prd-nav-btn.swiper-button-prev:after {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    margin-left: 3px;
}
.prd-nav-btn.swiper-button-next:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    transform: rotate(45deg);
    margin-right: 3px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-prev,
.swiper-button-next {
    display: block;
    opacity: 1;
    width: 40px;
    height: 40px;
    background: #ffffffab;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #aaa;
    border-radius: 50%;
    z-index: 555;
    top: calc(50% - 40px);
}

.minban_cont_slide01 .swiper-button-next.swiper-button-disabled,
.minban_cont_slide01 .swiper-button-prev.swiper-button-disabled,
.minban_cont_slide01 .swiper-button-prev,
.minban_cont_slide01 .swiper-button-next {
    top: 115px;
}

.minban_cont_slide02 .swiper-button-next.swiper-button-disabled,
.minban_cont_slide02 .swiper-button-prev.swiper-button-disabled,
.minban_cont_slide02 .swiper-button-prev,
.minban_cont_slide02 .swiper-button-next {
    top: 115px;
}

/* .box__best .box__item .link__item .box__information .text__name */
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.five-area {
    background: #f8f8f8;
    padding: 40px 0 60px;
}

.five-area-inner .main_section_box {
    width: 100%;
}

.five-area .event_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.five-area .event_wrap .event_box {
    width: 100%;
    /* height: 270px; */
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.five-area-inner {
    margin-bottom: 0;
}

.five-area .event_wrap .event_img {
    width: 100%;
}

.five-area .event_wrap .event_img img {
    width: 100%;
}

.five-area .event_wrap .event_txt {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.event_txt .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border: 1px solid #00b0a6;
    color: #00b0a6;
    height: 24px;
    min-height: 24px;
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
}

.event_txt .badge.orange {
    border: 1px solid #ff511b;
    color: #ff511b;
}

.event_txt .event_tit {
    margin-top: 8px;
    font-size: 22px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: unset;
    max-width: 300px;
}

.event_txt .btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event_txt .duration {
    font-size: 13px;
    color: #9e9e9e;
}

.event_txt .days {
    font-size: 13px;
    color: #ff511b;
}

.main_cont_table .table_head {
    display: flex;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ccc;
}

.table_head li {
    text-align: center;
    padding: 16px 0;
    font-weight: bold;
}

.table_head .head01,
.table_body .desc01 {
    width: 20%;
}

.table_head .head02,
.table_body .desc02 {
    width: 40%;
}

.table_head .head03,
.table_head .head04,
.table_body .desc03,
.table_body .desc04 {
    width: 10%;
}

.table_head .head05,
.table_body .desc05 {
    width: 20%;
    padding-right: 30px;
}

.table_body {
    display: flex;
    border-bottom: 1px solid #eaeaea;
}

.table_body.notice {
    background: #fff8f6;
}

.table_body li {
    text-align: center;
    padding: 18px 0;
}

.table_body .desc01 {
    text-align: left;
    padding-left: 30px;
}

.table_body .desc02 {
    text-align: left;
}

.table_body.notice .desc01 {
    color: #00affd;
}

.table_body .desc05 {
    text-align: right;
}

.table_body .desc05 span {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ff5423;
    margin-left: 6px;
    border: 1px solid #ff5423;
    padding: 4px 6px;
    background: #fff;
    border-radius: 15px;
}

.table_body .desc05 i {
    color: #cccccc;
    margin-left: 35px;
    cursor: pointer;
}

.table_body .desc05 span.day {
    color: #8050c8;
    border: 1px solid #8050c8;
}

.table_body .desc05 span.year {
    color: #00a1ef;
    border: 1px solid #00a1ef;
}

.con_wrap .con {
    display: none;
}

.con_wrap .con.active {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.con_wrap .con.active .main_cont_head_wrap,
.con_wrap .con.active .main_cont_text_wrap {
    border: none;
    border-radius: 8px;
    padding: 0;
    background-color: transparent;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.box_slide {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 8px;
}

.box_slide .swiper-wrapper {
    height: 100% !important;
}

.box_slide .swiper-slide {
    height: 100% !important;
    width: 100% !important;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_slide .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.video_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 20px;
    margin-top: 35px;
}

.video_wrap .video_cont {
    width: 100%;
    cursor: pointer;
}

.video_wrap .thumbnail {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 15px;
}

.video_wrap .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_wrap .video_txt {
    margin-top: 16px;
}

.video_wrap .video_txt p {
    font-size: 16px;
}

.video_wrap .video_txt span {
    color: #ccc;
    display: block;
    margin-top: 10px;
    font-size: 13px;
}

.focus_conts_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.focus_conts_wrap .focus_box {
    border-radius: 10px;
    border: 2px solid transparent;
    padding: 20px 24px;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.focus_conts_wrap .focus_box:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
}

.focus_conts_wrap .focus_box.focus {
    border: 2px solid #ff501b;
}

.focus_box .focus_head {
    font-size: 15px;
}

.focus_box .focus_tit {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 18px;
    margin-top: 6px;
}

.focus_box .focus_info {
    display: flex;
    align-items: center;
}

.focus_conts_wrap .focus_box a.more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #9e9e9e;
}

.focus_info>span {
    color: #9e9e9e;
    font-size: 14px;
}

.focus_info>p {
    color: #6a6a6a;
    font-size: 14px;
}

.focus_info>p .focus_type.m {
    color: #ff511b;
}

.focus_info>p .focus_type.y {
    color: #00a1ef;
}

.focus_info>p .focus_type.t {
    color: #00b0a6;
}

.focus_info>p>strong {
    color: #6a6a6a;
}

.five-area .event_wrap .event_box.n6 {
    display: none;
}

@media (max-width: 1220px) {
    header {
        padding: 0 50px 13px;
    }

    header .header-inner .bottom .menu-list {
        column-gap: 15px;
    }

    header .header-inner .bottom .menu-list a {
        font-size: 16px;
    }

    .container .section1 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .container .section1 .main-content-inner {
        flex-direction: column;
    }

    .main_section_box {
        width: 100%;
    }

    .container .section1 .main-content-inner .main_cont_box_wrap {
        width: 100%;
        margin-top: 30px;
    }

    .container .section1 .main-content-inner .main_cont_slide,
    .container .section1 .main-content-inner .main_min_slide {
        max-width: 100%;
    }

    .container .section1 .main-content-inner .main_cont_box_wrap .main_cont_head_wrap {
        width: 100%;
        margin-right: 0;
    }

    .con_wrap .con.active {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .container .section1 .main-content-inner .main_cont_box_wrap .main_cont_box:nth-child(3),
    .container .section1 .main-content-inner .main_cont_box_wrap .main_cont_box:nth-child(4) {
        display: block;
    }

    .main_cont_text_wrap ul {
        padding: 0 10px;
    }

    .container .section1 .main-content-inner .main_cont_box_wrap .main_cont_text_wrap {
        width: 100%;
    }

    .main_cont_text_wrap ul li:nth-child(7),
    .main_cont_text_wrap ul li:nth-child(8),
    .main_cont_text_wrap ul li:nth-child(9) {
        display: block;
    }

    .container .two-area.n1 {
        padding: 55px 50px 1px !important;
    }

    .container .two-area.n2:not(.top-banner-four-box) {
        padding: 40px 50px 0;
    }

    .container .two-area.n2.top-banner-four-box {
        padding: 32px 32px 24px;
    }

    .main_two_block,
    .main_cont_two_block {
        gap: 25px;
    }

    .two-area.n2 .main_section_box.main_cont_slide_wrap {
        width: calc(50% - 10px);
    }

    .main_cont_two_block .right {
        width: calc(100% - 285px);
    }

    .table_body li {
        padding: 17px 0;
        font-size: 14px;
    }

    .table_body .desc01,
    .table_body .desc02 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .thr-area.n1,
    .four-area {
        padding: 0 50px;
    }

    .focus_conts_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .video_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
    }

    .video_wrap .thumbnail {
        height: 210px;
    }

    .thr-area.n2 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .four-area .four-area-inner {
        gap: 30px;
        flex-direction: column;
    }

    .four-area .four-area-inner .right .area-content .banner-slider {
        width: 100%;
    }

    .area-title {
        margin-bottom: 25px;
    }

    .table_head .head03,
    .table_body .desc03 {
        width: 16%;
    }

    .table_body .desc05 i {
        margin-left: 5px;
    }

    .table_head .head04,
    .table_body .desc04 {
        width: 13%;
    }

    .table_head .head05,
    .table_body .desc05 {
        width: 29%;
        padding-right: 20px;
    }

    .five-area .event_wrap .event_box.n6 {
        display: block;
    }

    .five-area {
        padding: 40px 50px;
    }

    .five-area .event_wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    footer {
        padding: 0 50px;
    }

    footer .footer-inner {
        max-width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    [class*="inner"] {
        margin-bottom: 40px;
    }

    header {
        padding: 0 30px 12px;
    }

    header .header-inner .bottom {
        align-items: center;
        padding: 20px 0 10px;
    }

    .container header .header-inner .bottom .logo a {
        font-size: 25px;
    }

    header .header-inner .bottom p {
        font-size: 9.5px;
    }

    header .header-inner .top.pc {
        display: none;
    }

    header .mo_right {
        display: block;
    }

    header .header-inner .top.mo {
        display: block;
        padding: 0;
    }

    header .mo_btn {
        display: flex;
    }

    .mo_menu {
        display: block;
        display: none;
    }

    .mo_menu.active {
        display: block;
    }

    header .mo_right {
        display: flex;
        align-items: center;
    }

    .container header .header-inner .bottom .b_right {
        display: none;
    }

    .container .section1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .con_wrap .con.active {
        display: flex;
        flex-direction: column;
    }

    .main_cont_text_wrap ul {
        padding: 0;
    }

    .container .section1 .main-content-inner .main_cont_box_wrap .main_cont_head_wrap {
        width: 100%;
    }

    .container .section1 .main-content-inner .main_cont_box_wrap .main_cont_box:nth-child(3),
    .container .section1 .main-content-inner .main_cont_box_wrap .main_cont_box:nth-child(4) {
        display: none;
    }

    .container .section1 .main-content-inner .main_cont_box_wrap .main_cont_text_wrap {
        width: 100%;
        margin-top: 30px;
    }

    .main_cont_text_wrap ul li:nth-child(7),
    .main_cont_text_wrap ul li:nth-child(8),
    .main_cont_text_wrap ul li:nth-child(9) {
        display: none;
    }

    .container .two-area.n1 {
        padding: 55px 30px 1px !important;
    }

    .main_two_block,
    .main_cont_two_block {
        gap: 20px;
        flex-direction: column;
    }

    .two-area.n2 .main_section_box.main_cont_slide_wrap {
        width: 100%;
    }

    .container .two-area.n2:not(.top-banner-four-box) {
        padding: 0 30px;
    }

    .container .two-area.n2.top-banner-four-box {
        padding: 24px;
    }

    .two-area .main_section_box>h3 {
        margin-bottom: 18px;
    }

    .two-area.n2 .main_section_box.main_cont_slide_wrap.n2 {
        margin-top: 15px;
    }

    .video_wrap .thumbnail {
        height: 160px;
    }

    .main_cont_two_block .left {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .main_cont_two_block .right {
        width: 100%;
    }

    .main_cont_two_block .right .conts_grid {
        height: 100%;
        padding: 10px 0 0;
        gap: 10px;
    }

    .main_cont_two_block .right .conts_grid li {
        min-height: 40px;
    }

    .thr-area.n1,
    .four-area {
        padding: 0 30px;
    }

    .focus_conts_wrap {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    .thr-area.n2 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .five-area .event_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .five-area {
        padding: 10px 30px;
    }

    footer {
        padding: 0 30px;
    }
}

@media (max-width: 500px) {
    header .header-inner .top a+a {
        margin-left: 5px;
    }

    header {
        padding: 0 15px 10px;
    }

    .container .section1 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container .two-area.n1 {
        padding: 35px 15px 0 !important;
    }

    .prd_cont_slide {
        width: 75%;
    }

    .container .two-area.n2:not(.top-banner-four-box) {
        padding: 0 15px;
    }

    .container .two-area.n2.top-banner-four-box {
        padding: 20px 15px;
    }

    .main_cont_two_block .left {
        flex-direction: column;
    }

    .main_cont_two_block .right .conts_grid li {
        min-height: 70px;
        font-size: 14px;
    }

    .thr-area.n1,
    .four-area,
    .five-area {
        padding: 0 15px;
    }

    .five-area {
        padding-top: 1px;
    }

    .container .section1 .main-content-inner h3,
    .two-area .main_section_box>h3,
    .area-title h2 b {
        font-size: 20px;
    }

    .focus_box .focus_tit {
        font-size: 16px;
    }

    .event_txt .event_tit {
        font-size: 15px;
    }

    .two-area .main_section_box .swiper-slide>p,
    .focus_box .focus_head,
    .video_wrap .video_txt p {
        font-size: 14px;
    }

    .focus_info>span {
        font-size: 13px;
    }

    .focus_conts_wrap,
    .video_wrap,
    .five-area .event_wrap {
        gap: 15px;
    }

    .video_wrap .video_txt span {
        margin-top: 7px;
        font-size: 12px;
    }

    footer {
        padding: 0 15px;
    }

    .foot_03 .foot_info {
        flex-direction: column;
    }

    .foot_03 address ul li p:nth-child(2) {
        margin-top: 6px;
    }

    .table_head .head05,
    .table_body .desc05 {
        width: 29%;
        padding-right: 10px;
    }

    .table_head .head04,
    .table_body .desc04 {
        width: 18%;
    }

    .five-area-inner {
        margin-bottom: 0;
        padding-bottom: 40px;
    }
}

@media (max-width: 380px) {
    header .header-inner .bottom .logo {
        width: 150px;
    }

    .five-area .event_wrap,
    .video_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .video_wrap.n2,
    .five-area .event_wrap .event_box.n6 {
        display: none;
    }
}
