.sub_all h4 {
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0 25px;
    color: #000;
    line-height: 100%;
}

.sub_all h5 {
    font-size: 24px;
    margin: 10px 0 15px;
    position: relative;
}

.sub_all h5.check {
    background: url("../../img/icon_check.png") no-repeat 0 center;
    padding-left: 27px;
}

.sub_all h5.line {
    margin-top: 40px;
}

.sub_all h5.line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 1px;
    margin-top: -8px;
    opacity: 0.7;
    background: #FC671A;
}

.sub_all h5.common span {
    font-size: 21px;
    padding: 0 7px;
    2px 7px;
    line-height: 100%;
}

.sub_all p {
    font-size: 18px;
    padding-bottom: 20px;
    letter-spacing: -0.7px;
}

.sub_all .space {
    display: block;
    width: 100%;
    height: 40px;
}

.sub_all .space_s {
    display: block;
    width: 100%;
    height: 20px;
}

.sub_all .big_txt {
    font-size: 38px;
    color: #000;
    margin-bottom: 30px;
    line-height: 110%;
    font-weight: 200;
    letter-spacing: -0.03em;
    font-family: 'yg-jalnan';
}

.sub_all .big_txt b {
    font-weight: 600;
}

.sub_all img {
    border-radius: 20px;
}

.sub_all img.mybugs {
    text-align: center;
    margin: 20px auto 0;
}

.sub-table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
}

.sub-table .bg-gray {
    background-color: #b2dcce3d;
    text-align: center;
}

.sub-table td,
.sub-table th {
    border: 1px solid #a2a2a2;
    text-align: left;
    padding: 15px 13px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.video {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.video li {
    width: 100%;
    position: relative;
    cursor: pointer;
    background: #F7F7F7;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.video li iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    pointer-events: none;
    border-radius: 10px;
}

.video li h3 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 700;
    letter-spacing: -.7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 367px;
}

.video {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#videoModal.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#videoModal .modal-content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
}

#modalIframe {
    width: 100%;
    height: 100%;
}

#videoModal .close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

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

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

.event_wrap .event {
    background-color: #F7F7F7;
    padding: 25px;
    border-radius: 10px;
}

.event_wrap .event h1 {
    margin: 30px 0;
    font-family: 'yg-jalnan';
    font-size: 30px;
    border-left: 5px solid #ff6f51;
    padding-left: 15px;
    margin-left: 10px;
}

.event_wrap .event ul {}

