@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap");

/* NotoSans google font */
@font-face {
    font-family: "zona bold";
    src: url("../font/ZonaPro-Bold.otf");
}

@font-face {
    font-family: "zona thin";
    src: url("../font/ZonaPro-Thin.otf");
}

/*********************************************************************************************************************
                                                   common
*********************************************************************************************************************/
* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    font-family: "Noto Sans KR", sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

:root {
    --vh: 100%;
}

html,
body {
    width: 100%;
}

body {
    min-width: 320px;
    /* max-width: 1920px; */
    margin: 0 auto;
    font-size: 14pt;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    background-color: #fff;
    line-height: 1;
}

select,
input {
    font-family: "Noto Sans KR", sans-serif;
}

header,
nav,
section {
    max-width: 1920px;
    margin: 0 auto;
}

.mgt30 {
    margin-top: 30px;
}

.mgt50 {
    margin-top: 50px;
}

.ss_cont .ss_txt4.fz18 {
    font-size: 18px;
}

.mo_nav {
    display: none;
}

#wrap {
    width: 100%;
}

header {
    position: fixed;
    top: 0px;
    z-index: 99999;
}

header .hd_logo {
    float: left;
}

header ul.hd_ul {
    float: right;
}

header ul.hd_ul li {
    float: left;
    background: url(../images/hd_icon1.png) no-repeat center 80%;
}

header ul.hd_ul li a {
    color: #fff;
    display: block;
    padding: 40px;
}

header .hd_lan {
    background: #0f0e9f;
    text-align: center;
}

header .hd_lan ul {
    display: flex;
    padding: 0 38px;
}

header .hd_lan ul li {
    padding: 0 10px;
    line-height: 100px;
}

header .hd_lan ul li:nth-child(2) {
    padding: 0 5px;
}

header .hd_lan ul li,
header .hd_lan ul li a {
    color: #6665ea;
}

header .hd_lan ul li a:hover {
    color: #fff;
}

header .hd_lan ul li a.active {
    color: #fff;
}

.mmc_nav {
    position: fixed;
    width: 100%;
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.mmc_nav.navon .mmc_topnav {
    float: right;
}

.mmc_nva.navon .topnav_li {
    float: left;
    background: url(../images/hd_icon1.png) no-repeat center 80%;
}

.mmc_nva.navon .topnav_li>a {
    color: #fff;
    display: block;
    padding: 40px;
}

.mmc_nav.navon .mmc_subnav {
    display: block;
    top: 100px;
}

.mmc_topnav {
    width: 100%;
}

.mmc_topnav_body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
}

.mmc_topnav_body .topnav_logo {
    height: 100%;
    background-color: #fff;
}

.mmc_topnav_body .topnav_logo>a {
    display: block;
    width: 100%;
    height: 100%;
}

.mmc_topnav_body .topnav_logo>a>img {
    width: 100%;
}

.mmc_topnav .topnav_ul {
    display: flex;
    flex: auto;
    justify-content: flex-start;
    flex-direction: row-reverse;
    text-align: center;
    color: rgb(0, 0, 0);
}

.mmc_topnav .mmc_topnav_body.active {
    background: #fff;
}

.mmc_topnav .mmc_topnav_body.active .topnav_ul>li>a {
    background: url(../images/hd_icon3.png) no-repeat center 80%;
    color: #000;
}

.mmc_topnav .topnav_ul>li {
    padding: 0 30px;
}

.mmc_topnav .topnav_ul>li>a {
    display: block;
    background: url(../images/hd_icon1.png) no-repeat center 80%;
    font-size: 24px;
    color: #fff;
    line-height: 100px;
}

.mmc_topnav .topnav_ul>li>a.active:after {
    width: 100%;
}

.mmc_topnav .topnav_ul>li.active {
    background: #e6e6e6;
}

.mmc_topnav .topnav_ul>li>a.active {
    background: url(../images/hd_icon2.png) no-repeat center 80%;
    color: #000;
}

.mmc_topnav .topnav_ul>li>a.active:after {
    width: 100%;
}

.mmc_subnavBG {
    width: 100%;
    height: 0;
    background: #e6e6e6;
    position: absolute;
    top: 100px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.mmc_subnav {
    width: 100%;
    height: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.mmc_subnav_body {
    overflow: hidden;
    height: 300px;
}

.mmc_subnav .subnav_box {
    display: none;
    position: relative;
    width: 100%;
    height: 300px;
    padding-top: 50px;
    font-size: 0;
}

.mmc_subnav .subnav_box .subnav_inner {
    position: absolute;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}

.mmc_subnav .subnav_box .subnav_left {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
}

.mmc_subnav .subnav_box .subnav_left>p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.mmc_subnav .subnav_box .subnav_ul {
    display: inline-block;
    width: 65%;
    padding-left: 40px;
    vertical-align: text-top;
}

.mmc_subnav .subnav_box .subnav_ul li {
    float: left;
}

.mmc_subnav .subnav_box .subnav_ul .sub_nav_tit {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    float: none;
}

.mmc_subnav .subnav_box .subnav_ul .sub_nav_tit:after {
    clear: both;
    display: block;
    content: "";
}

.mmc_subnav .subnav_box .subnav_ul .sub_nav_tit2 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

.mmc_subnav .subnav_box .subnav_ul .sub_nav_tit2:after {
    clear: both;
    display: block;
    content: "";
}

.mmc_subnav .subnav_box .subnav_ul .sub_nav_sub {
    width: 33.33%;
    padding-right: 15px;
    margin-bottom: 15px;
}

.mmc_subnav .subnav_box .subnav_ul .sub_nav_sub a {
    width: 100%;
    padding: 12px 15px;
    color: #666;
    font-size: 15px;
    display: block;
    background: url(../images/sub_arrow.png) no-repeat 95% center #fff;
}

.mmc_subnav .subnav_box .subnav_ul .sub_nav_sub a:hover {
    color: #fff;
    background-color: #666;
}

.mmc_subnav .subnav_box .subnav_ul .cl_both {
    clear: both;
}

#main_slide {
    width: 100%;
    overflow: hidden;
}

#main_slide .main-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 12px;
}

