@charset "utf-8";
#sv {position: relative; overflow: hidden;}
#sv .sv_visual {width: 100%; height: 475px !important; background-size:cover; background-position: 50% 50%; transform:scale(1.2); animation: sv-bg-change 5s infinite;}

@keyframes sv-bg-change {
	0% {transform: scale(1);  animation-timing-function: ease-in;}
	50% {transform: scale(1.1);  animation-timing-function: ease-out;}
	100% {transform: scale(1); }
}
#sv .sv_tit_wrap {position: absolute;top: 45%;width: 100%;z-index: 1;color: #fff;text-align: center;}
#sv .sv_tit_wrap .txt.move {opacity: .6;}
#sv .scroll_icon {position: absolute; bottom: 5%; left: 50%; margin-left: -9px; cursor: pointer; animation:move_scroll 2s infinite; z-index: 11;} 
#sv .s_nav_wrap .icon {display: inline-block; transform:translateY(-5px); margin-right: 10px;}
.tit_ani_wrap {overflow: hidden;}

.s_tit_wrap { padding-bottom:50px;}
.s_tit_wrap h3{ display:flex; align-items: center; }
.s_tit_wrap h3 .icon { padding-right:15px;}

/*.tab-wrap{width: 100%;max-width: 1200px;display: block;justify-content: space-between;gap:1px;margin: 0 auto; position:relative; display: flex;}
.tab-wrap .btn.link{flex: 1 1 0;justify-content: center;align-items: center;height:80px;padding: 0 5px;background-color: rgba(255,255,255,0.9);font-size: 20px;color: #666;font-weight: 500;text-align: center;box-sizing: border-box;width: 33.33%;position: relative;display: inline-block;line-height: 150%;margin: 0 -4px 1px 0; border:1px solid #d1d1d1;     align-content: center;}
.tab-wrap .btn.link.current{color: #052e70;  border-bottom:3px solid #052e70;font-weight:600;}
.tab-wrap:after {content: '';position: absolute;left: -100%;bottom: 1px;width: 300%;height: 1px;background: #d1d1d1;z-index: 0;}*/