.event_wrap .event ul li {
    border-radius: 10px;
    font-weight: 500;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.event_wrap .event ul li p {
    padding-bottom: 0;
}

.introduction .event ul li {
    font-size: 20px;
}

.event_wrap .event ul li:last-child {
    margin-bottom: 0;
}

.event_wrap .event ul li span {
    background-color: #ff6f51;
    padding: 5px;
    width: 105px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    margin-right: 15px;
    color: #fff;
    border-radius: 10px;
}

.slide_wrap {
    padding: 50px;
    background-color: #F7F7F7;
    border-radius: 20px;
}

.slide_wrap img {
    width: 100%;
}

.previewSwiper {
    height: 80%;
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}

.previewSwiper .swiper-button-next {
    right: 5%;
    left: auto;
}

.previewSwiper .swiper-button-prev {
    left: 5%;
    right: auto;
}

.navSwiper {
    height: cacl(20% - 50px);
    margin-top: 20px;
}

.navSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.navSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.market .sub05-btn {
    text-align: center;
}

.market .market-btn {
    background-color: #ff6f51;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 23px;
    font-family: 'yg-jalnan';
    margin: 70px 0 80px;
    display: inline-block;
}

.market h4,
.market h5 {
    font-size: 27px;
    font-family: 'yg-jalnan';
}

.market .bg_gray {
    background-color: #F7F7F7;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.market ul.list_basics li:last-child {
    padding-bottom: 0;
}

.ex_class img {
    width: 100%;
}

.exhibition ul {
    padding: 50px;
    background: #F7F7F7;
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 25px;
    margin-bottom: 50px;
    border-radius: 20px;
}

.exhibition ul li {}

.bc_img {
    padding: 50px;
    background: #F7F7F7;
}

.bc_img1 {
    margin-bottom: 50px;
}

@media screen and (max-width:767px) {
    .sub_all h4 {
        font-size: 15px;
        margin: 7px 0 10px;
    }

    .sub_all h5 {
        font-size: 15px;
        margin: 7px 0;
    }

    .sub_all h5.check {
        background-size: 12px;
        padding-left: 16px;
    }

    .sub_all h5.line {
        margin-top: 30px;
    }

    .sub_all h5.line:before {
        width: 15px;
    }

    .sub_all h5.common span {
        font-size: 16px;
        padding: 3px;
    }

    .sub_all p {
        font-size: 12px;
        padding-bottom: 15px;
    }

    .sub_all .space {
        height: 20px;
    }

    .sub_all .space_s {
        height: 15px;
    }

    .sub_all .big_txt {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .sub_all img {
        border-radius: 10px;
    }

    .video {
        display: unset;
    }

    .video li {
        padding: 20px;
        margin-bottom: 20px;
    }

    .video li h3 {
        font-size: 12px;
        width: auto;
        margin-top: 5px;
    }

    .video li:last-child {
        margin-bottom: 0;
    }

    .market .market-btn {
        font-size: 13px;
        padding: 7px 14px;
        margin: 15px 0 30px;
    }

    .market .list_basics {
        margin-bottom: 20px;
    }

    .market .bg_gray {
        padding: 20px;
        margin-bottom: 20px;
    }

    .market .check {
        margin-top: 0;
    }

    .market .bg_gray .list_basics {
        margin-bottom: 0;
    }

    .live .fC {
        margin-bottom: 0px;
    }

    .live br {
        display: none;
    }

    .event_wrap .event ul li p {
        flex: 1;
    }

    .application .btn_list {
        margin: 15px 0 0;
    }

    .sub-table td,
    .sub-table th {
        border: 1px solid #a2a2a2;
        text-align: left;
        padding: 5px 5px;
        line-height: 1.4;
        font-weight: 500;
    }

    .sub-table .bg-gray {
        width: 20%;
    }

}

ul.btn_list {
    margin: 50px 0 0;
    text-align: center;
}

ul.btn_list li {
    display: inline;
    padding: 0 2px;
}

ul.btn_list .btn {
    text-align: center;
}

ul.btn_list .btn a {
    padding: 15px 60px 15px 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #FF6F51;
    border-radius: 6px;
    background-image: url("../../img/btn_icon1.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 18px;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    font-family: 'yg-jalnan';
}

.btn a.current,
ul.btn_list .btn a:hover {
    background-color: #000;
}

@media screen and (max-width:1278px) {
    ul.btn_list .btn a {
        padding: 7px 35px 7px 17px;
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {
    ul.btn_list {
        margin: 15px 0;
    }

    ul.btn_list .btn a {
        padding: 5px 40px 5px 15px;
        background-size: 13px;
        font-size: 12px;
    }
}

.img_w {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 30px;
}

.img_s {
    display: none;
    max-width: 100%;
    margin: 0 auto 30px;
}

@media screen and (max-width:1000px) {
    .img_w {
        display: none;
    }

    .img_s {
        display: block;
    }
}

ol.list_no,
ul.list_basics {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

ol.list_no li,
ul.list_basics li,
ul.list_box li {
    font-family: "Noto Sans KR";
    font-size: 18px;
    line-height: 140%;
    padding-bottom: 7px;
    position: relative;
    font-weight: 500;
}

ul.list_basics li {
    background: url("../../img/dot_2.png") no-repeat 0 10px;
    padding-left: 10px;
}

ol.list_no li span {
    border: 1px solid;
    text-align: center;
    font-weight: 900;
    font-size: 12px;
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
}

ol.list_no li {
    padding-left: 40px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(144, 144, 144, 0.3);
    margin-bottom: 13px;
}

ul.list_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

ul.list_box li {
    margin: 7px 0.5%;
    background: #fff;
    padding: 25px;
}

ul.list_box li .img_wrap {
    display: flex;
    justify-content: space-between;
}

ul.list_box li .img_wrap .img {
    width: 25%;
}

ul.list_box li .img_wrap .img img {
    width: 100%;
    height: auto;
}

ul.list_box li .img_wrap dl {
    width: 71%;
}

ul.list_box li .bimg_wrap {
    width: 100%;
}

ul.list_box li .bimg_wrap .img {
    width: 100%;
    margin-bottom: 20px;
}

ul.list_box li .bimg_wrap .img img {
    width: 100%;
    height: auto;
}

ul.list_box ul.btn_list {
    margin: 15px 0;
}

ul.list_box ul.btn_list li {
    padding: 0;
}

ul.list_box ul.btn_list .btn a {
    padding: 5px 30px 5px 15px;
    margin: 0;
    background-size: 13px;
    font-size: 12px;
}

ul.list_box li dl dt {
    color: #000;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 600;
}

ul.list_box li dl dd {
    font-size: 15px;
    line-height: 160%;
}

ul.list_box li dl dd ul {
    width: 100%;
}

ul.list_box li dl dd ul li {
    width: 100%;
    padding: 0 0 0 8px;
    font-size: 13px;
    line-height: 140%;
}

ul.list_box li dl dd ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    opacity: 0.7;
    background: #bbb;
}

ul.box02 li {
    width: 49%;
}

ul.box03 li {
    width: 32.333%;
}

ul.box04 li {
    width: 24%;
}

@media screen and (max-width:1000px) {

    ul.box02 li,
    ul.box03 li,
    ul.box04 li {
        width: 49%;
    }
}

@media screen and (max-width:767px) {

    ol.list_no li,
    ul.list_basics li {
        font-size: 12px;
        padding-bottom: 7px;
    }

    ul.list_basics li {
        background: url("../../img/dot_2.png") no-repeat 0 6px;
        padding-left: 8px;
    }

    ol.list_no li span {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    ol.list_no li {
        padding-left: 30px;
        margin-bottom: 10px;
        letter-spacing: -0.8px;
    }

    ul.list_box {
        margin-bottom: 40px;
    }

    ul.list_box li {
        padding: 15px;
    }

    ul.list_box li .img_wrap {
        display: block;
    }

    ul.list_box li .img_wrap .img {
        width: 100%;
        margin-bottom: 10px;
    }

    ul.list_box li .img_wrap dl {
        width: 100%;
    }

    ul.list_box li dl dt {
        font-size: 15px;
        padding-bottom: 5px;
    }

    ul.list_box li dl dd {
        font-size: 12px;
    }

    ul.box02 li,
    ul.box03 li,
    ul.box04 li {
        width: 99%;
    }
}

.sub_all .gray_bg .overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: section;
}

.sub_all .gray_bg .overview li {
    width: 100%;
}

.sub_all .gray_bg .overview li li {
    /* border: none; */
    margin-top: 25px;
    padding-top: 25px;
    font-size: 22px;
    font-weight: 300;
    border-bottom: 1px solid rgba(144, 144, 144, 0.3);
}

.sub_all .gray_bg .overview li .img_wrap {
    position: relative;
    overflow: hidden;
    width: 46%;
    float: left;
}

.sub_all .gray_bg .overview li .img_wrap img {
    width: 100%;
    margin: 50px 0 0;
}

.sub_all .gray_bg .overview li .text_wrap {
    text-align: left;
    width: 48%;
    float: right;
}

.sub_all .gray_bg .overview li .text_wrap strong {
    font-family: 'yg-jalnan';
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: #ff6f51;
}

.sub_all .gray_bg .overview li .text_wrap p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: -0.025em;
    margin-top: 15px;
}

.sub_all .gray_bg .overview li:nth-child(odd) .img_wrap {
    float: left;
}

.sub_all .gray_bg .overview li:nth-child(odd) .text_wrap {
    float: right;
}

.sub_all .gray_bg .overview li:nth-child(odd) .text_wrap {
    float: right;
}

@media screen and (max-width:1200px) {
    .sub_all .gray_bg .overview li .text_wrap {
        margin-top: 0;
    }

    .sub_all .gray_bg .overview li .text_wrap strong {
        font-size: 45px;
    }

    .sub_all .gray_bg .overview li .text_wrap p {
        font-size: 15px;
    }
}

@media screen and (max-width:767px) {
    .sub_all .gray_bg .overview li {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .sub_all .gray_bg .overview li .img_wrap {
        width: 100%;
    }

    .sub_all .gray_bg .overview li .text_wrap {
        margin-top: 50px;
        width: 100%;
    }

    .sub_all .gray_bg .overview li .text_wrap {
        margin-top: 10px;
    }

    .sub_all .gray_bg .overview li .text_wrap strong {
        font-size: 13px;
    }

    .sub_all .gray_bg .boverview li .text_wrap p {
        font-size: 12px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .sub_all .gray_bg .overview li .img_wrap img {
        margin: 0;
    }

    .sub_all .mark_bg {
        margin: 0;
    }

    .sub_all .gray_bg .overview li li {
        margin: 0;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sub_all .inner_s {
        padding-bottom: 30px;
    }

}

.m_count ul {
    margin-bottom: 50px;
}

.m_count ul li {
    width: 31.33%;
    padding: 1%;
    display: inline-block;
}

.m_count ul li dl {
    text-align: center;
}

.m_count ul li dl dt {
    font-size: 22px;
    padding-bottom: 10px;
}

.m_count ul li dl dd {
    font-size: 30px;
    font-weight: 0;
}

.m_count ul li dl dd b.counter {
    color: #000;
    font-family: "Montserrat";
    font-size: 60px;
}

@media screen and (max-width:1279px) {
    .m_count ul li dl dt {
        font-size: 15px;
    }

    .m_count ul li dl dd {
        font-size: 17px;
    }

    .m_count ul li dl dd b.counter {
        font-size: 45px;
    }
}

@media screen and (max-width:767px) {
    .m_count ul {
        margin-bottom: 30px;
    }

    .m_count ul li dl dt {
        font-size: 12px;
    }

    .m_count ul li dl dd {
        font-size: 15px;
    }

    .m_count ul li dl dd b.counter {
        font-size: 28px;
    }
}

.info_box ul {
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #000;
    border-left: 1px solid rgba(144, 144, 144, 0.5);
}

.info_box ul li {
    margin: 0;
    position: relative;
    width: 16.66%;
    display: inline-block;
    border-bottom: 1px solid rgba(144, 144, 144, 0.5);
}

.info_box ul li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(144, 144, 144, 0.4);
    z-index: 1;
}

.info_box ul li dl {
    text-align: center;
    padding: 92px 0 35px;
}

s .info_box ul li dl dt {
    display: block;
    padding-bottom: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.info_box ul li dl dd {
    display: block;
    font-size: 15px;
    font-family: "Montserrat", 'Noto Sans KR';
}

.info_box ul li:nth-child(1) {
    background: url("../../img/info_icon1.png") no-repeat center 30px;
}

.info_box ul li:nth-child(2) {
    background: url("../../img/info_icon2.png") no-repeat center 30px;
}

.info_box ul li:nth-child(3) {
    background: url("../../img/info_icon3.png") no-repeat center 30px;
}

.info_box ul li:nth-child(4) {
    background: url("../../img/info_icon4.png") no-repeat center 30px;
}

.info_box ul li:nth-child(5) {
    background: url("../../img/info_icon5.png") no-repeat center 30px;
}

.info_box ul li:nth-child(6) {
    background: url("../../img/info_icon6.png") no-repeat center 30px;
}

@media screen and (max-width:1279px) {
    .info_box ul li {
        width: 33.33%;
    }

    .info_box ul li dl {
        padding: 92px 0 35px;
    }

    .info_box ul li dl dt {
        font-size: 16px;
    }

    .info_box ul li dl dd {
        font-size: 15px;
    }
}

@media screen and (max-width:767px) {
    .info_box ul {
        margin-bottom: 30px;
    }

    .info_box ul li {
        width: 50%;
    }

    .info_box ul li dl {
        padding: 92px 0 35px;
    }

    .info_box ul li dl dt {
        font-size: 13px;
    }

    .info_box ul li dl dd {
        font-size: 12px;
    }

    .info_box ul li:all-child(all) {
        background-size: 10px;
    }
}

.info_list ul {
    margin-bottom: 50px;
    width: 100%;
    border-top: 2px solid #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info_list ul li {
    margin: 0 1%;
    width: 48%;
    padding: 25px 0;
    border-bottom: 1px solid rgba(144, 144, 144, 0.5);
}

.info_list ul li dl {
    text-align: left;
}

.info_list ul li dl dt {
    width: 20%;
    float: left;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.info_list ul li dl dd {
    width: 80%;
    float: left;
    font-size: 18px;
}

@media screen and (max-width:1279px) {
    .info_list ul li dl dt {
        font-size: 15px;
    }

    .info_list ul li dl dd {
        font-size: 15px;
    }
}

@media screen and (max-width:767px) {
    .info_list ul {
        margin-bottom: 30px;
    }

    .info_list ul li {
        width: 98%;
    }

    .info_list ul li dl dt {
        font-size: 12px;
    }

    .info_list ul li dl dd {
        font-size: 12px;
    }
}

.sub_all .section1 .conwrap {
    display: flex;
}

.sub_all .section1 .conwrap>div {
    width: 50%;
}

.sub_all .section1 .conwrap .text_wrap {
    text-align: left;
    padding: 30px 3%;
    word-break: keep-all;
}

.sub_all .section1 .conwrap .text_wrap * {
    letter-spacing: -0.025em;
}

.sub_all .section1 .conwrap .text_wrap strong {
    display: block;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 40px;
}

.sub_all .section1 .conwrap .text_wrap strong:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #000;
    margin: 34px auto 31px;
}

.sub_all .section1 .conwrap .text_wrap p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
}

.sub_all .section1 .conwrap .text_wrap p b {
    font-size: 23px;
}

.sub_all .section1 .conwrap .text_wrap p.ceo {
    margin-top: 54px;
}

.sub_all .section1 .conwrap .text_wrap p.ceo img {
    margin-left: 8px;
}

.sub_all .section1 .conwrap .img_wrap {
    padding: 10px 3%;
    text-align: center;
}

.sub_all .section2 .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 80px);
    height: 800px;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.sub_all .section2 .inner .bg {
    width: 100%;
    height: 100%;
    background: url("../../img/ceo_text_bg.jpg") no-repeat center / cover;
}

.sub_all .section2 .text_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sub_all .section2 .text_wrap strong.tit {
    display: block;
    font-family: "Montserrat";
    font-size: 60px;
    font-weight: 100;
    letter-spacing: -0.025em;
    color: #fff;
    text-transform: uppercase;
}

.sub_all .section2 .text_wrap span.sub_tit {
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.025em;
    word-break: keep-all;
}

.sub_all .section2 .text_wrap p {
    position: relative;
    opacity: 0.8;
    margin: 29px 0 0;
}

.sub_all .section2 .text_wrap p span {
    display: inline-block;
    font-weight: 300;
    padding: 0 5px;
    margin: 8px 0;
    color: #fff;
    background: #000;
}

@media screen and (max-width:1279px) {
    .sub_all section .conwrap {
        width: calc(100% - 20px);
    }

    .sub_all .section1 {
        margin-bottom: 10px;
    }

    .sub_all .section1 .conwrap {
        flex-wrap: wrap;
    }

    .sub_all .section1 .conwrap>div {
        width: 100%;
    }

    .sub_all .section1 .conwrap .text_wrap {
        order: 2;
        padding: 30px 0;
    }

    .sub_all .section1 .conwrap .img_wrap {
        order: 1;
        padding: 0;
    }

    .sub_all .section2 .inner {
        width: calc(100% - 20px);
        border-radius: 10px;
    }

    .sub_all .section2 .text_wrap {
        width: 100%;
        padding: 0 10%;
    }

    .sub_all .section2 .text_wrap strong {
        margin-bottom: 10px;
    }

    .sub_all .section2 .text_wrap strong.tit {
        font-size: 37px;
    }

    .sub_all .section2 .text_wrap span.sub_tit {
        font-size: 28px;
        word-break: keep-all;
    }

    .sub_all .section2 .text_wrap p {
        margin: 25px 0 0;
        word-break: keep-all;
    }
}

@media screen and (max-width:767px) {
    .sub_all .section1 .conwrap .text_wrap strong {
        font-size: 31px;
    }

    .sub_all .section1 .conwrap .text_wrap strong:after {
        width: 42px;
        margin: 25px auto 31px;
    }

    .sub_all .section1 .conwrap .text_wrap p b {
        font-size: 17px;
    }

    .sub_all .section1 .conwrap .text_wrap p.ceo {
        margin-top: 40px;
    }

    .sub_all .section1 .conwrap .img_wrap {
        order: 1;
    }

    .sub_all .section1 .conwrap .text_wrap p.ceo img {
        width: 70px;
    }

    .sub_all .section2 .text_wrap strong.tit {
        font-size: 31px;
    }

    .sub_all .section2 .text_wrap span.sub_tit {
        font-size: 25px;
    }

    .sub_all .section2 .inner {
        width: calc(100% - 20px);
        height: 600px;
    }
}

.history #section0 .inner {
    max-width: 1300px;
    width: calc(100% - 30px);
    margin: 0 auto 100px;
    overflow: hidden;
}

.history #section0 {
    width: 100%;
}

.history #section0 .tab {
    display: none;
}

.history #section0 .tab.on {
    display: block;
}

.history #section0 .tab-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 18px;
    font-family: 'yg-jalnan';
}