#main_slide .main-text .main-title {
    font-size: 7vw;
    line-height: 1.3;
}

#main_slide .main-text .main-sub-title {
    font-size: 3.8vw;
    line-height: 1.5;
}

#main_slide .main-text .main-btn {
    width: 32%;
    height: 8.88vw;
    background: #fff;
    color: #000;
    margin: 0 auto;
    line-height: 8.88vw;
    border-radius: 40px;
    margin-top: 22.16vw;
    font-size: 3.33vw;
}

#main_slide .main-text .main-btn a {
    color: #000;
}

#main_slide img {
    width: 100%;
}

#main_slide .swiper-slide img {}

#mo_main_slide {
    display: none;
    width: 100%;
}

#mo_main_slide>img {
    width: 100%;
}

#sub_slide {
    width: 100%;
    height: 26.041vw;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    max-height: 800px;
}

#sub_slide p {
    color: #fff;
    font-weight: bold;
    font-size: 70px;
    width: 100%;
}

#sub_slide img {
    width: 100%;
}

.sub_slide1 {
    background: url(../images/sub_title1.png) no-repeat center center;
    background-size: cover;
}

.sub_slide2 {
    background: url(../images/sub_title2.png) no-repeat center center;
    background-size: cover;
}

.sub_slide3 {
    background: url(../images/sub_title3.png) no-repeat center center;
    background-size: cover;
}

.sub_slide4 {
    background: url(../images/sub_title4.png) no-repeat center center;
    background-size: cover;
}

.sub_slide5 {
    background: url(../images/sub_title5.png) no-repeat center center;
    background-size: cover;
}

footer {
    width: 100%;
    background: #222;
    padding: 100px 120px;
}

footer .footer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1920px;
    margin: 0 auto;
}

footer .ft_cont .ft_logo {
    margin-bottom: 30px;
}

footer .ft_cont .ft_info {
    color: #999;
    font-size: 14px;
    line-height: 25px;
}

footer .ft_cont .ft_info>div:first-child {
    margin-bottom: 60px;
}

footer .ft_cont .ft_info>div>p>span {
    font-weight: bold;
}

footer .ft_ul {
    display: flex;
    padding-right: 100px;
}

footer .ft_ul li {
    margin-right: 70px;
    line-height: 25px;
}

footer .ft_ul li:last-child {
    margin-right: 0;
}