.tab-wrap{width: 100%;max-width: 1200px;display: block;justify-content: space-between;gap:1px;margin: 0 auto; position:relative; display: flex;}
.tab-wrap .btn.link {  flex: 1 1 0;  justify-content: center;  align-items: center;  height: 80px;  padding: 0 5px;  background-color: rgba(255,255,255,0.9);  font-size: 19px;  color: #666;  font-weight: 500;  text-align: center;  box-sizing: border-box;
  width: 33.33%;  position: relative;  display: inline-block;  line-height: 150%;  margin: 0 -4px 1px 0;  border: 1px solid #d1d1d1;  align-content: center; word-break: keep-all;}
.tab-wrap .btn.link.current { color: #052e70;  border-bottom: 3px solid #052e70;  font-weight: 600;}
.tab-wrap:after {  content: '';  position: absolute;  left: -100%;  bottom: 1px;  width: 300%;  height: 1px;  background: #d1d1d1;  z-index: 0;}


 
.sub_nevi {display:flex;align-items:center;gap:8px;font-size: 18px;color: #fff;position: absolute;bottom: 27%;justify-content: center;width: -webkit-fill-available;}
.sub_nevi .label {font-weight:500;}
.sub_nevi .divider {margin:0 2px;color: #fff;font-size: 24px;}
.sub_nevi .badge {display:flex;align-items:center;gap:6px;padding: 8px 20px;border-radius:20px;background:#009be5;color:#fff;font-size: 16px;font-weight: 500;}
 

.pl70 { padding-left:70px;}
.pr70 { padding-right:70px;}
.pl50 { padding-left:50px;}
.pl30 { padding-left:30px;}

.con1 {padding: 100px 0;}

.tb {border-top: 3px solid #333; border-bottom: 3px solid #333; transform: skew(-0.03deg);}
.tb th,
.tb td {padding: 22px 30px;font-size: 18px; vertical-align: middle; border-bottom: 1px solid #d1d1d1; font-weight: 500; line-height: 1.7; word-break:keep-all;}
.tb th { background-color: #f3f8fd;}
.tb tbody th {width: 140px; }
.tb th.bdleft,
.tb td.bdleft {border-left: 1px solid #d1d1d1;}


.tb1 { border-bottom: 3px solid #333; transform: skew(-0.03deg);}
.tb1 th,
.tb1 td {padding: 15px 20px; vertical-align: middle; border: 1px solid #d1d1d1; font-size:16px; font-weight: 500; line-height: 1.5; word-break:keep-all;}
.tb1 th { background-color: #f3f8fd;}
.tb1 tbody th {width: 170px; }
.tb1 th.bdleft,
.tb1 td.bdleft {border-left: 1px solid #d1d1d1;}


.img_list { position:relative; margin: 0 20px;}
.img_list li {display: flex;justify-content:space-between; align-items: center;}
.img_list li:nth-child(even) {/*flex-direction: row-reverse;*/}
.img_list li > div {width: 50%; }
.img_list li .img_box .img {width: 100%; /*height: 100%;*/ background-size:auto; background-repeat:no-repeat; background-position: 50% 50%; overflow:hidden;}
.img_list li .txt_box {/* padding: 0 40px 0; */background-color: transparent;position: relative;}
.img_list li .img_box .img img{ width:-webkit-fill-available;  transition:.5s; }
.img_list li .img_box:hover  img {transform:scale(1.05);}
.img_list li .txt_box .img {width: 100%;background-size:auto;background-repeat:no-repeat;background-position: 50% 50%;}
.img_list li .txt_box .img img{width:-webkit-fill-available;transition:.5s;}
.img_list li .txt_box:hover  img {transform:scale(1);}
.img_list li .num1 {position: relative;display: inline-block;width: 65px;height:65px;line-height:65px;text-align:center;background-color: #bb9369;color:#fff;border-radius:50px;  font-family: 'Ivy Mode', sans-serif;letter-spacing: -3px; float: right;}
 
.con2 {padding: 150px 0; background-color:#eff4fe;}

.box{display:flex;  margin: 0 20px;}
.box .lt {width: 40%; text-align:left;}
.box .rt {width: 60%;}

.box1{display:flex;  margin: 0 20px;}
.box1 .lt {width: 50%; text-align:left;}
.box1 .lt .img img { border:1px solid #ddd;}
.box1 .rt {width: 50%;}

.blue_tb { border-top: 2px solid #0051ca; border-bottom: 2px solid #222; }
.blue_tb th,
.blue_tb td {padding:15px 20px; border: 1px solid #ddd;  line-height: 1.7; word-break: keep-all;}
.blue_tb th {font-size: 20px; font-weight:500; vertical-align: middle; background-color: #252d48; color: #fff;}
.blue_tb td {font-size: 16px; vertical-align: middle;  background-color:#fff;}
.blue_tb td p{ display:inline-block; vertical-align:middle; padding:0 5px;}
.blue_tb td .icon { padding-left:5px}
.blue_tb td .txt { text-align:left; width:45%}



.chk_txt p {position: relative; padding-left: 12px !important; line-height: 1.5; word-break:keep-all; margin-bottom: 5px;   text-align: left; display:block !important;}
.chk_txt p:after {content:''; display: block; width: 4px; height: 4px; border-radius:10px;  background-color:#000;  position: absolute; top: 10px; left:0;}

.load {display:flex; position:relative; justify-content:flex-start;}
.load .map {padding-right:20px;transition:0.25s;color: #222;font-weight: 500;}
.load .icon {padding-right:10px;}
.load .map:hover {transform:translateY(-5px) !important;}


.title {padding-left:20px;color: #fff;background-color: #333;padding: 20px 30px;border-radius: 50px;margin-bottom: 30px;font-size: 20px; line-height:150%;}



.more{width:560px;height: 70px;margin:30px 0 0;box-sizing:border-box;cursor: pointer;background-color:#26237c;text-align: center;line-height: 70px;color: #fff; font-size:20px; font-weight:500; border-radius:10px;}
.more:hover {background-color:#333;}
.more .icon { padding-left:10px;}





.list_sec { width: 100%; position:relative}
.input_form3{overflow: hidden;border-top:2px solid #000;border-bottom:1px solid #000;margin-bottom:40px; border-spacing: 0;display:block;}
.input_form3 .w100{width: 100%; clear: both; display:table; }
.input_form3 .w100 li{ vertical-align:middle;padding:15px 20px;font-size:16px; font-weight:500;text-align: left; line-height:150%;display: inline-block;border-top:1px solid #ddd;}
.input_form3 .w100 .tit{color:#000;background-color:#f9f9fa;width:17%;display: table-cell;vertical-align: middle;letter-spacing: -0.05em;  transform: skew(-0.03deg);}
.input_form3 .w100 .tit em{color:#ff6468;display:inline-block;margin-left:2px;}
.input_form3 .w100 .txt{color:#333; width:85%;display: table-cell;vertical-align: middle;}

.input_form3 .w50{width: 100%; clear: both;display: block}
.input_form3 .w50 .col { width:50%; position: relative; float: left}
.input_form3 .w50 .col ul{width:100%;border-top:1px solid #ddd;display: table}
.input_form3 .w50 .col ul li{vertical-align:middle;padding:10px 20px 10px;display: inline-block;font-size:15px;text-align: left;line-height:130%;height:60px}
.input_form3 .w50 .col .tit{background-color:#f9f9fa;color:#000;width:30%;display: table-cell;vertical-align: middle;letter-spacing: -0.05em }
.input_form3 .w50 .col .tit em{color:#ff6468;display:inline-block;margin-left:2px;}
.input_form3 .w50 .col .txt{color:#666666;width:70%;display: table-cell;vertical-align: middle;}
.btn_st1{width: 100%; margin:50px auto;text-align: center;display: inline-block;}
.btn_st1 span a { background: #333; padding: 15px 100px; color: #fff; font-size: 20px;  text-align: center;   border-radius: 50px;  line-height: 24px; transition: .25s;}
.btn_st1 span a:hover { background: #07b1b4;}

	


/* form ::: selectbox */
.form_select{display:inline-block;position:relative;width:100%;vertical-align:middle;height:55px;background-color: #fff;border: 1px solid #dddddd;overflow:hidden;}
.form_select:before{content:'';  width: 32px;  height: 36px;  background-position: 0 -4px;  background-image: url(../images/common/icon_select_arr.gif);  background-repeat: no-repeat; vertical-align: top;  display: inline-block;  overflow: hidden;  line-height: 0;  color: transparent;  position: absolute;  right:1px;  top:1px;z-index: 1;}
.form_select select{background-color: transparent;width: 100%;  border: 0;  height: 55px;  line-height:55px;font-size: 16px;color:#000;position:relative; z-index:1; text-align:left;padding-left:10px;font-weight:100;}


/* form ::: radiobutton */
.form_radio{display:inline-block; vertical-align:middle; cursor:pointer; position:relative;}
.form_radio input[type="radio"]{position:absolute; left:-50px; top:-50px; opacity:0; width:0; height:0; border:0; background-color:transparent}
.form_radio input + span{color:#666666; font-size:16px;vertical-align: top;line-height:20px;}
.form_radio input + span:before{content:''; background:url(/img/icon_radio.png) 0 0 no-repeat; width:16px; height:16px; display:inline-block; vertical-align:top; margin:0 8px 0 8px; position:relative; top:3px;}
.form_radio input[type="radio"]:checked + span:before{background-position:-20px 0}

.form_check{display:inline-block; vertical-align:middle; cursor:pointer; position:relative;}
.form_check input + span{color:#333; font-size:16px;vertical-align: top;line-height:150%; margin:0 8px 0 8px}
/*.form_check input + span:before{content:''; background:url(/img/icon_radio.png) 0 0 no-repeat; width:16px; height:16px; display:inline-block; vertical-align:top; margin:0 8px 0 8px; position:relative; top:3px;}*/



/* input_form */
.btn_wrap{position: relative; margin: auto; text-align: center}
.form_btn a{font-size: 18px; font-weight: bold;padding: 10px 30px;border-radius:5px;vertical-align: top;color: #fff!important;text-align: center;border:0;background-color: #ae1a49;overflow: hidden; margin: auto}
.form_btn a:hover{background: #000; color: #fff}

.form_group{overflow:hidden; width: 100%}
.form_group .form_select{float:left; width: 15%;margin-right: 10px}
.form_group .form_text{float:left; width: 15%; margin-right: 10px}
.form_group .tit{vertical-align: bottom; line-height: 38px; font-size: 16px;float:left;margin-right: 10px}
.form_group .sw1{width:25% }
.form_group .sw2{width:20% }
.form_group .txt2{vertical-align: bottom; line-height: 38px; font-size: 16px;float:left;margin-right:5px}

.form_group2{overflow:hidden; width: 100%}
.form_group2 .form_select{float:left; width:50%;margin-right: 10px}
.form_group2 .form_text{float:left; width: 100%; margin-right: 10px}
.form_group2 .txt2{vertical-align: bottom; line-height: 38px; font-size: 16px;float:left;margin-right:5px}
.form_group2 .num{width:25% }
.form_group2 .w100{width:100% }
.form_group2 .w15{width:15% }
.form_group2 .w20{width:20% }
.form_group2 .w30{width:30% }
.form_group2 .w40{width:40% }
.form_group2 .w45{width:40% }
.form_group2 .sw1{width:25% }
.form_group2 .sw2{width:20% }
.form_group2 .ftw1{width:17% }



.input_form{overflow: hidden;border-top:2px solid #000;border-bottom:1px solid #000;margin-bottom:40px;}
.input_form ul{border-top:1px solid #ddd;width: 33%;float: left; display: table}
.input_form ul li{padding:10px 10px 10px;position: relative;vertical-align: middle;font-size:16px;color:#000;font-weight:normal; display:inline-block; margin: 0;display: table-cell}
.input_form ul li em{color:#ff6468;display:inline-block;margin-left:2px;}
.input_form ul li.tit{background-color:#f9f9fa; vertical-align: middle; width:30%; letter-spacing: -0.05em}

.input_form .class1{ width: 100%; background: #00479d; }
.input_form .class1 .class_tit{ width: 10%; text-align: center; border-right: 1px solid #3877c2;color: #fff}
.input_form .class1 .class_tit:last-child{  border-right:none;}
.input_form .class1 .class_num{ width: 15%; text-align: center;color: #fff}

.input_form .class2{ width: 100%}
.input_form .class2 .class_tit{ width: 10%; text-align: center; border-right:1px solid #ddd;}
.input_form .class2 .class_tit:last-child{  border-right:none;}
.input_form .class2 .class_num{ width: 15%;text-align: center; }

.input_form{overflow: hidden;border-top:2px solid #000;border-bottom:1px solid #000;margin-bottom:40px;}
.input_form dl {width:100%; border-top:1px solid #ddd; margin: 0; padding: 0;display:table}
.input_form dl dt{width:20%;font-size:16px; padding: 10px 20px;background-color:#f9f9fa;display: inline-block;vertical-align: middle;  margin: 0 -10px 0 0; line-height: 150%; height: 100%}
.input_form dl dd{font-size:16px; padding: 10px 20px;display: inline-block;vertical-align: middle; width: 80%}
.input_form dl dt em{color:#ff6468;display:inline-block;margin-left:2px;}
.input_form dl dt.tit{display:table-cell;vertical-align: middle;}

	



/* form */
input[type=text],
select { width: 100%; height: 55px; line-height: 55px; background-color: #fff; border: 1px solid #dfdfe1;  font-size: 15px; font-weight:500; color: #333; padding: 0 10px; }
input::placeholder {color: #333; font-weight:400; letter-spacing: -1pt;}
select { -webkit-appearance: none; /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; padding: 0 27px 0 10px; background: url('../images/common/select_arr.png') no-repeat right 10px top 50%; /* 화살표 모양의 이미지 */ } /* IE 10, 11의 네이티브 화살표 숨기기 */ 
select::-ms-expand { display: none; }
textarea {width: 100%; background-color: #fff; border: 1px solid #dfdfe1;  font-size: 14px; color: #333; font-weight:500; line-height: 150%; padding: 10px;}


.sub_title h1 { font-size:22px; margin-bottom:20px;}


























.square_img_wrap2 {}
.square_img_list2 {font-size: 0; display:block;  }
.square_img_list2 li {display: inline-block;width: calc(50% - 25px);margin: 0 12.5px 50px;vertical-align: top;/* text-align:center; */background-color: #fff;border: 1px solid #ddd;padding: 0 0 60px;border-radius: 20px;overflow: hidden;}
.square_img_list2 li .square_img {position: relative;overflow:hidden;border-radius: 0;}
.square_img_list2 li .square_img img {width:-webkit-fill-available; transition:.5s}
.square_img_list2 li:hover .square_img img {transform:scale(1.05);}
.square_img_list2 li:hover  { background-color:#eef7fe;}
.square_img_list2 li .txt {color:#222; padding-left:30px;}
.square_img_list2 h3 { color:#896e60;}

.square_img_list2 .view {position: absolute; color:#0559df; right: 30px; bottom: 30px; transition:.25s; font-size:20px; font-weight:600;}
.square_img_list2 .view:hover{ color:#333;}

.square_img_list2 li .square_img::before {position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg); opacity: 0;}
.square_img_list2 li .square_img:hover::before {-webkit-animation: shine .75s;animation: shine .75s;}
@-webkit-keyframes shine {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		left: 125%;
		opacity: 0;
	}
}
@keyframes shine {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		left: 125%;
		opacity: 0;
	}
}

.square_img_wrap4 {}
.square_img_list4 {font-size: 0; }
.square_img_list4 li {display: inline-block;  width: calc(25% - 16px); margin: 0 8px 50px; vertical-align: top; text-align:center; }
.square_img_list4 li .square_img {position: relative; overflow:hidden; border-radius:20px; width:275px; height:300px;}
.square_img_list4 li .num1  {display: block;vertical-align: middle;height: 45px;font-size:18px;text-align: center;line-height: 45px;background-color: #fff;  color:#111; border:2px solid #d52e8a; border-radius:80px;-webkit-transform:translateY(-2px);transform:translateY(-2px);/* position: absolute; */top: 0;left: 0;margin: 20px auto 20px; width:55%}
.square_img_list4 li .num2  {display: block;vertical-align: middle;height: 45px;font-size:18px;text-align: center;line-height: 45px;background-color: #fff;  color:#111; border:2px solid #009be5; border-radius:80px;-webkit-transform:translateY(-2px);transform:translateY(-2px);/* position: absolute; */top: 0;left: 0;margin: 20px auto 0;  width:55%}
.square_img_list4 li .num3  {display: block;vertical-align: middle;height: 45px;font-size:18px;text-align: center;line-height: 45px;background-color: #fff;  color:#111; border:2px solid #009be5; border-radius:80px;-webkit-transform:translateY(-2px);transform:translateY(-2px);/* position: absolute; */top: 0;left: 0;margin: 20px auto 0;  width:55%}
.square_img_list4 li .num4  {display: block;vertical-align: middle;height: 45px;font-size:18px;text-align: center;line-height: 45px;background-color: #fff;  color:#111; border:2px solid #009be5; border-radius:80px;-webkit-transform:translateY(-2px);transform:translateY(-2px);/* position: absolute; */top: 0;left: 0;margin: 20px auto 0;  width:55%}
.square_img_list4 li .num5  {display: block;vertical-align: middle;height: 45px;font-size:18px;text-align: center;line-height: 45px;background-color: #fff;  color:#111; border:2px solid #009be5; border-radius:80px;-webkit-transform:translateY(-2px);transform:translateY(-2px);/* position: absolute; */top: 0;left: 0;margin: 20px auto 0;  width:55%}
.square_img_list4 li .num6  {display: block;vertical-align: middle;height: 45px;font-size:18px;text-align: center;line-height: 45px;background-color: #fff;  color:#111; border:2px solid #009be5; border-radius:80px;-webkit-transform:translateY(-2px);transform:translateY(-2px);/* position: absolute; */top: 0;left: 0;margin: 20px auto 0;  width:55%}
.square_img_list4 li .square_img img {width: 100%; transition:.5s}
.square_img_list4 li:hover .square_img img {transform:scale(1.15);}




.square_img_wrap {}
.square_img_list {font-size: 0; display:block;  }
.square_img_list li {display: inline-block;  width: calc(33.33% - 25px); margin: 0 12.5px 30px;  vertical-align: top; text-align:center;}
.square_img_list li .square_img {position: relative; overflow:hidden; border-radius:10px; background-color: #f9f9f9;}
.square_img_list li .square_img img {width:-webkit-fill-available; transition:.5s}
.square_img_list li:hover .square_img img {transform:scale(1.05);}
.square_img_list li .txt {background-color:#d6b9a3; color:#fff; padding:10px 0; border-radius:50px;  width: calc(50% - 10px); margin: 0 5px 10px; display: inline-block;}
.square_img_list li .square_img::before {position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg); opacity: 0;}
.square_img_list li .square_img:hover::before {-webkit-animation: shine .75s;animation: shine .75s;}
@-webkit-keyframes shine {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		left: 125%;
		opacity: 0;
	}
}
@keyframes shine {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		left: 125%;
		opacity: 0;
	}
}



.square_img_slider { position: relative;width: -webkit-fill-available; }
.square_img_slider .slick-slide { text-align: center; padding: 0 10px; box-sizing: border-box; }
.square_img_slider .square_img {width: 100%;height: 210px;overflow: hidden;border-radius: 10px;}
.square_img_slider .square_img img {width: 100%;height: auto;display: block;/* border-radius: 10px; *//* height: 210px; */}

.square_img_slider .slick-prev,
.square_img_slider .slick-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 44px; height: 44px; background: rgba(0,0,0,0.55); border-radius: 50%; color: transparent; outline: none; border: 0; cursor: pointer; display: flex !important; justify-content: center; align-items: center; transition: background 0.25s; }
.square_img_slider .slick-prev:hover,
.square_img_slider .slick-next:hover { background: rgba(0,0,0,0.8); }
.square_img_slider .slick-prev { left: -10px; }
.square_img_slider .slick-next { right: -10px; }
.square_img_slider .slick-prev::before,
.square_img_slider .slick-next::before { content: ''; display: block; width: 12px; height: 12px; border-top: 2px solid #fff; border-right: 2px solid #fff; }
.square_img_slider .slick-prev::before { transform: rotate(-135deg); }
.square_img_slider .slick-next::before { transform: rotate(45deg); }

.square_img_slider .slick-list { overflow: hidden; }
.square_img_slider .slick-track { display: flex; align-items: stretch;  margin-left: 0 !important;/* transform: translate3d(0, 0, 0) !important;*/ justify-content: flex-start;}

@media (max-width: 820px) {
  .square_img_slider .slick-prev,
  .square_img_slider .slick-next { width: 40px; height: 40px; }
  .square_img_slider .slick-prev { left: 6px; }
  .square_img_slider .slick-next { right: 6px; }
}










@media all and (max-width:1800px){


}

@media all and (max-width:1230px){
#sv .sv_visual {width: 100%;height: 300px !important;background-size:cover;background-position: 50% 50%;transform:scale(1.2);animation: sv-bg-change 5s infinite;}

.tab-wrap {    overflow-x: auto;    overflow-y: hidden;    white-space: nowrap;    scroll-behavior: smooth;  -webkit-overflow-scrolling: touch;    justify-content: flex-start;  }
.tab-wrap .btn.link {    display: inline-block;    width: auto;    min-width: 150px;flex: none; }	
}

@media all and (max-width:820px){
.scrollx_768 { overflow-x: auto;  margin-top: 0;  padding-top: 30px;  background: url('/assets/images/sub/bg_hand.gif') 100% 0 no-repeat}

.tab-wrap .btn.link {   flex: 1 1 0;   justify-content: center; align-items: center;   height: 45px;   line-height: 45px;   padding: 0 2px;   font-size: 14px !important;  }

.pl70 { padding-left:0;}
.pr70 { padding-right:0;}
.pl50 { padding-left:0;}
.pl30 { padding-left:0;}

.s_tit_wrap {padding-bottom: 20px;}
.s_tit_wrap h3 {padding: 0; position: relative;    display: block;    margin-left: 5px;}
.s_tit_wrap h3 .icon {position: absolute;display: flex;margin-left: -45px;}

.title {padding-left:0;line-height: 150%;padding: 15px 30px;font-size: 15px;word-break: keep-all;}

.sub_nevi {display:flex;align-items:center;gap:8px;font-size: 14px;color: #fff;position: absolute;bottom: 27%;justify-content: center;width: -webkit-fill-available;}
.sub_nevi .label {font-weight:500;}
.sub_nevi .divider {margin:0 2px;color: #fff;font-size: 24px;}
.sub_nevi .badge {display:flex;align-items:center;gap:6px;padding: 8px 20px;border-radius:20px;background:#009be5;color:#fff;font-size: 14px;font-weight: 500;}
 

.con1 {padding: 70px 0 0;}



.tb {border-top: 3px solid #333; border-bottom: 3px solid #333; transform: skew(-0.03deg);}
.tb th,
.tb td {padding: 12px 10px;font-size: 14px;vertical-align: middle;border-bottom: 1px solid #d1d1d1;font-weight: 500;line-height: 1.7;word-break:keep-all;}
.tb th { background-color: #f3f8fd;}
.tb tbody th {width: 110px; }
.tb th.bdleft,
.tb td.bdleft {border-left: 1px solid #d1d1d1;}


.tb1 { border-bottom: 3px solid #333; transform: skew(-0.03deg);}
.tb1 th,
.tb1 td {padding: 12px 10px;vertical-align: middle;border: 1px solid #d1d1d1;font-size: 14px;font-weight: 400;line-height: 1.5;word-break:keep-all;}
.tb1 th { background-color: #f3f8fd;}
.tb1 tbody th {width: 140px; }
.tb1 th.bdleft,
.tb1 td.bdleft {border-left: 1px solid #d1d1d1;}





.sub_title h1 { font-size:16px; margin-bottom:20px;}

.list_sec { width: 100%; position:relative}
.input_form3{overflow: hidden;border-top:2px solid #000;border-bottom:1px solid #000;margin-bottom:40px; border-spacing: 0;display:block;}
.input_form3 .w100{width: 100%; clear: both; display:table; }
.input_form3 .w100 li{vertical-align:middle;padding: 11px 10px;font-size: 14px;font-weight:500;text-align: left;line-height:150%;display: inline-block;border-top:1px solid #ddd;word-break: keep-all;}
.input_form3 .w100 .tit{color:#000;background-color:#f9f9fa;width: 29%;display: table-cell;vertical-align: middle;letter-spacing: -0.05em; text-align:center;}
.input_form3 .w100 .tit em{color:#ff6468;display:inline-block;margin-left:2px;}
.input_form3 .w100 .txt{color:#333; width:85%;display: table-cell;vertical-align: middle;}

.input_form3 .w50{width: 100%; clear: both;display: block}
.input_form3 .w50 .col { width:50%; position: relative; float: left}
.input_form3 .w50 .col ul{width:100%;border-top:1px solid #ddd;display: table}
.input_form3 .w50 .col ul li{vertical-align:middle;padding:10px 20px 10px;display: inline-block;font-size:15px;text-align: left;line-height:130%;height:60px}
.input_form3 .w50 .col .tit{background-color:#f9f9fa;color:#000;width:30%;display: table-cell;vertical-align: middle;letter-spacing: -0.05em }
.input_form3 .w50 .col .tit em{color:#ff6468;display:inline-block;margin-left:2px;}
.input_form3 .w50 .col .txt{color:#666666;width:70%;display: table-cell;vertical-align: middle;}
.btn_st1{width: 100%; margin:0 auto 50px;text-align: center;display: inline-block;}
.btn_st1 span a { background: #333; padding: 15px 30px; color: #fff; font-size: 16px;  text-align: center;   border-radius: 50px;  line-height: 24px; transition: .25s;}
.btn_st1 span a:hover { background: #07b1b4;}


.form_group{overflow:hidden; width: 100%}
.form_group .form_select{float:left;width: -webkit-fill-available;margin-right: 10px;height: 35px;margin-bottom: 5px;}
.form_group .form_text{float:left;width: -webkit-fill-available;margin-right: 10px;margin-bottom: 5px;}
.form_group .tit{vertical-align: bottom; line-height: 38px; font-size: 16px;float:left;margin-right: 10px}
.form_group .sw1{width:25% }
.form_group .sw2{width:20% }
.form_group .txt2{vertical-align: bottom; line-height: 38px; font-size: 16px;float:left;margin-right:5px}

.form_check{display:inline-block; vertical-align:middle; cursor:pointer; position:relative;}
.form_check input + span{color:#333;font-size: 14px;vertical-align: top;line-height:150%;margin:0 8px 0 8px}
/*.form_check input + span:before{content:''; background:url(/img/icon_radio.png) 0 0 no-repeat; width:16px; height:16px; display:inline-block; vertical-align:top; margin:0 8px 0 8px; position:relative; top:3px;}*/


/* form ::: selectbox */
.form_select{display:inline-block;position:relative;width:100%;vertical-align:middle;height:55px;background-color: #fff;border: 1px solid #dddddd;overflow:hidden;}
.form_select:before{content:'';  width: 32px;  height: 36px;  background-position: 0 -4px;  background-image: url(../images/common/icon_select_arr.gif);  background-repeat: no-repeat; vertical-align: top;  display: inline-block;  overflow: hidden;  line-height: 0;  color: transparent;  position: absolute;  right:1px;  top:1px;z-index: 1;}
.form_select select{background-color: transparent;width: 100%;border: 0;height: 35px;line-height: 35px;font-size: 14px;color:#000;position:relative;z-index:1;text-align:left;padding-left:10px;font-weight:100;}

/* form */
input[type=text],
select {width: 100%;height: 35px;line-height: 35px;background-color: #fff;border: 1px solid #dfdfe1;font-size: 14px;font-weight:500;color: #333;padding: 0 10px;}
input::placeholder {color: #333; font-weight:400; letter-spacing: -1pt;}
select { -webkit-appearance: none; /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; padding: 0 27px 0 10px; background: url('../images/common/select_arr.png') no-repeat right 10px top 50%; /* 화살표 모양의 이미지 */ } /* IE 10, 11의 네이티브 화살표 숨기기 */ 
select::-ms-expand { display: none; }
textarea {width: 100%; background-color: #fff; border: 1px solid #dfdfe1;  font-size: 14px; color: #333; font-weight:500; line-height: 150%; padding: 10px;}








.img_list {position:relative;margin: 0 0;}
.img_list li {display: block;justify-content:space-between;align-items: center;}
.img_list li:nth-child(even) {/*flex-direction: row-reverse;*/}
.img_list li > div {width: -webkit-fill-available;}
.img_list li .img_box .img {width: 100%; /*height: 100%;*/ background-size:auto; background-repeat:no-repeat; background-position: 50% 50%; overflow:hidden;}
.img_list li .txt_box { padding: 30px 30px ; background-color: transparent;position: relative;}
.img_list li .img_box .img img{ width:-webkit-fill-available;  transition:.5s; }
.img_list li .img_box:hover  img {transform:scale(1.05);}
.img_list li .txt_box .img {width: 100%;background-size:auto;background-repeat:no-repeat;background-position: 50% 50%;}
.img_list li .txt_box .img img{width:-webkit-fill-available;transition:.5s;}
.img_list li .txt_box:hover  img {transform:scale(1);}
.img_list li .num1 {position: relative;display: inline-block;width: 65px;height:65px;line-height:65px;text-align:center;background-color: #bb9369;color:#fff;border-radius:50px;  font-family: 'Ivy Mode', sans-serif;letter-spacing: -3px; float: right;}
 
 .con2 {padding: 70px 0;}
.box{display:block;  margin: 0 0;}
.box .lt {width:  -webkit-fill-available; text-align:left;}
.box .rt {width:  -webkit-fill-available; margin-top:30px;}
 
.blue_tb { border-top: 2px solid #222;   border-bottom: 2px solid #222; }
.blue_tb th,
.blue_tb td {padding: 8px 10px;border: 1px solid #ddd;font-weight: 400;line-height: 1.5;word-break: keep-all;}
.blue_tb th {font-size: 20px; font-weight:500; vertical-align: middle; background-color: #252d48; color: #fff;}
.blue_tb td {font-size: 14px;vertical-align: middle;background-color:#fff;}
.blue_tb td p{ display:inline-block; vertical-align:middle; padding:0 5px;}
.blue_tb td .icon { padding-left:5px}
.blue_tb td .txt { text-align:left; width:45%}	


.load {display: block;position:relative;justify-content:flex-start;}
.load .map {padding-right: 0;transition:0.25s; margin-top:10px;}
.load .icon {padding-right:10px;}
.load .icon img { width:50px}
.load .map:hover {transform:translateY(-5px) !important;}


 .con3 {padding: 0 0 70px;}


.square_img_list li {display: inline-block;  width: calc(50% - 8px) !important; margin: 0 4px 30px;  vertical-align: top; text-align:center;}
.square_img_list li .square_img { height:auto !important;}


.square_img_wrap2 {}
.square_img_list2 {font-size: 0; display:block;  }
.square_img_list2 li {display: inline-block;width: -webkit-fill-available;margin: 0 0 50px;vertical-align: top;/* text-align:center; */background-color: #fff;border: 1px solid #ddd;padding: 0 0 60px;border-radius: 20px;overflow: hidden;}
.square_img_list2 li .square_img {position: relative;overflow:hidden;border-radius: 0;}
.square_img_list2 li .square_img img {width:-webkit-fill-available; transition:.5s}
.square_img_list2 li:hover .square_img img {transform:scale(1.05);}
.square_img_list2 li:hover  { background-color:#eef7fe;}
.square_img_list2 li .txt {color:#222;padding-left: 10px; padding-right:10px;}
.square_img_list2 h3 { color:#896e60;}

.square_img_list2 .view {position: absolute;color:#0559df;right: 30px;bottom: 30px;transition:.25s;font-size: 14px;font-weight:600;}
.square_img_list2 .view:hover{ color:#333;}



.s_tab {width: 100%;margin: 0;font-size: 0;z-index:1;padding: 0 0;}
.s_tab li {display: inline-block;vertical-align: top;margin: 0 0 5px;}
.s_tab li a {display: block;text-align: center;line-height: 40px;font-size: 14px;font-weight: 500;color: #666;transition: .25s;border:1px solid #ddd;border-radius:10px; margin:0 5px;}
/*.s_tab li a::after {content: ''; background: #d1d1d1; color:#222; position: absolute;  bottom: 0;  left: 0;  right: 0;  height: 0;  display: block;  z-index: -1;}*/
.s_tab li a.active,
.s_tab li a:hover{ color: #222; background: #d1d1d1;  font-weight: 500; }

.s_tab_con > .con  h4{ position:relative;}
.s_tab_con > .con { display: none;  /* 기본적으로 모든 내용을 숨김 */}
.s_tab_con > .con.active {display: block;  /* active 클래스가 있을 때만 보이게 함 */}
.s_tab .col-5 li{width: 33.33%;}

.box1{display: block;margin: 0;}
.box1 .lt {width: -webkit-fill-available;text-align:left;  margin-bottom: 20px;}
.box1 .rt {width: -webkit-fill-available;}


.more{width: -webkit-fill-available;height: 60px;margin:30px 0 0;box-sizing:border-box;cursor: pointer;background-color:#26237c;text-align: center;line-height: 60px;color: #fff;font-size: 14px;font-weight:500;border-radius:10px;}
.more:hover {background-color:#333;}
.more .icon { padding-left:10px;}
.more .icon img { width:30px;}


.square_img_list4 li {display: inline-block;  width: calc(50% - 16px); margin: 0 8px 50px; vertical-align: top; text-align:center; }
.square_img_list4 li .num1  {display: block;vertical-align: middle;height: 35px;font-size: 15px;text-align: center;line-height: 35px;background-color: #fff;color:#111;border:2px solid #d52e8a;border-radius:80px;-webkit-transform:translateY(-2px);transform:translateY(-2px);/* position: absolute; */top: 0;left: 0;margin: 20px auto 10px;width: 65%;}

.square_img_list4 li .num2  {height: 35px;font-size: 15px;text-align: center;line-height: 35px;margin: 20px auto 10px;width: 65%;}
.square_img_list4 li .square_img {position: relative;overflow:hidden;border-radius:20px;height: 160px;width: 100%;}




}

@media all and (max-width:520px){

	


}






















/****************************************************** 게시판 */

.board_wrap {/* padding: 65px 0 80px; */ padding: 0 0 80px;/*  background: url('../images/sub/board_bg.jpg') 0 100% no-repeat; */}
.board_wrap .board_tab {font-size: 0; margin-bottom: 50px;}
.board_wrap .board_tab a {display: inline-block; vertical-align: top; text-align: center; width: 100%; line-height: 60px; background-color: #fff;  border: 1px solid #d1d1d1; border-left: none; font-size: 16px; color: #888; transition:.25s;}
.board_wrap .board_tab.col-4 a {width: 25%;}
.board_wrap .board_tab.col-2 a {width: 50%;}
.board_wrap .board_tab a:first-child {border-left: 1px solid #d1d1d1;}
.board_wrap .board_tab a:hover,
.board_wrap .board_tab a.active {background-color: #1f60b1; border-color: #1f60b1; color: #fff; }

.board_wrap .popup {display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.8); z-index: 999;}
.board_wrap .popup .layer {width: 1300px; position: absolute; top: 47%; left: 50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.board_wrap .popup .layer_in { position: relative;}
.board_wrap .popup .close {text-align: right; cursor: pointer;}
.board_wrap .popup .layer_tit {font-size: 18px; color: #fff; margin-bottom: 15px; }
.board_wrap .popup .layer_tit .tit {display: inline; margin-right: 10px;line-height: 1.2; word-break:keep-all;}
.board_wrap .popup .layer_tit .slick-counter {display: inline; line-height: 1.2; font-weight: 300;}
.board_wrap .popup .layer_photo_slide_wrap,
.board_wrap .popup .layer_video_wrap {width: 1080px;margin: 0 auto;}
.board_wrap .slick-prev,
.board_wrap .slick-next {width: 26px; height: 42px; background: url('../images/sub/photo_prev.png') 0 0 no-repeat; left: -45px; z-index: 1;}
.board_wrap .slick-next {background: url('../images/sub/photo_next.png') 0 0 no-repeat; left: auto; right: -45px;}
.video_wrap {width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; position: relative;}
.video_wrap iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}




/*********** 게시판 반응형 ***********/
@media all and (max-width:1200px){
	.board_wrap .popup .layer {width: calc(100% - 20px);}
	.board_wrap .slick-prev {left: -20px;}
	.board_wrap .slick-next {right: -20px;}
}
@media all and (max-width:1140px){
	.board_wrap {background-size:280px auto;}
	.board_wrap .popup .layer_photo_slide_wrap,
	.board_wrap .popup .layer_video_wrap {width: 100%;padding: 0 10px;}
}
@media all and (max-width:1100px){
	.board_wrap {background-size:280px auto;}
}

@media all and (max-width:768px){
	

/****************************************************** 미디어센터 */

.board_wrap {/* padding: 65px 0 80px; */ max-width:1204px;margin:0 auto; padding: 0 0 80px;/*  background: url('../images/sub/board_bg.jpg') 0 100% no-repeat; */}
.board_wrap .board_tab {font-size: 0; margin-bottom: 50px;}
.board_wrap .board_tab a {display: inline-block; vertical-align: top; text-align: center; width: 100%; line-height: 60px; background-color: #fff;  border: 1px solid #d1d1d1; border-left: none; font-size: 16px; color: #888; transition:.25s;}
.board_wrap .board_tab.col-4 a {width: 25%;}
.board_wrap .board_tab.col-2 a {width: 50%;}
.board_wrap .board_tab a:first-child {border-left: 1px solid #d1d1d1;}
.board_wrap .board_tab a:hover,
.board_wrap .board_tab a.active {background-color: #1f60b1; border-color: #1f60b1; color: #fff; }

.board_wrap .popup {display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.8); z-index: 999;}
.board_wrap .popup .layer {width: 1300px; position: absolute; top: 47%; left: 50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.board_wrap .popup .layer_in { position: relative;}
.board_wrap .popup .close {text-align: right; cursor: pointer;}
.board_wrap .popup .layer_tit {font-size: 18px; color: #fff; margin-bottom: 15px; }
.board_wrap .popup .layer_tit .tit {display: inline; margin-right: 10px;line-height: 1.2; word-break:keep-all;}
.board_wrap .popup .layer_tit .slick-counter {display: inline; line-height: 1.2; font-weight: 300;}
.board_wrap .popup .layer_photo_slide_wrap,
.board_wrap .popup .layer_video_wrap {width: 1080px;margin: 0 auto;}
.board_wrap .slick-prev,
.board_wrap .slick-next {width: 26px; height: 42px; background: url('../images/sub/photo_prev.png') 0 0 no-repeat; left: -45px; z-index: 1;}
.board_wrap .slick-next {background: url('../images/sub/photo_next.png') 0 0 no-repeat; left: auto; right: -45px;}
.video_wrap {width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; position: relative;}
.video_wrap iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

	
	.board_wrap {background-size:180px auto;}
	.board_wrap .board_tab a {font-size: 13px; line-height: 40px;}

	.board_wrap .popup .close img{width: 35px;}
	.board_wrap .popup .layer_tit {font-size: 14px;}

	.board_wrap .slick-prev,
	.board_wrap .slick-next {width: 15px; height: 24px; background-size:cover;}
	.board_wrap .slick-prev { left: -8px;	}
	.board_wrap .slick-next { right: -8px;	}

}
@media all and (max-width:486px){

}