.history #section0 .tabs {
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    background: #b2dcce73;
    transition: all 0.3s;
}

.history #section0 .tabs.on {
    color: #fff;
    background: #ff6f51;
}

.history #section0 .tab_wrap {
    display: inline-block;
    margin-top: 30px;
    border-radius: 15px;
    padding: 50px;
    text-align: center;
    background: #b2dcce73;
}

.history #section0 .tab_wrap h2 {
    font-size: 31px;
    font-family: 'yg-jalnan';
    margin-bottom: 30px;
}

.history #section0 .tab_wrap .con-wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: 0.35fr 1fr;
    margin-bottom: 30px;
}

.history #section0 .tab_wrap .tab_con {
    display: flex;
    border-radius: 10px;
    margin-bottom: 20px;
    align-items: center;
    background-color: #fff;
    padding: 17px;
    font-size: 20px;
    font-weight: 400;
}

.history #section0 .tab_wrap .tab_con h3 {
    width: 110px;
    font-weight: 700;
    padding: 4px 13px;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-right: 20px;
}

.history #section0 .tab_wrap .tab_con .img-wrap {
    display: inline-block;
}

.history #section0 .tab_wrap .img-wrap>img {
    width: 100%;
}

.history #section0 .tab_wrap ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.previewSwiper {
    height: 80%;
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}

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

.previewSwiper .swiper-button-next {
    right: 5%;
    left: auto;
}