.ft_headtxt {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.ft_subtxt {
    font-size: 16px;
    color: #fff;
}

footer .ft_ul li>p.ft_mgb {
    margin-bottom: 20px;
}

footer .ft_ul li>p>a.ft_white {
    color: #fff;
}

footer .ft_ul li>p>a {
    font-size: 16px;
    color: #999;
}

footer .ft_ul li a:hover {
    color: #fff;
}

h1.sec_h1 {
    font-size: 40px;
    font-family: "zona bold", sans-serif;
    line-height: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.mn_sec1 {
    width: 100%;
    position: relative;
}

.mn_sec1 .mn_sec1_bg img {
    width: 100%;
    height: auto;
}

.mn_sec1 .mn_sec1_txt1 {
    position: absolute;
    top: 20px;
}

.mn_sec1 .mn_sec1_txt1 img {
    width: 100%;
}

.mn_sec1 .mn_sec1_img1 {
    position: absolute;
    width: 100%;
    top: 70vw;
    text-align: center;
    margin: 0 auto;
}

.mn_sec1 .mn_sec1_img1 img {
    width: 85%;
    margin: 0 auto;
}

.mn_sec1 .mn_sec1_img2 {
    width: 100%;
    position: absolute;
    top: 105vw;
}

.mn_sec1 .mn_sec1_img2 .mn_sec1_flex {
    width: 85%;
    margin: 0 auto;
    display: flex;
    gap: 5px;
}

.mn_sec1 .mn_sec1_img2 .mn_sec1_flex a {
    width: 33%;
}

.mn_sec1 .mn_sec1_img2 .mn_sec1_flex img {
    width: 100%;
}

.mn_sec1>a {
    width: 86%;
    height: 20%;
    display: block;
    position: absolute;
    bottom: 30.5%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 60px;
}


.mn_sec2 {
    width: 100%;
    margin-top: -2px;
    position: relative;
    padding-bottom: 8.4vw;
}

.mn_sec2>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.mn_sec2 .sec2-list {
    width: 86%;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 2.7vw;
    margin: 0 auto;
    padding-top: 20vw;
}

.mn_sec2 .sec2-list li {
    width: 100%;
    position: relative;
}

.mn_sec2 .sec2-list li a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mn_sec2 .sec2-list li img {
    width: 100%;
    height: auto;
}



.mn_sec3 {
    margin-top: -2px;
    width: 100%;
    position: relative;
    padding-top: 21.52vw;
}

.mn_sec3>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}


.swiper-button-next {
    background: url(../images/sl_right.png) no-repeat center center;
    width: 53px !important;
    height: 78px !important;
}

.swiper-button-prev {
    background: url(../images/sl_left.png) no-repeat center center;
    width: 53px !important;
    height: 78px !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

/* board */
section.board-list {
    width: 100%;
}

/************************모바일 메뉴*********************************/
/*모바일 메인헤더*/
.mmc_mobg {
    display: none;
    position: fixed;
    width: 0;
    height: 0;
    background: #000;
}

.mmc_bg {
    display: none;
    position: fixed;
    width: 0;
    height: 0;
    background: #000;
}

.mmc_moheader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 99;
    transition: 0.3s;
}

.mmc_moheader .moheader_inner>li {
    display: inline-block;
    position: absolute;
}

.mmc_moheader .moheader_inner .moheader_menubtn {
    position: absolute;
    top: 50%;
    right: 6.94%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 4.16vw;
}

.mmc_moheader .moheader_inner .moheader_menubtn .mo-language {
    position: relative;
}

.mmc_moheader .moheader_inner .moheader_menubtn .mo-language>img {
    width: 10.27vw;
}

.mmc_moheader .moheader_inner .moheader_menubtn .mo-language>a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.mmc_moheader .moheader_inner .moheader_logo {
    position: absolute;
    top: 50%;
    left: 6.94%;
    transform: translateY(-50%);
}

.mmc_moheader .moheader_inner .moheader_menubtn>div:nth-of-type(2) {
    background: url(../mobile/images/momenu.png) no-repeat center;
    background-size: cover;
    width: 40px;
    height: 33px;
    cursor: pointer;
}

.mmc_moheader .moheader_inner .moheader_logo>a {
    display: block;
    background: url(../mobile/images/logoW-kr.png) no-repeat center;
    /*../mobile/images/mob_logo.png*/
    background-size: cover;
    width: 230px;
    height: 41px;
}

/*모바일 메인메뉴*/
.mmc_monav {
    display: none;
    position: fixed;
    right: -100%;
    width: 100%;
    height: calc(100vh);
    z-index: 999;
    background: #fff;
    overflow: auto;
}

.mmc_monav .monav_list {
    position: relative;
    /* border-bottom: 1px solid #ccc; */
}

.mmc_monav .monav_list .monav_list_logobox {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.mmc_monav .monav_list .monav_list_logobox .monav_list_logo {
    display: block;
    background: url(../mobile/images/hd_mologo.png) no-repeat center;
    background-size: cover;
    width: 200px;
    height: 39px;
    margin: 10px auto;
}

.mmc_monav .monav_list_closebtn {
    position: absolute;
    background: url(../images/menu_closebtn.png) no-repeat center;
    background-size: cover;
    top: 50%;
    right: 6.94%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.mmc_monav .monav_list_logo {
    position: absolute;
    top: 50%;
    left: 6.94%;
    transform: translateY(-50%);
}

.mmc_monav .monav_list_logo>a {
    display: block;
    background: url(../mobile/images/logoB-kr.png) no-repeat center;
    background-size: cover;
    width: 230px;
    height: 41px;
}

.mmc_monav .monav_list .monav_list_tit {
    display: block;
    position: relative;
    font-size: 6.66vw;
    font-weight: bold;
    color: #3d3d3d;
    text-transform: uppercase;
    margin-top: 6.94vw;
}

/* .mmc_monav .monav_list .monav_list_tit:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 50px;
    width: 4.37vw;
    height: 2px;
    transform: translateY(-50%);
    transition: 0.3s;
    background: #000;
}

.mmc_monav .monav_list .monav_list_tit:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 50px;
    width: 4.37vw;
    height: 2px;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s;
    background: #000;
} */

.mmc_monav .monav_list .monav_list_tit.active:after {
    transform: rotate(180deg);
}

.mmc_monav .monav_list .monav_list_tit.active:before {
    transform: rotate(180deg);
}

.mmc_monav .monav_list .monav_list_inner {
    display: none;
    padding: 30px 50px;
}

.mmc_monav .monav_list .monav_list_inner li {
    margin-top: 2.7vw;
}

.mmc_monav .monav_list .monav_list_inner .monav_list_li>a {
    display: block;
    font-size: 4.16vw;
    color: #3d3d3d;
}

.mmc_monav .monav_list .monav_list_inner .monav_list_li.active>a {
    color: #00a3f1;
    font-weight: bold
}

.mmc_monav .monav_header {
    position: relative;
    padding: 0 50px;
    font-size: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 13.8vw;
}


.mmc_monav .mo_len {
    width: 100%;
    text-align: right;
    line-height: 100px;
}

.mmc_monav .mo_len p {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    color: #000;
}

.mmc_monav .mo_len .mo_len_block {
    width: 1px;
    height: 25px;
    margin: 0 20px;
    background: #000;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    color: #000;
}

.mmc_monav .monav_inner_list {
    padding-left: 35px;
}

.top_btn {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 80px;
    height: 80px;
    background: url("../images/top_btn.png") no-repeat center center;
    background-size: cover;
    opacity: 0;
    cursor: pointer;
    z-index: 999999999999999;
    transition: all 0.3s ease-in-out;
}

.top_btn.active {
    opacity: 1;
}

.mn_sec3 .face_slide {
    width: 100%;
    list-style: none;
}

.mn_sec3 .face_slide li {
    background: #fff;
    position: relative;
    padding: 5.5% 6.25%;
    font-size: 13px;
    line-height: 20px;
    width: calc(62% - 10px) !important;
    margin-right: 3.75vw;
}

.mn_sec3 .face_slide li a {
    color: #000;
}

.mn_sec3 .face_slide li .sec3-slide-title {
    font-size: 3.33vw;
    line-height: 1.5;
}

.mn_sec3 .face_slide li .sec3-slide-main-text {
    font-size: 4.16vw;
    line-height: 1.6;
    font-weight: bold;
    margin-top: 1.38vw;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
}

.mn_sec3 .face_slide li .sec3-slide-sub-text {
    font-size: 3.33vw;
    line-height: 1.5;
    margin-top: 1.38vw;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 80px;
}

.mn_sec3 .face_slide li .sec3-day {
    font-size: 3.33vw;
    margin-top: 5.55vw;
}

.mn_sec3 .slide_box {
    width: 100%;
}

.mn_sec3 .mo_slide {
    position: relative;
    padding: 0 7%;
    padding-right: 0px;
}

.mn_sec3 .btns {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.mn_sec3 .sec3-btn {
    width: 32%;
    height: 11.11vw;
    background: #fff;
    border-radius: 40px;
    margin-top: 5.55vw;
    font-size: 3.33vw;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mn_sec3 .sec3-btn a {
    color: #000;
}

.swiper-pagination {
    display: block;
    bottom: -30px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) !important;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    margin: 0 7px;
    background: #fff !important;
    outline: none;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #222222 !important;
}


.spon_slide {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    width: 100%;
    height: 27.8vw;
    margin: 0 auto;
    margin-top: 9.72vw;
    padding: 0 7%;
    padding-right: 0px;

}

.spon-slide>img {
    width: 100%;
}

/* .spon-button-next.swiper-button-next,
.spon-button-prev.swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    width: 30px !important;
    height: 30px !important;
    margin: 0;
    outline: none;
}

.spon-button-next.swiper-button-next {
    right: -50px;
    background: url(../images/spon_arrowright.png) no-repeat center center;
    background-size: contain;
}

.spon-button-prev.swiper-button-prev {
    left: -50px;
    background: url(../images/spon_arrowleft.png) no-repeat center center;
    background-size: contain;
} */

.main-pagination {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.main-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    border-radius: 4px;
    margin: 0 4px;
}

.main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px !important;
    height: 8px !important;
    background-color: #0f0e9f !important;
}


.bottom_arrow_box {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50px;
    z-index: 9999;
}

.bottom_arrow {
    width: 32px;
    height: 32px;
    padding: 6px;
    border: solid 1px #e6e6e6;
    border-radius: 16px;
    margin: 0 auto;
    z-index: 99;
}

.right_arrow {
    text-align: center;
    width: 28px;
    height: 28px;
    padding: 6px;
    border: solid 1px #e6e6e6;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 99;
}


/* 해상도 1920 이상 */
@media screen and (min-width: 1920px) {}

@media screen and (max-width: 1600px) {


    footer {
        padding: 60px 60px;
    }

    footer .ft_ul li {
        margin-right: 50px;
    }

    .mmc_topnav .topnav_ul>li {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1280px) {
    #sub_slide p {
        font-size: 5.83vw;
    }

    .mmc_topnav .topnav_ul {
        justify-content: center;
    }

    .mmc_topnav .topnav_ul>li {
        flex: 1;
        padding: 0;
    }

    .mn_sec1 .sec1_txt h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 15px;
    }

    .mn_sec1 .sec1_txt p {
        padding: 0;
    }

    .ss_sec {
        padding: 7.5vw 10.33vw;
    }

    .ss_sec .ss_cate a {
        font-size: 3.5vw;
        margin-right: 4.16vw;
        font-weight: bold;
    }

    .ss_cont .ss_txt2 {
        font-size: 30px;
    }

    .ss_sec .ss_cont .s0101_textbox {
        padding: 0;
    }

    .ss_cont .ceo_sign {
        margin-bottom: 50px;
    }

    .ss_sec .ss_cont .s0101_imgbox {
        padding: 0;
    }

    footer .footer_wrap {
        justify-content: center;
        text-align: center;
    }


    footer .ft_ul {
        display: none;
    }

    .s4_dl {
        padding: 0 30px;
    }

    .s0401 {
        font-size: 0;
    }

    .s0401 .s4_dl {
        width: 50%;
        padding: 0 30px;
    }

    .s0401 .s4_dl:nth-child(3n) {
        padding-right: 30px;
    }

    .s0401 .s4_dl:nth-child(odd) {
        padding-left: 0;
    }

    .s0401 .s4_dl:nth-child(even) {
        padding-right: 0;
    }

    .ss_cont04 .s4_dl {
        padding: 50px;
    }

    .mn_sec1 .sec1_txt {
        padding: 0 50px;
    }

    .ss_sec .ss_cont dl.s0205>dt>img {
        width: 100%;
    }

    .ss_sec .ss_cont .s_dl_left dd {
        padding-left: 15px;
    }

    .ss_sec .ss_cont .s_dl_right h1,
    .ss_sec .ss_cont .s_dl_left h1 {
        font-size: 11.66vw;
        line-height: 10.41vw;
        letter-spacing: -10px;
    }

    .ss_sec .ss_cont .tbimg_0202 {
        display: block;
    }

    .ss_sec .ss_cont .pcimg_0202,
    .ss_sec .ss_cont .moimg_0202 {
        display: none;
    }

    .s0401 .s4_dl dt img {
        margin-bottom: 30px;
    }

    .s0403 .s4_dl2 dt,
    .s0403 .s4_dl2 dd {
        float: none;
        width: 100%;
        text-align: left;
    }

    .ss_cont04.s0403 .s4_dl {
        padding: 70px 0;
    }

    .ss_sec .ss_cont.s0403 dl>dt {
        width: 100%;
        margin-bottom: 30px;
    }

    .ss_sec .ss_cont.s0403 dl.s4_dl>dd {
        width: 100%;
    }

    .ss_sec .ss_cont.s0403 dl.s4_dl>dd>p {
        text-indent: -13px;
        padding-left: 13px;
    }

    .s4_dl3 {
        width: 49%;
    }

    .s4_dl3:nth-child(odd) {
        padding: 0;
        padding-right: 30px;
    }

    .s4_dl3:nth-child(even) {
        padding: 0;
        padding-left: 30px;
    }

    .ss_sec .ss_cont dl.s5_dl {
        width: 49%;
    }

    .s5_dl dt {
        margin-right: 10px;
    }

    .ss_sec .ss_cate2 ul li a {
        font-size: 16px;
    }

    .ss_sl_wrap {
        height: 50vw;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 4.14vw !important;
        height: 6.09vw !important;
        background-size: cover;
    }

    .ss_facwrap .ss_factit>h2 {
        font-size: 20px;
    }

    .ss_facwrap .ss_facinner .ss_facimg,
    .ss_facwrap .ss_facinner .ss_facexplan {
        float: none;
        width: 100%;
        padding: 0;
    }

    .ss_facwrap .ss_facinner .ss_facimg {
        margin-bottom: 10px;
        text-align: center;
    }

    .ss_facwrap table {
        width: 100%;
    }

    .ss_sec .tac>img {
        width: 100%;
    }

    .ss_sec .text4_wrap .rs_text4 {
        width: 100%;
        padding-left: 0;
    }

    .ss_txt4 .ss_txt4_bg {
        width: 100%;
    }

    .ss_txt4 .ss_txt4_txt {
        padding: 0 30px;
    }

    .ss_txt4 .ss_txt4_txt>p {
        line-height: 28px;
    }

    .ss_circleimg {
        text-align: center;
    }

    .ss_circleimg .ss_circle_imgwrap {
        display: block;
        width: 50%;
        margin: 0 auto 50px auto;
        padding-right: 0;
    }

    .ss_circleimg .ss_circle_textwrap {
        display: inline-block;
        width: auto;
    }

    .ss_circleimg .ss_circle_textwrap .ss_circle_text {
        text-align: left;
    }
}

@media screen and (max-width: 1024px) {
    .mmc_nav {
        display: none;
    }

    .mmc_monav,
    .mmc_moheader {
        display: block;
    }

    .ss_sec .ss_cont .s0101_box>div {
        display: block;
        width: 100%;
    }

    .ss_sec .ss_cont .s0101_imgbox {
        margin-bottom: 30px;
    }

    .sec1_mov {
        padding: 5.85vw 11.71vw 0;
    }

    .mn_sec1 .sec1_txt {
        padding: 0 11.71vw;
    }


    .s0101_box>div:first-child>img {
        width: 90%;
    }



    footer {
        padding: 60px 30px;
    }

    .ss_sec .ss_cate {
        position: static;
        text-align: center;
        margin-bottom: 70px;
        transform: translateX(0);
    }

    .s4_dl {
        width: 49%;
    }

    #sub_slide {
        width: 100%;
        height: 41vw;
        margin-top: 100px;
    }

    .sub_slide1 {
        background: url(../images/mo_sub_title1.png) no-repeat center center;
        background-size: cover;
    }

    .sub_slide2 {
        background: url(../images/mo_sub_title2.png) no-repeat center center;
        background-size: cover;
    }

    .sub_slide3 {
        background: url(../images/mo_sub_title3.png) no-repeat center center;
        background-size: cover;
    }

    .sub_slide4 {
        background: url(../images/mo_sub_title4.png) no-repeat center center;
        background-size: cover;
    }

    .sub_slide5 {
        background: url(../images/mo_sub_title5.png) no-repeat center center;
        background-size: cover;
    }

    .ss_sec .ss_cont .pcimg_0202,
    .ss_sec .ss_cont .tbimg_0202 {
        display: none;
    }

    .ss_sec .ss_cont .moimg_0202 {
        display: block;
    }

    .ss_sec .ss_cont dl.s5_dl>dt {
        width: auto;
    }

    .s0401 .s4_dl dt h2 {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .his_wrap .his_icon.twin_icon_right {
        padding-right: 30px;
    }

    .his_wrap .his_textbox .his_lineicon {
        margin-right: 30px;
    }

    .his_wrap .his_linetext>h3 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .his_wrap .his_linetext>li {
        font-size: 16px;
        line-height: 24px;
    }

    .ss_cont .ss_txt4>p.rs_txt4 {
        font-size: 18px;
    }

    .ss_sec .ss_btn_blue {
        padding: 15px 50px;
        font-size: 20px;
    }

    .ss_txt4 .ss_txt4_txt>p {
        font-size: 14px;
        line-height: 24px;
    }


    .spon-button-prev.swiper-button-prev {
        left: -20px;
    }

    .spon-button-next.swiper-button-next {
        right: -20px;
    }
}

@media screen and (max-width: 800px) {
    .ss_sec .ss_cate2 ul li a {
        font-size: 16px;
    }

    .ss_sec .ss_cont dl.s4_dl>dd {
        text-align: left;
    }

    .s4_dl {
        padding: 15px;
        margin-bottom: 50px;
    }

    .ss_cont04 .s4_dl2 {
        padding: 30px;
    }

    .ss_sec .ss_cont.ss_cont04 dl.s4_dl>dt {
        width: 100%;
        padding-bottom: 15px;
    }

    .ss_sec .ss_cont.ss_cont04.s0403 dl.s4_dl>dt {
        padding-bottom: 0;
    }

    .ss_sec .ss_cont.ss_cont04 dl.s4_dl>dd {
        width: 100%;
    }
}

@media screen and (max-width: 720px) {
    .mmc_monav .monav_inner_list {
        padding-left: 4.86vw;
    }

    .mmc_monav .monav_list .monav_list_tit {
        padding: 0 7.81vw;
    }

    .mmc_monav .monav_list .monav_list_inner {
        padding: 0 7.81vw;
    }


    .sec1_mov {
        padding: 0;
    }

    h1.sec_h1 {
        margin-bottom: 3vw;
        font-size: 5vw;
        line-height: normal;
    }



    footer {
        text-align: center;
    }

    footer .footer_wrap {
        display: block;
    }

    footer .ft_cont .ft_info {
        line-height: normal;
    }

    footer .ft_info>div>p {
        font-size: 20px;
        line-height: 1.8;
        color: #999999;
    }

    footer .ft_copy {
        font-size: 20px;
    }

    .top_btn {
        right: 6.94vw;
        bottom: 6.94vw;
        width: 11.11vw;
        height: 11.11vw;
    }

    .ss_sec .ss_cate a {
        font-size: 4.16vw;
        margin-right: 4.16vw;
    }

    .ss_sec {
        padding: 7.5vw 6.94vw;
    }

    .ss_cont .ss_txt2 {
        font-size: 24px;
        line-height: 33px;
    }

    .ss_cont .ss_txt4 {
        font-size: 16px;
        line-height: 26px;
    }

    .ss_cont .ss_txt4>li {
        margin-bottom: 15px;
    }

    .ss_cont .ss_txt4.fz18 {
        font-size: 15px;
        line-height: 24px;
    }

    .ss_sec .ss_cate {
        margin-bottom: 10vw;
    }

    .ss_sec .ss_cate2 ul {
        display: none;
    }

    .cate_selbox {
        display: block;
    }

    .cate_selbox .mo_selmenu {
        width: 100%;
        padding: 10px 20px;
        font-size: 24px;
        font-weight: bold;
        text-align-last: center;
        color: #0f0e9f;
        border: 2px solid #0f0e9f;
        background: url(../images/mo_selmenu_arrow.png) no-repeat 90%;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .ss_sec .ss_cont .s_dl_left.s0205 {
        display: block;
    }

    .ss_sec .ss_cont dl.s_dl_center>dd {
        padding-left: 4.16vw;
    }

    .s0401 .s4_dl {
        width: 100%;
        padding: 0;
    }

    .s0401 .s4_dl:nth-child(3n) {
        padding-right: 0;
    }

    .s0401 .s4_dl dt,
    .s4_dl dt {
        height: auto;
        margin-bottom: 3.47vw;
    }

    .s0401 .s4_dl dt h2>br {
        display: none;
    }

    .ss_cont .s4_dl dt h2 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0;
    }

    .ss_cont .s4_dl dd {
        font-size: 20px;
    }

    .ss_sec .ss_cont.s0401 dl.s4_dl>dt>img,
    .ss_sec .ss_cont dl.s4_dl3>dt>img {
        height: 10vw;
        margin-bottom: 20px;
    }

    .ss_cont04.s0403 .s4_dl {
        padding: 30px 0;
    }

    .s4_dl3:nth-child(even) {
        padding-left: 4.16vw;
    }

    .s4_dl3:nth-child(odd) {
        padding-right: 4.16vw;
    }

    .ss_facwrap .ss_factit>h2 {
        font-size: 16px;
    }

    .ss_facwrap table tr>th {
        font-size: 14px;
    }

    .ss_facwrap table tr>td {
        font-size: 14px;
    }

    .ss_facwrap table tr>td>p>span {
        font-size: 14px !important;
    }

    .ss_sec .ci_text>p {
        font-size: 18px;
        display: inline;
        line-height: 26px;
    }

    .ss_sec .ss_cont p.s_imgbox img.pcimg_0203 {
        display: none;
    }

    .ss_sec .ss_cont p.s_imgbox img.moimg_0203 {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .ss_sec .ss_cont dl.s0205>dt>img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .ss_sec .mo_explan {
        display: block;
    }

    .ss_sec .pc_explan {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .mmc_moheader {
        height: 13.88vw;
    }

    .mmc_monav .mo_len {
        line-height: 13.88vw;
    }

    .mmc_moheader .moheader_inner .moheader_menubtn>div:nth-of-type(2) {
        width: 5.5vw;
        height: 4.583vw;
    }

    .mmc_monav .mo-nav-language {
        position: absolute;
        top: 50%;
        right: 16%;
        transform: translateY(-50%);
    }

    .mmc_monav .mo-nav-language a {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
    }

    .mmc_monav .mo-nav-language>img {
        width: 11.44vw;
        height: auto;
    }

    .mmc_monav .mo-nav-language>a img {
        height: 3.5vw;
    }

    .mmc_monav .monav_list_closebtn {
        width: 4.44vw;
        height: 4.44vw;
    }

    .mmc_moheader .moheader_inner .moheader_logo>a {
        width: 200px;
        height: 36px;
    }

    .mmc_monav .monav_list_logo>a {
        width: 200px;
        height: 36px;
    }

    .mmc_monav .monav_list .monav_list_logobox .monav_list_logo {
        width: 31.25vw;
        height: 6.09vw;
        min-width: 100px;
        min-height: 20px;
    }

    .mn_sec1 .sec1_box span {
        font-size: 3.69vw;
    }

    .mn_sec1 .sec1_txt p {
        font-size: 14px;
    }

    #sub_slide {
        margin-top: 13.88vw;
    }


    .ft_logo>img {
        width: 200px;
    }

    .ss_sec .ss_cate2 ul li a {
        padding: 10px 0;
    }

    .ss_sec .ss_cate2 ul li>a>span {
        display: block;
    }

    .ss_sec .ss_cont .s0101_box div:last-of-type img {
        width: 60%;
    }

    .ss_sec .ss_cont dl.s5_dl {
        width: 100%;
    }

    .s4_dl dt img {
        margin-bottom: 3.12vw;
    }

    .swiper-pagination {
        bottom: -5.68vw;
    }

    .his_wrap .his_linetext>li {
        font-size: 14px;
        line-height: 20px;
    }

    .ss_cont .his_iconbox .his_icon>img {
        max-width: 40px;
        max-height: 40px;
    }

    .his_wrap .his_icon.twin_icon_right {
        padding-right: 10px;
    }

    .his_wrap .his_textbox .his_lineicon {
        margin-right: 20px;
    }

    .his_wrap .his_textbox>li {
        margin-bottom: 30px;
    }

    .his_wrap .his_linetext>h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .ss_cont .ss_txt4>p.rs_txt4 {
        font-size: 16px;
    }

    .ss_sec .ss_btn_blue {
        padding: 10px 30px;
        font-size: 18px;
    }

    .ss_sec .text4_wrap .rs_text4 {
        font-size: 16px;
    }

    .ss_sec .rs_icon {
        width: 160px;
        padding: 10px 0 10px 55px;
        font-size: 20px;
    }

    .ss_sec .rs_icon.rs_icon01 {
        background-size: 28px 32px;
    }

    .ss_sec .rs_icon.rs_icon02 {
        background-size: 32px 32px;
    }

    .ss_sec .rs_icon.rs_icon03 {
        background-size: 30px 30px;
    }

    .ss_circleimg .ss_circle_imgwrap {
        width: 70%;
    }

    .ss_circleimg .ss_circle_text>h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .ss_circleimg .ss_circle_text>p {
        font-size: 16px;
        line-height: 28px;
    }

    .ss_txt4 .ss_txt4_txt {
        padding: 0 15px;
    }

    .ss_facwrap .ss_facinner .ss_facimg>img {
        width: 80%;
    }

    footer .ft_cont .ft_info>div:first-child {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    .ss_facwrap .ss_facinner {
        padding: 15px;
    }

    .ss_facwrap table tr {
        padding: 0;
    }

    .ss_facwrap table tr th {
        padding: 0;
        word-break: keep-all;
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .ss_sec .ss_cate {
        top: 30px;
    }

    .mmc_moheader .moheader_inner .moheader_logo>a {
        width: 180px;
        height: 32px;
    }

    .mmc_monav .monav_list_logo>a {
        width: 180px;
        height: 32px;
    }

    .mmc_monav .monav_list .monav_list_inner .monav_list_li>a {
        padding: 0 0;
    }

    .ft_logo>img {
        width: 180px;
    }

    .ss_cont .ceo_sign>img {
        width: 80%;
    }

    .ss_sec .ss_cont .s_dl_right,
    .ss_sec .ss_cont .s_dl_left {
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .ss_sec .ss_cate2 ul li a {
        font-size: 13px;
    }

    footer .ft_cont .ft_info>div:first-child {
        margin-bottom: 3.12vw;
    }

    footer .ft_info>div>p,
    footer .ft_copy {
        font-size: 2.6vw;
    }

    .ss_sec .ss_cont dl.s_dl_center>dd>h2 {
        font-size: 22px;
    }

    .ss_cont .s4_dl dt h2 {
        font-size: 20px;
    }

    .ss_cont .s4_dl2 dt {
        font-size: 20px;
    }

    .ss_cont .s4_dl dd {
        font-size: 16px;
        line-height: 25px;
    }

    .his_wrap .his_linetext>li {
        font-size: 14px;
    }

    .ss_sec .ci_text>p {
        font-size: 16px;
        line-height: 28px;
    }

    .ss_cont .ss_txt4>p.rs_txt4 {
        font-size: 14px;
    }

    .s4_dl3 {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 30px;
    }

    .ss_sec .ss_btn_blue {
        padding: 10px 20px;
        font-size: 14px;
    }

    .ss_txt4 .ss_txt4_txt>p {
        font-size: 12px;
        line-height: 18px;
    }

    .ss_sec .rs_icon {
        width: 150px;
        padding: 5px 0 5px 50px;
        font-size: 18px;
    }

    .ss_sec .rs_icon.rs_icon01 {
        background-size: 22px 26px;
    }

    .ss_sec .rs_icon.rs_icon02 {
        background-size: 26px 26px;
    }

    .ss_sec .rs_icon.rs_icon03 {
        background-size: 24px 24px;
    }
}

@media screen and (max-width: 400px) {
    .mmc_moheader .moheader_inner .moheader_logo>a {
        width: 150px;
        height: 26px;
    }

    .mmc_monav .monav_list_logo>a {
        width: 150px;
        height: 26px;
    }

    footer {
        padding: 30px 20px;
    }

    .ft_logo>img {
        width: 150px;
    }

    .ss_sec .ss_cont .s0101_box div:last-of-type {
        font-size: 14px;
    }

    .ss_sec .ss_cate2 ul li a {
        padding: 5px 0;
        font-size: 10px;
    }

    .ss_sec .ss_cont .s_dl_right,
    .ss_sec .ss_cont .s_dl_left {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
    }

    .ss_cont .ss_txt2 {
        font-size: 18px;
        line-height: 26px;
    }

    .ss_cont .ss_txt4 {
        font-size: 15px;
        line-height: 22px;
    }

    .cate_selbox .mo_selmenu {
        font-size: 20px;
        padding: 5px 20px;
        background-size: 15px 10px;
        border: 1px solid #0f0e9f;
    }

    .ss_sec .ss_cont dl.s_dl_center>dd>h2 {
        font-size: 18px;
    }

    .ss_cont .his_iconbox .his_icon>img {
        max-width: 30px;
        max-height: 30px;
    }

    .his_wrap .his_linetext>li {
        font-size: 10px;
        line-height: 16px;
    }

    .ss_sec .ci_text>p {
        font-size: 14px;
        line-height: 24px;
    }

    .ss_cont .ss_txt4>p.rs_txt4 {
        font-size: 12px;
    }

    .ss_sec .text4_wrap .rs_text4 {
        font-size: 14px;
        line-height: 22px;
    }

    .ss_circleimg .ss_circle_text>p {
        font-size: 14px;
        line-height: 22px;
    }

    .mn_sec3 .face_slide li>p {
        bottom: 6.25vw;
    }
}

@media screen and (max-width: 360px) {
    .mmc_moheader .moheader_inner .moheader_logo>a {
        width: 125px;
        height: 20px;
    }

    .mmc_monav .monav_list_logo>a {
        width: 150px;
        height: 20px;
    }
}

@media screen and (max-width: 320px) {
    .mmc_monav .mo_len {
        line-height: 50px;
    }

    .mmc_monav .monav_list_closebtn {
        width: 18px;
        height: 18px;
    }


    .mmc_monav .monav_list .monav_list_tit:before,
    .mmc_monav .monav_list .monav_list_tit:after {
        width: 14px;
    }

    /* .mmc_moheader .moheader_inner .moheader_menubtn>div {
        width: 23px;
        height: 16px;
    } */

    footer .ft_cont .ft_info>div {
        margin-bottom: 10px;
    }

    footer .ft_info>div>p,
    footer .ft_copy {
        font-size: 12px;
    }

    .top_btn {
        right: 25px;
        bottom: 25px;
        width: 36px;
        height: 36px;
    }
}

/************************** BBS PR **************************/
.list-board .wr-num {
    width: 120px;
}

.list-board .wr-date {
    width: 200px;
}

.div-head>span {
    border: none;
}

.btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn.btn_w {
    width: 170px;
    height: 60px;
    border: 1px solid #000;
    background: #fff !important;
    color: #000 !important;
    font-size: 20px;
    line-height: 56px;
    padding: 0;
}

.btn.btn_w.bg_gray {
    background: #999999 !important;
    color: #fff !important;
    border: none;
}

.btn.btn_w.font_gray {
    color: #999999 !important;
    border: 1px solid #999999;
}

.btn.btn_w:hover {
    background: none;
    color: #000;
}

.btn.btn_w.bg_gray:hover {
    background: #999999 !important;
    color: #fff !important;
}

.pagination>li>a,
.pagination>li>span {
    border: none;
}

.list-wrap .pagination a,
.view-wrap .pagination a {
    margin: 0 5px;
}

.list-wrap .pagination .active a,
.view-wrap .pagination .active a {
    background: #0f0e9f !important;
}

.btn_page {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.div-head {
    padding: 22px 0;
}

.list-board .list-body li>div {
    padding: 21px 0;
}

.pull-right {
    margin-bottom: 0;
}

.subject_input {
    width: 100%;
}

.write_input {
    height: 40px;
}

.cke_sc {
    display: none;
}

.write_name {
    text-align: left !important;
    padding-left: 30px;
}

.write_subject,
.write_text {
    padding-top: 25px;
}

.write_subject {
    border-top: 2px solid #222222;
}

.write_text {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

.view_titwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #222222;
    padding: 0 40px;
}

.view_tit {
    line-height: 65px !important;
}

.view_txt {
    padding: 70px 40px 0 !important;
    border-top: 1px solid #ccc;
}

.view-author-none {
    border-top: 1px solid #ccc;
}

.view_btnwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .pull-right {
        margin-bottom: 15px;
    }

    .btn_page {
        position: static;
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 767px) {
    .btn.btn_w {
        width: 100px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .hidden-xs.unhidden {
        display: block !important;
    }

    .list-board .list-body li>div {
        padding: 15px 0;
    }

    .view_titwrap {
        padding: 0 10px;
    }

    .view-wrap h1 {
        margin-bottom: 0 !important;
    }

    .view_txt {
        padding: 40px 10px 0 !important;
    }
}

/* /////dev.jin : customize */
/* 팝업레이어 */
#hd_pop {
    z-index: 99999;
    position: relative;
    margin: 0 auto;
    width: 970px;
    height: 0;
    max-width: 100%;
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff
}

.hd_pops_con {}

.hd_pops_con img {
    max-width: 100%;
}

.hd_pops_footer {
    font-size: 12px;
    padding: 10px 0;
    background: #000;
    color: #fff;
    text-align: right
}

.hd_pops_footer button {
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
    background: #393939;
    color: #fff
}

/* 220621 */
.hidden {
    display: none;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex.nowrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.flex .flex_item {
    width: calc(50% - 10px) !important;
}

.flex .flex_item.w70 {
    width: calc(70% - 10px) !important;
}

.flex .flex_item.w30 {
    width: calc(30% - 10px) !important;
}

.full_video iframe {
    width: 100%;
    height: 50vw;
    max-height: 660px;
}

.align_start {
    align-items: flex-start;
}

.w100 {
    width: 100%;
}

.w70 {
    width: 70%;
}

.tag {
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.1;
    color: #666;
    margin-top: 8px;
    text-align: left;
}

.poli {
    clip-path: polygon(0 0, calc(100% - 15px) 0%, 100% 50%, 100% 100%, 15px 100%, 0% 50%);
    padding: 5px 30px;
    display: inline-block;
    background-color: #0f0e9f;
    color: #fff;
}

.text_center {
    text-align: center;
}

.his_linewrap.tp2 {
    margin-top: 20px;
}

.his_wrap .his_linewrap.tp2 .his_cline {
    left: 150px;
}

.his_linewrap.tp2 .his_icon {
    width: 150px;
    text-align: center;
    flex: none;
}

.his_linewrap.tp2 .his_linetext li {
    display: flex;
    word-break: keep-all;
}

.his_linewrap.tp2 .his_linetext li span {
    flex: none;
    margin-right: 2px;
}

.his_wrap .his_linetext .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.his_wrap .his_linetext .title.active {
    color: #f15931;
}

@media screen and (max-width: 1024px) {
    .his_wrap .his_linetext .title {
        font-size: 26px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .his_wrap .his_linewrap.tp2 .his_cline {
        left: 80px;
    }

    .his_linewrap.tp2 .his_icon {
        width: 80px;
    }

    .his_linewrap.tp2 .his_icon img {
        width: 40px;
        margin-bottom: 5px;
    }

    .flex .flex_item,
    .flex .flex_item.w70,
    .flex .flex_item.w30 {
        width: 100% !important;
    }

    .flex .flex_item.w30 {
        text-align: center;
    }

    .flex iframe.flex_item {
        margin-top: 20px;
        height: 50vw;
    }
}

@media screen and (max-width: 640px) {
    .his_wrap .his_linetext .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
}