@charset "utf-8";

.m_content {position: relative;}
.m_content .wrap_container{display: flex; flex-wrap: wrap; position: relative; justify-content: space-between;}

/* 공통타이틀 */

.m_tit {position: relative; padding: 0 10px;}
.m_tit h3{font-family: var(--Paperlogy_font);font-weight: 600; font-size: 140%; position: relative;}
.m_tit h3 span{ font-weight: 700; color: var(--default_color);}
.m_tit h3 img {vertical-align: middle;}
.m_tit p{ position: relative;color: #777; word-break: keep-all; font-size: 90%; display: block; font-weight: 400; padding-top: 10px;   font-size: 100%;}

.m_tit.tac {font-size: 130%; margin-bottom: 25px; display:block; margin: 0 auto; }
.m_tit.tac h3 {font-weight: 500;display: inline-block; }
.m_tit.tac h3, .m_tit.tac p{text-align: center;}
.m_tit.tac p{font-size: 80%; font-weight:400;}


@media only screen and (max-width:600px){
.m_tit h3{ font-size: 120%; letter-spacing: -0.07em;}
}


.m_visual {position: relative;  background: linear-gradient(90deg, #e8eef7, #ecf3f1); overflow: hidden;}
.m_visual::after {content: ''; background: url(/_hplawmaker/images/main/hp_logo.png) center center no-repeat;  position: absolute; width: 510px; height: 500px; right: -150px; bottom: -140px; background-size: 100% auto;}

.m_visual .wrap_container::before {content: ''; background-image: url(/_hpassem/images/main/patten02.png); width: 700px; height: 700px; bottom: -300px; left: -250px; position: absolute; background-repeat: no-repeat; background-size: 100% auto;}


.m_profile_wrap {display: flex; flex-wrap: wrap; width: 73%; justify-content: space-between; background-color: #fff; padding: 40px; border-radius: 40px 150px 40px 40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); position: relative; z-index: 10;}
.m_profile_wrap .profile_photo {flex: 0 1 400px; }
.m_profile_wrap .profile_photo .photo_img {display: flex;align-items: flex-end; border-radius: 30px;background: linear-gradient(-180deg, #c9d5e0, #c9d5e0);overflow: hidden;}
.m_profile_wrap .profile_photo .photo_img  img{width: 100%;}
.m_profile_wrap .profile_right {position: relative; flex:0 1 calc(100% - 400px); }

.m_profile_wrap .profile_con {position: relative; padding: 0px 0px 0px 50px; overflow: hidden;}
/*

.profile_con::after {content: ''; background: url(/_hplawmaker/images/main/patten_bg01.png) center center no-repeat;  position: absolute; width: 262px; height: 260px; left: -160px; bottom: -100px;}
*/
.profile_con > * {position: relative; z-index: 1;}

.profile_con h3{display: block; font-family: var(--Paperlogy_font); padding-top: 10px; padding-left: 20px;}
.profile_con h3 > span{ display: block; font-size: 140%;  font-weight: 400; padding-left: 5px; padding-bottom: 10px; color: #777;}
.profile_con h3 > strong{ display: block;  font-size: 320%; font-weight: 700; color:#000;}
.profile_con h3 > strong > span{ font-size: 70%;  color: #222; font-weight: 400;}

.profile_con .profile_list {display: block; padding-top: 15px; font-size: 110%; font-family: var(--Paperlogy_font); padding-right: 80px; word-break: keep-all;}
.profile_con .profile_list .dot_list li{padding:15px 5px 15px 35px; font-weight: 600; margin-bottom: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.profile_con .profile_list .dot_list li::before {top:25px; left: 20px; background-color: #26978b;}
.profile_con .profile_list .dot_list li + li {}
.profile_con .profile_list .profile_box li {display: flex;}
.profile_con .profile_list .profile_box li > strong {flex: 0 1 100px; min-width: 100px; color: #333; letter-spacing: 0.08em; font-weight: 500;}
.profile_con .profile_list .profile_box li > span {color: #000; font-weight: 700;}
.profile_con .profile_list .profile_box li > span em{ font-weight: 400; font-size: 80%;}

.profile_more {display: inline-block; font-size: 90%;  padding: 15px 10px 10px 10px; font-weight: 500; transition: all 0.3s; color: var(--default_color);}
.profile_more i{display: inline-block; padding-left: 5px; line-height: 20px; border-radius: 50%; font-size: 15px; text-align: center; }
.profile_more:hover { color: #000;}



/* 아이콘 바로가기 */

.lawmaker_goto { position:absolute; right: 0; bottom: 30px;  width: 480px;}
.lawmaker_goto .m_tit { font-family: var(--Paperlogy_font); position: relative;  z-index: 2; text-align: right; margin-bottom: 20px;}
.lawmaker_goto .m_tit h3 {font-size: 180%; padding: 0 20px;}
.lawmaker_goto .m_tit h3 img {margin-right: 10px;}

.main_goto {display: block; width: 100%; position: relative; background: linear-gradient(90deg, #2958b4, #26978b);  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); border-radius: 40px; z-index: 10;}
.main_goto ul {display:flex; justify-content:space-between; margin: 0 auto; flex-wrap: wrap; padding: 10px 5px;}
.main_goto ul li {  flex: 1 0 50%; }
.main_goto ul li a {display: block; text-align: center; font-family: var(--Paperlogy_font); position: relative;  padding: 20px 3px;}
.main_goto ul li a span{display: block; font-weight: 500; padding:5px 0; font-size: 125%; transition: all 0.9s; line-height: 50px; color: #fff; letter-spacing: 0.03em;}
.main_goto ul li a img{  transition: all 0.6s; margin:0 10px; }
.main_goto ul li a:hover img{  animation: icon_motion 1s cubic-bezier(0.36,0.07,0.19,0.97) both;}

.main_goto ul li:nth-child(odd) a::before {content: ''; position: absolute; right:0; top:15px; bottom: 15px; width: 1px; background-color: rgba(255,255,255,0.2);;}
.main_goto ul li:nth-child(1) a:after, .main_goto ul li:nth-child(2) a:after {content: ''; position: absolute; bottom:0; left:15px; right: 15px; height: 1px; background-color: rgba(255,255,255,0.5);}


@-webkit-keyframes icon_motion {
    0% { transform:rotateY(0deg); }
    100% { transform: rotateY(360deg);  }
  }

@media only screen and (max-width: 1600px) {
  .lawmaker_goto { width: 430px; right: 15px; }

}
@media only screen and (max-width: 1400px) {
.m_profile_wrap {padding:30px;}
.m_profile_wrap .profile_photo {flex: 0 1 300px; }
.m_profile_wrap .profile_right { flex:0 1 calc(100% - 300px); }
.m_profile_wrap .profile_con {padding: 0px 0px 0px 30px; }
.profile_con h3 > strong{ font-size: 250%; }
.profile_con h3 > span {font-size: 110%;}
.profile_con .profile_list { font-size: 110%;}
.profile_con .profile_list li {line-height: 80%;}
.profile_con .profile_list .dot_list li::before {top:20px; }
.profile_con .profile_list { padding-right: 40px}

.lawmaker_goto { width: 370px;}
.lawmaker_goto .m_tit h3 {font-size: 150%; }
.main_goto ul li a {padding: 10px 3px;}
.main_goto ul li a span{ font-size: 110%; line-height: 40px; }
.main_goto ul { padding: 5px 0px;}

}
@media only screen and (max-width: 1200px) {
.m_visual {padding-bottom: 60px !important;}
.m_profile_wrap {width: 100%; justify-content: center; border-radius:60px 60px 20px 20px; margin-top: 100px; }
.m_profile_wrap .profile_photo {flex: 0 1 80%; margin-top: -120px; }
.m_profile_wrap .profile_right { flex:0 1 100%; }
.m_profile_wrap .profile_con {padding: 5px 40px 20px 40px; border-radius: 0;}
.profile_con h3{text-align: center;}

.lawmaker_goto { position: relative; width: 100%; bottom: auto; right: auto; padding-top: 15px;}
.lawmaker_goto .m_tit {display: none;}

.profile_con .profile_list { padding-right: 0px}

.main_goto ul li {  flex: 1 0 25%; }
.main_goto {border-radius: 15px;}
.main_goto ul li:nth-child(odd) a::before {display: none;}
.main_goto ul li a:after {display: none;}

}

@media only screen and (max-width: 761px) {
.m_profile_wrap .profile_con {padding: 5px 0px 0px 0px; }
}
@media only screen and (max-width: 500px) {
.main_goto ul li {  flex: 1 0 50%; }
.main_goto ul li:nth-child(odd) a::before {display: block;}
.main_goto ul li a:after {display: block;}
.m_profile_wrap .profile_photo {flex: 0 1 100%; }
.profile_con .profile_list .profile_box {font-size: 95%;}
.profile_con .profile_list .profile_box li > strong {flex: 0 1 60px; min-width: 60px;}
.profile_con .profile_list .dot_list li{padding:15px 5px 15px 18px; }
.profile_con .profile_list .dot_list li::before { left: 10px; }
.profile_con .profile_list .profile_box li:last-child > span {font-size: 90%; letter-spacing: -0.05em;}
}


/* 포토갤러리 영역 */
.m_gallery {position: relative;   margin:0 -100px; }
.m_gallery::after {content: ''; background-image: url(/_hpassem/images/main/patten04.png); width: 436px; height: 438px; bottom: 00px; right: -50px; position: absolute;}
.m_gallery .m_tit {margin-bottom: 20px; z-index: 3;}
.m_gallery .m_tit h3 {position: relative;}
.m_gallery .m_tit h3::before {content: ''; position:absolute; background-image: url(/_hpassem/images/hp_logo.png); width: 85px; height: 81px; top: -25px; left: -50px; background-repeat: no-repeat; background-size: 100% auto; opacity: 0.15;}
.m_gallery .m_tit h3 em {position: relative;}
.gallery_slider {width: 100%; position: relative; z-index: 2;}
.gallery_slider .nav {position: inherit; justify-content: center; margin-top: 15px;}
.gallery_slider .nav button {margin: 0 3px;}



.gallery_slider .slider {}
.gallery_slider .slider .slick-slide .cell {display: block; padding:15px 15px; transform: scale(0.8); transition: all 0.3s;}

.gallery_slider .slider .item {display: block;  border-radius: 20px; overflow: hidden; padding: 15px; transition: all 0.3s;  background-color: var(--bg_gray);}

.gallery_slider .slider .slick-slide.slick-current.slick-center .cell{transform: scale(1); }
.gallery_slider .slider .slick-slide.slick-current.slick-center .cell .item{ background-color: #e3f1ff; border: 2px solid var(--default_color);}

/*
.gallery_slider .slider .item:hover, .gallery_slider .slider .item:focus {box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); transform: translate(0px, -10px);}
*/

.gallery_slider .slider .item:hover *, .gallery_slider .slider .item:focus * {}
.gallery_slider .slider .item img {width: 100%; border-radius: 25px;}
.gallery_slider .slider .item .txt {display: block; padding:20px 20px; text-align: center;}
.gallery_slider .slider .item  strong{ line-height: 30px;  text-overflow: ellipsis; white-space:nowrap; overflow: hidden; display: block;  font-weight: 500; font-size: 115%;  font-family: var(--scdream_font); font-family: 'Paperlogy'; padding-bottom: 10px; }
.gallery_slider .slider .item  span {font-size: 100%;  color:rgba(0,0,0,0.5); font-weight: 400; }

@media only screen and (max-width:1500px){
.m_gallery {padding: 80px 10px !important;}
}
@media only screen and (max-width:1100px){
.m_gallery .m_tit p {margin-bottom: 10px;}
.m_gallery .m_tit h3 {line-height: 40px;}
}

@media only screen and (max-width:1000px){
.m_gallery .m_tit h3 {line-height: 30px;}
.m_gallery {padding: 50px 10px !important;}

}


@media only screen and (max-width:560px){
.gallery_slider .slider .cell { padding:15px; }
.gallery_slider .slider .item {padding: 10px; border-radius: 10px;}
.gallery_slider .slider .item img { border-radius: 10px;}
.gallery_slider .slider .slick-slide .cell { padding:15px 0px; transform: scale(0.9); }
.m_gallery {position: relative;   margin:0 -200px; }

}