.previewSwiper .swiper-button-prev {
    left: 5%;
    right: auto;
}

.previewSwiper .swiper-slide .comment {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
}

.previewSwiper .swiper-slide .comment h4 {
    width: 100%;
    padding: 20px;
    color: #002f67;
    text-align: center;
}

.navSwiper {
    height: cacl(20% - 50px);
    margin-top: 30px;
}

.navSwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.navSwiper .swiper-slide-thumb-active {
    opacity: 1;
}

@media screen and (max-width:767px) {
    .history #section0 .inner {
        max-width: 600px;
        margin: 0 auto 30px;
    }

    .history_list {
        padding-left: 6px;
    }

    .history #section0 .tab-container {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 7px;
        margin-bottom: 20px;
    }

    .history #section0 .tab_wrap {
        padding: 20px;
        margin: 0;
    }

    .history #section0 .tab_wrap .tab_list_wrap {
        margin: 20px 0;
    }

    .history #section0 .tab_wrap h2 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .history #section0 .tab_wrap .con-wrap {
        display: unset;
    }

    .history #section0 .tab_wrap .tab_con {
        font-size: 12px;
        padding: 8px;
    }

    .history #section0 .tab_wrap .tab_con {
        text-align: left;
        margin-bottom: 8px;
    }

    .history #section0 .tab_wrap .tab_con p {
        padding-bottom: 0;
        width: 80%;
    }

    .history #section0 .tab_wrap .tab_con h3 {
        padding: 5px;
        text-align: center;
        width: 20%;
        margin-right: 10px;
        word-break: keep-all;
        font-size: 13px;
    }

    .history #section0 .tab_wrap ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

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

    .event_wrap .event {
        font-size: 12px;
        padding: 20px;
    }

    .event_wrap .event ul li {
        padding: 10px;
        margin-bottom: 10px;
    }

    .event_wrap .event ul li span {
        width: 70px;
        margin-right: 10px;
    }

    .event_wrap .event ul li em {
        width: calc(100% - 80px);
    }

    .introduction .event ul li {
        font-size: 12px;
    }

    .event_wrap .event h1 {
        font-size: 15px;
        padding-left: 5px;
        border-left: 3px solid #ff6f51;
        margin: 15px 0;
    }

    .fC p {
        padding: 0;
    }

    .fC p br {
        display: none;
    }

    ol.list_no,
    ul.list_basics {
        margin-bottom: 0;
    }

    .wb_cross {
        padding-top: 30px !important;
    }

    .pt {
        padding-top: 0 !important;
    }

    .slide_wrap {
        padding: 20px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 24px;
    }

    .previewSwiper {
        overflow: hidden;
    }

    .exhibition ul {
        padding: 20px;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
        gap: 10px;
    }

    .bc_img {
        padding: 20px;
    }

    .bc_img1 {
        margin-bottom: 20px;
    }

    .introduction .event {
        margin-top: 0px;
    }

    .navSwiper {
        margin-top: 10px;
    }

}

.certificate {
    max-width: 1300px;
    width: 94%;
    margin: 0 auto;
    text-align: center;
}

.certificate_txt {
    width: 100%;
    max-width: 1254px;
    margin: 0 auto;
    display: inline-block;
    color: #000;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 15px;
}

.certificate ul {
    max-width: 1300px;
    margin: 40px auto;
    text-align: center;
}

.certificate ul li {
    display: inline-block;
    width: 21%;
    float: left;
    vertical-align: top;
    margin: 20px 2%;
}

.certificate ul li img {
    width: 100%;
}

.certificate ul li a,
.certificate ul li a p {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.certificate ul li p {
    display: block;
    padding-top: 15px;
    line-height: 120%;
    text-align: center;
    font-size: 17px;
}

.certificate ul li p span {
    display: block;
    line-height: 120%;
    padding: 5px 0 15px;
    font-size: 12px;
}

.certificate ul li a:hover p,
.certificate ul li a:hover p span {
    color: #000;
}

@media screen and (max-width:767px) {
    .certificate_txt {
        padding: 10px 0;
        font-size: 12px;
    }

    .certificate ul {
        margin: 20px auto;
    }

    .certificate ul li {
        width: 46%;
    }

    .certificate ul li p {
        font-size: 13px;
    }
}

.location {
    width: 100%;
    padding-bottom: 70px;
}

.location dl:after {
    content: "";
    display: block;
    clear: both;
}

.location dl dt {
    width: 60%;
    float: right;
}

.location dl dt iframe {
    width: 100%;
    height: 600px;
    border-radius: 20px 0 0 20px;
}

.location dl dd {
    width: 100%;
    margin: 5% 0 2%;
}

.location dl dd ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.location dl dd ul li {
    font-size: 20px;
    margin-bottom: 60px;
    font-family: "Montserrat", "Noto Sans KR";
    position: relative;
}

.location dl dd ul li:last-child {
    margin-bottom: 0;
}

.location dl dd ul li>span {
    margin-right: 10px;
}

.location dl dd ul li span .metro {
    background-color: #FC742C;
    margin-right: 4px;
    padding: 3px 9px;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.location dl dd ul li span .metro_s {
    background-color: #FDC628;
    margin-right: 4px;
    padding: 3px 9px;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.location dl dd ul .stop span {
    vertical-align: middle;
}

.location dl dd ul .stop i {
    border: 1px solid #333;
    border-radius: 100px;
    padding: 4px 9px;
    text-decoration: none;
    font-style: normal;
    font-size: 13px;
    margin-right: 4px;
    font-weight: 800;
}

.location dl dd ul .bus i {
    background-color: #51AD2E;
    color: #fff;
    border-radius: 7px;
    padding: 4px 9px;
    text-decoration: none;
    font-style: normal;
    font-size: 16px;
    margin-right: 9px;
    font-weight: 800;
}

.location dl dd ul .bus span:nth-child(3) i {
    background-color: #F45744;
}

.location dl dd ul li strong {
    font-size: 28px;
    display: block;
    padding-bottom: 5px;
    font-family: 'yg-jalnan';
}

.location dl dd ul li strong:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 3px;
    margin-top: -8px;
    background: #BD3519;
    opacity: 0.7;
}

@media screen and (max-width:1279px) {
    .location dl dd ul li {
        font-size: 17px;
    }

    .location dl dd ul li strong {
        font-size: 27px;
    }
}

@media screen and (max-width:767px) {
    .location dl dt {
        width: 95%;
        display: block;
    }

    .location dl dt iframe {
        height: 300px;
    }

    .location dl dd {
        width: 100%;
        display: block;
        padding: 0;
    }

    .location dl dd ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .location dl dd ul li {
        font-size: 12px;
        margin-bottom: 28px;
    }

    .location dl dd ul .bus i {
        font-size: 11px;
        padding: 3px 8px;
    }

    .location dl dd ul .stop i {
        padding: 0 6px;
    }

    .location dl dd ul li span .metro,
    .location dl dd ul li span .metro_s {
        font-size: 11px;
        padding: 2px 6px;
    }

    .location dl dd ul li strong {
        font-size: 13px;
        padding-bottom: 3px;
    }

    .location dl dd ul li strong:before {
        width: 15px;
    }

    .history #section0 .tabs {
        font-size: 12px;
        padding: 3px 10px;
    }
}

.sub_all .gray_bg .business1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: section;
}

.sub_all .gray_bg .business1 li {
    width: 44.2%;
}

.sub_all .gray_bg .business1 li:nth-child(odd) {
    margin-top: 190px;
}

.sub_all .gray_bg .business1 li .img_wrap {
    position: relative;
    overflow: hidden;
}

.sub_all .gray_bg .business1 li .img_wrap img {
    width: 100%;
}

