@charset "utf-8";
.m_content {position: relative;}

/* 공통타이틀 */
.title_area { display: flex; letter-spacing: -0.05em; margin-bottom: 20px; position: relative; width: 100%; justify-content: space-between; align-items: center; flex-wrap: nowrap;}
.title_area h3 {font-size: 170%; color:#111; font-weight: 700; display: inline-block; line-height: 40px; position: relative;  }
.title_area h3 span {color: var(--point_color);}


.main_visual {background: var(--lan_Gradation); position: relative; overflow: hidden;}
.main_visual::before {content: ''; position: absolute; left: 0; top:0; bottom:0; right: 0; background-image: url(/_jbchinese/images/main/main_visual.png); background-repeat: no-repeat; background-position: left center; background-size: auto 100%;}
.main_visual::after {content: ''; position: absolute; top:-250px; right: -300px; width: 663px; height: 660px; background-image: url(/_jbchinese/images/main/patten01.png); background-repeat: no-repeat; background-position: left center; background-size: auto 100%;}

.main_visual .wrap_container{position: relative; z-index: 1;}
.main_visual .visual_txt{padding: 10% 0 12% 50%;}
.main_visual .visual_txt strong{font-weight: 800; font-size: 220%; text-transform:uppercase; color:#222; padding-bottom: 20px; display: block;}
.main_visual .visual_txt strong span{color: #0042af; }
.main_visual .visual_txt p{font-weight: 500; font-size: 115%;}

.nav { position: relative; left: auto; right: 0; flex-wrap: nowrap;}
.nav button{  background-color: #222; width: 40px; height: 40px;}
.nav button::before{ font-size: 130%; color: #fff;}
.nav button:hover::before{  color: #fff;}


.m_bg {background:  linear-gradient(-180deg, #fafbfc, #eaedf3);  position: relative; z-index: 2;}
.m_con01 { position: relative; top: -50px; z-index: 1;}

.main_speaker {display: block; background: var(--deep_Gradation); padding:35px 40px; color: #fff; border-radius: 25px; box-shadow: 5px 5px 10px rgba(64, 86, 150, 0.2); height: 100%;   overflow: hidden; position: relative;}
.main_speaker::before {content: ''; position: absolute; bottom:-280px; right: 0px; width:450px; height: 530px; background-image: url(/_jbchinese/images/main/patten02.png); background-repeat: no-repeat; background-position: left center; background-size: auto 100%;}

.main_speaker .title_area h3{color: #fff;}

.main_speaker .photo{position: absolute; right:0; bottom: 0;}

.main_speaker .text_box{position:relative;  z-index: 99; letter-spacing: -0.05em; width: 60%;}
.main_speaker .text_box p{ font-weight: 500; font-size: 120%; padding-top: 20px;}
.main_speaker .text_box ul{display: block; margin-top: 40px;}
.main_speaker .text_box ul li{line-height: 40px; font-size:95%;}
.main_speaker .text_box ul li a::after{content: '\f138'; font-family:'FontAwesomeS'; position: absolute; top: 0px; right: 25px; color: #0042af;  transition: all 0.5s; }
.main_speaker .text_box ul li a{font-weight: 500; color:#22263b; background-color: #fff;; display: inline-block; position: relative; padding: 0 20px; transition: all 0.5s; border-radius: 20px; margin: 5px 0; width: 180px;  box-shadow: 3px 3px 5px rgba(64, 86, 150, 0.3);}
.main_speaker .text_box ul li a:hover{ background-color: #fff; color: #000; padding:0 30px}
.main_speaker .text_box ul li a:hover::after{ color: #000 !important; }
.main_speaker .text_box ul li:last-child a::after{ color: #11a7d2;content: '\f015'; }

.lawmaker_slider {position: relative; background-color: #fff; border-radius: 25px; padding:35px 40px; box-shadow: 5px 5px 10px rgba(64, 86, 150, 0.2); height: 100%; }
.lawmaker_slider .slider {position: relative; }
.lawmaker_slider .cell { padding: 0px 0px; display: block;}
.lawmaker_box {width:100%; display: flex; margin-bottom: 15px; padding:1% 3% 0% 1%; } 
.lawmaker_box > .photo{width:40%; display: flex; align-items: center; justify-content: center; padding: 0 10px;}
.lawmaker_box > .photo img {background-color: #fff; border: 1px solid var(--border_color); border-radius: 10px; }
.lawmaker_box > .txt{width:60%; padding-left: 30px; }
.lawmaker_box > .txt dt{font-size: 140%; font-weight: 700; display: block; margin:20px 0 15px 0; }
.lawmaker_box > .txt dt span{font-size: 70%; font-weight: 400;}
.lawmaker_box > .txt dd {font-size:85%; color:#353746; font-weight: 400; }
.lawmaker_box > .txt dd ul li {display: block;}
.lawmaker_box > .txt a {margin-top:15px; display: inline-block; padding: 0 45px 0 15px; border: 2px solid #1549d9; color:#222; font-weight:500; border-radius: 20px; line-height: 32px; position: relative; letter-spacing: -0.05em;}
.lawmaker_box > .txt a::after{content: '\f015'; font-family:'FontAwesomeS'; position: absolute; top: 0px; right: 15px; color: #0042af;  transition: all 0.5s; font-size: 80%;}
.lawmaker_box > .txt dd strong {font-weight: 500; display: block;}

.m_banner .wrap_container{ padding-top: 4%; padding-bottom: 5%; margin-top: 2%; border-top: 1px solid rgba(64, 86, 150, 0.2);}
.m_banner a{ display: flex; padding: 40px ; border: 2px solid  #11a7d2;; border-radius: 25px; background-color: #fff; align-items: center; position: relative;  box-shadow: 5px 5px 7px rgba(64, 86, 150, 0.15); transition: all 0.3s; margin-bottom: 15px;}
.m_banner a:hover{box-shadow: 3px 3px 10px rgba(64, 86, 150, 0.6); }
.m_banner a:hover::after{ background-color: #000; }

.m_banner a::after{content: '\f054'; font-family:'FontAwesomeS'; position: absolute; top: calc(50% - 25px); right: 40px; background-color: #393939;  transition: all 0.5s; font-size: 130%; width: 45px; height: 45px; line-height: 45px; color: #fff; border-radius: 50%; text-align: center;}
.m_banner a .txt {padding-right: 70px; padding-left: 20px;}
.m_banner a .txt strong{font-weight: 700; font-size: 170%; color: #000; display: block; padding-bottom: 10px;}
.m_banner a .txt strong span{color: #11a7d2;}
.m_banner a .txt p{font-weight: 400; font-size: 110%;}

.m_banner a.banner02 {border-color:#0042af}
.m_banner a.banner02 .txt strong span{color:#0042af}

.m_goto .title_area{justify-content: center;}
/* 아이콘 바로가기 */
.m_goto {width:100%; display: block; margin-top: 30px;}
.m_goto ul {display:flex; justify-content:center; margin:0 0; width: 100%; flex-wrap: wrap;}
.m_goto ul li { padding:25px 40px;  }
.m_goto ul li a {display: block; text-align: center; letter-spacing:-0.07em;}
.m_goto ul li a span{display: block; text-align: center; font-weight: 500; padding:5px 0; font-size: 110%; transition: all 0.9s;  color: #464856;}
.m_goto ul li a img{background-color: #f5f6f6; border-radius: 50%; transition: all 0.9s; }
.m_goto ul li a:hover img{box-shadow: 0px 0px 20px rgba(64, 86, 150, 0.4); background-color: #fff; }
.m_goto ul li a:hover span{color:#000; }




@media only screen and (max-width:1200px){
    .lawmaker_slider {margin-top: 20px;}

    .main_visual::before {background-position: -300px center; }
    .main_visual .visual_txt{padding: 10% 0 12% 40%; font-size: 80%;}

    .m_banner a{ padding: 20px ; border-radius: 15px; font-size: 80%; }


}

@media only screen and (max-width:761px){
    .title_area h3 {font-size: 140%; line-height: 20px;}

    .main_speaker { padding:25px 30px;}
    .lawmaker_slider {padding:25px 30px 25px 30px; height: auto; }
    .nav { right: -10px;}
    .nav button{  width: 30px; height: 30px;}
    .nav button::before{ font-size: 100%;}

    .main_visual {display: flex; justify-content: center; align-items: center; height: 200px; overflow: hidden;}
    .main_visual::before {background-position: -200px center;  }
    .main_visual .visual_txt  { text-align: center; padding:30px 20px 40px 20px;}
    .main_visual .visual_txt strong {font-size: 180%; }
    .m_con01 {top:-10px}

    .m_goto ul li { width:33.333%; padding: 10px 10px;}
    .m_goto ul li a span{font-size: 90%;}

    .m_banner .wrap_container{ padding-top: 20px; padding-bottom: 20px; margin-top: 10px; }

}


@media only screen and (max-width:540px){
    .main_visual::before {background-position: -250px center;  }

    .main_speaker .photo img{width:200px}
    .main_speaker .text_box p {font-size: 100%; padding: 0;}
    .main_speaker .text_box ul {margin-top: 20px;}

    .lawmaker_box {padding: 0%;}
    .lawmaker_box > .txt dt {font-size: 130%;}
    .lawmaker_box > .txt dd {font-size: 80%;}
    .lawmaker_box > .txt {padding-left: 10px;}

    .m_banner a img{display: none;}
    .m_banner a::after{top: calc(50% - 12px); right: 20px; font-size: 100%; width: 24px; height: 24px; line-height: 24px; }
    .m_banner a .txt {padding-right: 40px; padding-left: 5px;}

}


@media only screen and (max-width:400px){
    .main_speaker .photo img{width:160px}
}