@charset ".snsshare utf-8";

#container .inner {position: relative; width: 1160px; margin: 0 auto; padding: 20px;}
#container .inner:after {content: ""; display: block; clear: both;}
#container .inner>h3 {display: block; font-size: 24px; color: #000;}
#container .inner>h3+p {margin-top: 10px;}

:root {
    --ar-blue: #0d6efd;
    --ar-indigo: #6610f2;
    --ar-purple: #6f42c1;
    --ar-pink: #d63384;
    --ar-red: #dc3545;
    --ar-orange: #fd7e14;
    --ar-yellow: #ffc107;
    --ar-green: #198754;
    --ar-teal: #20c997;
    --ar-cyan: #0dcaf0;
    --ar-black: #000;
    --ar-white: #fff;
    --ar-gray: #858c97;
    --ar-gray-dark: #434a57;
    --ar-gray-100: #f6f9fc;
    --ar-gray-200: #edf1f5;
    --ar-gray-300: #e3e9ef;
    --ar-gray-400: #d7dde2;
    --ar-gray-500: #b4bbc3;
    --ar-gray-600: #858c97;
    --ar-gray-700: #576071;
    --ar-gray-800: #434a57;
    --ar-gray-900: #121519;
    --ar-primary: #448c74;
    --ar-secondary: #edf1f5;
    --ar-success: #3fca90;
    --ar-info: #3f7fca;
    --ar-warning: #edcb50;
    --ar-danger: #ed5050;
    --ar-light: #fff;
    --ar-dark: #121519;
    --ar-primary-rgb: 68, 140, 116;
    --ar-secondary-rgb: 237, 241, 245;
    --ar-success-rgb: 63, 202, 144;
    --ar-info-rgb: 63, 127, 202;
    --ar-warning-rgb: 237, 203, 80;
    --ar-danger-rgb: 237, 80, 80;
    --ar-light-rgb: 255, 255, 255;
    --ar-dark-rgb: 18, 21, 25;
    --ar-white-rgb: 255, 255, 255;
    --ar-black-rgb: 0, 0, 0;
    --ar-body-color-rgb: 87, 96, 113;
    --ar-body-bg-rgb: 255, 255, 255;
    --ar-font-sans-serif: "Inter", sans-serif;
    --ar-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --ar-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --ar-root-font-size: 1rem;
    --ar-body-font-family: var(--ar-font-sans-serif);
    --ar-body-font-size: 1rem;
    --ar-body-font-weight: 400;
    --ar-body-line-height: 1.5;
    --ar-body-color: #576071;
    --ar-body-bg: #fff;
    --ar-border-width: 1px;
    --ar-border-style: solid;
    --ar-border-color: #e3e9ef;
    --ar-border-color-translucent: rgba(0, 0, 0, 0.175);
    --ar-border-radius: 1rem;
    --ar-border-radius-sm: calc(var(--ar-border-radius) * 0.75);
    --ar-border-radius-lg: calc(var(--ar-border-radius) * 1.125);
    --ar-border-radius-xl: calc(var(--ar-border-radius) * 1.5);
    --ar-border-radius-2xl: calc(var(--ar-border-radius) * 2.25);
    --ar-border-radius-pill: 50rem;
    --ar-link-color: #448c74;
    --ar-link-hover-color: #37715d;
    --ar-code-color: #e3116c;
    --ar-highlight-bg: #fff3cd;
}