.sub_all .gray_bg .business1 li .text_wrap {
    text-align: center;
    margin-top: 44px;
}

.sub_all .gray_bg .business1 li .text_wrap strong {
    font-family: "Montserrat", "Noto Sans KR";
    font-size: 54px;
    font-weight: 200;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.sub_all .gray_bg .business1 li .text_wrap p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: -0.025em;
    margin-top: 15px;
}

@media screen and (max-width:1200px) {
    .sub_all .gray_bg .business1 li .text_wrap strong {
        font-size: 45px;
    }

    .sub_all .gray_bg .business1 li .text_wrap p {
        font-size: 15px;
    }
}

@media screen and (max-width:767px) {
    .sub_all .mark_bg {
        position: relative;
        padding: 0;
        background: url("../../img/mark_bg_w.png") no-repeat bottom -60px right;
        background-size: 320px;
    }

    .sub_all .gray_bg .business1 li {
        width: 100%;
        margin-bottom: 60px;
    }

    .sub_all .gray_bg .business1 li:nth-child(odd) {
        margin-top: 0;
    }

    .sub_all .gray_bg .business1 li .text_wrap {
        margin-top: 24px;
    }

    .sub_all .gray_bg .business1 li .text_wrap strong {
        font-size: 30px;
    }

    .sub_all .gray_bg .business1 li .text_wrap p {
        font-size: 12px;
        margin-top: 10px;
        word-break: keep-all;
    }

}

.sub_all .gray_bg .business2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: section;
}

.sub_all .gray_bg .business2 li {
    width: 100%;
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(144, 144, 144, 0.3);
}

.sub_all .gray_bg .business2 li li {
    border: none;
}

.sub_all .gray_bg .business2 li .img_wrap {
    position: relative;
    overflow: hidden;
    width: 46%;
    float: left;
}

.sub_all .gray_bg .business2 li .img_wrap img {
    width: 100%;
}

.sub_all .gray_bg .business2 li .text_wrap {
    text-align: left;
    margin-top: 50px;
    width: 50%;
    float: right;
}

.sub_all .gray_bg .business2 li .text_wrap strong {
    font-family: "Montserrat", "Noto Sans KR";
    font-size: 54px;
    font-weight: 200;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.sub_all .gray_bg .business2 li .text_wrap p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: -0.025em;
    margin-top: 15px;
}

.sub_all .gray_bg .business2 li:nth-child(odd) .img_wrap {
    float: right;
}

.sub_all .gray_bg .business2 li:nth-child(odd) .text_wrap {
    float: left;
}

.sub_all .gray_bg .business2 li:nth-child(odd) .text_wrap {
    text-align: right;
}

@media screen and (max-width:1200px) {
    .sub_all .gray_bg .business2 li .text_wrap {
        margin-top: 0;
    }

    .sub_all .gray_bg .business2 li .text_wrap strong {
        font-size: 45px;
    }

    .sub_all .gray_bg .business2 li .text_wrap p {
        font-size: 15px;
    }
}

@media screen and (max-width:767px) {
    .sub_all .gray_bg .business2 li {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .sub_all .gray_bg .business2 li .img_wrap {
        width: 100%;
    }

    .sub_all .gray_bg .business2 li .text_wrap {
        margin-top: 50px;
        width: 100%;
    }

    .sub_all .gray_bg .business2 li .text_wrap {
        margin-top: 25px;
    }

    .sub_all .gray_bg .business2 li .text_wrap strong {
        font-size: 30px;
    }

    .sub_all .gray_bg .business2 li .text_wrap p {
        font-size: 12px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .sub_black dl {
        padding-top: 0 !important;
    }
}

.wb_cross {
    position: relative;
    width: 100%;
}

.wb_cross dl {
    padding: 70px 0;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.wb_cross dl:after {
    content: "";
    display: block;
    clear: both;
}

.wb_cross dl dt {
    width: 20%;
    float: left;
}

.wb_cross dl dt strong {
    position: relative;
    font-size: 30px;
    font-family: 'yg-jalnan';
    color: #363C5A;
}

.wb_cross dl dt strong:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    margin: 0 -13px 7px 0;
}

.wb_cross dl dd {
    width: 75%;
    float: right;
    text-align: left;
    padding: 0;
}

.wb_cross dl dd p {
    font-family: "Montserrat", "Noto Sans KR";
    font-size: 17px;
    line-height: 160%;
    padding-bottom: 20px;
}

.wb_cross dl dd p strong {
    font-family: 'Atomy-Bold', 'Noto Sans KR';
    font-size: 22px;
    line-height: 160%;
    display: block;
    padding-bottom: 10px;
}

.blink {
    animation: blink-effect 1s step-end infinite;
}

@media screen and (max-width:767px) {
    .wb_cross dl {
        padding: 30px 0;
    }

    .wb_cross dl dt {
        width: 100%;
        padding-bottom: 10px;
    }

    .wb_cross dl dt strong {
        font-size: 15px;
    }

    .wb_cross dl dt strong:before {
        width: 5px;
        height: 5px;
    }

    .wb_cross dl dd {
        width: 100%;
    }

    .wb_cross dl dd p {
        font-size: 13px;
        padding-bottom: 0;
    }

    .wb_cross dl dd p strong {
        font-size: 11px;
        padding-bottom: 20px;
        letter-spacing: -0.6px;
    }

    .sub-table td,
    .sub-table th {
        font-size: 11px;
    }

}

.legend #section0 .inner {
    max-width: 1300px;
    width: calc(100% - 30px);
    margin: 0 auto 100px;
    overflow: hidden;
}

.legend #section0 {
    width: 100%;
}

.legend #section0 .tab {
    display: none;
}

.legend #section0 .tab.on {
    display: block;
}

.legend #section0 .tab-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
    font-family: 'yg-jalnan';
}

.legend #section0 .tabs {
    padding: 10px 35px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    background: #b2dcce73;
    transition: all 0.3s;
}

.legend #section0 .tabs.on {
    color: #fff;
    background: #ff6f51;
}

.legend #section0 .tab_wrap {
    display: inline-block;
    margin-top: 30px;
    border-radius: 15px;
    padding: 50px;
    text-align: center;
    background: #b2dcce73;
    width: 100%;
}

.legend #section0 .tab_wrap h2 {
    font-size: 31px;
    font-family: 'yg-jalnan';
    margin-bottom: 30px;
}

.legend #section0 .tab_wrap .con-wrap {
    /* margin-bottom: 30px; */
}

.legend #section0 .tab_wrap .tab_con {
    border-radius: 10px;
    align-items: center;
    background-color: #fff;
    padding: 17px;
    font-size: 20px;
    font-weight: 400;
}

.legend #section0 .tab_wrap .tab_con h3 {
    width: 110px;
    font-weight: 700;
    padding: 4px 13px;
    background-color: #f2f2f2;
    border-radius: 10px;
    margin-right: 20px;
}

.legend #section0 .tab_wrap .tab_con .img-wrap {
    display: inline-block;
}

.legend #section0 .tab_wrap .img-wrap>img {
    width: 100%;
}

.legend #section0 .tab_wrap ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

@media screen and (max-width:767px) {
    .legend #section0 .inner {
        max-width: 600px;
        margin: 0 auto 30px;
    }

    .legend_list {
        padding-left: 6px;
    }

    .legend #section0 .tab-container {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px !important;
    }

    .legend #section0 .tabs {
        font-size: 13px;
        padding: 3px 12px !important;
    }

    .legend #section0 .tab_wrap {
        padding: 20px;
    }

    .legend #section0 .tab_wrap h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

}

.process {
    width: 100%;
}

.process ul {
    max-width: 1100px;
    margin: 0 auto;
}

.process ul li {
    float: left;
    padding-right: 40px;
    margin-right: 15px;
    background: url("../../img/arrow_2.png") no-repeat right 40px;
    text-align: center;
    margin-bottom: 30px;
}

.process ul li:last-child {
    padding: 0;
    margin: 0;
    background: none;
}

.process ul li .pro_img {
    z-index: -1;
    isplay: inline-block;
    width: 130px;
    height: 130px;
    text-align: center;
    background: #13BA74;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.process ul li .pro_img img {
    padding-top: 27%;
}

.process ul li p {
    font-size: 17px;
    line-height: 120%;
    padding-top: 10px;
    color: #363C5A;
    width: 130px;
    font-family: 'Atomy-Bold', 'Noto Sans KR';
}

.process ul li p span {
    font-size: 30px;
    line-height: 140%;
    color: #737373;
    display: block;
    font-family: "Montserrat", "Noto Sans KR";
    font-weight: 200;
}

@media screen and (max-width:1200px) {
    .process ul {
        max-width: 930px;
    }

    .process ul li {
        padding-right: 35px;
        margin-right: 10px;
        background-position: right 32px;
    }

    .process ul li .pro_img {
        width: 110px;
        height: 110px;
    }

    .process ul li .pro_img img {
        width: 50px;
    }

    .process ul li p {
        font-size: 14px;
        width: 110px;
    }

    .process ul li p span {
        font-size: 25px;
    }
}

@media screen and (max-width:1000px) {
    .process ul {
        max-width: 470px;
    }
}

@media screen and (max-width:600px) {
    .process ul {
        max-width: 300px;
    }

    .process ul li {
        padding-right: 22px;
        margin-right: 7px;
        background-size: 15px;
        background-position: right 20px;
    }

    .process ul li .pro_img {
        width: 70px;
        height: 70px;
    }

    .process ul li .pro_img img {
        width: 30px;
    }

    .process ul li p {
        font-size: 11px;
        width: 70px;
    }

    .process ul li p span {
        font-size: 15px;
    }
}

.pro_txt {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 120px;
}

.pro_txt ul li {
    padding: 40px 0 30px 250px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    min-height: 120px;
}

.pro_txt ul li h4 {
    font-size: 17px;
    left: 0;
    top: 35px;
    padding: 12px 0;
    color: #363C5A;
    border: 2px solid #363C5A;
    font-family: 'Atomy-Bold', 'Noto Sans KR';
    border-radius: 7px;
    background: url("../../img/arrow_2.png") no-repeat 10px center;
    position: absolute;
    text-align: center;
    width: 220px;
    display: block;
}

.pro_txt ul li p {
    font-size: 16px;
}

.pro_txt ul li p span {
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .pro_txt {
        padding: 10px 0 60px;
    }

    .pro_txt ul li h4 {
        font-size: 16px;
        padding: 5px 0;
        background-size: 5px;
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 10px;
    }

    .pro_txt ul li {
        padding: 20px 0;
    }

    .pro_txt ul li p,
    .pro_txt ul li p span {
        font-size: 12px;
    }
}

.movie {
    width: 100%;
    text-align: center;
    padding: 30px 0 200px;
}

.movie iframe {
    border: 15px solid #fff;
    width: 94%;
    height: 640px;
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width:1000px) {
    .movie {
        padding-bottom: 100px;
    }

    .movie iframe {
        border: 7px solid #fff;
        height: 220px;
        margin: 0 auto;
    }
}

.circle_box {
    position: relative;
    width: 100%;
}

.circle_box ul {
    max-width: 1400px;
    margin: 0 auto 50px;
}

.circle_box ul li {
    width: 30.333%;
    margin: 0 1.5%;
    float: left;
}

.circle_box ul:after {
    content: "";
    display: block;
    clear: both;
}

.circle_box ul li dl {
    padding: 20px;
}

.circle_box ul li h5 {
    padding: 20px 0 15px;
    border-bottom: 1px solid rgba(158, 158, 158, 0.3);
    font-weight: 600;
}

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

.circle_box ul li dt {
    width: 100%;
    text-align: center;
}

.circle_box ul li dd {
    width: 100%;
}