.cursor {cursor:pointer;}
.like-up {color:#7fbe26; font-weight:bold;}
.like:hover {color:#7fbe26; cursor:pointer;}
.btn {
  display: block;
  color: #fff;
  text-align: center; 
  line-height: 36px;
  min-width: 120px;
  height: 38px;
  background-color:#1c3e61; 
  border-radius: 21px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
}

.snsshare ul{list-style:none;}
.snsshare a{text-decoration:none;}
.snsshare .menu:after{display:block; content:''; clear:both;}
.snsshare .menu > li{position:relative; float:left;}
.snsshare .menu > li > a{
  color: #fff;
  text-align: center; 
  line-height: 36px;
  min-width: 120px;
  height: 38px;
  background-color:#1c3e61; 
  border-radius: 21px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
}
.snsshare .menu > li:hover .depth_1 {display:block;}
.snsshare .menu .depth_1{display:none;left:0; right:0; text-align:center; margin-top: 5px;}
.snsshare .menu .depth_1 a{
	margin-top:10px;
}

@media screen and (min-width: 768px){
	.snsshare .menu > li > a{
	  display: block;
	  color: #fff;
	  text-align: center; 
	  line-height: 36px;
	  min-width: 120px;
	  height: 38px;
	  background-color:#1c3e61; 
	  border-radius: 21px;
	  padding: 0 20px;
	  font-size: 16px;
	  font-weight: 400;
	}
}
@media screen and (max-width: 768px){
	.snsshare .menu .depth_1 a > img{
		width: 25px;
	}
}
@media screen and (max-width: 480px){
	.snsshare .menu > li > a{
		font-size: 1.05rem;
		padding: 0 15px;
		line-height: 30px;
		background: #1c3e61;
	    color: #fff;
		border: 1px solid #1c3e61;
		border-radius: 15px;
	}
	.snsshare .menu .depth_1 a > img{
		width: 25px;
	}
}

.mainWrap {padding: 0 !important;}

.main_visual {
  height: 620px;
  background: rgba(68, 140, 116, 1);
  /*background: -moz-linear-gradient(left, rgba(191,208,224,1) 0%, rgba(155,177,201,1) 100%);
  background: -webkit-linear-gradient(left, rgba(191,208,224,1) 0%, rgba(155,177,201,1) 100%);
  background: -o-linear-gradient(left, rgba(191,208,224,1) 0%, rgba(155,177,201,1) 100%);
  background: -ms-linear-gradient(left, rgba(191,208,224,1) 0%, rgba(155,177,201,1) 100%);
  background: linear-gradient(to right, rgba(191,208,224,1) 0%, rgba(155,177,201,1) 100%);*/
}
.main_visual2 {
  height: 620px;
  background: rgba(68, 140, 116, 1);
  /*background: -moz-linear-gradient(left, rgba(191,208,224,1) 0%, rgba(155,177,201,1) 100%);
  background: -webkit-linear-gradient(left, rgba(191,208,224,1) 0%, rgba(155,177,201,1) 100%);
  background: -o-linear-gradient(left, rgba(191,208,224,1) 0%, rgba(155,177,201,1) 100%);
  background: -ms-linear-gradient(left, rgba(191,208,224,1) 0%, rgba(155,177,201,1) 100%);
  background: linear-gradient(to right, rgba(191,208,224,1) 0%, rgba(155,177,201,1) 100%);*/
}
.visualText {position: absolute; top:50px;}
.visualText2 {position: absolute; top:180px;}
.visualText2>h2 {font-size: 34px; font-weight: 700; color: #000; line-height: 1.4;}
.visualText2>p {font-size: 24px; color: #555; margin-top: 20px;}
.visualText2 .member_count {margin-top: 20px; font-size: 24px; line-height: 80px; color: #555;}
.visualText2 .member_count>span {float: left; width: 70px; background: #8aa5c2; color: #fff; font-size: 42px; text-align: center; border-radius: 4px;}
.visualText2 .member_count>span+span {margin-left: 5px;}
/*.visualText dl {margin-top: 35px;}
.visualText dt, .visualText dd {display: inline-block; vertical-align: top;}
.visualText dt {width:144px; height: 117px; background: url(/static/homepage/images/heart-ecb0ec3a5a98dea228bb35c03c671ab1.png) no-repeat; background-size: 100%; text-align: center; padding-top: 28px; margin-right: 16px;}
.visualText dt span {font-size: 16px; color: #fff;}
.visualText dt span:nth-child(2) {display: block; font-size: 24px; line-height: 1;}
.visualText dd {font-size: 24px; color: #000;}
.visualText dd span {font-size: 36px;}*/
.visualText2 a {width: 245px; background: #fff; height: 48px; line-height: 46px; color: #000; font-size: 18px; border-radius: 16px; padding: 12px 15px; margin-top: 10px;}
.visualText2 a:before {content: ""; display: inline-block; vertical-align: middle; width: 36px; height: 34px; margin-right: 5px; background: url(/static/homepage/images/icon_go-729f1c170fd79ae061825831784a96ee.png) no-repeat;}
.visualText2 a:hover {background: #ebebeb}
.visualText>h2 {font-size: 34px; font-weight: 700; color: #000; line-height: 1.4;}
.visualText>p {font-size: 24px; color: #555; margin-top: 20px;}
.visualText .member_count {margin-top: 20px; font-size: 24px; line-height: 80px; color: #555;}
.visualText .member_count>span {float: left; width: 70px; background: #8aa5c2; color: #fff; font-size: 42px; text-align: center; border-radius: 4px;}
.visualText .member_count>span+span {margin-left: 5px;}
/*.visualText dl {margin-top: 35px;}
.visualText dt, .visualText dd {display: inline-block; vertical-align: top;}
.visualText dt {width:144px; height: 117px; background: url(/static/homepage/images/heart-ecb0ec3a5a98dea228bb35c03c671ab1.png) no-repeat; background-size: 100%; text-align: center; padding-top: 28px; margin-right: 16px;}
.visualText dt span {font-size: 16px; color: #fff;}
.visualText dt span:nth-child(2) {display: block; font-size: 24px; line-height: 1;}
.visualText dd {font-size: 24px; color: #000;}
.visualText dd span {font-size: 36px;}*/
.visualText a {width: 245px; background: #fff; height: 48px; line-height: 46px; color: #000; font-size: 18px; border-radius: 16px; padding: 12px 15px; margin-top: 10px;}
.visualText a:before {content: ""; display: inline-block; vertical-align: middle; width: 36px; height: 34px; margin-right: 5px; background: url(/static/homepage/images/icon_go-729f1c170fd79ae061825831784a96ee.png) no-repeat;}
.visualText a:hover {background: #ebebeb}

.videoBox {position: absolute; right: 0; background: #fff; width: 500px; height: 620px; padding: 40px 0; text-align: center; border-radius: 30px;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1); margin-top: 20px;}
/*.videoBox {position: absolute; right: 0; top:30px; width: 500px; height: 620px; padding: 40px 0; text-align: center;}*/
.videoBox>h2 {position: relative;left: 40px;width: 80%;height: 64px; text-align: left; font-size: 36px; color: #71b130; padding-left: 80px; font-weight: 500; background: url(/static/homepage/images/videobox_h2-0d35a4c996933c6009ac852445214107.png) no-repeat;}
.videoBox>h2>span {display: block; color: #555; font-size: 18px; font-weight: 400; margin-bottom: 5px;}
.videoBox p.t1 {font-size: 28px; font-weight: 700; color: #000; margin-top: 30px; line-height: 1.2;}
.videoBox p.t2 {font-size: 20px; color: #777; margin-top: 5px;} 
.videoBox p.t2+a {margin-bottom: 50px;}
.videoBox>a {display: inline-block; width: 260px; height: 48px; line-height: 46px; color: #fff; font-size: 18px; border-radius: 24px; background: #71b130; margin-top: 10px;}
.videoclip {display: inline-block; width: 400px; height: 225px;}
.videoclip>iframe {width: 400px; height: 225px;}

.neon {
  position: absolute; left: 20px; top:20px; z-index: 2;
  text-align: center;
  width: 110px;
  height: 26px;
  font-size: 14px;
  color: #fff;
  background: #1676bd;
  border-radius: 13px;
  padding: 2px 0;
  -webkit-animation: pade 2s ease-in-out infinite;
  animation: pade 2s ease-in-out infinite;
  }
@-webkit-keyframes pade{
    0%{opacity: 1}
    25%{opacity: .5}
    50%{opacity: 0}
    75%{opacity: .5}
    100%{opacity: 1}
}
@keyframes pade{
    0%{opacity: 1}
    25%{opacity: .5}
    50%{opacity: 0}
    75%{opacity: .5}
    100%{opacity: 1}
}
.slider_wrap {position: relative; margin: 0 auto; max-width: 400px; min-height: 300px; margin-bottom: 10px;}
.slider_survey { position: relative; width: 100%; overflow: hidden; max-width: 400px;}
.survey_sumnail {cursor: pointer; max-width: 100%; max-height: 160px; overflow: hidden;} 
.survey_sumnail img {width: 100%; height: auto;}
.Quest {text-align: center; font-size: 20px; font-weight: 500; color: #000; margin-top: 30px; height: 46px; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; margin-bottom: 15px;}
.survey_gage {position: relative; width: 90%; height: 14px; background: #eee; border-radius: 7px;}
.survey_gage>span.gage {position: absolute; left: 0; top:0; display: block; height: 14px; border-radius: 7px;
background: rgba(127,189,39,1);
background: -moz-linear-gradient(left, rgba(127,189,39,1) 0%, rgba(22,118,189,1) 100%);
background: -webkit-linear-gradient(left, rgba(127,189,39,1) 0%, rgba(22,118,189,1) 100%);
background: -o-linear-gradient(left, rgba(127,189,39,1) 0%, rgba(22,118,189,1) 100%);
background: -ms-linear-gradient(left, rgba(127,189,39,1) 0%, rgba(22,118,189,1) 100%);}
.survey_gage>span.d-day {position: absolute; top:0; right: 0; margin-top: -7px; margin-right: -45px; display: block; width: 50px; color: red}
.person {
  position: absolute;
  right: 0;
  top: 120px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 58px;
  z-index: 999;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  border: 5px solid #fff;
  background: #1676bd;
}
.panelCount {
	border: 2px solid #289d25;
	padding: 10px;
	border-radius: 5px;
	line-height:15px;
	color:#289d25;
}
.swiper-button-prev {background-image: url(/static/homepage/images/back-047222d1b134d1494fb4c9895ecdad06.png) !important;}
.swiper-button-next {background-image: url(/static/homepage/images/next-f7592ca0b230abd0f0576a914f7c3dad.png) !important;}

.slider_cardnews {position: relative; margin: 0 auto; max-width: 80%;padding-bottom: 40px;}

.noticeBox {position: absolute; left: 0; top: 150px; width: 620px; padding: 40px 0; margin: 10px;}

@media screen and (max-width: 768px){
  #container .inner {padding: 15px;}
  .main_visual {height: auto;}
  .visualText {position: relative; top:20px; text-align:center;}
  .visualText>h2 {font-size: 32px;}
  .visualText>p {font-size: 20px; margin-top: 10px;}
  .visualText dl {margin-top: 20px;}
  .visualText dd {font-size: 18px; color: #000;}
  .visualText dd span {font-size: 24px;}
  .visualText a {font-size: 16px;}
  .visualText .member_count {position: relative; margin: 20px auto; width: 300px; font-size: 16px; line-height: 60px;}
  .visualText .member_count>span {width: 50px; font-size: 36px;}
  .videoBox {position: relative; margin: 0 auto; right: 0; top:50px; padding: 30px 0 20px 0;}
  .noticeBox {position: relative; margin: 0 auto; right: 0; top:20px; padding: 30px 0 20px 0;}
  .videoBox>h2 {height: 50px; font-size: 20px; background-size: auto 100%; padding-left: 50px;}
  .videoBox>h2>span {font-size: 14px; margin-bottom: 5px;}
  .videoBox p.t1 {font-size: 20px;}
  .videoBox p.t2 {font-size: 16px;} 
  .videoBox p.t2+a {margin-bottom: 30px;}
  .videoBox>a {width: 200px; height: 40px; line-height: 38px; border-radius: 20px; font-size: 16px;}
  .neon {top:15px;}
  .videoclip {width: 100%; height: auto;}
}
@media screen and (max-width: 480px){
  #container .inner {padding: 10px;}
  .noticeBox {width: 98%; height: auto;}
  .visualText>h2 {font-size: 24px;}
  .visualText>p {font-size: 16px;}
  .visualText dt {width:100px; height: 81px;padding-top: 20px; margin-right: 10px;}
  .visualText dt span {font-size: 14px;}
  .visualText dt span:nth-child(2) {font-size: 16px}
  .visualText dd {font-size: 14px; color: #000;}
  .visualText dd span {font-size: 14px;}
  .visualText a {font-size: 14px; width: 200px; padding: 10px 15px;}
  .videoBox {width: 98%; height: auto;}
  .videoclip>iframe {width: 300px; height: 168px;}
  .slider_wrap {min-height: 250px;}
  .slider_survey {position: relative; max-width: 280px; height: 225px; margin:0 auto;}
  .survey_sumnail {max-width: 280px; max-height: 112px;} 
  .Quest {font-size: 16px; height: 40px; margin-top: 30px; margin-bottom: 15px;}
  .slider_wrap .slider_back {position: absolute; left: -20px; top:50%; margin-top: -15px;}
  .slider_wrap .slider_back>a {display: block; width: 30px; height: 30px;}
  .slider_wrap .slider_next {position: absolute; right: -20px; top:50%; margin-top: -15px;}
  .slider_wrap .slider_next>a {display: block; width: 30px; height: 30px;}
  .survey_gage {width: 86%;}
  .person {top: 80px;width: 50px; height: 50px; line-height: 48px;}
  .swiper-button-next, .swiper-button-prev {
    width: 18px !important;
    height: 30px !important;
    margin-top: -15px !important;
    background-size: 18px 30px !important;}
}

.main_cont {width: 100%;}
.main_cont.first {margin-top: 60px;}
.main_cont.last {padding: 10px 0;}
/*.main_cont_bg {background: #edf0f2;}*/
/*.main_cont_bg {background: rgba(63,127,202, 0.1);}*/
.main_cont_bg {background: rgba(255, 255, 255, 0.1);}

.main_cont_inner {position: relative; margin: 0 auto; padding: 20px; /*border-radius: 24px;*/}

.main_conBox {display: flex;}
.main_conBox>div {padding: 20px; flex: 1; text-align: center;}
.main_conBox .linkText {display: inline-block; width: 340px; text-align: left; margin-top: 100px;}

.main_conBox .linkText h2 {font-size: 42px; color: #000;}
.main_conBox .linkText h2>strong {font-size: 42px; font-weight: 700;}
.main_conBox .linkText h2+p {font-size: 20px; color: #777; margin-top: 30px;}
.main_conBox .linkText h2+p+a {display: block; width: 240px; background: #fff; height: 48px; line-height: 46px; color: #fff; font-size: 18px; border-radius: 24px; background: #9bb1ca; margin-top: 30px; text-align: center;}
.main_conBox .pc_hide {display: none;}
.main_conBox .mb_hide {padding: 20px; display: block;}

.card-body .linkText {display: inline-block; text-align: center;}
.card-body .linkText span {font-size: 30px; color: #000;}
.card-body .new-linkText span {font-size: 27px; color: #000;}
.card-body .linkText span>strong {font-size: 30px; font-weight: 700;}
.card-body .linkText span+p {font-size: 20px; color: #555; margin-top: 30px;}
.card-body .linkText span+p+a {display: block; width: 100%; background: #fff; height: 48px; line-height: 46px; color: #fff; font-size: 18px; border-radius: 24px; background: #9bb1ca; margin-top: 30px; text-align: center;}

.container .linkText {display: inline-block; text-align: center;}
.container .linkText h2 {font-size: 30px; color: #000;}
.container .linkText h2>strong {font-size: 30px; font-weight: 700; margin-left: 1.5rem;}
.container .linkText h2+p {font-size: 20px; color: #555; margin-top: 30px;}
.container .linkText h2+p+a {display: block; width: 240px; background: #fff; height: 48px; line-height: 46px; color: #fff; font-size: 18px; border-radius: 24px; background: #9bb1ca; margin-top: 30px; text-align: center;}
.text-center {text-align: center;}

@media screen and (min-width: 1440px){
	.container .new-linkText {position: relative; height: 243px;}
	.container .new-linkText span+p+a {position:absolute; bottom:0;}
}

@media screen and (min-width:960px) and (max-width: 1024px){
	.container .new-linkText {position: relative; height: 300px;}
	.container .new-linkText span+p+a {position:absolute; bottom:0;}
}

@media screen and (max-width: 960px){
  .main_cont {min-height: auto; padding: 20px 0;}
  .main_cont.first {margin-top: 50px;}
  .main_cont.last {padding-top: 30px;}
  .main_conBox {display: block;}
  .main_conBox>div img {width: 100%; margin-bottom: 30px;}
  .main_conBox .linkText {display: block; width: 100%; margin-top: 0;}
  .main_conBox .linkText h2 {font-size: 20px;}
  .main_conBox .linkText h2>strong {font-size: 28px; line-height: 1.4;}
  .main_conBox .linkText h2+p {font-size: 18px;margin-top: 10px;}
  .main_conBox .linkText h2+p+a {width: 200px; height: 40px; line-height: 38px; font-size: 16px; border-radius: 20px; margin-top: 20px;}
  
  .card-body .linkText {display: block; width: 100%; margin-top: 0;}
  .card-body .linkText span {font-size: 20px;}
  .card-body .linkText span>strong {font-size: 28px; line-height: 1.4;}
  .card-body .linkText span+p {font-size: 18px;margin-top: 10px;}
  .card-body .linkText span+p+a {width: 100%; height: 40px; line-height: 38px; font-size: 16px; border-radius: 20px; margin-top: 20px;}
  
  .main_conBox .mb_hide {display: none;}
  .main_conBox .pc_hide {display: block;}
  
  .container .linkText h2>strong {font-size: 30px; font-weight: 700; margin-left: 1rem;}
}


@media screen and (max-width: 768px){
  .main_cont {min-height: auto; padding: 20px 0;}
  .main_cont.first {margin-top: 50px;}
  .main_cont.last {padding-top: 30px;}
  .main_conBox {display: block;}
  .main_conBox>div img {width: 100%; margin-bottom: 30px;}
  .main_conBox .linkText {display: block; width: 100%; margin-top: 0;}
  .main_conBox .linkText h2 {font-size: 20px;}
  .main_conBox .linkText h2>strong {font-size: 28px; line-height: 1.4;}
  .main_conBox .linkText h2+p {font-size: 18px;margin-top: 10px;}
  .main_conBox .linkText h2+p+a {width: 200px; height: 40px; line-height: 38px; font-size: 16px; border-radius: 20px; margin-top: 20px;}
  
  .card-body .linkText {display: block; width: 100%; margin-top: 0;}
  .card-body .linkText span {font-size: 20px;}
  .card-body .linkText span>strong {font-size: 28px; line-height: 1.4;}
  .card-body .linkText span+p {font-size: 18px;margin-top: 10px;}
  .card-body .linkText span+p+a {width: 100%; height: 40px; line-height: 38px; font-size: 16px; border-radius: 20px; margin-top: 20px;}
  
  .main_conBox .mb_hide {display: none;}
  .main_conBox .pc_hide {display: block;}
  
  .container .linkText h2>strong {font-size: 30px; font-weight: 700; margin-left: 1rem;}
}

.notice_h2 {font-size: 30px; font-weight: 500; color: #000; margin-bottom: 50px;}
.notice_h2 + .more {position: absolute; right: 20px; top: 20px; width: 28px; height: 28px; background: url(/static/homepage/images/icon_main_more-15cd2e750b538c8d50d8eeff4ddbe190.png) no-repeat; font-size: 0;}
.notice-list li {background: #fff; border:1px solid #ddd; border-radius: 8px; box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1); padding: 25px;}
.notice-list li+li {margin-top: 15px;}
.notice-list li>a {position: relative; font-size: 18px; max-width: calc(100% - 170px); color: #000; margin-left: 5px; display: inline-block; vertical-align: middle; padding-right: 17px;}
.notice-list li>span.date {float: right; color: #999;}
.notice-list li>a>span.bllt {position: absolute; right: 0; top:5px;}

@media screen and (max-width: 768px){
  .notice_h2 {font-size: 32px; margin-bottom: 30px;}
  .notice_h2 + .more {position: absolute; right: 20px; top: 20px; width: 28px; height: 28px;}
  .notice-list li {padding: 5px;}
  .notice-list li+li {margin-top: 10px;}
  .notice-list li>a {max-width: calc(100% - 80px); font-size: 12px; margin-left: 0;}
  .notice-list li>span.date {display: none;}
  .notice-list li>a>span.bllt {position: absolute; right: 0; top:2px;}
}

.about_cheongju {text-align: center; padding-top: 70px;}
.about_cheongju h2 {font-size: 36px; color: #000;}
.about_cheongju h2+p {font-size: 18px; margin-top: 30px;}
.about_cheongju>ul {margin: 60px 0;}
.about_cheongju>ul>li {float: left; width: calc(33.333% - 30px); min-height: 380px; border:solid 1px #ddd; padding:20px 40px 0 40px;}
.about_cheongju>ul>li+li {margin-left: 45px;}
.about_cheongju>ul>li>h3>p {display: block; font-size: 24px; color: #000;}
.about_cheongju>ul>li>h3:before {content: ""; display: inline-block; width: 128px; height: 128px;}
.about_cheongju>ul>li:nth-child(1)>h3:before {background: url(/static/homepage/images/about_img1-4ff692f7670730102dc36937c15e6021.png) no-repeat;}
.about_cheongju>ul>li:nth-child(2)>h3:before {background: url(/static/homepage/images/about_img2-b681de3b3bc94a740234ae033b47885b.png) no-repeat;}
.about_cheongju>ul>li:nth-child(3)>h3:before {background: url(/static/homepage/images/about_img3-efdc480e464c4b7887b43518d328c719.png) no-repeat;}
.about_cheongju>ul>li>div {text-align: left; margin-top: 40px;}
.about_cheongju>ul>li>div>span {color: #177cc0; font-weight: 700;}

@media screen and (max-width: 1024px){
  #container .inner {max-width: 100%;}
  .about_cheongju {padding-top: 50px;}
  .about_cheongju h2 {font-size: 30px;}
  .about_cheongju h2+p {font-size: 16px; margin-top: 20px;}
  .about_cheongju>ul {margin: 40px 0;}
  .about_cheongju>ul>li {width: calc(33.333% - 20px); min-height: 320px; padding: 20px;}
  .about_cheongju>ul>li>h3:before {width: 100px; height: 100px;}
  .about_cheongju>ul>li:nth-child(1)>h3:before {background-size: 100px;}
  .about_cheongju>ul>li:nth-child(2)>h3:before {background-size: 100px;}
  .about_cheongju>ul>li:nth-child(3)>h3:before {background-size: 100px;}
  .about_cheongju>ul>li+li {margin-left: 30px;}
}
@media screen and (max-width: 768px){
  .about_cheongju {padding-top: 20px;}
  .about_cheongju h2 {font-size: 24px;}
  .about_cheongju>ul>li {float: none; width: 100%; min-height: auto; padding: 10px 20px 30px 20px;}
  .about_cheongju>ul>li+li {margin:20px 0 0 0;}
  .about_cheongju>ul>li>div {text-align: left; margin-top: 20px;}
}

.about_panel {text-align: center; padding-top: 70px;}
.about_panel h2 {font-size: 36px; color: #000;}
.about_panel h2+p {font-size: 18px; margin-top: 30px;}
.about_panel>ul {margin: 60px 0;}
.about_panel>ul>li {position: relative; display: inline-block;}
.about_panel>ul>li+li {margin-left: 150px;}
.about_panel>ul>li+li:before {content: ""; position: absolute; top:60px; left: 0; margin-left:-100px; width: 55px; height: 55px; background: url(/static/homepage/images/step_arrow-f92e99725498437d45666351c6404de0.png) no-repeat; background-size: 100%;}
.about_panel>ul>li>h3>p {display: block; font-size: 24px; color: #000; padding-top: 20px;}
.about_panel>ul>li>h3:before {content: ""; display: inline-block; width: 168px; height: 168px; border:solid 1px #ddd; border-radius: 50%;}
.about_panel>ul>li:nth-child(1)>h3:before {background: url(/static/homepage/images/panel_img1-acb9640761dc2ea099679024d0afa731.png) center center no-repeat;}
.about_panel>ul>li:nth-child(2)>h3:before {background: url(/static/homepage/images/panel_img2-683375e3cbad1fa596de59c227f50c30.png) center center no-repeat;}
.about_panel>ul>li:nth-child(3)>h3:before {background: url(/static/homepage/images/panel_img3-12af2bfe5650c44886247dbcc0a53c70.png) center center no-repeat;}

@media screen and (max-width: 1024px){
  .about_panel {padding-top: 50px;}
  .about_panel h2 {font-size: 30px;}
  .about_panel h2+p {font-size: 16px; margin-top: 20px;}
  .about_panel>ul {margin: 40px 0;}
  .about_panel>ul>li+li {margin-left: 100px;}
  .about_panel>ul>li+li:before {margin-left:-80px;}
  .about_panel>ul>li>h3>p {font-size: 20px;}
}
@media screen and (max-width: 768px){
  .about_panel {padding-top: 20px;}
  .about_panel h2 {font-size: 24px;}
  .about_panel>ul {margin: 20px 0;}
  .about_panel>ul>li+li {margin-left: 55px;}
  .about_panel>ul>li+li:before {top:30px; margin-left:-55px;}
  .about_panel>ul>li>h3>p {font-size: 18px;}
  .about_panel>ul>li>h3:before {width: 120px; height: 120px;}
  .about_panel>ul>li:nth-child(1)>h3:before {background-size: 100px;}
  .about_panel>ul>li:nth-child(2)>h3:before {background-size: 100px;}
  .about_panel>ul>li:nth-child(3)>h3:before {background-size: 100px;}
}
@media screen and (max-width: 480px){
  .about_panel>ul>li+li {margin-left:0; vertical-align: top;}
  .about_panel>ul>li>h3:before {width: 100px; height: 100px;}
  .about_panel>ul>li+li:before {top:35px; width: 30px; height: 30px; margin-left:-20px;}
  .about_panel>ul>li>h3>p {font-size: 16px; padding: 10px; letter-spacing: -1px;}
  .about_panel>ul>li>h3>p>span {display: block;}
  .about_panel>ul+div {text-align: left; padding: 0 20px;}
  }

.login_wrap {position: relative; margin:0 auto; width: 400px; margin-top: 50px; text-align: center;}
.login_wrap>ul:before {content: ""; display: inline-block; width: 84px; height: 84px; border-radius: 50%; background: url(/static/homepage/images/icon_login-a8755eea1b6dbd9dad3b6432c7d5e4ab.png) center center no-repeat #f5f5f5;}
.login_wrap>ul>li {margin-top: 15px;}
.login_wrap>ul>li>input[type=text], .login_wrap>ul>li>input[type=password] {width: 100%;}

.find_box {position: relative; margin:0 auto; width: 500px; margin-top: 50px; background: #f5f5f5; border-radius: 8px; text-align: center; padding: 30px;}
.find_box>h3 {font-size: 20px; color: #000; margin-bottom: 50px;}
.find_box>h3>span {display: block; margin-bottom: 10px;}
.find_box>p {color: #777;}
.find_box>ul {display: inline-block; width: 350px; margin-bottom: 50px;}
.find_box>ul>li {margin-top: 15px;}
.find_box>ul>li>input {width: 100%;}

.join_step {padding: 50px 0; text-align: center; font-size: 0;}
.join_step li {position: relative;display: inline-block; width: calc(25% - 45px); border:solid 1px #ddd; border-radius: 8px; text-align: center; padding: 25px 0 30px 0;}
.join_step li.on {background: #289d25;}
.join_step li+li {margin-left: 60px;}
.join_step li+li:before {content: ""; width: 60px; height: 60px; position: absolute; top:25px; left:0; margin-left: -60px; background: url(/static/homepage/images/step_arrow-f92e99725498437d45666351c6404de0.png) center center no-repeat;}
.join_step li>p {font-size: 24px; color:#999;}
.join_step li>span { font-size: 18px; color:#d4e5bb;}
.join_step li.on>p {color: #fff;}
.join_step li.on>span {color: #d4e5bb}

@media screen and (max-width: 768px){
  .join_step {padding: 20px 0;}
  .join_step li {padding: 15px 0 20px 0;}
  .join_step li+li {margin-left: 30px;}
  .join_step li+li:before {width: 30px; height: 30px; top:30px; margin-left: -30px; background-size: 100%;}
  .join_step li>p {font-size: 18px;}
  .join_step li>span { font-size: 14px;}
}
@media screen and (max-width: 480px){
  .login_wrap, .find_box {width: 100%; margin-top: 20px;}
  .find_box>ul { width: 80%; margin-bottom: 50px;}

  .join_step {padding: 10px 0;}
  .join_step li {display: none; width: 100%; border:0; border-radius: 3px; text-align: left; padding: 5px 10px;}
  .join_step li.on {display: block;}
  .join_step li+li {margin-left: 0;}
  .join_step li+li:before {display: none;}
  .join_step li>p {display: inline-block; margin-left: 10px;}
}

.agree-area {color: #000;}
.agree-area h3 {font-size: 20px; margin: 30px 0 10px 0;}
.agree-content {border:1px solid #ddd; padding: 20px; height: 150px; overflow-y: auto; color: #777;}
.agree-content.long {height: 500px;}
.green {color: #289d25;}


@media screen and (max-width: 480px){
  .agree-content {font-size: 12px; height: 60px; padding: 10px;}
  .agree-area h3 {font-size: 18px; margin: 20px 0 10px 0;}
}

/**table-input**/
.divTable {width: 100%; margin-bottom: 20px;border-bottom:1px solid #ddd;}
.divTableBody {
    display: table;
    width: 100%;
    border-right:1px solid #ddd;
    background-color:#fff;
}
.divTableRow {display: table-row;}
.divTableHead {
    display: table-cell;
    width: 20%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: #fafafa;
    color: #333;
    padding-left: 20px;
    vertical-align: middle;
    font-size:16px;
}
.divTableCell {
    display: table-cell;
    border-left: 1px solid #eee;
    border-top: 1px solid #ddd;    
    padding: 15px;
    vertical-align: middle;
    font-size:16px;
    color: #666;    
}
.divTableCell>span {display: inline-block;}
.divTableCell>span+span {margin-left: 10px;}

.required {display: inline-block;}
.required:after {content:"";display: inline-block; vertical-align: top;width: 6px; height: 6px; background: #d4282f; border-radius: 50%; margin-left: 5px;}

@media screen and (max-width: 768px){
  .divTable {width: 100%;border-bottom:0; border-top: 1px solid #ddd; }
  .divTableBody {display: block; border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
  .divTableRow {display: block;}
  .divTableHead {display: block;background:#fff; font-size:12px; padding: 5px 0 0 10px; width:100%; height: auto; border:0; color: #999;}
  .divTableCell {display: block; width:100%; font-size:14px; border:0; padding:5px 10px 10px 10px; border-bottom: 1px solid #ddd;}
  .divTableCell>span {display: block;}
  .divTableCell>span+span {margin-left: 0; margin-top: 5px;}
}
.rdo-block:after {content: ""; display: block; clear: both;}
.rdo-block li {float: left; min-width:200px; margin: 5px 0;}
.rdo-block li:last-child {width: auto;}
.member-out {float: right;}

@media screen and (max-width: 768px){
  .member-out {float: none; position: absolute; margin-top: -40px; text-align: right;}
}

.src-area {position: relative; text-align: right; margin: 20px 0;}
.src-area input[type="text"] {width: 300px; height: 40px; border-radius: 20px; padding-right: 40px;}
.src-area input[type="text"]+a {position: absolute; right: 0; width: 40px; height: 40px; font-size: 0; background: url(/static/homepage/images/btn-src-d759e9eacb4aa941b8b2a97f960cefa3.png) no-repeat;}

.src_area {position: relative; width: 480px; margin:0 auto; padding-bottom: 20px;}
.src_area input[type="text"] {width: 100%; height: 50px; border-radius: 25px; padding-right: 40px;}
.src_area input[type="text"]+a {position: absolute; right: 0; width: 50px; height: 50px; font-size: 0; background: url(/static/homepage/images/btn-src-d759e9eacb4aa941b8b2a97f960cefa3.png) center center no-repeat;}

.board-list li {border:1px solid #ddd; border-radius: 8px; padding: 17px 20px 20px 20px;}
.board-list li+li {margin-top: 5px;}
.board-list li>a {position: relative; max-width: calc(100% - 160px); color: #000; display: inline-block; vertical-align: middle; padding-right: 30px;}
.board-list li>span.date {float: right; color: #999;}
.board-list li>p.date {color: #999;}
.board-list li>a>span.bllt {position: absolute; right: 0; top: 5px;}
.board-list .src_cnt {position: relative; max-height: 140px; padding: 15px; color: #999; overflow: hidden;}
.src_count {margin-bottom: 10px; color: #000;}
.src_count>span {color: #7fbe26;}
.board-list span.keyword {background: #fffc05;}

@media screen and (max-width: 768px){
  .board-list li {padding: 10px;}
  .board-list li>span.date {display: none;}
  .board-list li>a {max-width: calc(100% - 80px);}
}
@media screen and (max-width: 480px){
  .src-area {margin: 10px 0;}
  .src-area input[type="text"] {width: 100%;}
  .src_area {width: 85%; padding-bottom: 10px;}
}

.board-view {}
.board-view-head {padding: 20px; border-bottom: 1px solid #ddd;}
/*홈페이지 나의문의 css 추가 0414*/
.mypage-board-view-head {padding: 20px 20px 20px 0; border-bottom: 1px solid #ddd;}
/*end 홈페이지 나의문의 css 추가 0414*/
.board-view-head>p+p {margin-top: 10px;}
.board-view-head>p:first-child {position: relative;}
.board-view-head>p:last-child .date {float: left;}
.board-view-head>p:last-child .view {float: right;}
.board-view-head .title {vertical-align: middle;font-size: 18px; color: #000;}
.board-view-cont {border-bottom: 1px solid #ddd;}
.board-view-cont >div {padding: 30px;}
.board-view-cont img {max-width: 100%; height: auto !important;}
.attach_group {}
.attach {}
.attach a {
  font-size: 14px;
  color: #000; 
  display: inline-block;
  line-height: 28px;
  padding: 0 5px;
  border-radius: 4px;
  text-decoration: underline;
  cursor: pointer;
}
.attach a:before {content: ""; display: inline-block; vertical-align: middle; width: 16px; height: 16px; background: url(/static/homepage/images/icon_down-cf291f5f66f12ef7c3f2f77b25a8edb6.png) no-repeat;}

.board-view-cont .ask, 
.board-view-cont .reply {padding-left: 80px; position: relative;}
.board-view-cont .ask:before {content: "문의"; position: absolute; left: 0; text-align: center; width: 70px; height: 22px; line-height: 20px; font-size:12px; color: #fff; border-radius: 10px; background: #aaa;}
.board-view-cont .reply:before {content: "답변"; position: absolute; left: 0; text-align: center; width: 70px; height: 22px; line-height: 20px; font-size:12px; color: #fff; border-radius: 10px; background: #aaa;}
.board-view-cont .ask>p,
.board-view-cont .reply>p {color: #999; margin-bottom: 10px;}
.board-view-cont .ask>pre,
.board-view-cont .reply>pre {color: #000; line-height: 1.6;}


@media screen and (max-width: 768px){
  .board-view-head>p:first-child {padding-left: 0;}
  .board-view-head>p:first-child .bedge {position: relative; width: 65px; margin-bottom: 5px;}
}
@media screen and (max-width: 480px){
  .board-view-head {padding: 10px;}
  .board-view-cont >div {padding: 20px;}
}
.my-list li {position: relative; border:1px solid #ddd; border-radius: 8px; padding: 20px 20px 20px 120px;}
.my-list li.nolist { text-align: center; padding: 20px;}
.my-list li+li {margin-top: 5px;}
.my-list li>span.date {position: absolute; top:20px; left: 20px; color: #999;}
.my-list li>a,
.my-list li>span {display: block; color: #000;}
.my-list li>a.inquiry {display: inline-table !important; color: #000; height:24px;vertical-align: middle;}
.my-list li>span.inquiry {display: inline-table !important; vertical-align: middle;}

@media screen and (max-width: 768px){
  .my-list li {padding: 10px 10px 10px 110px;}
  .my-list li>span.date {top:10px;}
}

.survey-list dl {border:1px solid #ddd; border-radius: 8px; padding: 20px;}
.survey-list dl+dl {margin-top: 10px;}
.survey-list dt, .survey-list dd {float: left;}
.survey-list dt {width: 400px; height: 160px; overflow: hidden; border-radius: 8px;}
.survey-list dt img {width: 100%;}
.survey-list dd {width: calc(100% - 400px); padding-left: 20px;}
.survey-list dd .title p {display: inline-block; vertical-align: middle; font-size: 24px; color: #000; margin-right: 5px; width: calc(100% - 80px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.survey-list dd .period {margin: 10px 0 30px;}
.survey-list dd .period span {font-size: 16px; color: #777;}
.survey-list dd .period span:last-child {display: inline-block; margin-left: 10px; color: red; font-weight: 500;}

/*policy 리스트 css 추가 230403
.survey-list dd .policy-period {margin: 10px 0 65px;}
.survey-list dd .policy-period span {font-size: 16px; color: #777;}
*/
/*policy 리스트 css 추가 230403*/
.survey-list dd .policy-period {margin: 5px 0 40px;}
.survey-list dd .policy-period span {font-size: 16px; color: #777;}
.survey-list dd .policy-period span:first-child {font-size: 20px;;}
.survey-list dd .policy-period span:last-child {display: inline-block; margin-left: 10px; color: red; font-weight: 500;}

.policy-view {float: right;}
.policy-next {font-size:1.25rem; position: relative; top:2px; margin: 0 6px 0 7px;}



/*.survey-view img {width: 100%;height: auto;}*/
.survey-view img {height: auto;}
@media (max-width: 1080px) {
	.survey-view img {width:100%;}
}
.survey-view, .survey-comment {margin-top: 30px;}
.survey-comment .comment {text-align: right;}
.survey-comment .comment>p {color: #999; font-size: 14px;}
.survey-comment .comment textarea {width: 100%; vertical-align: middle;}
.survey-comment .comment textarea+a {margin-top: 5px;}
.survey-comment li {border-bottom: 1px solid #ddd; padding: 20px 0;}
.survey-comment li>p {color: #999;}
.survey-comment li>p:first-child span+span:before {content: "|"; display: inline-block; vertical-align: middle; font-size: 12px; color: #aaa; margin:0 10px 5px 10px;}
.survey-comment li>p:last-child {color: #000; padding-left: 10px;}
.survey-comment li>p>a {display: inline-block; vertical-align: middle; cursor: pointer;}

@media screen and (max-width: 768px){
  .survey-list dl {padding: 10px;}
  .survey-list dt, .survey-list dd {float: none;}
  .survey-list dt {width: 100%; height: auto;}
  .survey-list dd {width: 100%; padding-left: 0px; padding-top: 10px;}
  .survey-list dd .title p {font-size: 20px;}
  .survey-list dd .period {margin: 5px 0 10px;}
  .survey-list dd .period span {font-size: 14px;}
  .survey-list dd .btn_set {text-align: center;}
  .survey-list dd .btn_set span {width: 60%;}
  
  /*policy 리스트 css 추가 230403*/
  .survey-list dd .policy-period span {font-size: 14px;}

  .survey-comment .comment textarea {height: 60px;}
  
  
}
@media screen and (max-width: 480px){
.survey-list dd .title p {font-size: 16px;}
}

.news-list {font-size: 0; margin:0 -30px;}
.news-list dl {display: inline-block;vertical-align: top; width: calc(33.33% - 58px); margin: 15px 29px;}
.news-list dl>dt {background: #f5f5f5; height: 189px; overflow: hidden; cursor: pointer;}
.news-list dl>dt img {width: 100%;}
.news-list dl>dd {font-size: 16px; padding-top: 10px;}
.news-list dl>dd>p {color: #999; margin-bottom: 5px;}
.news-list dl>dd>p>a {position: relative; display: inline-block; vertical-align: middle; width: 100%; color: #000; padding-right: 30px;}
.news-list dl>dd>p>a>span.bllt {position: absolute; right: 0; top: 5px;}

.card-news dl>dt {height: auto; max-height: 376px; border:1px solid #ddd; border-radius: 8px; overflow: hidden;}

@media screen and (max-width: 768px){
  .news-list {font-size: 0; margin:0 -20px;}
  .news-list dl {width: calc(50% - 40px); margin: 10px 20px;}
  .news-list dl>dd {font-size: 14px;}
}
@media screen and (max-width: 480px){
  .news-list {font-size: 0; margin:0;}
  .news-list dl {width:100%; margin: 0 0 40px 0;}
  .card-news dl {width: calc(100% - 40px); margin: 20px;}
  .news-list dl>dt {height: auto;}
  .news-list dl>dd {font-size: 14px;}
}
.infography-list {font-size: 0; margin:0 -30px;}
.infography-list dl {display: inline-block;vertical-align: middle; width: calc(50% - 60px); margin: 15px 30px;}
.infography-list dl>dt {width: 100%; height: 120px; border-radius: 8px; overflow: hidden;}
.infography-list dl>dt img {width: 100%;}
.infography-list dl>dd {font-size: 16px; padding-top: 15px;}
.infography-list dl>dd>p {color: #999; margin-bottom: 5px;}
.infography-list dl>dd>p>a {display: inline-block; vertical-align: middle; width: calc(100% - 110px); color: #000;}

.board-write>div {margin-bottom: 10px;}
.board-title input {width: 100%;}
.board-content textarea {width: 100%; height: 300px; padding: 10px;}

.filebox {border-bottom: 1px solid #ddd; padding: 10px 0 30px 0; font-size: 14px;}
.filebox>p>span {display: inline-block; border:1px solid #ddd; padding: 3px 5px 5px 5px; border-radius: 4px; margin-top: 5px; cursor: pointer;}
.filebox>p>span>a {display: inline-block; vertical-align: middle; width: 19px; height: 19px; font-size: 0; background: url(/static/homepage/images/icon_delete-5403b796d6be1bdfe58b98b34d506896.png) no-repeat; margin-left: 10px;}

#accordian li {border:1px solid #ddd; border-radius: 8px; padding: 17px 20px 20px 20px; margin-top: 5px;}
#accordian li>p{cursor:pointer;position: relative; display: inline-block;vertical-align: middle; color: #000; text-align: left; line-height: 20px; padding-left: 75px;-ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;}
#accordian li>p>span.bllt {margin-left: 5px;}
#accordian li>p>span.bedge {position: absolute; left: 0; top: 2px;}
#accordian li>div {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 8px;
    transition: max-height 0.2s ease-out;
    margin-top: 10px;
    line-height: 1.4;
    color: #666;
    padding: 10px 10px 10px 90px;
    -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;
  }
#accordian li>div:before {
    content: "답변";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 70px;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #555;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

@media screen and (max-width: 480px){
  #accordian li {padding: 8px 10px 10px 10px;}
}

.panel {position: relative; background-color: #f5f5f5; border-radius: 8px; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; margin-top: 10px;}
.panel>div {line-height: 1.4; color: #40352f; margin: 15px; padding-left: 90px;}
.panel>div:before {content: "답변"; position: absolute; left:20px; top:15px;width: 70px; height: 22px; line-height: 20px; font-size:12px; text-align: center; color: #555;background: #fff; border: 1px solid #ddd; border-radius: 10px;}
.panel>div pre {font-family: inherit;}

.card-news-view {position: relative;max-width: 800px; margin: 0 auto 30px auto;}
.card-news-view .slide {
  width: 630px;
  height: 716px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.card-news-view .slide ul{
  position: absolute;
  top:0;
  left:0;
  font-size: 0;
  width: 50000px;
}
.card-news-view .slide ul li{
  float: left;
}
.card-news-view .slide ul li img {
  width: 630px;
}
.card-news-view #back{
  position: absolute;
  top: 300px;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.card-news-view #next{
  position: absolute;
  top: 300px;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 768px){
  .card-news-view .slide {
    width: 100%;
    height: auto;
  }
  .card-news-view .slide ul li img {
    width: 100%;
  }
}


.nodata {width: 100%; font-size: 16px; color: #333; text-align: center; border:solid 1px #ddd; border-radius: 8px; padding: 190px;}

/**slider**/
.bx-wrapper {position: relative; width: 750px; margin: 0 auto; padding: 0 60px;}
.bx-viewport {margin:0 auto;}
.bx-viewport img {border-radius: 12px;}
.bx-prev {position: absolute; top: 40%; left: 0; width: 60px; height: 60px; font-size: 0; background: url(/static/homepage/images/back-047222d1b134d1494fb4c9895ecdad06.png) no-repeat;}
.bx-next {position: absolute; top: 40%; right: 0; width: 60px; height: 60px; font-size: 0; background: url(/static/homepage/images/next-f7592ca0b230abd0f0576a914f7c3dad.png) no-repeat;}

.bx-pager {text-align:center; margin-top: 30px;}
.bx-pager span {display: inline-block;vertical-align: middle;}
.bx-pager span:last-child:after {content:''; display:block; clear:both;}
.bx-pager-item {display: inline-block;}
.bx-pager-item+.bx-pager-item {margin-left: 3px;}
.bx-pager-item a.bx-pager-link {
    display:block;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    color: #000;
    font-size: 14px;
    text-align: center;
}
.bx-pager a.active {background: #7fbe26; border-color: #7fbe26; color: #fff;}

@media screen and (max-width: 600px){
  .bx-prev {width: 30px; height: 30px; background-size: 100%;}
  .bx-next {width: 30px; height: 30px; background-size: 100%;}
}

/**기타설정**/
/* scroll */
::-webkit-scrollbar {
  width: 10px;}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .3); 
  border-radius: 5px;}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .5); }

.tl {text-align:left !important;}
.tr {text-align:right !important;}
.tc {text-align:center !important;}

.d-flex {display: -ms-flexbox !important; display: flex !important;}
.justify-content-center {-ms-flex-pack: center !important; justify-content: center !important;}

.fl {float:left;}
.fr {float:right;}

.vt {vertical-align:top !important;}
.vm {vertical-align:middle !important;}
.vtb {vertical-align:text-bottom !important;}

.dpi {display:inline !important;}
.dpb {display:block !important;}
.dpib {display:inline-block !important;}
.dpn {display:none !important;}
.tblrow {display:table-row;}

.light {font-weight:100 !important; }
.regular {font-weight:200 !important;}
.medium {font-weight:400 !important;}
.bold {font-weight:700 !important;}
.italic {font-style:italic !important;}

.clearfix::after {content:''; display:block; clear:both;}
.ellipsis {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.bedge {display: inline-block; text-align: center; min-width: 66px; height: 22px; line-height: 20px; font-size:12px; color: #fff; border-radius: 11px; margin-right: 5px; padding: 0 10px;}
.bedge.grn {background: #289d25; color: #fff;}
.bedge.gry {background: #aaa; color: #fff;}
.bedge.blue {background: #1473d3; color: #fff;}
.bedge.mint {background: #0a9eb7; color: #fff;}
.bedge.wht {background: #fff; border: 1px solid #ddd; color: #555;}
.bllt {display: inline-block;vertical-align: middle; width: 18px; height: 16px; line-height: 16px; text-align: center; border-radius: 3px; margin-left: 5px;}
.bllt.up {font-size: 10px; color: #fff; background: #ff0000;}

.bdtNone {border-top:none !important;}
.bdrNone {border-right:none !important;}
.bdbNone {border-bottom:none !important;}
.bdlNone {border-left:none !important;}

.pdt10 {padding-top: 10px;}
.pdt20 {padding-top: 20px;}
.pdt30 {padding-top: 30px;}
.pdt40 {padding-top: 40px;}
.pdt50 {padding-top: 50px;}

.pdb10 {padding-bottom: 10px;}
.pdb20 {padding-bottom: 20px;}
.pdb30 {padding-bottom: 30px;}
.pdb40 {padding-bottom: 40px;}
.pdb50 {padding-bottom: 50px;}

.pdl10 {padding-left: 10px;}
.pdl20 {padding-left: 20px;}
.pdl30 {padding-left: 30px;}
.pdl40 {padding-left: 40px;}
.pdl50 {padding-left: 50px;}

.pdr10 {padding-right: 10px;}
.pdr15 {padding-right: 15px;}
.pdr20 {padding-right: 20px;}
.pdr30 {padding-right: 30px;}
.pdr40 {padding-right: 40px;}
.pdr50 {padding-right: 50px;}

.mgt10 {margin-top: 10px;}
.mgt20 {margin-top: 20px;}
.mgt30 {margin-top: 30px;}
.mgt40 {margin-top: 40px;}
.mgt50 {margin-top: 50px;}

.mgb10 {margin-bottom: 10px;}
.mgb20 {margin-bottom: 20px;}
.mgb30 {margin-bottom: 30px;}
.mgb40 {margin-bottom: 40px;}
.mgb50 {margin-bottom: 50px;}

.mgl5 {margin-left: 5px;}
.mgl10 {margin-left: 10px;}
.mgl20 {margin-left: 20px;}
.mgl30 {margin-left: 30px;}
.mgl40 {margin-left: 40px;}
.mgl50 {margin-left: 50px;}

.mgr10 {margin-right: 10px;}
.mgr20 {margin-right: 20px;}
.mgr30 {margin-right: 30px;}
.mgr40 {margin-right: 40px;}
.mgr50 {margin-right: 50px;}

.blind {display: none;}

/**0904 황재천추가 **/
.video-container { margin: 0;padding-bottom: 75%; max-width: 100%; height: 0; position: relative;overflow: hidden;}
.video-container iframe,
.video-container object,
.video-container embed { margin: 0;padding: 0; width: 100%; height: 95%;position: absolute; top: 0;left: 0;}

/**메인 슬라이드 **/
#slider_banner {position:relative; width:100%; overflow: hidden; margin: 0 auto;}

.pagination {position: absolute;left: 0;bottom: 30px;list-style: none; width: 100%; text-align: center;}
.pagination li {display: inline-block; width: 14px; height: 14px; cursor:pointer; border:solid 1px #1676bd; border-radius: 50%; margin:0 5px 0 0; font-size: 0;}
li.current {background:#1676bd;}

.addr01 {width: 120px;}
.addr02 {width: calc(100% - 204px);}
.confirm_wrap {
    display: table;
    width: 100%;
    height: 100%;    
}
.confirm_body {  
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.confirm_result {
  position: relative;
  margin: 0 auto;
  width: 700px;
  padding: 50px 0 60px 0; 
  line-height: 1.4;  
  background: #f5f5f5;
  border-radius: 8px;
}
.confirm_result a {
  border-radius: 0; 
  width: 200px;
}
.confirm_result>h1 {border-bottom: dashed 1px #ddd; padding-bottom: 30px; margin-bottom: 30px; text-align: center;}

@media screen and (max-width: 480px){
  .divTableCell input {width: 195px;}
  .addr01 {width: 80px !important;}
  .addr02 {width: calc(100% - 155px) !important;}
  .addr03 {width: calc(50% - 12px) !important;}
  .confirm_result {width: 96%;}
}