.circle_box ul li dt img {
    width: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

@media screen and (max-width:1279px) {
    .circle_box ul li {
        width: 33.333%;
        margin: 0;
    }

    .circle_box ul li h4 {
        font-size: 21px;
    }

    .circle_box ul li p {
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {
    .circle_box {
        max-width: 700px;
        margin: 0 auto;
    }

    .circle_box ul li {
        width: 100%;
        padding: 10px 0;
    }

    .circle_box ul li dt img {
        max-width: 350px;
    }
}

.recruit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: section;
}

.recruit li {
    width: 100%;
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(158, 158, 158, 0.3);
}

.recruit li .img_wrap {
    position: relative;
    overflow: hidden;
    width: 40%;
    float: left;
}

.recruit li .img_wrap img {
    width: 100%;
}

.recruit li .text_wrap {
    text-align: left;
    margin-top: 30px;
    width: 56%;
    float: right;
}

.recruit li .text_wrap strong {
    font-size: 21px;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin-text-transform: uppercase;
}

.recruit li .text_wrap p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: -0.025em;
    margin-bottom: 15px;
}

.recruit li:nth-child(odd) .img_wrap {
    float: right;
}

.recruit li:nth-child(odd) .text_wrap {
    float: left;
}

.recruit li:nth-child(odd) .text_wrap {
    text-align: right;
}

@media screen and (max-width:1279px) {
    .recruit li .text_wrap {
        margin-top: 0;
    }
}

@media screen and (max-width:767px) {
    .recruit li {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .recruit li .img_wrap {
        width: 100%;
    }

    .recruit li .text_wrap {
        margin-top: 30px;
        width: 100%;
    }

    .recruit li .text_wrap strong {
        font-size: 15px;
        margin-bottom: 0;
    }

    .recruit li .text_wrap p {
        font-size: 12px;
        margin-top: 10px;
        word-break: keep-all;
    }

    .recruit li:nth-child(odd) .text_wrap {
        text-align: left;
    }
}

.tstyle_02 tr th,
.tstyle_common thead th {
    background-color: #3B3B3B;
    font-weight: 500;
    color: #fff;
}

.tstyle_common td span {
    color: #fff;
}

.tstyle_common {
    margin: 10px auto 40px;
}

.tstyle_common thead th {
    padding: 15px;
    font-size: 15px;
    text-align: center;
}

.tstyle_common tbody th {
    text-align: center;
    font-size: 15px;
    border-left: 1px solid rgba(158, 158, 158, 0.3);
    border-bottom: 1px solid rgba(158, 158, 158, 0.3);
    background: #fff;
    color: #000;
    font-weight: 600;
    border-right: 1px solid rgba(158, 158, 158, 0.3);
}

.tstyle_common td {
    background: #fff;
    color: #3B3B3B;
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid rgba(158, 158, 158, 0.3);
    border-right: 1px solid rgba(158, 158, 158, 0.3);
    text-align: left;
}

.tstyle_common td span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.tstyle_common caption {
    font-size: 0;
    line-height: 0;
}

.tstyle_common .fC {
    text-align: center;
}

.tstyle_common .fR {
    text-align: right;
}

@media screen and (max-width:1000px) {
    .tstyle_common thead th {
        padding: 10px 5px;
        font-size: 13px;
    }

    .tstyle_common tr th {
        font-size: 13px;
    }

    .tstyle_common td {
        padding: 10px 5px;
        font-size: 11px;
    }

    .tstyle_common td span {
        font-size: 11px;
    }
}

.form_con {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    background: #E4E4E4;
}

.form_con section {
    padding: 30px;
}

@media screen and (max-width:1000px) {
    .form_con section {
        padding: 20px;
    }
}

.faq_box {
    border-bottom: 1px solid #fdd4be;
    padding: 0 30px;
    cursor: pointer;
}

.faq_box .qustion {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 25px 0;
    font-family: 'Noto Sans KR';
    font-size: 20px;
}

.faq_box .qustion a.btn {
    display: inline-block;
    height: 25px;
    background: #fff;
    border: 1px solid #b9bdd3;
    color: #646982;
    text-decoration: none;
    vertical-align: middle;
    font-size: 15px;
}

.faq_box .qustion a {
    display: block;
    position: relative;
    font-size: 21px;
    color: #000;
    letter-spacing: -0.04em;
    line-height: 140%;
    font-weight: 600;
}

.faq_box .qustion span.icon_q {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    margin-right: 8px;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 20px;
    border-radius: 3px;
}

.faq_box .qustion span.icon_q img {
    width: 15px;
    vertical-align: middle;
}

.faq_box.on {
    background: #FC671A;
}

.faq_box.on .qustion span.icon_q {
    background: #fff;
}

.faq_box.on .qustion a {
    display: block;
    position: relative;
    font-size: 20px;
    color: #fff;
    padding-bottom: 8px;
}

.faq_box .answer {
    background: url("../../img/icon_a.png") no-repeat right bottom;
    display: none;
    padding: 0 0 25px;
}

.faq_box .answer p {
    font-size: 15px;
    line-height: 160%;
    padding-bottom: 7px;
    color: #fff;
    opacity: 0.8;
}

.faq_box .answer h4 {
    font-size: 18px;
    color: #fff;
    padding: 10px 0 0;
}

.faq_box .answer ul {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 20px;
}

.faq_box .answer ul li {
    border: none;
    padding: 12px 0 10px 22px;
    font-size: 18px;
    margin-top: 0;
    background: url("../../img/dot_1.gif") no-repeat 0 19px;
    color: #fff;
    opacity: 0.8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.faq_box .answer ul li:last-child {
    border-bottom: none;
}

@media screen and (max-width:1000px) {
    .faqList {
        margin-bottom: 30px;
    }

    .faq_box {
        padding: 10px;
    }

    .faq_box .qustion a {
        font-size: 12px;
        line-height: unset;
        letter-spacing: -1px;
    }

    .faq_box .qustion a span.icon_q {
        width: 22px;
        height: 22px;
    }

    .faq_box.on {
        padding: 15px;
    }

    .faq_box.on .qustion a {
        font-size: 12px;
        padding-bottom: 0;
    }

    .faq_box .answer {
        display: none;
        padding: 0;
    }

    .faq_box .answer p {
        font-size: 11px;
        line-height: 140%;
        padding-bottom: 0;
        margin-top: 10px;
    }

    .faq_box .answer h4 {
        font-size: 15px;
    }

    .faq_box .answer ul {
        padding: 3px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .faq_box .answer ul li {
        padding: 12px 0 10px 10px;
        font-size: 11px;
    }

    .faq_box .qustion {
        padding: 0;
    }
}

.img_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.img_form:after {
    content: "";
    display: block;
    clear: both;
}

.img_form .tit {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
    background: url("../../img/contact.jpg") no-repeat 0 center / cover;
}

.img_form .tit h4 {
    color: #fff;
    font-size: 40px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 45%;
    display: block;
}

.img_form .tit p {
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 52%;
    display: block;
}

.img_form .img_form_con {
    width: 50%;
    float: right;
    background: #fff;
}

.img_form .img_form_con section {
    padding: 70px;
}

@media screen and (max-width:1200px) {
    .img_form .tit h4 {
        font-size: 32px;
        top: 45%;
        display: block;
    }

    .img_form .tit p {
        font-size: 16px;
        top: 52%;
        display: block;
    }

    .img_form .img_form_con section {
        padding: 40px;
    }
}

@media screen and (max-width:767px) {
    .img_form .tit {
        width: 100%;
        display: block;
        background: url("../../img/contact.jpg") no-repeat 0 center / 100%;
        padding: 72px 10px 60px;
    }

    .img_form .tit h4 {
        font-size: 20px;
        top: 0;
        position: relative;
    }

    .img_form .tit p {
        top: 0;
        font-size: 13px;
        position: relative;
    }

    .img_form .img_form_con {
        width: 100%;
        display: block;
    }

    .img_form .img_form_con section {
        padding: 20px;
        display: block;
    }

    .use textarea {
        font-size: 12px;
    }
}


.area-btn {
    margin: 40rem auto 0;
    text-align: center;
}

.input-submit,
.area-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 160px;
    height: 55px;
    background: #FC671A;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 5rem;
    box-sizing: border-box;
    border: None;
    line-height: 1px;
}

.area-btn.box-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.area-btn.box-flex a {
    margin: 0;
}

.area-btn a.btn-gray {
    background: #666;
}

.area-btn a.btn-gray:hover {
    color: #fff;
}

@media (max-width:480px) {

    .area-btn {
        margin: 20rem auto 0;
    }

    .input-submit,
    .area-btn a {
        width: 80rem;
        height: 30rem;
        font-size: 12rem;
        line-height: 1em;
    }

    .area-btn.box-flex {
        gap: 5px;
    }
}

/* 회원로그인 */
.login_box .btn_submit {
    position: relative;
    top: -2px;
    width: 100px;
    height: 78px;
    background: #2b2b2b;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 17px;
}

@media screen and (max-width:767px) {
    .login_box .btn_submit {
        height: 55px;
    }
}

/* 마이페이지 */
.mypage_wrap {
    max-width: 500px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f0f0f0;
}


.profile_header {
    text-align: center;
    border-bottom: 2px solid #222;
    /* 테마 그린 라인 */
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.profile_img {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
    background: #f8f9fa;
    /* 이미지가 없을 때 기본 배경색 */
    border: 3px solid #5DBB63;
    /* 테마 그린 테두리 */
    display: flex;
    align-items: center;
    justify-content: center;
}

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


.greeting {
    font-size: 22px;
    color: #333;
    margin-bottom: 8px;
    font-weight: normal;
}

.greeting strong {
    color: #222;
}

.point_info {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.point_info strong {
    color: #5DBB63;
    font-size: 16px;
}


.profile_info_list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.profile_info_list li {
    display: flex;
    padding: 15px 10px;
    border-bottom: 1px dashed #eee;
}


.info_label {
    width: 100px;
    font-weight: 600;
    color: #555;
}


.info_value {
    flex: 1;
    color: #222;
}


.mypage_btns {
    display: flex;
    gap: 12px;
    justify-content: center;
}


.btn_mypage {
    display: inline-block;
    padding: 14px 35px;
    border-radius: 30px;
    /* 둥근 캡슐형 버튼 */
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s;
}

/* 정보수정 버튼 (그린) */
.btn_modify {
    background-color: #5DBB63;
    color: #fff;
    flex: 1;
    /* 버튼 너비를 꽉 채우고 싶을 때 사용 */
}

.btn_modify:hover {
    background-color: #4cae51;
}


.btn_logout {
    background-color: #888;
    color: #fff;
    flex: 1;
}

.btn_logout:hover {
    background-color: #666;
}

@media (max-width:600px) {
    .mypage_wrap {
        padding: 25px 20px;
    }

    .profile_header {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .profile_img {
        width: 60px;
        height: 60px;
        border-width: 2px;
        margin: 0 auto 10px;
    }

    .greeting {
        font-size: 14px;
        margin: 0;
    }

    .profile_info_list {
        margin: 0 0 20px;
    }

    .profile_info_list li {
        padding: 10px;
    }

    .profile_info_list li:first-child {
        padding-top: 0;
    }

    .info_label {
        font-size: 12px;
    }

    .info_value {
        font-size: 12px;
    }

    .mypage_btns {
        gap: 6px;
    }

    .btn_mypage {
        padding: 10px;
        font-size: 13px;
    }
}

/* 곤충 벼룩 시장 참가 */

#main.market {
    background-color: #f4f7f9;
    padding: 60px 0;
}

.flea-market-form {
    max-width: 650px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    /* 💡 그림자를 이중으로 써서 깊이감을 더함 */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02), 0 20px 48px rgba(0, 0, 0, 0.05);
    border: 1px solid #e1e8ed;
    position: relative;
    overflow: hidden;
}

/* 💡 상단에 디자인 포인트 바 추가 (비어보임 방지) */
.flea-market-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #1BC98D;
}

.flea-market-form h2 {
    font-size: 27px;
    font-weight: 700;
    color: #222;
    margin-bottom: 40px;
    text-align: center;
}

.flea-market-form .form-group {
    margin-bottom: 28px;
}

.flea-market-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 12px;
    color: #4a5568;
    font-size: 18px;
    letter-spacing: -0.3px;
}

/* 💡 입력 필드 - 안쪽 그림자(Inner Shadow)를 넣어 묵직한 느낌 부여 */
.flea-market-form input[type="text"],
.flea-market-form input[type="email"],
.flea-market-form input[type="date"],
.flea-market-form select {
    width: 100%;
    padding: 14px 18px;
    height: 54px !important;
    border: 1px solid #d1d9e6;
    border-radius: 12px;
    font-size: 16px;
    color: #2d3748;
    background-color: #fdfdfd;
    box-sizing: border-box;
    /* 은은한 안쪽 그림자로 입체감 추가 */
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}


/* 포커스 시 색감이 풍성하게 퍼지는 효과 */
.flea-market-form input:focus,
.flea-market-form select:focus {
    outline: none;
    border-color: #ff512d;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(255, 81, 45, 0.1), inset 0 0 0 rgba(0, 0, 0, 0);
}

/* 시간 선택창 스타일 */
.time-range-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.time-range-group span {
    font-weight: 800;
    color: #cbd5e0;
}

/* 💡 동의 박스 - 질감이 느껴지도록 배경 패턴(혹은 연한 색) 추가 */
.flea-market-form .consent-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    margin: 40px 0 30px 0;
    border: 1px solid #eee;
}

.flea-market-form .consent-box label {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    font-size: 15px;
    color: #333;
}

/* 💡 버튼 - 그라데이션과 그림자로 확실한 존재감 */
.flea-market-form .btn-submit {
    width: 100%;
    background: linear-gradient(-135deg, #ff6713 0%, #ff512d 100%);
    color: white;
    padding: 20px;
    border: none;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(255, 81, 45, 0.3);
    transition: all 0.3s ease;
}

.flea-market-form .btn-submit.disabled {
    background: #555;
    box-shadow: none;
}

.flea-market-form .btn-submit.deadline {
    background: #ccc;
    box-shadow: none;
    cursor: not-allowed;
}

.flea-market-form .btn-submit:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 81, 45, 0.4);
    filter: brightness(1.1);
}

.flea-market-form .btn-submit:disabled {
    background: #e2e8f0 !important;
    box-shadow: none;
    color: #94a3b8 !important;
}

/* 💡 상단 안내 메시지 공통 스타일 */
.flea-alert {
    padding: 12px 25px;
    border-radius: 12px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid transparent;
}

/* 🔵 비회원 안내 (Blue) */
.flea-alert-info {
    background-color: #fff7f5;
    color: #ff3e0f;
    border-color: #ffd6cc;
    line-height: 1.5em;
}

.flea-alert-info::before {
    content: "📢";
    font-size: 1.2em;
    display: none;
}

/* 🔴 접수 기간 외 안내 (Red) */
.flea-alert-error {
    background-color: #fff5f5;
    color: #c53030;
    border-color: #feb2b2;
}

/*
.flea-alert-error::before {
    content: "⏰";
    font-size: 1.2em;
}
*/
/* 💡 옵션 3. 심플 액센트 컬러 */
.consent-box input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #FF6F51;
    /* 브라우저 기본 체크박스에 오렌지레드 입히기 */
    cursor: pointer;
    vertical-align: middle;
}

.consent-box label {
    font-size: 15px;
    color: #444;
    cursor: pointer;
    font-weight: 500;
}

/* 💡 라벨 레이아웃 */
.consent-box label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 12px;
    user-select: none;
    font-weight: 600;
    color: #4a5568;
    transition: color 0.2s ease;
}

/* 💡 체크박스 기본 스타일 */
.consent-box input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #cbd5e0;
    /* 평소 연한 회색 테두리 */
    border-radius: 6px;
    background-color: transparent;
    /* 배경은 투명하게 */
    position: relative;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

/* 💡 체크되었을 때: 테두리만 오렌지색으로 변경 */
.consent-box input[type="checkbox"]:checked {
    border-color: #FF6F51;
    background-color: transparent;
    /* 체크 후에도 배경은 채우지 않음 */
}

/* 💡 체크 표시(V) 아이콘: 오렌지색으로 표시 */
.consent-box input[type="checkbox"]::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #FF6F51;
    /* 체크 표시 색상을 오렌지로 */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    /* 처음엔 크기 0 */
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
    /* 튕기는 듯한 애니메이션 */
}

/* 체크되었을 때 V자 나타남 */
.consent-box input[type="checkbox"]:checked::after {
    transform: rotate(45deg) scale(1);
}

/* 마우스 올렸을 때 살짝 반응 */
.consent-box label:hover {
    color: #2d3748;
}

.consent-box label:hover input[type="checkbox"] {
    border-color: #FF6F51;
    background-color: rgba(255, 111, 81, 0.03);
    /* 아주 미세한 오렌지빛 잔상 */
}

/* (필수) 텍스트 강조 */
.consent-box label b {
    color: #FF6F51;
    font-weight: 700;
}

/* 모바일 대응 */
@media (max-width: 768px) {
    .flea-market-form {
        padding: 35px 20px;
        border-radius: 12px;
    }

    .flea-market-form::before {
        height: 3px;
    }

    .flea-market-form h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .flea-market-form label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .flea-market-form input[type="text"],
    .flea-market-form input[type="email"],
    .flea-market-form input[type="date"],
    .flea-market-form select {
        height: 40px !important;
        padding: 10px;
        font-size: 12px;
        border-radius: 6px;
    }

    .time-range-group {
        flex-direction: column;
        gap: 6px;
    }

    .time-range-group span {
        display: none;
    }

    .flea-market-form .form-group {
        margin-bottom: 15px;
    }

    .flea-market-form .consent-box {
        margin: 20px 0;
        padding: 12px 10px;
        border-radius: 7px;
    }

    .flea-market-form .consent-box label {
        gap: 5px;
        font-size: 11px;
    }

    .consent-box input[type="checkbox"] {
        position: relative;
        top: 0.7px;
        width: 15px;
        height: 15px;
        border-width: 1px;
        border-radius: 3px;
    }

    .consent-box input[type="checkbox"]::after {
        width: 5px;
        height: 8px;
        left: 4.5px;
        top: 1px;
    }

    .flea-alert {
        margin: 15px 0;
        padding: 7px;
        font-size: 11px;
        flex-direction: column;
        gap: 5px;
        border-radius: 7px;
    }

    .flea-market-form .btn-submit {
        padding: 14px 10px;
        border-radius: 10px;
        font-size: 14px;
    }

    .flea-market-form input:focus,
    .flea-market-form select:focus {
        box-shadow: 0 0 0 2px rgba(255, 81, 45, 0.1), inset 0 0 0 rgba(0, 0, 0, 0);
    }
}


.pt0 {
    padding-top: 0 !important;
}