@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@import url(https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css);
/*
@font-face { font-family: 'BinggraeTaom'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.1/BinggraeTaomA1.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GoyangDeogyang'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GoyangDeogyang.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-4Regular'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-9Black'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-2ExtraLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); font-weight: normal;  font-style: normal;}
@font-face { font-family: 'S-CoreDream-6Bold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'S-CoreDream-7ExtraBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'TmonMonsori'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff'); font-weight: normal; font-style: normal;}
@font-face { font-family: 'S-CoreDream-8Heavy';  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');  font-weight: normal;  font-style: normal;}
*/
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.GmarketSansMedium {  font-family: 'GmarketSansMedium'; }
.GmarketSansBold {  font-family: 'GmarketSansBold'; }

.nanumgothic * {
 font-family: 'Nanum Gothic', sans-serif;
}

.nanumsquare { font-family: 'NanumSquare', sans-serif !important; }
.taom { font-family: 'BinggraeTaom', sans-serif !important; }
.goyang { font-family: 'GoyangDeogyang', sans-serif !important; }
.notosans { font-family: 'Noto Sans KR', sans-serif; }
.scoredream_el { font-family: 'S-CoreDream-2ExtraLight', sans-serif; }
.scoredream_r { font-family: 'S-CoreDream-4Regular', sans-serif; }
.scoredream_b { font-family: 'S-CoreDream-6Bold', sans-serif; }
.scoredream_eb { font-family: 'S-CoreDream-7ExtraBold', sans-serif; }
.scoredream_hvy { font-family: 'S-CoreDream-8Heavy', sans-serif; }
.scoredream_bl { font-family: 'S-CoreDream-9Black', sans-serif; }

.monsori { font-family: 'TmonMonsori', sans-serif; }


/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px; scroll-behavior: smooth; }

body {margin:0;padding:0;height:100%;font-family:"suit", "Noto Sans KR", Noto Sans KR, sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
#hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none}
ul,li,ol{list-style:none;padding:0;margin:0}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em}
button , input[type=submit]{cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none;}
textarea, select {font-size:1em;font-family:dotum}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {text-decoration:none}
a:hover, a:focus, a:active {text-decoration:none}


/* 이미지 마우스 오버 */
.imgswap img:first-child {display:inline-block; }
.imgswap img:last-child {display:none; }
.imgswap:hover img:first-child {display:none;  animation:opacity_img_revers 1s }
.imgswap:hover img:last-child {display:inline-block;  animation:opacity_img 1s }
@keyframes opacity_img {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes opacity_img_revers {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.imghover img:hover {-webkit-filter: grayscale(80%); filter: grayscale(80%); }

.img_scale img:hover { animation:pingpong_img 0.4s forwards }
.img_scale img:not(:hover) { animation:pingpong_img_revers 0.4s forwards  }
@keyframes pingpong_img {
	0% {
		transform:scale(1);             /*  default */
		-webkit-transform:scale(1);  /*  크롬 */
		-moz-transform:scale(1);     /* FireFox */
		-o-transform:scale(1);        /* Opera */
	}
	100% {
		transform:scale(1.05);             /*  default */
		-webkit-transform:scale(1.05);  /*  크롬 */
		-moz-transform:scale(1.05);     /* FireFox */
		-o-transform:scale(1.05);        /* Opera */
	}
}
@keyframes pingpong_img_revers {
	0% {
		transform:scale(1.05);             /*  default */
		-webkit-transform:scale(1.05);  /*  크롬 */
		-moz-transform:scale(1.05);     /* FireFox */
		-o-transform:scale(1.05);        /* Opera */
	}
	100% {
		transform:scale(1);             /*  default */
		-webkit-transform:scale(1);  /*  크롬 */
		-moz-transform:scale(1);     /* FireFox */
		-o-transform:scale(1);        /* Opera */
	}
}

.text_enter:hover { animation:text_enter_event 0.7s forwards }
/*.text_enter:not(:hover) { animation:text_enter_event_revers 0.4s forwards  }*/
@keyframes text_enter_event {
	0% {opacity: 1;}
	50% {opacity: 0.6;}
	100% {opacity: 1;}
}
@keyframes text_enter_event_revers {
	0% {opacity: 1;}
	50% {opacity: 0.6;}
	100% {opacity: 1;}
}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0px}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops_con {max-width:100% !important;overflow:auto}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd {width:100%;background:#fff;position:relative;}
#hd #hd_wr{max-width:1000px;margin:0 auto;width:100%;position:relative;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#logo {text-align:left;height:50px;}
#logo a{margin-top:0px;display:inline-block}
#hd_sch_open{display:none}
#hd_sch {text-align:center;}
#hd_sch h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_sch form {position:relative;background:#ececec;border-radius:0px}
#hd_sch form:after {display:block;visibility:hidden;clear:both;content:""}
#hd_sch #sch_stx {width:127px;padding-left:10px;border:0;background:none;height:35px !important;line-height:35px !important;vertical-align:middle;}
#hd_sch #sch_submit {margin:0;padding:0 ;height:35px !important;line-height:35px !important;border:0;background:#dfdfdf;border-radius:0 5px 5px 0  ;color:#fff;vertical-align:middle;cursor:pointer;width:40px}
#hd_sch #sch_submit:hover, #hd_sch #sch_submit:focus{background:#00c6b2;transition: 0.8s;-webkit-transition: 0.8s;-moz-transition: 0.8s;-ms-transition: 0.8s;-o-transition: 0.8s;}
#sch_stc_label{position:absolute;top:0;left:10px;height:35px !important;line-height:35px !important;color:#666}

#hd_nb {clear:both;background:#ecf0f7;text-align:center}
#hd_nb li {display:inline-block}
#hd_nb li:nth-last-of-type(1) {border-right:0 !important}
#hd_nb a {display:inline-block;padding:10px 7px;text-decoration:none}

.h_button1 { font-family: 'Noto Sans KR', sans-serif; border:1px solid #ea5404; background:none; width:300px; height: 100px;  display: table-cell; vertical-align:middle; text-align:center; line-height:23px; cursor:pointer; } /*버튼*/
.h_button1 .t1 { font-size:15px; font-weight:500; color:#ea5404; }
.h_button1 .t2 { font-size:15px; font-weight:500; color:#ea5404; }
.h_button1 .t3 { font-size:15px; font-weight:500; color:#2e2e2e; }
.h_button1:hover { border:1px solid #ea5404; background:#ea5404; transition: background 0.3s;} /*버튼*/
.h_button1:hover .t1 { font-size:15px; font-weight:500; color:#fff; }
.h_button1:hover .t2 { font-size:15px; font-weight:700; color:#fff; }
.h_button1:hover .t3 { font-size:15px; font-weight:500; color:#fff; }

.h_button2 { font-family: 'Noto Sans KR', sans-serif; border:1px solid #007eff; background:none; width:300px; height: 100px;  display: table-cell; vertical-align:middle; text-align:center; line-height:23px; cursor:pointer; } /*버튼*/
.h_button2 .t1 { font-size:15px; font-weight:500; color:#007eff; }
.h_button2 .t2 { font-size:15px; font-weight:500; color:#007eff; }
.h_button2 .t3 { font-size:15px; font-weight:500; color:#2e2e2e; }
.h_button2:hover { border:1px solid #007eff; background:#007eff; transition: background 0.3s;} /*버튼*/
.h_button2:hover .t1 { font-size:15px; font-weight:500; color:#fff; }
.h_button2:hover .t2 { font-size:15px; font-weight:700; color:#fff; }
.h_button2:hover .t3 { font-size:15px; font-weight:500; color:#fff; }

.h_button1_hover { font-family: 'Noto Sans KR', sans-serif; border:1px solid #ea5404; background:#ea5404; width:280px; height: 100px;  display: table-cell; vertical-align:middle; text-align:center; line-height:23px; cursor:pointer; } /*버튼*/
.h_button1_hover .t1 { font-size:15px; font-weight:500; color:#fff; }
.h_button1_hover .t2 { font-size:15px; font-weight:700; color:#fff; }
.h_button1_hover .t3 { font-size:15px; font-weight:500; color:#fff; }

.h_button2_hover { font-family: 'Noto Sans KR', sans-serif; border:1px solid #007eff; background:#007eff; width:280px; height: 100px;  display: table-cell; vertical-align:middle; text-align:center; line-height:23px; cursor:pointer; } /*버튼*/
.h_button2_hover .t1 { font-size:15px; font-weight:500; color:#fff; }
.h_button2_hover .t2 { font-size:15px; font-weight:700; color:#fff; }
.h_button2_hover .t3 { font-size:15px; font-weight:500; color:#fff; }

/* 공통 스타일 */
.fs085 {font-size:0.85em;}

/* 스타일 가이드 */
.main_modal_popup {background:rgba(0,0,0,0.6);width:100%;height:100vh; }

.fw300 { font-weight:300; }
.fw400 { font-weight:400; }
.fw500 { font-weight:500; }
.fw600 { font-weight:600; }
.fw700 { font-weight:700; }
.fw800 { font-weight:800; }
.fw900 { font-weight:900; }

.heading1 {font-size:50px; line-height:70px;  } /* 72*/
.heading2 {font-size:64px; }
.heading3 {font-size:48px; }
.heading4 {font-size:40px; }
.heading5 {font-size:40px; }
.heading6 {font-size:32px; }
.heading7 {font-size:24px; }
.heading8 {font-size:32px; }
.heading9 {font-size:40px; }
.heading10 {font-size:32px}

.subtitle1 {font-size:24px; }
.subtitle2 {font-size:20px;  }

.body1 {font-size:24px;  }
.body2 {font-size:20px; }
.body3 {font-size:16px; }
.body4 {font-size:16px; }
.body5 {font-size:16px; }

.caption1 {font-size:13px;  }
.caption2 {font-size:16px;  }

.main_color0 {color:#000000;}
.main_color1 {color:#161616;}
.main_color2 {color:#fff;}
.main_color3 {color:#a7a7a7;}
.main_color4 {color:#22BBC7;}

.sub_color1 {color:#334A64;}
.sub_color2 {color:#003B7E;}
.sub_color3 {color:#00A7FF;}
.sub_color4 {color:#727272;}

.button_normal {width:100%;max-width:232px;height:64px;line-height:64px;background:#0092DF;color:#fff;font-size:20px;font-weight:500;text-align:center; cursor:pointer; transition: background 0.3s; } /*main_color2*/
.button_normal:hover {background:#00A7FF;} /*sub_color3*/

.button_normal2 {width:100%;max-width:232px;height:64px;line-height:64px;background:#E8E8E8;color:#00A7FF;font-size:20px;font-weight:500;text-align:center; transition: background 0.3s;} /*sub_color4*/
.button_normal2:hover {background:#fff;} /*main_color1*/

.button_normal3 {margin:0 auto; width:100%;max-width:232px;height:64px;line-height:64px;background:#a7a7a7;color:#fff;font-size:20px;font-weight:400;text-align:center; cursor:pointer; transition: background 0.3s;} /* 배경 투명 */
.button_normal3:hover {background:#161616;} /*main_color1*/

.button_normal4 {color:#a4a4a4;font-size:20px;font-weight:500;text-align:center; cursor:pointer; transition: color 0.3s; } /*main_color2*/
.button_normal4:hover {color:#161616; border-bottom:0px solid #00A7FF;} /*sub_color3*/
.button_normal4_avtive {color:#161616; border-bottom:0px solid #00A7FF; font-size:20px;font-weight:500;text-align:center; cursor:pointer; }

.button_normal5 {color:#fff;font-size:16px;font-weight:200;text-align:center; cursor:pointer; border-bottom:0px; transition: color 0.3s; } /*main_color2*/
.button_normal5:hover {color:#00A7FF; border-bottom:1px solid #00A7FF;} /*sub_color3*/
.button_normal5_avtive {color:#00A7FF; border-bottom:1px solid #00A7FF; font-size:16px;font-weight:200;text-align:center; cursor:pointer; }

.button_normal_submit {color:#fff;background:#161616;ont-size:20px;font-weight:500;text-align:center; cursor:pointer; transition: color 0.3s; } /*main_color2*/
.button_normal_submit:hover {color:#ffff; background:#a7a7a7; border-bottom:0px solid #00A7FF;} /*sub_color3*/

.button_close {width:100%;max-width:264px;height:64px;line-height:64px;background:#001E40;color:#fff;font-size:20px;font-weight:500;text-align:center; cursor:pointer;}
.button_close:hover {background:#fff;color:#001E40;} 

.button_close2 {width:100%;max-width:264px;height:64px;line-height:64px;background:#001E40;color:#fff;font-size:20px;font-weight:500;text-align:center; cursor:pointer;}
.button_close2:hover {background:#0092DF;color:#fff;} 

.button_bar_puls {width:100%;max-width:314px;height:64px;line-height:64px;border-bottom:1px solid rgba(255,255,255,0.4);color:#fff;font-size:20px;font-weight:400;text-align:left; cursor:pointer; transition: color 0.3s;} 
.button_bar_puls:hover {border-bottom:1px solid #0092DF; color:#0092DF;font-weight:500;} 
.button_bar_puls .name {float:left; width:80%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls .plus {float:right; width:10%;  font-weight:100; font-size:37px; text-align:right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls_avtive {width:100%;max-width:314px;height:64px;line-height:64px;border-bottom:1px solid #0092df;color:#0092df;font-size:20px;font-weight:400;text-align:left; cursor:pointer;} 
.button_bar_puls_avtive .name {float:left; width:80%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls_avtive .plus {float:right; width:10%;  font-weight:100; font-size:37px; text-align:right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }

.button_bar_puls1 {width:100%;max-width:314px;height:64px;line-height:64px;border-bottom:0px solid rgba(255,255,255,0.4);color:#fff;font-size:24px;font-weight:200;text-align:left; cursor:pointer; transition: color 0.3s;} 
.button_bar_puls1:hover {border-bottom:1px solid #0092DF; color:#0092DF;font-weight:200;} 
.button_bar_puls1 .name {float:left; width:80%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls1 .plus {float:right; width:10%;  font-weight:100; font-size:37px; text-align:right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls1_avtive {width:100%;max-width:314px;height:64px;line-height:64px;border-bottom:1px solid #0092df;color:#0092df;font-size:20px;font-weight:400;text-align:left; cursor:pointer;} 
.button_bar_puls1_avtive .name {float:left; width:80%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls1_avtive .plus {float:right; width:10%;  font-weight:100; font-size:37px; text-align:right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }

.button_bar_puls2 {width:100%;max-width:314px;height:64px;line-height:64px;border-bottom:1px solid rgba(255,255,255,0.4);color:#fff;font-size:20px;font-weight:400;text-align:left; cursor:pointer; transition: opacity 0.3s; opacity: 0.4;} 
.button_bar_puls2:hover {border-bottom:1px solid #fff; color:#fff;font-weight:500;  opacity: 1;} 
.button_bar_puls2 .name {float:left; width:80%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls2 .plus {float:right; width:10%;  font-weight:100; font-size:37px; text-align:right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls2_avtive {width:100%;max-width:314px;height:64px;line-height:64px;border-bottom:1px solid #fff;color:#fff;font-size:20px;font-weight:400;text-align:left; cursor:pointer;} 
.button_bar_puls2_avtive .name {float:left; width:80%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls2_avtive .plus {float:right;width:10%;  font-weight:100; font-size:37px; text-align:right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }

.button_bar_puls3 {width:100%;max-width:1640px;height:64px;line-height:64px;border-bottom:1px solid rgba(255,255,255,0.4); color:#fff;font-size:20px;font-weight:400;text-align:left; cursor:pointer;  transition: color 0.3s; } 
.button_bar_puls3:hover {border-bottom:1px solid #0092DF; color:#0092DF; font-weight:500;  ;} 
.button_bar_puls3 .name {float:left; width:75%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls3 .plus {float:right; width:10%;  font-weight:100; font-size:37px; text-align:right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls3_avtive {width:100%;max-width:1640px;height:64px;line-height:64px;border-bottom:1px solid #0092DF;color:#0092DF;font-size:20px;font-weight:400;text-align:left; cursor:pointer;} 
.button_bar_puls3_avtive .name {float:left; width:75%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls3_avtive .plus {float:right; width:10%;  font-weight:100; font-size:37px; text-align:right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }

.button_bar_puls4 {width:100%;max-width:1640px;height:64px;line-height:64px;border:1px solid rgba(255,255,255,0.4); color:#fff;font-size:20px;font-weight:400;text-align:left; cursor:pointer;  transition: color 0.3s; } 
.button_bar_puls4:hover {border:1px solid #0092DF; color:#0092DF; font-weight:500;  ;} 
.button_bar_puls4 .name {float:left; width:75%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls4 .plus {float:right; width:10%;  font-weight:100; font-size:37px; text-align:right; margin-right:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls4_avtive {width:100%;max-width:1640px;height:64px;line-height:64px;border:1px solid #0092DF;color:#0092DF;font-size:20px;font-weight:400;text-align:left; cursor:pointer;} 
.button_bar_puls4_avtive .name {float:left; width:75%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls4_avtive .plus {float:right;width:10%;  font-weight:100; font-size:37px; text-align:right; margin-right:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }

.button_bar_puls5 {width:100%;max-width:1640px;height:64px;line-height:64px;border:1px solid rgba(255,255,255,0.4); color:#fff;font-size:20px;font-weight:400;text-align:left; cursor:pointer;  transition: color 0.3s;  } 
.button_bar_puls5:hover {border:1px solid #0092DF; color:#0092DF; font-weight:500;  ;} 
.button_bar_puls5 .name {float:left; width:75%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls5 .plus {float:right; width:10%;  font-weight:100; font-size:37px; text-align:right; margin-right:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls5_avtive {width:100%;max-width:1640px;height:64px;line-height:64px;border:1px solid #0092DF;color:#0092DF;font-size:20px;font-weight:400;text-align:left; cursor:pointer;} 
.button_bar_puls5_avtive .name {float:left; width:75%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_bar_puls5_avtive .plus {float:right; width:10%;  font-weight:100; font-size:37px; text-align:right; margin-right:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }


.button_box_puls {width:100%;max-width:664px;height:80px;line-height:80px;background:none;border:1px solid rgba(255,255,255,0.4);color:#fff;font-size:20px;font-weight:500;text-align:left; cursor:pointer; } 
.button_box_puls:hover {background:#0092DF;border-bottom:1px solid #0092DF;} 

.button_box_puls2 {width:100%;height:80px;line-height:80px;background:#003b7e;color:#fff;font-size:20px;font-weight:500;text-align:left; cursor:pointer; transition: background 0.3s;} 
.button_box_puls2:hover {background:#006de8;} 
.button_box_puls2 .name {float:left; width:75%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_box_puls2 .plus {float:right; width:10%;  font-weight:100; font-size:37px; text-align:right; margin-right:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }

.button_box_download {width:100%;max-width:432px;height:80px;line-height:80px;background:#0092df;color:#fff;font-size:20px;font-weight:500;text-align:left; cursor:pointer; transition: background 0.3s;} 
.button_box_download:hover {background:#00a7ff;} 	

.button_box_download2 {width:100%;height:80px;line-height:80px;background:#0092df;color:#fff;font-size:20px;font-weight:500;text-align:left; cursor:pointer; transition: background 0.3s;} 
.button_box_download2:hover {background:#00a7ff;} 
.button_box_download2 .name {float:left; width:75%; margin-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }
.button_box_download2 .plus {float:right; width:10%;  font-weight:100; font-size:37px; text-align:right; margin-right:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor:pointer; }

.button_submenu {font-size:16px; font-weight:300; color:#fff; transition: opacity 0.3s; opacity: 0.4; text-align:left; margin:15px 0; }
.button_submenu:hover {opacity: 1;}



/* 스타일 가이드 끝 */



/***************************************************************/
/* 스타일 작업 시작 */
body { background:transparent; letter-spacing: -0.02em; }
body, html {width: 100%;}
#wrap {background: transparent; text-align: center; }
*, *:after, *:before {box-sizing: border-box; padding:0; margin:0;}
img { display:inline-block; font-size: 0;}
/* header, .main_silde {width: 100%;} */
a {text-decoration: none; color:#1b1b1b;}
a:hover { color:#3fbbb6;}
input, select, textarea {font-family: 'suit', 'noto sans KR', sans-serif;}

/* header 메뉴 */
header {z-index: 15; width: 100%; margin: 0 auto; flex-wrap: wrap; display:flex;justify-content: center;align-items: center;position:fixed; height: 110px; padding-top: 20px; }
/*240426 수정*/
header h1 {z-index: 12; height: 2.5em; flex-basis: content;text-align: left;} 
/*240426 수정완료*/
header h1 img { max-height: 100%; filter: brightness(0) grayscale(1) invert(1); }
header h1 .menu-black { display:none;}
header h1 a { display: inline-block; height:100%;}
header .box_inner { z-index:4; position: relative;display:flex; width: 100%; height: 100%; padding:0 5em; justify-content:  space-between; align-items: center;}
header:not(.menu-scroll) .nav_wrap { display: none;}
.menu-scroll h1 img { filter:none; }

.nav_head a { display:block; font-size: 1.4em; font-weight: 800; padding:0.4em 1.7em; border-radius: 3em;}

header .nav-head { width: 40px; position: relative;}
header .view-nav {z-index:1; position: absolute;   top: -20px;  right: 0px;  width: 40px;  height: 40px;  display: block; }  
header .view-nav span {  position: absolute;   top: -9999px;    left: -9999px; }
header .view-nav i {  position: absolute; right: 10%; display: block; width: 80%; height: 4px; background-color: #fff; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
header .view-nav i:nth-child(1) {   top: 8px; }
header .view-nav i:nth-child(2) {   top: 25px; width: 45%;  }
header .view-nav:hover i:nth-child(2) {width: 80%; }
header .view-nav.open {-webkit-transform: rotate(45deg);transform: rotate(45deg); }
header .view-nav.open i {width: 30px;height: 3px; }
header .view-nav.open i:nth-child(1) {top: 50%;left: 0; }
header .view-nav.open i:nth-child(2) {top: 50%;left: 0;-webkit-transform: rotate(90deg);transform: rotate(90deg); }
/* header .view-nav.open:hover i:nth-child(2) {width: 30px; } */

#nav { display:none; width:100%; position: fixed; left: 0; top:0; width:100%; height:100%;  }
.nav-box {padding: 0% 5%; display:table;  width:100%; max-width: 47em; top:18%; right:0; position: absolute; z-index:2; }
.nav-md { width:100%; vertical-align: middle;}
.nav-md li a { font-weight:900; font-size: 4.7em; display:block; text-align: left; color:#fff; opacity: 0.1; line-height: 1.25em; transition: opacity 0.3s;}
.nav-md li a:hover { opacity: 1;}
.nav-fb { width:100%; text-align: left;  font-style: normal; display:block; padding-top: 3em; color:#fff;}
.nav-fb address { font-style:normal; padding-bottom: 1.4em; }
.nav-fb li{padding-top: 0.4em;}
.nav-fb span { display:inline-block; padding-right:1em;}
#nav .nav-bg { position: absolute; background:#000; right:0; top:0; width:100%; max-width: 47em; height:100%;}

.menu-scroll h1 img {  filter: none; }
.menu-scroll .view-nav i { background-color: #000; }

/* 240426 */
/* 모바일메뉴보기 버튼 */
.menu_view {display:none; position:absolute; top:0px;right:10px; width: 60px; height: 60px; z-index: 5;}
.menu_view a { position: relative; display: block; font-size:0;width: 100%; height: 100%;}
.menu_view a:after { width:55%; height:55%; line-height: 1em; position:absolute; left:50%; top:50%; transform: translate(-50%, -50%); content:'';color:#fff; font-size: 4rem;  z-index:6; background-size: contain; background-repeat: no-repeat; background-position: center center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='49px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M-0.000,48.998 L-0.000,45.000 L64.000,45.000 L64.000,48.998 L-0.000,48.998 ZM-0.000,21.999 L64.000,21.999 L64.000,25.999 L-0.000,25.999 L-0.000,21.999 ZM-0.000,-0.002 L64.000,-0.002 L64.000,3.999 L-0.000,3.999 L-0.000,-0.002 Z'/%3E%3C/svg%3E");}

/*모바일용메뉴*/
.nav_md {display: none!important;width: 100%; height: 100%; top:0; right:0; position: fixed; z-index: 11; background:rgba(0,0,0,0.5);} 
.nav_md_wrap { position:absolute; right:0; background:#fff; height: 100%; width: 100%; /* max-width: 570px;  */}
.nav_md_wrap ul { padding: 3em 1.5em 0em 1.5em;}
.nav_md_wrap a { font-size: 1.15em; text-align: left; padding-left: 1em; position: relative; display:block; padding: 0.7em 25px; }
.nav_md_wrap span:before { content:''; left:0; top:50%; transform: translateY(-50%); border-radius: 20px; display:block; width:9px; height:9px; position: absolute; background:transparent; border:1px solid #888686;}
.nav_md_wrap span { letter-spacing: -0.05em; font-weight: 700; text-align: left;}
.nav_md_wrap a:hover span { color:#1b1b1b; font-weight:900;}
.nav_md_wrap a.active, .nav_md_wrap a:hover {  opacity: 1; }
.nav_md_wrap a.active span:before, .nav_md_wrap a:hover span:before{ border-color:#100d0d; background:#100d0d;}
.nav_head_md { padding: 0 20px 0 25px; display:flex; justify-content: flex-start; align-items: center; text-align: left; height:65px;/*  border-bottom:1px solid #d3d1d0; */}
.nav_md .close { margin-left:auto; }
.nav_md .close { position:relative; width: 40px; height: 50px; z-index: 11;}
.nav_md .close a { position: relative; display: block; font-size:0;width: 100%; height: 100%;}
.nav_md .close a:after {transform: translate(-50%, -50%); top: 50%;  left:50%; position:absolute; content:'\2715'; font-weight: 100; font-size: 2.5rem; z-index:6}
/* 240426 완료 */

.container {background: transparent;  margin: 0 auto; text-align: center;}

/*서브상단 뒷배경*/
.snb-bg { height: 47em; position: relative;}
.snb-bg .ls-slide-backgrounds { position:absolute; left:0; top:0; width: 100%; height:100%; overflow:hidden;}
.snb-bg .ls-slide-backgrounds img {object-fit: cover; height: 122%; width: 100%; object-position: center top;}
.snb-bg .box_inner { height: 100%; clear: both; position: relative; text-align: center; margin:0 auto; max-width: 1685px; padding-left:20px; padding-right:20px;}
.snb-bg .ls-slide-texts { text-align: center; width: 100%;  position:absolute; left:50%; top:50%; transform: translate( -50%, -50%); padding-left:20px; padding-right:20px;}
.snb-bg .ls-slide-texts .ls-info { font-size:1.2em; font-weight:600;}
.snb-bg .ls-slide-texts .ls-head { font-size: 3.3em; letter-spacing: -0.03em; padding-bottom:0.3em; font-weight: 900;}

.snb { width: 100%;  position: relative ; z-index:3;}
.snb .snb-in {  position: relative; z-index:3; width:100%; height:100%; margin:0 auto; max-width: 1560px; padding-left:20px; padding-right:20px; }
.snb ul { font-size: 1.05em;  padding-top: 2.5em;  position: relative; display: flex; justify-content: center; align-items: center; height:100%; width: 100%; }
.snb li {min-width: 8em; position: relative; height:100%;}    
/* .snb li:before { content:''; position: absolute; left:0; top:50%; transform: translateY(-50%); height:1em; width:2px; background:#aaaaaa}
.snb li:last-of-type:after { content:''; position: absolute; right:0; top:50%; transform: translateY(-50%); height:1em; width:2px; background:#aaaaaa} */
.snb li a { display:block; height:100%; position: relative;  color:#aaaaaa; letter-spacing: -0.03em; }
.snb li a>span { display:flex; align-items: center; justify-content: center;  height:100%; position: relative;}
.snb li a span span { display:inline-block; }
.snb li a:hover span:after, .snb li a.active span:after { z-index:4; left:50%; transform: translateX(-50%); text-align: center; font-size: 1.2em; line-height: 1.2em; position: absolute; bottom:-1.1em; width:80%; height:0.1em; content:''; background:#000;}
.snb li a.active, .snb li a:hover {color:#000; font-weight:600; }

.snb-color-01 { background:#000;}
.snb-color-01 li a.active, .snb-color-01 li a.active  {color:#fff; }

.snb-md { z-index: 8; position: relative; height: 40px; margin-left:20px; margin-right:20px; font-size:1.05em; }
.snb_list {  z-index:9; right:0px; top:40px; width: 100%; position: absolute; background:rgba(255,255,255,0.9); }
.snb-md .snb_list ul { border:1px solid rgba(160,160,160,0.5); border-top:0; }
.snb-md li { width: 100%;}
.snb-md li a { line-height:1.6; text-align: center; color:#959595; border-top:1px solid rgba(160,160,160,0.5); position: relative; display: block; padding: 12px }
.snb-md li a:hover, .snb-md li a.active { background:rgba(232,232,232,0.5); color:#ed2124} 
.snb-md i { font-size:0;font-style: normal; height:100%; display:block; width: 40px; position: absolute; right: 5px; top:0;}
.snb-md i:after { z-index:4;position: absolute; color:#ed2124; top:50%; left:50%; content:'\25E2'; font-size:0.9rem; font-weight: 300; }
.snb-md .snb_view:after { transform: translate(-59%, -65%) rotate( 45deg )}
.snb-md .snb-close:after { transform: translate(-57%, -35%) rotate( -135deg )}
.snb-md li:last-of-type a:after { display: none;}
.snb-md .sel-menu { overflow:hidden; background:#fff;border-top-left-radius: 0.7em; border-top-right-radius: 0.7em; position: relative; display:flex; justify-content: center; align-items: center; text-align: left; height: 100%; }
.snb-md .sel-menu h2 { padding-left:20px; width: 56%;}
.snb-md .sel-menu a {display: block; height:100%;}
.snb-md .sel-menu a span { color:#ed2124; display:flex; justify-content: center; align-items: center; height:100%; }

.co-location { color:#9f9f9f; font-size: 0.6em; text-align: left;}

/*메인 슬라이드 내용*/
.main_silde { height: 965px;}
.main_silde .box_inner { margin:0 auto; max-width: 1757px;height: 900px; position: relative; }
.main_silde .sildeBtn {position:absolute; bottom: 0px;}

/*메인 슬라이드 버튼*/
.sildeBtn { display: flex; justify-content: center;align-items: center; clear: both; width: 100%;}
.sildeBtn span { border:1px solid #035fff; display: inline-block; margin: 0 6px;background: #fff; font-size:0; border-radius: 9px; height:18px; width: 18px;}
.sildeBtn span.active { background:#035fff; }

.sub-menu { margin:0; margin-top:0!important; width: 100%;position: relative ; }
.sub-menu ul { display: flex; justify-content:center; align-items: center; height: 115px;}
.sub-menu li { display: inline-block; flex: 1 1 290px; width: 290px; max-width: 290px;}
.sub-menu li a { border:1px solid #0b3775;  color:#0b3775;font-size: 0.8em; display: block; padding: 20px 0 20px 0; background:#fff;}
.sub-menu li a.active,  .sub-menu li a:hover{ background:#0b3775; color:#fff;}
.sub-menu li a { border-right:0;}
.sub-menu li:last-of-type a { border-right:1px solid #0b3775;}

.clearfix { clear: both}
.vr-center { width: 100%; text-align:center;position:absolute; left:50%; top:50%; transform: translate( -50%, -50%); }

.head-line .text { padding-bottom: 150px;color:#0b3775; font-size: 3rem; position: relative; font-weight: 600; letter-spacing: -0.5px;}
.head-line .text:after { z-index:5;content:''; width: 1px; height: 65px; position: absolute; left:50%; top: 100px;transform: translate(-50%, 0); background:#000; } 

sup { font-size: 0.5em;}

.bgc-01 { background-color:#3fbbb6;}
.bgc-02 { background-color:#90c31f;}
.bgc-03 { background-color:#8edf02;}
.bgc-04 { background-color:#2478ad;}
.bgc-05 { background-color:#595757;}
.bgc-06 { background-color:#90c31f;}
.bgc-07 { background-color:#000000;}
.bgc-08 { background-color:#fff;}
.fc-01 { color:#3fbbb6}
.fc-02 { color:#333d59}
.fc-03 { color:#8e754d;}
.fc-04 { color:#d20000}
.fc-05 { color:#acacac}
.fn-01 { font-family: 'Play', 'Noto Sans KR', sans-serif!important; font-weight:700; }
.fn-02 { font-family: 'GmarketSansBold', 'Noto Sans KR', sans-serif!important; }
.fs-01 { font-weight: 300;}

/*푸터*/
footer { background:#1b1b1b;position: relative; width: 100%;  word-break: keep-all; }
footer .box-inner {margin:0 auto;  width: 100%; max-width: 1320px; padding: 6em 20px; position: relative;}
footer .footer {position: relative; width:100%; height: 100%; text-align: left; display:flex;  justify-content: space-between; align-items: flex-start; }
footer .head-box {width: 33%; }
footer .head-box a { height:100%; display:block;}
footer .logo { line-height: 1.4em; text-align: left; height: 5em;}
footer .logo img {height: 100%; width: auto; }
footer .logo h1 { display:block; height:100%;}
footer .col-box-in { text-align: left; width:67%;   }
footer .col-box p { color:#e5e5e5; display:block; padding-bottom: 0.4em;}
footer .col-box>strong { display:block; font-size: 1.2em; font-weight:800; padding-bottom: 0.7em;}
footer .col-box .ls-phone { font-size: 3em; font-weight: 800; padding-bottom: 0.8em;}
footer .copy a { color:#a0a0a0; font-weight: 800;}
footer .copy b { padding-right: 2em;}
footer .copy { padding-top:3.5em; color:#a0a0a0;}
/* footer .copy { width:50%; text-align: right;  word-break: keep-all;} */


/* sns + top */
.page-top {    z-index: 4; position: fixed;    right: 20px;    bottom: 7em;    height: 3.6em;   width: 3.6em;}
.page-top a {    font-size: 0;  border: 1px solid #c6c9ce;  font-weight: 600;  position: relative;    color: #fff;  line-height:1;  display: block;    width: 100%;    height: 100%;    background: #1b1b1b;    border-radius: 5rem;}
.page-top a:after { content: ''; font-size: 1rem; width:56%; height:56%;  position: absolute;    left: 50%;    top: 47%;    transform: translate(-50%, -50%); background-size: contain; background-position: center center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40.5px' height='22.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.844,20.046 L19.896,0.993 L38.948,20.046 '/%3E%3C/svg%3E");}

.ptb25 { padding: 25px 0;}
.pt170 { margin-top: 170px;}
.ptb50 { padding: 50px 0;}
.pb20 { padding-bottom:20px;}
.pb100 { padding-bottom:100px;}
.fs09e { font-size: 0.9em }
.fs12e { font-size: 1.2em }
.fs08e { font-size: 0.8em }
.wd1700 { max-width: 1700px;}

.wdauto { width: auto;}
.wd12p { width: 12%;}
.wd30p { width: 30%;}
.wd20p { width: 20%;}
.wd15p { width: 15%;}

.container {font-size: 1.25rem;}
.container * { word-break: keep-all;}

.d-lg-none { display:none;} /* pc 용 감추기 */
.d-sm-view { display:none;}

.con-head { }  /* 서브 컨텐츠 제목 */
.con-head h3 { font-size: 1.2em;font-weight: 800;}
.con-head p { letter-spacing: -0.03em; font-size: 2.3em; padding-top: 0.3em;font-weight: 800;}
.con-head+.con-head { padding-top: 70px;}

.ls-tab-01 a { font-size: 1.05em; color:#aaaaaa; border-radius: 5em; display:block; border:1px solid #aaaaaa; padding: 0.4em 0 0.5em 0; line-height:1;}
.ls-tab-01 ul { display:flex; }
.ls-tab-01 a:hover, .ls-tab-01 a.active{ font-weight:600; color:#fff; border-color:#000; background:#000; }

.ls-tab-02 a {display:block; color:#c8c8c8; padding: 10px 0; }
.ls-tab-02 a:hover, .ls-tab-02 a.active{ color:#ed2124; }
.ls-tab-02 a:hover span, .ls-tab-02 a.active span {  border-bottom:1px solid #ed2124; font-weight:600; }

.ls-icon-01:after {/*home*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='252px' height='232px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M125.998,-0.000 L-0.004,105.586 L39.955,105.586 L39.955,231.996 L100.875,231.996 L101.013,231.996 L101.013,140.858 L150.983,140.858 L150.983,231.996 L151.121,231.996 L212.040,231.996 L212.040,105.586 L252.000,105.586 L125.998,-0.000 Z'/%3E%3C/svg%3E"); }
.ls-icon-02:after {/*특징*/background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29px' height='29px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 157, 158)' d='M14.498,0.003 C6.489,0.003 -0.003,6.494 -0.003,14.501 C-0.003,22.507 6.489,28.998 14.498,28.998 C22.506,28.998 28.999,22.507 28.999,14.501 C28.999,6.494 22.506,0.003 14.498,0.003 ZM11.968,22.161 L5.400,15.657 L7.692,13.344 L11.934,17.544 L21.287,8.008 L23.613,10.289 L11.968,22.161 Z'/%3E%3C/svg%3E"); }

.slide-con { z-index:2; height:100vh; overflow: hidden; }
.slide-con .silde-wrapper { height:100vh; width:100%; z-index:1; margin:0; padding:0; }
.slide-con .slide-box {  height:100vh; width:100%; margin:0; padding:0; }
.slide-con .slide-bg { position:absolute; width:100%; height:100%; margin:0; padding:0; overflow:hidden;}
.slide-con .slide-bg img { object-fit:cover; object-position:center; width:100%; height:105vh; margin:0; padding:0;}
.slide-con .silde-txt-box {  position: relative; padding-left: 10.5vw; width:100%; height:100%; /* z-index:2; transform: translateY(-50%); width:calc(100% - 10.5vw); top:45%; position: relative; left: 10.5vw; */  }
.slide-con .ls-slide-texts { position: absolute; bottom: 470px; height:auto; text-align: left; font-weight:900; color:#fff; font-size: 4em }
.slide-con .ls-slide-texts span { display:block;}
.slide-con .ls-slide-texts span b { font-weight: 900; display:inline-block}

/* silde 버튼 */
.slide-btn .silde-txt {position: fixed;bottom: 2.7rem;	left: 10.5vw;	width: 20px;	height: 80px;	margin-left: 0;	z-index: 9; }
.slide-btn .silde-txt a {  opacity: .5; 	display: inline-block;	  position: absolute;  left: 0px;  width: 30px;	  height: 25px;	  background-repeat: no-repeat;	  background-position: 50% 50%; }
.slide-btn .silde-txt a span {	position: absolute;	top: -9999px; left: -9999px; }
.slide-btn .silde-txt a.prev {	top: 0;	 }
.slide-btn .silde-txt a.prev::after{ content:""; position: absolute; top:50%; left:50%; margin:-2px 0 0 -8px; display:inline-block; border-bottom:#fff 9px solid; border-left:transparent 7px solid; border-right:transparent 7px solid;}
.slide-btn .silde-txt a.next::after{ content:""; position: absolute; top:50%; left:50%; margin:-2px 0 0 -6px; display:inline-block; border-bottom:#fff 9px solid; border-left:transparent 7px solid; border-right:transparent 7px solid;}
.slide-btn .silde-txt a.next {	-webkit-transform: rotate(180deg); transform: rotate(180deg); margin-top:0; bottom : 0;}
.slide-btn .silde-txt a:hover { opacity: 1; }	
.slide-btn .silde-page { text-align: left;	position: fixed;bottom: 190px;	left: 10.5vw;	width: 300px;	z-index: 9;	height: 34px; }
.slide-btn .silde-page .ls-num {line-height: 1; letter-spacing: 0.5px; font-weight: 600;  }	 
.slide-btn .silde-page .ls-num em {font-size: 32px;color: #fff; display: inline-block;position: relative;	 }
.slide-btn .silde-page .ls-num em i { opacity: 1; font-size: 36px;	 color: #fff;	 font-weight: 600;display: inline-block;line-height: 6px;padding-top: 5px;font-style: normal; }
/*
.slide-btn .silde-page .ls-num em i.active.ls-num1 { -webkit-animation: silde-num 7.5s ease-in-out;	animation: silde-num 7.5s ease-in-out;-webkit-animation-delay: 0s;	animation-delay: 0s;-webkit-animation-fill-mode: forwards;	animation-fill-mode: forwards; }
.slide-btn .silde-page .ls-num em i.active.ls-num2 { -webkit-animation: silde-num 7.5s ease-in-out;	animation: silde-num 7.5s ease-in-out;-webkit-animation-delay: 0.1s;	animation-delay: 0.1s;-webkit-animation-fill-mode: forwards;	animation-fill-mode: forwards; }
*/
.slide-btn .silde-page .ls-num span {  font-size: 13px;color: rgba(255, 255, 255, 0.6);display: inline-block;	margin-left: 8px;	line-height: 1;	vertical-align: 14px; }
.slide-btn .silde-page::after {  content: '';  width: 50%;  height: 2px;  background-color: #fff;  display: block;  position: absolute;  bottom: 0;  left: 0;  display: none; }
/*
.slide-btn .silde-page #slide-progress {	position: absolute;	left: 0;	width: 100%;	bottom: 7px;	height: 2px; z-index: 100; }
.slide-btn .silde-page #slide-progress.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {  background-color: #fff; }
*/
.slide-btn .silde-page #slide-progress { position: absolute;	left: 0;	width: 100%;	bottom: -14px;	height: 2px; z-index: 100; background:rgba(255,255,255,0.2);}
.slide-btn .silde-page #slide-progress .progr { width:0%; height:2px; background:#fff;}
/* silde-txt */
@keyframes silde-num {
0% {
	-webkit-transform: translate(0, 30px);
			transform: translate(0, 30px);
	opacity: 0; }
8% {
	-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
	opacity: 1; }
99.9% {
	-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
	opacity: 1; }
to {
	-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
	opacity: 1; } 
}
	
.slide1-point-img { margin-top:1em; }
.slide1-point-img img { position:absolute; margin-top:0.3em;}
.pf-down { margin-top:20px; }

/* about */
.con-com-01 {  padding-top:15em; overflow: hidden; position: relative;}
.con-com-01 .con-head { padding-bottom: 3em;}
.con-com-01 img { max-width:100%;}
.con-com-01 .com-box-01 { text-align: left; color:#fff; max-width: 1250px; padding-left:20px; padding-right:20px; margin:0 auto;}
.con-com-01 .com-box-02 { display:flex; justify-content: start; align-items: center; width:100%; height: 50em; text-align: left; padding-left:20px; padding-right:20px; background-size: cover; background-repeat: no-repeat; background-position: center top;}
.con-com-01 .ls-box-in { display:flex; }
.con-com-01 .txt-box {  line-height: 1.5em;}
.con-com-01 .con-box-01 .ls-box-02 { margin-left: auto;}
.con-com-01 .con-box-01 {padding-bottom: 10em;}
.con-com-01 .con-box-02 {padding-bottom: 8em; padding-top: 7em;}
.con-com-01 .con-box-03 {padding-bottom: 10em; padding-top: 7em;}
.con-com-01 .con-box-04 {padding-bottom: 10em;}
.con-com-01 .con-box-05 {padding-bottom: 5em;}
.con-com-01 .list-box-01 ul { width: 73%; display:flex;}
.con-com-01 .list-box-01 li { width: 27%;}
.con-com-01 .list-box-01 { padding-top: 3em; width:100%; display:flex; align-items: center;}
.con-com-01 .list-box-01 strong { width:100%; display:block; font-size: 3.45em; font-weight: 900;}
.con-com-01 .list-total { text-align: center; padding: 7.5% 2%; width: 27%; background-size: contain; background-position: center center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='277px' height='277px'%3E%3Cdefs%3E%3ClinearGradient id='PSgrad_0' x1='0%25' x2='100%25' y1='0%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='rgb(182,222,213)' stop-opacity='1' /%3E%3Cstop offset='24%25' stop-color='rgb(221,198,193)' stop-opacity='1' /%3E%3Cstop offset='47%25' stop-color='rgb(185,115,173)' stop-opacity='1' /%3E%3Cstop offset='70%25' stop-color='rgb(69,87,158)' stop-opacity='1' /%3E%3Cstop offset='100%25' stop-color='rgb(76,191,219)' stop-opacity='1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M138.499,276.999 C62.131,276.999 0.000,214.868 0.000,138.500 C0.000,62.131 62.131,-0.000 138.499,-0.000 C214.868,-0.000 276.999,62.131 276.999,138.500 C276.999,214.868 214.868,276.999 138.499,276.999 ZM138.499,31.883 C79.711,31.883 31.883,79.711 31.883,138.500 C31.883,197.287 79.711,245.116 138.499,245.116 C197.288,245.116 245.116,197.287 245.116,138.500 C245.116,79.711 197.288,31.883 138.499,31.883 Z'/%3E%3Cpath fill='url(%23PSgrad_0)' d='M138.499,276.999 C62.131,276.999 0.000,214.868 0.000,138.500 C0.000,62.131 62.131,-0.000 138.499,-0.000 C214.868,-0.000 276.999,62.131 276.999,138.500 C276.999,214.868 214.868,276.999 138.499,276.999 ZM138.499,31.883 C79.711,31.883 31.883,79.711 31.883,138.500 C31.883,197.287 79.711,245.116 138.499,245.116 C197.288,245.116 245.116,197.287 245.116,138.500 C245.116,79.711 197.288,31.883 138.499,31.883 Z'/%3E%3C/svg%3E");}
.con-com-01 .con-box-03 .ls-box-02 { width: 60%;}
.con-com-01 .con-box-03 .ls-box-01 { width: 40%;}
.con-com-01 .list-box-02 { padding-top: 4em;}
.con-com-01 .list-box-02>ul>li { height: 6.5em; border-top:1px solid #fff; padding: 0.5em 0; display:flex; justify-content: space-between; align-items: center;}
.con-com-01 .list-box-02>ul>li:last-of-type { border-bottom:1px solid #fff;}
.con-com-01 .list-box-02 li li { font-weight:600; text-align: right; font-size: 0.85em; padding: 0.2em 0;}
.con-com-01 .list-box-02 strong { font-weight:900; font-size: 1.3em;}
.con-com-01 .list-box-02 a { padding:0.5em 0; width:100%; display:flex; justify-content: space-between; align-items: center; color:#fff;}
.con-com-01 .list-box-03 { padding-top: 3em;}
.con-com-01 .list-box-03 ul { display:flex; }
.con-com-01 .list-box-03 li { display:flex;  align-items: center; flex-direction: column; height: 27em; text-align: center; flex:1; background-size: cover; background-position: center center; background-repeat: no-repeat;}
.con-com-01 .list-box-03 strong { padding-bottom:1em; font-weight:800; font-size: 1.4em; margin-top: auto;}
.con-com-01 .list-box-03 strong:before { margin:0 auto; content:''; width:2.6em; height:4.8em; position: relative; display:block; background-size: contain; background-position: center center; background-repeat: no-repeat;}
.con-com-01 .list-box-03 p { margin-bottom: auto;}
.con-com-01 .list-box-03 li:nth-child(1) strong:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='31px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M35.063,25.568 L33.739,25.568 L33.739,5.506 C33.739,5.082 33.369,4.738 32.912,4.738 L27.535,4.738 C25.391,2.244 22.093,0.643 18.400,0.643 C14.707,0.643 11.409,2.244 9.264,4.738 L3.887,4.738 C3.431,4.738 3.061,5.082 3.061,5.506 L3.061,25.568 L1.736,25.568 C1.280,25.568 0.911,25.911 0.910,26.336 L0.910,26.338 C0.911,28.699 2.978,30.621 5.518,30.621 L31.280,30.621 C33.822,30.621 35.890,28.698 35.890,26.336 C35.890,25.912 35.520,25.568 35.063,25.568 ZM26.439,17.117 L25.653,16.876 L23.203,16.128 C23.602,14.927 23.850,13.631 23.919,12.288 L28.410,12.288 C28.255,14.035 27.572,15.713 26.439,17.117 ZM27.456,19.046 L26.079,19.725 C25.933,19.797 25.814,19.908 25.736,20.044 L25.005,21.324 L23.803,17.929 L27.456,19.046 ZM25.296,4.738 C25.822,5.201 26.297,5.716 26.707,6.274 C27.658,7.571 28.264,9.101 28.408,10.750 L23.919,10.750 C23.838,9.166 23.507,7.648 22.973,6.274 C22.766,5.738 22.527,5.223 22.260,4.738 C21.773,3.856 21.192,3.065 20.529,2.394 C22.350,2.760 23.987,3.588 25.296,4.738 ZM22.220,18.374 L22.770,19.927 C22.057,20.248 21.304,20.487 20.531,20.642 C21.175,19.990 21.742,19.226 22.220,18.374 ZM18.400,20.394 C16.187,18.808 14.727,15.738 14.536,12.288 L22.264,12.288 C22.073,15.738 20.613,18.808 18.400,20.394 ZM18.400,2.645 C19.153,3.185 19.819,3.897 20.377,4.738 C20.693,5.212 20.974,5.727 21.216,6.274 C21.808,7.608 22.175,9.138 22.264,10.750 L14.536,10.750 C14.625,9.138 14.992,7.608 15.583,6.274 C15.826,5.727 16.107,5.212 16.422,4.738 C16.981,3.897 17.647,3.185 18.400,2.645 ZM10.093,6.274 C10.503,5.716 10.978,5.201 11.504,4.738 C12.812,3.588 14.450,2.761 16.271,2.394 C15.609,3.065 15.027,3.856 14.540,4.738 C14.272,5.223 14.034,5.738 13.826,6.274 C13.292,7.648 12.962,9.167 12.882,10.750 L8.390,10.750 C8.536,9.101 9.142,7.571 10.093,6.274 ZM12.882,12.288 C13.051,15.611 14.306,18.653 16.271,20.645 C12.013,19.788 8.754,16.413 8.390,12.288 L12.882,12.288 ZM4.715,6.274 L8.155,6.274 C7.229,7.831 6.701,9.619 6.701,11.519 C6.701,17.516 11.949,22.395 18.400,22.395 C20.091,22.395 21.761,22.048 23.289,21.394 L24.040,23.516 C24.143,23.808 24.425,24.015 24.754,24.041 C24.778,24.043 24.802,24.044 24.825,24.044 C25.129,24.044 25.411,23.888 25.555,23.636 L26.672,21.682 L27.801,22.732 C27.963,22.882 28.174,22.957 28.386,22.957 C28.597,22.957 28.808,22.882 28.970,22.732 C29.293,22.432 29.293,21.946 28.970,21.645 L27.841,20.596 L29.943,19.557 C30.236,19.412 30.407,19.119 30.379,18.813 C30.351,18.506 30.129,18.245 29.814,18.148 L28.082,17.619 C29.388,15.827 30.099,13.699 30.099,11.519 C30.099,9.619 29.570,7.831 28.645,6.274 L32.086,6.274 L32.086,25.568 L4.715,25.568 L4.715,6.274 ZM31.280,29.084 L5.519,29.084 C4.176,29.084 3.040,28.248 2.681,27.105 L34.119,27.105 C33.761,28.248 32.623,29.084 31.280,29.084 Z'/%3E%3C/svg%3E");}
.con-com-01 .list-box-03 li:nth-child(2) strong:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='34px' height='32px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M28.237,25.650 L6.714,25.650 C3.552,25.650 0.980,23.220 0.980,20.233 L0.980,6.309 C0.980,3.323 3.552,0.894 6.714,0.894 L28.237,0.894 C31.399,0.894 33.971,3.323 33.971,6.309 L33.971,20.233 C33.971,23.220 31.399,25.650 28.237,25.650 ZM32.412,6.309 C32.412,4.135 30.539,2.366 28.237,2.366 L6.714,2.366 C4.412,2.366 2.539,4.135 2.539,6.309 L2.539,20.233 C2.539,22.407 4.412,24.177 6.714,24.177 L28.237,24.177 C30.539,24.177 32.412,22.407 32.412,20.233 L32.412,6.309 ZM17.476,21.071 C12.915,21.071 9.218,17.579 9.218,13.271 C9.218,8.963 12.915,5.471 17.476,5.471 C22.036,5.471 25.733,8.963 25.733,13.271 C25.733,17.579 22.036,21.071 17.476,21.071 ZM21.353,11.650 L16.749,9.195 C16.150,8.875 15.380,8.881 14.786,9.208 C14.183,9.541 13.810,10.157 13.810,10.816 L13.810,15.726 C13.810,16.385 14.183,17.001 14.785,17.333 C15.087,17.499 15.430,17.587 15.780,17.587 C16.120,17.587 16.455,17.504 16.749,17.347 L21.353,14.892 C21.971,14.563 22.355,13.941 22.355,13.271 C22.355,12.601 21.971,11.979 21.353,11.650 ZM20.586,13.610 L15.982,16.065 C15.858,16.131 15.697,16.131 15.572,16.061 C15.446,15.993 15.368,15.864 15.368,15.726 L15.368,10.816 C15.368,10.679 15.446,10.551 15.572,10.481 C15.635,10.446 15.707,10.428 15.779,10.428 C15.851,10.428 15.921,10.446 15.982,10.478 L20.586,12.934 C20.715,13.002 20.795,13.132 20.795,13.272 C20.795,13.412 20.715,13.541 20.586,13.610 ZM2.835,28.631 L21.063,28.631 C21.398,27.591 22.423,26.831 23.632,26.831 C24.842,26.831 25.867,27.591 26.201,28.631 L32.115,28.631 C32.545,28.631 32.895,28.962 32.895,29.367 C32.895,29.774 32.545,30.104 32.115,30.104 L26.201,30.104 C25.867,31.145 24.842,31.904 23.632,31.904 C22.423,31.904 21.398,31.145 21.063,30.104 L2.835,30.104 C2.404,30.104 2.056,29.774 2.056,29.367 C2.056,28.962 2.404,28.631 2.835,28.631 ZM22.823,30.104 C23.028,30.305 23.314,30.431 23.632,30.431 C23.950,30.431 24.237,30.305 24.442,30.104 C24.637,29.912 24.758,29.654 24.758,29.367 C24.758,29.082 24.637,28.823 24.442,28.631 C24.237,28.431 23.950,28.304 23.632,28.304 C23.314,28.304 23.028,28.431 22.823,28.631 C22.628,28.823 22.506,29.082 22.506,29.367 C22.506,29.654 22.628,29.912 22.823,30.104 Z'/%3E%3C/svg%3E");}
.con-com-01 .list-box-03 li:nth-child(3) strong:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='37px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M32.263,19.526 L30.524,19.526 L30.958,20.900 L33.972,20.900 C34.773,20.900 35.450,21.407 35.697,22.192 C35.945,22.976 35.686,23.796 35.038,24.281 L32.600,26.107 L33.531,29.061 C33.712,29.637 33.622,30.245 33.281,30.729 C32.936,31.219 32.383,31.511 31.802,31.511 C31.423,31.511 31.055,31.386 30.739,31.150 L28.301,29.325 L25.862,31.150 C25.545,31.386 25.178,31.511 24.799,31.511 C24.218,31.511 23.666,31.219 23.321,30.730 C22.980,30.246 22.888,29.637 23.070,29.061 L24.002,26.107 L21.562,24.281 C20.915,23.796 20.656,22.976 20.903,22.192 C21.151,21.407 21.828,20.900 22.629,20.900 L25.644,20.900 L26.077,19.526 L21.044,19.526 L17.058,23.631 C16.897,23.797 16.683,23.885 16.465,23.885 C16.357,23.885 16.248,23.863 16.144,23.819 C15.831,23.685 15.627,23.370 15.627,23.021 L15.627,19.526 L15.143,19.526 C13.199,19.526 11.618,17.896 11.618,15.894 L11.618,4.450 C11.618,2.449 13.199,0.819 15.143,0.819 L32.263,0.819 C34.206,0.819 35.788,2.449 35.788,4.450 L35.788,15.894 C35.788,17.896 34.206,19.526 32.263,19.526 ZM22.629,22.629 C22.597,22.629 22.529,22.629 22.499,22.726 C22.468,22.823 22.522,22.864 22.548,22.884 L25.481,25.078 C25.775,25.297 25.897,25.688 25.785,26.044 L24.665,29.595 C24.647,29.653 24.657,29.684 24.677,29.714 C24.706,29.755 24.757,29.783 24.799,29.783 C24.814,29.783 24.838,29.780 24.875,29.752 L27.808,27.557 C27.955,27.447 28.128,27.393 28.301,27.393 C28.474,27.393 28.647,27.447 28.794,27.557 L31.725,29.752 C31.763,29.780 31.788,29.783 31.802,29.783 C31.845,29.783 31.894,29.755 31.924,29.714 C31.944,29.684 31.955,29.653 31.936,29.595 L30.816,26.044 C30.704,25.688 30.827,25.297 31.121,25.078 L34.052,22.884 C34.079,22.864 34.133,22.823 34.102,22.726 C34.071,22.629 34.004,22.629 33.972,22.629 L30.348,22.629 C29.985,22.629 29.663,22.387 29.550,22.031 L28.761,19.526 L28.488,18.662 L28.431,18.480 C28.421,18.448 28.399,18.383 28.301,18.383 C28.201,18.383 28.180,18.448 28.170,18.480 L28.114,18.662 L27.841,19.526 L27.050,22.031 C26.939,22.387 26.616,22.629 26.252,22.629 L22.629,22.629 ZM34.111,4.450 C34.111,3.401 33.282,2.547 32.263,2.547 L15.143,2.547 C14.124,2.547 13.296,3.401 13.296,4.450 L13.296,15.894 C13.296,16.943 14.124,17.797 15.143,17.797 L16.465,17.797 C16.928,17.797 17.304,18.184 17.304,18.662 L17.304,20.935 L20.104,18.050 C20.260,17.888 20.474,17.797 20.696,17.797 L26.635,17.797 C26.917,17.100 27.552,16.655 28.301,16.655 C29.048,16.655 29.683,17.100 29.966,17.797 L32.263,17.797 C33.282,17.797 34.111,16.943 34.111,15.894 L34.111,4.450 ZM30.951,10.918 L16.455,10.918 C15.992,10.918 15.616,10.530 15.616,10.054 C15.616,9.576 15.992,9.190 16.455,9.190 L30.951,9.190 C31.414,9.190 31.789,9.576 31.789,10.054 C31.789,10.530 31.414,10.918 30.951,10.918 ZM30.951,7.019 L16.455,7.019 C15.992,7.019 15.616,6.632 15.616,6.155 C15.616,5.678 15.992,5.291 16.455,5.291 L30.951,5.291 C31.414,5.291 31.789,5.678 31.789,6.155 C31.789,6.632 31.414,7.019 30.951,7.019 ZM16.455,13.088 L24.495,13.088 C24.959,13.088 25.334,13.474 25.334,13.952 C25.334,14.430 24.959,14.816 24.495,14.816 L16.455,14.816 C15.992,14.816 15.617,14.430 15.617,13.952 C15.617,13.474 15.992,13.088 16.455,13.088 ZM14.179,25.047 C14.179,26.494 13.623,27.809 12.724,28.783 C15.187,30.177 16.861,32.875 16.861,35.969 C16.861,36.446 16.486,36.833 16.022,36.833 C15.560,36.833 15.184,36.446 15.184,35.969 C15.184,33.225 13.513,30.882 11.168,29.945 C10.482,30.282 9.719,30.477 8.910,30.477 C8.100,30.477 7.336,30.282 6.650,29.945 C4.305,30.882 2.634,33.225 2.634,35.969 C2.634,36.446 2.259,36.833 1.796,36.833 C1.333,36.833 0.957,36.446 0.957,35.969 C0.957,32.875 2.631,30.177 5.095,28.783 C4.195,27.809 3.639,26.494 3.639,25.047 C3.639,22.053 6.003,19.617 8.910,19.617 C11.815,19.617 14.179,22.053 14.179,25.047 ZM8.910,21.345 C6.928,21.345 5.316,23.005 5.316,25.047 C5.316,26.291 5.917,27.390 6.832,28.062 C7.420,28.492 8.135,28.748 8.910,28.748 C9.683,28.748 10.399,28.492 10.986,28.062 C11.902,27.390 12.502,26.291 12.502,25.047 C12.502,23.005 10.891,21.345 8.910,21.345 Z'/%3E%3C/svg%3E");}
.con-com-01 .con-box-05 .ls-box-02 { width: 66%;}
.con-com-01 .con-box-05 .ls-box-01 { width: 34%;}
.con-com-01 .list-box-04 ul ul { flex-wrap: wrap; align-items: center; justify-content: start; display:flex;}
.con-com-01 .list-box-04 li { padding-top:0em; padding-bottom: 1em}
.con-com-01 .list-box-04 li li { flex:auto; max-width: 28%; padding: 0.5em 1em 0.5em 0; }
.con-com-01 .list-box-04 strong { font-size: 0.8em;}
.con-com-01 .list-box-04 { padding-top: 4em;}
.con-com-01 .con-box-06 { position: relative; top: -6em; text-align: left; color:#fff; width:100%; max-width: 1210px; margin:0 auto;}
.con-com-01 .con-box-06 .ls-btn {  padding-top: 1em;}
.con-com-01 .con-box-06 .ls-btn a{ letter-spacing: 0; font-size: 1.05em; color:#fff; font-weight: 800;}
.con-com-01 .box-head  { font-weight: 800; font-size: 3em; padding-bottom:1em;}
.con-com-01 .box-head p { height: 1.4em;}
.con-com-01 .box-head p img { max-height:100%; width:auto}

.ls-sns-box { display: flex; justify-content: flex-start; align-items: center; }
.ls-sns-box li { padding: 10px 20px 10px 0px; position: relative; margin-left:-10px;}
.ls-sns-box li a { font-size:0; position: relative; width: 40px; height: 40px; display:block; }
.ls-sns-box li .ls-naver:after { position: absolute; width: 25px; height:100%; left:50%; transform: translateX(-50%); content:''; background-size: contain; background-position: center center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26px' height='24px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M22.520,18.172 L15.855,18.172 L13.568,23.537 C13.568,23.537 13.411,24.002 13.029,24.002 C12.648,24.002 12.490,23.537 12.490,23.537 L10.203,18.172 L3.477,18.172 C1.556,18.172 -0.001,16.623 -0.001,14.711 L-0.001,3.462 C-0.001,1.551 1.556,0.001 3.477,0.001 L22.520,0.001 C24.441,0.001 25.998,1.551 25.998,3.462 L25.998,14.711 C25.998,16.623 24.441,18.172 22.520,18.172 ZM6.151,7.327 C6.151,7.327 5.093,7.317 4.727,7.938 L4.727,5.496 C4.727,5.496 3.268,5.515 3.171,5.500 L3.171,11.885 L4.727,11.885 L4.727,11.514 C4.727,11.514 5.194,12.059 6.020,12.059 C6.020,12.059 8.156,12.000 8.167,9.944 C8.167,9.944 8.455,7.541 6.151,7.327 ZM8.649,5.289 L8.649,6.815 C8.649,6.815 9.383,6.979 9.383,7.568 L9.383,11.896 L10.906,11.896 L10.906,7.524 C10.906,7.524 11.081,5.387 8.649,5.289 ZM14.515,7.385 C13.105,7.385 11.963,8.432 11.963,9.723 C11.963,11.015 13.105,12.062 14.515,12.062 C15.925,12.062 17.067,11.015 17.067,9.723 C17.067,8.432 15.925,7.385 14.515,7.385 ZM22.857,7.447 L21.312,7.447 L21.312,7.916 C20.808,7.240 19.987,7.327 19.987,7.327 C17.906,7.480 17.862,9.388 17.862,9.388 L17.862,10.086 C17.862,11.926 19.757,12.062 19.757,12.062 C21.093,12.062 21.279,11.470 21.279,11.470 C21.290,12.931 20.338,12.844 20.338,12.844 L19.921,12.844 L19.921,14.284 L20.611,14.284 C22.879,14.284 22.857,12.062 22.857,12.062 L22.857,7.447 ZM20.436,10.661 C19.916,10.661 19.494,10.241 19.494,9.723 C19.494,9.206 19.916,8.786 20.436,8.786 C20.956,8.786 21.378,9.206 21.378,9.723 C21.378,10.241 20.956,10.661 20.436,10.661 ZM14.515,10.683 C13.983,10.683 13.551,10.253 13.551,9.723 C13.551,9.194 13.983,8.764 14.515,8.764 C15.047,8.764 15.479,9.194 15.479,9.723 C15.479,10.253 15.047,10.683 14.515,10.683 ZM5.672,10.639 C5.178,10.639 4.777,10.240 4.777,9.748 C4.777,9.256 5.178,8.857 5.672,8.857 C6.167,8.857 6.568,9.256 6.568,9.748 C6.568,10.240 6.167,10.639 5.672,10.639 Z'/%3E%3C/svg%3E");}
.ls-sns-box li .ls-youtube:after { position: absolute; width: 27px; height:100%; left:50%; transform: translateX(-50%); content:''; background-size: contain; background-position: center center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='26px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M25.454,2.810 C25.155,1.704 24.274,0.833 23.156,0.537 C21.129,-0.000 13.000,-0.000 13.000,-0.000 C13.000,-0.000 4.871,-0.000 2.844,0.537 C1.725,0.833 0.845,1.704 0.546,2.810 C0.003,4.816 0.003,9.000 0.003,9.000 C0.003,9.000 0.003,13.183 0.546,15.189 C0.845,16.295 1.725,17.167 2.844,17.462 C4.871,18.000 13.000,18.000 13.000,18.000 C13.000,18.000 21.129,18.000 23.156,17.462 C24.274,17.167 25.155,16.295 25.454,15.189 C25.997,13.183 25.997,9.000 25.997,9.000 C25.997,9.000 25.997,4.816 25.454,2.810 ZM10.400,12.857 L10.400,5.142 L17.154,9.000 L10.400,12.857 Z'/%3E%3C/svg%3E");}
.ls-sns-box li .ls-instragram:after {position: absolute; width: 25px; height:100%; left:50%; transform: translateX(-50%); content:''; background-size: contain; background-position: center center; background-repeat: no-repeat;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40px' height='40px' viewBox='0 0 17.64 17.64'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='cls-1' d='M12.55,0H5.09A5.09,5.09,0,0,0,0,5.09v7.46a5.09,5.09,0,0,0,5.09,5.09h7.46a5.09,5.09,0,0,0,5.09-5.09V5.09A5.09,5.09,0,0,0,12.55,0M16,12.68a3.38,3.38,0,0,1-3.38,3.38H5a3.38,3.38,0,0,1-3.38-3.38V5.05A3.38,3.38,0,0,1,5,1.67h7.64A3.38,3.38,0,0,1,16,5.05Z'/%3E%3Cpath class='cls-1' d='M8.82,4.29A4.58,4.58,0,1,0,13.4,8.87,4.58,4.58,0,0,0,8.82,4.29m0,7.54a3,3,0,1,1,3-3,3,3,0,0,1-3,3'/%3E%3Cpath class='cls-1' d='M13.55,3.05a1.07,1.07,0,1,0,1.07,1.06,1.06,1.06,0,0,0-1.07-1.06'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }




/* PC 사이즈 */
@media all and (max-width : 1919px)  { 


	

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



}
@media all and (max-width : 1320px)  { 
	
	.slide-con .ls-slide-texts { bottom: 350px; } 

}

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

	.con-head p { font-size: 2.2em;}
	
	.container { font-size: 1rem;}

	.con-com-01 .box-head { font-size: 2.6em;}

	

}

/* 패드류 기본 */
@media all and (min-width : 769px) and (max-width : 1024px) {
	
	header .box_inner {padding:0.5em 20px;}
	.slide-con .ls-slide-texts { bottom: 400px; } 

}


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

	header .d-md-none { display:none;}
	header .d-lg-none { display: block;}

	.container { font-size: 0.95em;}

	.page-top { bottom: 3em; width: 3.4em; height: 3.4em }

	footer { font-size: 0.9em;}

	.con-com-01 .box-head { font-size: 2.2em;}

	


}

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

	.container { font-size: 0.9em;}

	.slide-btn .silde-txt-box { padding-left:20px; }
	.slide-btn .silde-txt { left: auto; bottom: 15px; right: 20px;  }
	.slide-btn .silde-page { width: 150px; left:20px; bottom: 40px;}
	.slide-btn .silde-page .ls-num em i { font-size: 34px;  }
	.slide-btn .silde-page #slide-progress { bottom: -7px;}

	.slide-con .slide-bg { height:100vh;}
	.slide-con .slide-bg img { width:100%;}
	.slide-con .ls-slide-texts { position: absolute; top: 150;  font-size: 3em;} 
	.slide-con .silde-txt-box { padding-left:20px;}


}

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



}

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

	.slide1-point-img { margin-top:1em; }
	.slide1-point-img img { height:50px; }
	.pf-down img{ width:122px; }

	.container { font-size: 0.85em;}

	.d-md-none { display: none!important;} /* pc 용 감추기 */
	.d-lg-none { display:block;} /* mobile 용 보여주기 */

	header { height: 65px; padding-top: 5px;}
	header .box_inner { padding-left:20px; padding-right:20px;}
	header h1 { height: 1.5em;}
	header .nav-head { width: 30px;}

	header .view-nav { scale: 0.65;}

	.nav-md li a { font-size: 2.7em;  color:#fff; opacity: 1; line-height: 1.25em; }
	.nav-fb { padding-top: 3em; font-size:0.8em; }

	

	.slide-btn .silde-txt-box { padding-left:20px; }
	.slide-btn .silde-txt { left: auto; bottom: 15px; right: 20px;  }
	.slide-btn .silde-page { width: 150px; left:20px; bottom: 40px;}
	.slide-btn .silde-page .ls-num em i { font-size: 34px;  }
	.slide-btn .silde-page #slide-progress { bottom: -7px;}

	.slide-con .slide-bg { height:100vh;}
	.slide-con .slide-bg img { width:100%;}
	.slide-con .ls-slide-texts { position: absolute; top: 150;  font-size: 3em;} 
	.slide-con .silde-txt-box { padding-left:20px;}

	.slide-con .silde-txt-box {  height:110%; }

	.con-com-01 .con-head { padding-bottom:1em;}
	.con-com-01 .box-head { font-size: 1.8em; padding-bottom: 1em;}
	.con-com-01 .ls-box-in { flex-wrap: wrap; position: relative;}
	.con-com-01 .con-box-01 { padding-bottom:0;}
	.con-com-01 .con-box-01 .ls-box-01 { width:100%}
	.con-com-01 .con-box-01 .ls-box-02 { position: absolute; right:10px; top:-10em;}
	.con-com-01 .con-box-02 { padding-top:6em; padding-bottom: 0em;}
	.con-com-01 .con-box-03 {padding-bottom: 7em; padding-top: 6em;}
	.con-com-01 .con-box-04 {padding-bottom: 7em}
	.con-com-01 .con-box-05 { padding-bottom: 10em;}
	.con-com-01 .ls-img-01 { width: 7.6em;}
	.con-com-01 .txt-box { line-height: 1.7em;}
	.con-com-01 .con-box-01 .box-head { padding-bottom: 2em;}
	.con-com-01 .list-box-01 { display:block;}
	.con-com-01 .list-box-01 ul { padding-top:1em;  width:100%; flex-wrap: wrap;}
	.con-com-01 .list-box-01 li { padding-bottom:2em; width: 32%;}
	.con-com-01 .list-total { margin:0 auto; width: 100%; padding:4.8em 2em;}
	.con-com-01 .con-box-03 .ls-box-01 { width:100%;}
	.con-com-01 .con-box-03 .ls-box-02 { width:100%;}
	.con-com-01 .list-box-03 ul { flex-direction: column;}
	.con-com-01 .list-box-03 li { width:100%; text-align: left; padding:3.3em 1em 3.3em 10em;}
	.con-com-01 .list-box-03 strong { padding-bottom:0.4em; font-size:1.45em;  position: relative; width: 160px; text-align: left;}
	.con-com-01 .list-box-03 p { width: 160px; text-align: left;}
	.con-com-01 .list-box-03 li strong:before { width:2.4em; height: 3.8em;   position: absolute; top:-0.2em; left: -4.5em;}
	.con-com-01 .con-box-05 .ls-box-01 { width:100%;}
	.con-com-01 .con-box-05 .ls-box-02 { width:100%;}
	.con-com-01 .list-box-04 li li { max-width: 50%; padding-right: 1.5em;}
	.con-com-01 .list-box-04 li li:nth-child(even) { padding-right:0; padding-left: 1.5em;}
	.con-com-01 .com-box-02 { height: 22em;}
	.con-com-01 .con-box-06 .box-head { font-size: 2.1em; padding-bottom: 1.5em}
	.con-com-01 .con-box-06 .ls-btn { padding-top:0;}

}


/* 모바일사이즈 기본 */
@media all and (max-width : 699px){

	



}

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



}

@media all and (max-width : 540px){
	
	.d-sm-none { display:none;}
	.d-sm-view { display:block;}


	

}


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

	
	

}
/* 스타일 작업 종료 */
/*******************************************************************************************************************/


/* PC 사이즈 */
@media (min-width : 1361px) {
	
	/* 사이드 메뉴 */
	.side_menu {position:fixed;top:0;width:100%;height:100vh;background:#fff;z-index:1000;display:none; overflow-y:scroll;}
	.side_menu .inner {width:100%;max-width:1640px; margin:0 auto;}
	.side_menu .inner .box {padding:0 20px;}
	.side_menu .inner .close_top {text-align:right; margin-top:45px;}
	.side_menu .inner .close_top .imgbox {cursor:pointer;}
	.side_menu .inner .con {width:100%; max-width:1120px; margin:0 auto; margin-top:5%;}
	.side_menu .inner .con .inbox {padding:20px;}
	.side_menu .inner .con .inbox .lbox {float:left; }
	.side_menu .inner .con .inbox .lbox .sub {margin:30px 0;}
	.side_menu .inner .con .inbox .lbox .sub .tebox {display:inline-block; margin-right:165px; line-height:25px;}	
	.side_menu .inner .con .inbox .lbox .sub .tebox_only {width:100%;}	
	.side_menu .inner .con .inbox .lbox .sub .tebox_only .imbox {display:inline-block; text-align:left; width:110px; cursor:pointer;  }	
	.side_menu .inner .con .inbox .lbox .sub .tebox_only .imbox:hover {color:#a7a7a7;}
	.side_menu .inner .con .inbox .rbox {float:right; margin-right:50px; margin-top:50px; }
	.side_menu .inner .con .inbox .rbox .menubtn {margin-bottom:35px;}
	.side_menu .inner .con .inbox .rbox .menubtn a {color:#000;}
	.side_menu .inner .con .inbox .rbox .menubtn a:hover {color:#a7a7a7;}
	
	/* 백그라운드 스타일 */
	.main_modal {background:#000;opacity:0.6;width:100%;height:100vh;}
	.main_modal_page06 {background:#000;opacity:0.6;width:100%;height:100vh;  }
	.main_modal_page03 {background:#000;opacity:0.3;width:100%;height:100vh;  }
	.main_modal_silver06 {background:#ebebeb;opacity:0.6;width:100%;height:100vh;}
	.main_modal_silver03 {background:#ebebeb;opacity:0.3;width:100%;height:100vh;}

	.main_modal1 {background:#2e3a46;opacity:0.3;width:100%;height:100vh;}
	.main_modal2 {background:#566571;opacity:0.3;width:100%;height:100vh;}
	.main_modal3 {background:#2e92c1;opacity:0.3;width:100%;height:100vh;}
	.main_modal4 {background:#5dc6dd;opacity:0.3;width:100%;height:100vh;}
	
	.main_modal5 {background:#245488;opacity:0.6;width:100%;height:100vh; transition: opacity 0.3s }
	.main_modal5:hover {opacity:0.8; }

	#scroll_box img { transition: opacity 0.3s; opacity: 0.4;  }
	#scroll_box img:hover { opacity: 1; }

	/* 1 페이지 - 회사소개 1페이지 공용 */
	.center_box1 { width: 100%; max-width:1360px; margin:0 auto;  height: 100vh; display: flex; flex-direction: column; justify-content: center; text-align:left; }
	.center_box1 .inner {padding:0 20px;}
	.center_box1 .inner .sub_title {margin-bottom:20px;}
	.center_box1 .inner .title {line-height:35px;}
	.center_box1 .inner .title .lbox {float:none; }
	.center_box1 .inner .title .rbox {float:none; margin-top:60px; text-align:left; cursor:pointer; transition: opacity 0.3s; }
	.center_box1 .inner .title .rbox:hover {opacity:0.6;}

	/* 회사소개 */
	.center_page1 .big_logo { position:absolute; z-index:102; right:0px; margin-top:-250px;}
	.center_page1 .big_logo img {opacity:0.04;}
	.center_page1 .inner {width:100%; max-width:1400px; margin:0 auto;}
	.center_page1 .inner .box {padding:0 20px; text-align:left; }
	.center_page1 .inner .box .title {line-height:65px; margin-top:200px; }
	.center_page1 .inner .box .sub {margin-top:140px; }
	.center_page1 .inner .box .sub .text1 {float:left; width:18%; margin-right:2%;}
	.center_page1 .inner .box .sub .text2 {float:left; width:24%; margin-right:4%;}
	.center_page1 .inner .box .sub .text3 {float:left; width:80%;}
	.center_page1 .inner .box .sub .sub_title {margin-bottom:25px; transition: opacity 0.3s; }
	.center_page1 .inner .box .sub .sub_title:hover {opacity:0.6;}
	.center_page1 .inner .box .sub .sub_text {line-height:30px; transition: opacity 0.3s;}
	.center_page1 .inner .box .sub .sub_text2 {line-height:20px; transition: opacity 0.3s;}
	.center_page1 .inner .box .sub .sub_text:hover {opacity:0.6;}
	.center_page1 .inner .box .sub .photo {width:100%;  }
	.center_page1 .inner .box .title2 {line-height:65px; }	
	.center_page1 .border1 {width:100%; margin:150px 0; border-bottom:2px solid #e2e2e2;}
	.center_blank {margin-bottom:150px;}

	
	/* 하단 */
	.center_footer { width: 100%; max-width:1680px; margin:0 auto;  padding:60px 0;}
	.center_footer .inner {padding: 0 30px;}
	.center_footer .inner .box1 {float:left; width: 17%; text-align:left; }
	.center_footer .inner .box2 {float:left; width: 70%; text-align:left; }
	.center_footer .inner .box2 .tebox {display:inline-block; vertical-align:top; margin-right:140px; line-height:25px;}	
	.center_footer .inner .box2 .tebox .imbox {display:inline-block; margin-right:20px; }
	.center_footer .inner .box2 .tebox .imbox a {color:#161616;}
	.center_footer .inner .box2 .tebox .imbox a:hover {color:#a7a7a7;}
	.center_footer .inner .box3 {float:right; width: 13%; text-align:right; }
	.center_footer .inner .box3 .contact a {color:#161616; padding-bottom:10px; border-bottom:2px solid #161616; }
	.center_footer .inner .box3 .contact a:hover {color:#a7a7a7; }
	.center_footer .inner .sub_copy {text-align:right; margin-top:40px; }
	

	/* 콘텐츠 목록 */
	.page_content2 { width:100%; max-width:1640px; margin:0 auto; text-align:left; padding-bottom:100px; }
	.page_content2 .main_text {padding-top:210px; margin-left:150px;}
	.page_content2 .main_text .title {}
	.page_content2 .main_text .title1 {}
	.page_content2 .main_text .title2 {margin-top:15px;}
	.page_content2 .main_text .title3 {width:100%; max-width:440px; margin-top:25px;}
	.page_content2 .main_text .allbtn {}
	.page_content2 .main_cate {margin-top:40px; margin-left:150px; margin-bottom:60px;}
	.page_content2 .main_cate .cate {float:left; }
	.page_content2 .main_cate .cate .btn {float:left; margin-right:55px; }
	.page_content2 .main_cate .search {float:right; width:450px; border:1px solid #a7a7a7; padding:12px; margin-top:-20px;}
	.page_content2 .main_cate .search .search_input { float:left; width:80%; }
	.page_content2 .main_cate .search .search_input .input_box { font-size:16px; width:100%; max-width:400px; border:0px; background:none; border:0px; height:24px; outline:none; color:#a7a7a7; }
	.page_content2 .main_cate .search .search_input input::placeholder {color:#a7a7a7;}
	.page_content2 .main_cate .search .search_input input::-webkit-input-placeholder {color:#a7a7a7; font-size:16px; }
	.page_content2 .main_cate .search .search_input input:-ms-input-placeholder {color:#a7a7a7;}
	.page_content2 .main_cate .search .search_btn { float:right; text-align:right; width:20%;  }
	.page_content2 .main_cate .search .search_btn img {}
	.page_content2 .main_list .page2_listbox {float:left; width:32%; margin-right:2%; padding:60px 0 40px 0;  }
	.page_content2 .main_list .page2_listbox .photo { width:100%; max-width:420px; margin:0 auto; overflow:hidden; cursor:pointer; text-align:center; position:relative; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; background:#a7a7a7; }
	.page_content2 .main_list .page2_listbox .photo img { width:100%;  object-fit: cover;}
	/*.page_content2 .main_list .page2_listbox .photo .dim {width:100%; height:100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/play_icon.png) 50% 50% no-repeat;display: block;background-size: 47px;}*/
	.page_content2 .main_list .page2_listbox .photo .dim {width:100%; height:100%; position: absolute;left:0;top:0;display: flex; flex-direction: column; justify-content: center; transition: background 0.3s; cursor:pointer; opacity:0;}	
	.page_content2 .main_list .page2_listbox .photo .dim:hover {background:rgba(0,0,0,0.5); opacity:1;}
	.page_content2 .main_list .page2_listbox .photo .dim label {line-height:40px; swidth:50%; margin: 0 auto; cursor:pointer; }
	.page_content2 .main_list .page2_listbox .photo .dim .text {}
	.page_content2 .main_list .page2_listbox .photo .dim_sub {width:100%; height:40%; position: absolute; left:0; bottom:0; display: flex; flex-direction: column; justify-content: center; margin-top: auto; cursor:pointer; }
	.page_content2 .main_list .page2_listbox .photo .dim_sub label {width:50%; margin: 0 auto; cursor:pointer; }
	.page_content2 .main_list .page2_listbox .photo .dim_sub .text {}
	.page_content2 .main_list .page2_listbox .title {margin-top:30px; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .main_list .page2_listbox .text {margin-top:18px; line-height:30px; cursor:pointer; }
	.page_content2 .more_btn { margin:100px auto;  }
	.page_content2 .main_list .page3_listbox {float:left; width:25%; margin-right:12.5%; padding:80px 0 40px 0;  }
	.page_content2 .main_list .page3_listbox .photo { width:100%; overflow:hidden; cursor:pointer; text-align:center; position:relative; }
	.page_content2 .main_list .page3_listbox .photo img { width:100%; object-fit: cover;}
	.page_content2 .main_list .page3_listbox .photo .dim {width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/play_icon.png) 50% 50% no-repeat;display: block;background-size: 47px;}
	.page_content2 .main_list .page3_listbox .title {margin-top:30px; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .main_list .page3_listbox .date {margin-top:50px; line-height:30px; cursor:pointer; }

	/* 콘텐츠 뷰어 */
	.page_content_view {text-align:left; margin:0 auto; width:100%; max-width:1920px; overflow:hidden; }
	.page_content_view .goto_page2 { position:absolute; bottom:50px; left:50%; margin-left:-55px;}
	.page_content_view .goto_page2 img {opacity:1; transition: opacity 0.3s; width:121px; }
	.page_content_view .goto_page2 img:hover {opacity:0.7;}

	/* 콘텐츠 뷰어 : notice */
	.page_content_view2 {text-align:left;}
	
	.page_content_view2 .page img {width:100%; max-width:1920px;}
	.page_content_view2 .con {width:100%; max-width:1400px; margin:0 auto;}
	.page_content_view2 .con .inner {padding:0 20px; margin-bottom:200px; }
	.page_content_view2 .con .inner .title {margin-top:180px;}
	.page_content_view2 .con .inner .date {margin-top:40px;}
	.page_content_view2 .con .inner .border1 {width:100%; border-bottom:1px solid #e2e2e2; margin:75px 0;}
	.page_content_view2 .con .inner .text {line-height:45px; margin-bottom:150px;}
	.page_content_view2 .con .inner .more_btn {margin:0 auto;}
	
	/* 문의 */
	.request { width:100%; max-width:1400px; margin:0 auto; text-align:left; }
	.request .inner { padding:0 20px; margin-bottom:200px; }
	.request .inner .title {margin-bottom:70px; padding-top:150px;}
	.request .inner .box1 {margin-top:110px;}
	.request .inner .box1 .sub_title {}
	.request .inner .box1 .sub_input { margin-top:30px; }
	.request .inner .box1 .sub_input .sinput {border:1px solid #a7a7a7;}
	.request .inner .box1 .sub_input .sinput input {font-size:16px; width:100%; padding:12px;  border:0px; background:none; border:0px; height:45px; outline:none; color:#a7a7a7;}
	.request .inner .box1 .sub_input .sinput input::placeholder {color:#a7a7a7; }
	.request .inner .box1 .sub_input .sinput input::-webkit-input-placeholder {color:#a7a7a7; font-size:16px; }
	.request .inner .box1 .sub_input .sinput input:-ms-input-placeholder {color:#a7a7a7;}
	.request .inner .box1 .sub_input .inp1 { float:left; width:25%; margin-right:4%;  }
	.request .inner .box1 .sub_input .inp2 { float:left; width:25%; margin-right:4%;  }
	.request .inner .box1 .sub_input .inp3 { float:left; width:40%;  }
	.request .inner .box1 .sub_input .inp33 {float:left; width:30%; margin-right:3%; margin-bottom:20px;}
	.request .inner .box1 .sub_input .inp33 input[type=checkbox] {width:30px; height:30px; margin-right:5px; }
	.request .inner .box1 .sub_input .text100 textarea {height:240px;}
	.request .inner .box1 .sub_input .chkup {margin-bottom:40px;}
	.request .inner .box1 .sub_input .chkup input[type=checkbox] {width:30px; height:30px; margin-right:5px; }
	.request .inner .box1 .sub_input .chkup span {border-bottom:1px solid #161616; cursor:pointer;}
	.request .inner .box1 .sub_input .chkup span:hover {color:#a7a7a7;}
	.request .inner .box1 .sub_input .more_btn {width:100%; max-width:380px; padding:17px 0; margin:0 auto;}
	.request .inner .title2 { margin-bottom:70px; padding-top:150px;}
	.request .inner .box2 {margin-bottom:40px;}
	.request .inner .box2 .txt1 {display:inline-block; width:150px;}
	.request .inner .box2 .txt2 {display:inline-block;}
	.request .inner .box2 .txt3 {display:inline-block; width:400px;}
	.request .inner .box2 .txt4 {display:inline-block; margin-left:30px; vertical-align:middle; height:42px; cursor:pointer; }
	.request .inner .box2 .txt4:hover {color:#161616;}

	/* 개인정보 처리방침 레이어 */
	.layer_popup {position:fixed;top:0;width:100%;height:100vh;background:rgba(0,0,0,0.9);z-index:1000;display:none; overflow-y:scroll;}
	.layer_popup .inner {width:100%;max-width:1640px; margin:0 auto;}
	.layer_popup .inner .box {padding:0 20px;}
	.layer_popup .inner .close_top {text-align:right; margin-top:45px;}
	.layer_popup .inner .close_top .imgbox {cursor:pointer;}
	.layer_popup .inner .con {width:100%; max-width:1400px; margin:0 auto; margin-top:5%;}
	.layer_popup .inner .con .inbox {padding:20px;}

	
	/****************************************/

	.sub_page { color:#000; }
	.sub_page .box1 { width:100%; height:1380px; background:#3abaa6; }
	.sub_page .box1 .text1 {position:relative; text-align:right; padding-right:150px; padding-top:250px; }
	.sub_page .box1 .text1 .txt1 { font-size:11em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1em; width:100%; }
	.sub_page .box1 .text1 .txt2 { font-size:11em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1em; margin-right:80px; }
	.sub_page .box1 .text1 .txt3 { font-size:11em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1em; margin-right:40px; }
	.sub_page .box1 .text1 .txt4 { font-size:11em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1em; margin-right:400px; }
	.sub_page .box1 .text1 .txt5 { font-size:11em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1em; margin-right:240px; }
	.sub_page .box1 .text2 { position:relative; width:100%; max-width:1320px; margin:0 auto; margin-top:-200px; }
	.sub_page .box1 .text2 .txt1 { font-size:4.3em; color:#fff; }
	.sub_page .box1 .text2 .txt2 { font-size:1.8em; line-height:1.6em; margin-top:20px;  font-weight:300; color:#fff; }

	.sub_page .box2 { width:100%; max-width:2580px; margin:0 auto; display: flex;  justify-content: space-between; align-items:flex-start; padding-top:160px;  }
	.sub_page .box2 .Is-left { width:20%; margin-left:16%;  }
	.sub_page .box2 .Is-left .tt { position:absolute; left:50%; margin-left:-660px; font-size:3em; font-weight:400; margin-top:50px;;  }
	.sub_page .box2 .Is-right { width:60%; max-width:1420px; }
	.sub_page .box2 .Is-right .box { min-height:880px; }
	.sub_page .box2 .Is-right .tt { font-size:6em; font-weight:800; line-height:0px; height:70px; letter-spacing:-1px; }
	.sub_page .box2 .Is-right .st-sub {display:flex; margin-left:5px; }
	.sub_page .box2 .Is-right .st-sub li {font-size:1.7em; color:#3abaa6; margin-right:35px; }
	.sub_page .box2 .Is-right .st { font-size:1.8em; margin-left:5px; margin-top:30px;  }
	.sub_page .box2 .Is-right .Is-3step { margin-top:40px; }
	.sub_page .box2 .Is-right .Is-3step .step1 { float:left; position:relative;  z-index:10; width:37%; height:588px; }
	.sub_page .box2 .Is-right .Is-3step .step1 .imgs { width:100%; height: 588px; object-fit: cover;}
	.sub_page .box2 .Is-right .Is-3step .step1 .over { display:none; position:absolute; width:100%; height:588px; background:rgba(0,0,0,0.5); margin-top:-588px; text-align:center;  }
	.sub_page .box2 .Is-right .Is-3step .step1 a:hover .over { display:flex; justify-content: center; align-items: center; }
	.sub_page .box2 .Is-right .Is-3step .step1:hover {z-index:11;}
	.sub_page .box2 .Is-right .Is-3step .step2 {  float:left; position:relative;  z-index:9; width:37%; height:437px; margin-top:70px; margin-left:-5%;  }
	.sub_page .box2 .Is-right .Is-3step .step2 .imgs { width:100%; height: 437px; object-fit: cover;}
	.sub_page .box2 .Is-right .Is-3step .step2 .over { display:none; position:absolute; width:100%; height:437px; background:rgba(0,0,0,0.5); margin-top:-437px; text-align:center;  }
	.sub_page .box2 .Is-right .Is-3step .step2 a:hover .over { display:flex; justify-content: center; align-items: center; }
	.sub_page .box2 .Is-right .Is-3step .step2:hover {z-index:11;}
	.sub_page .box2 .Is-right .Is-3step .step3 {  float:left; position:relative;  z-index:8; width:37%; height:588px; margin-left:-6%; }
	.sub_page .box2 .Is-right .Is-3step .step3 .imgs { width:100%; height: 588px; object-fit: cover;}
	.sub_page .box2 .Is-right .Is-3step .step3 .over { display:none; position:absolute; width:100%; height:588px; background:rgba(0,0,0,0.5); margin-top:-588px; text-align:center;  }
	.sub_page .box2 .Is-right .Is-3step .step3 a:hover .over { display:flex; justify-content: center; align-items: center; }
	.sub_page .box2 .Is-right .Is-3step .step3:hover {z-index:11;}
	.sub_page .box2 .Is-right .Is-3step .s-tt { color:#fff; font-size:1.7em;  }
	.sub_page .box2 .Is-right .Is-3step .s-st { color:#fff; font-size:2.7em; font-weight:600; padding-bottom:20px; }

	.sub_page .box3 { position:relative; width:100%; max-width:1320px; margin:0 auto; padding-top:160px; z-index:3; }
	.sub_page .box3 .title .tt { font-size:3em; font-weight:400; margin-top:50px; margin-bottom:50px;   }
	.sub_page .box3 .slider1 {width:100%; display:flex; margin-top:70px;}
	.sub_page .box3 .t-left { width:43%; margin-right:5%; }
	.sub_page .box3 .t-right { width:52%; }
	.sub_page .box3 .t-left .tt {color:#3abaa6; font-size:8.5em; margin-left:70px; }
	.sub_page .box3 .t-left .st { font-size:1.7em; line-height:1.8em; margin-left:70px; margin-top:30px; font-weight:500; }
	.sub_page .box3 .t-left .st span {color:#000;}
	.sub_page .box3 .photo { width:100%; width:450px; height:450px;  overflow:hidden; cursor:pointer; text-align:center; position:relative; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; background:#a7a7a7; }
	.sub_page .box3 .photo img { width:100%;  object-fit: cover;}
	.sub_page .box3 .photo .dim { font-size:3.5em; font-weight:600; color:#fff; width:100%; height:100%; position: absolute;left:0;top:0;display: flex; flex-direction: column; justify-content: center; background:rgba(53,186,186,0.5);  cursor:pointer; opacity:1;}	
	.sub_page .box3 .Is-btn {position:relative; margin-bottom:-120px; text-align:right; z-index:11; }
	.sub_page .box3 .Is-btn img:hover {opacity:0.7; }

	.sub_page .box4 { position:relative; width:100%; background:#d8f1ed; padding:40px 0; min-height:420px; margin-top:-30px; overflow-x:scroll;  cursor:url(../img/pointer.png), auto; }
	.sub_page .box4 .Is-history { width:2300px; display:flex; margin-left:300px; margin-top:200px; cursor:url(../img/pointer.png), auto;}
	.sub_page .box4 .h-txt {  width:420px; padding-right:40px; border-top:2px solid #3abaa6; }
	.sub_page .box4 .pop-image {display:none; position:absolute; width:175px; height:175px; border-radius:50%; margin-top:-200px; margin-left:-72px; }
	.sub_page .box4 .h-txt .dots {position:absolute; width:14px; height:14px; border:3px solid #3abaa6; background:#3abaa6; border-radius:50%; margin-top:-10px; }
	.sub_page .box4 .h-txt .dots-active {position:absolute; width:14px; height:14px; border:3px solid #3abaa6; background:#fff; border-radius:50%; margin-top:-10px; }
	.sub_page .box4 .h-txt .tt { font-size:1.8em; font-weight:600; margin-top:20px; }
	.sub_page .box4 .h-txt .st { font-size:1.3em; line-height:1.6em; font-weight:400; margin-top:10px; }
	.sub_page .box4 {
		-ms-overflow-style: none; /* IE and Edge */
		scrollbar-width: none; /* Firefox */
	}
	.sub_page .box4::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera*/
	}

	.sub_page .box5 { position:relative; width:100%; max-width:1320px; margin:0 auto; min-height:460px; padding-top:160px; padding-bottom:160px; z-index:3; display:flex; }
	.sub_page .box5 .Is-left { width:30%; }
	.sub_page .box5 .Is-left .tt { font-size:3em; font-weight:400; margin-top:10px; }
	.sub_page .box5 .Is-right { width:70%; }
	.sub_page .box5 .Is-right img {width:100%; }

	/**/
	.sub_page .box6 { width:100%; padding:200px 0; background:#f5f5f5; min-height:1150px; overflow:hidden; }
	.sub_page .box6 .text1 { width:100%; max-width:1320px; margin:0 auto;  }
	.sub_page .box6 .text1 .tt {font-size:3.3em; line-height:1.2em;  margin-top:30px; }
	.sub_page .box6 .text1 .st {font-size:2.7em; margin-top:30px; }
	.sub_page .box6 .image1 {position:relative; width:100%; max-width:1620px; left:50%; margin-left:-660px; margin-top:100px; }
	.sub_page .box6 .image1 img { height:440px;}
	.sub_page .box6 .text2 { width:100%; max-width:1320px; margin:0 auto;  margin-top:160px; display:flex; }
	.sub_page .box6 .text2 .left { width:25%; }
	.sub_page .box6 .text2 .right { width:75%; word-break: keep-all; }
	.sub_page .box6 .text2 .right .tt { font-size:2.7em; font-weight:600;  margin-top:-10px; }
	.sub_page .box6 .text2 .right .st { font-size:1.5em; margin-top:30px;  }

	.sub_page .box7 { width:100%; padding:200px 0; background:#fff; min-height:1150px; overflow:hidden; }
	.sub_page .box7 .inner {width:100%; max-width:1320px; margin:0 auto; display:flex; }
	.sub_page .box7 .inner .left { width:320px; }
	.sub_page .box7 .inner .left ul {display:flex;}
	.sub_page .box7 .inner .left li {margin-right:35px; font-size:1.5em; color:#a4a4a4; }
	.sub_page .box7 .inner .left li:hover { color:#000; border-bottom:1px solid #000; cursor:pointer; }
	.sub_page .box7 .inner .left li.active { color:#000; border-bottom:1px solid #000; cursor:pointer; }
	.sub_page .box7 .inner .right { width:1000px; }
	.sub_page .box7 .inner .right .tt {}
	.sub_page .box7 .inner .right .tt-s { font-size:2.3em; margin-top:10px; }
	.sub_page .box7 .inner .right .st { font-size:1.5em; margin-top:40px; word-break: keep-all;}
	.sub_page .box7 .inner .right .img { margin-top:60px; }
	.sub_page .box7 .inner .right .img img {max-width:100%; }
	.sub_page .box7 .inner .right .sub-image { margin-top:100px; }
	.sub_page .box7 .inner .right .sub-image img { }
	.sub_page .box7 .inner .right .btn {text-align:center; margin-top:100px; }

	/**/
	.sub_page .box8 { width:100%; padding:150px 0px; background:#828282;  } 
	.sub_page .box8 .inner {width:100%; max-width:1320px; margin:0 auto; display:flex; }
	.sub_page .box8 .inner .left { width:320px; }
	.sub_page .box8 .inner .right { width:1000px; }
	.sub_page .box8 .inner .right .tt { color:#fff; font-size:3.3em; margin-top:-20px;  }
	.sub_page .box8 .inner .right .st { color:#fff;  font-size:1.5em; line-height:2em;  font-weight:300; margin-top:30px; word-break: keep-all;}
	.sub_page .box8 .inner .right .arrow {position:relative; margin-top:40px; margin-left:0px; z-index:5; }
	.sub_page .box8 .inner .right .logo {position:absolute; right:0px; margin-top:-80px; z-index:4; }

}


/* 패드류 기본 */
@media all and (min-width : 601px) and (max-width : 1360px) {
	
	/* 사이드 메뉴 */
	.side_menu {position:fixed;top:0;width:100%;height:100vh;background:#fff;z-index:1000;display:none; overflow-y:scroll;}
	.side_menu .inner {width:100%;max-width:1640px; margin:0 auto;}
	.side_menu .inner .box {padding:0 20px;}
	.side_menu .inner .close_top {text-align:right; margin-top:45px;}
	.side_menu .inner .close_top .imgbox {cursor:pointer;}
	.side_menu .inner .con {width:100%; max-width:1120px; margin:0 auto; margin-top:30px;}
	.side_menu .inner .con .inbox {padding:20px;}
	.side_menu .inner .con .inbox .lbox {float:left; width:65%; }
	.side_menu .inner .con .inbox .lbox .sub {margin:30px 0;}
	.side_menu .inner .con .inbox .lbox .sub .tebox {display:inline-block; margin-right:165px; line-height:25px;}	
	.side_menu .inner .con .inbox .lbox .sub .tebox_only {width:100%;}	
	.side_menu .inner .con .inbox .lbox .sub .tebox_only .imbox {display:inline-block; text-align:left; width:110px; cursor:pointer;  }	
	.side_menu .inner .con .inbox .lbox .sub .tebox_only .imbox:hover {color:#a7a7a7;}
	.side_menu .inner .con .inbox .rbox {float:right; margin-right:50px; margin-top:50px; }
	.side_menu .inner .con .inbox .rbox .menubtn {margin-bottom:35px;}
	.side_menu .inner .con .inbox .rbox .menubtn a {color:#000;}
	.side_menu .inner .con .inbox .rbox .menubtn a:hover {color:#a7a7a7;}

	/* 백그라운드 스타일 */
	.main_modal {background:#000;opacity:0.6;width:100%;height:100vh; padding-bottom:150px;  }
	.main_modal_page06 {background:#000;opacity:0.6;width:100%;height:100vh;  }
	.main_modal_page03 {background:#000;opacity:0.3;width:100%;height:100vh;  }
	.main_modal_silver06 {background:#ebebeb;opacity:0.6;width:100%;height:100vh;}
	.main_modal_silver03 {background:#ebebeb;opacity:0.3;width:100%;height:100vh;}

	.main_modal1 {background:#2e3a46;opacity:0.6;width:100%;height:100vh; padding-bottom:150px; }
	.main_modal2 {background:#566571;opacity:0.6;width:100%;height:100vh; padding-bottom:150px; }
	.main_modal3 {background:#2e92c1;opacity:0.6;width:100%;height:100vh; padding-bottom:150px; }
	.main_modal4 {background:#5dc6dd;opacity:0.6;width:100%;height:100vh; padding-bottom:150px; }
		
	.main_modal5 {background:#245488;opacity:0.6;width:100%;height:100vh; transition: opacity 0.3s }
	.main_modal5:hover {opacity:0.8; }

	#scroll_box img { transition: opacity 0.3s; opacity: 0.4; margin-right:30px; }
	#scroll_box img:hover { opacity: 1; }

	/* 1 페이지 */
	.center_box1 { width: 100%; max-width:1360px; margin:0 auto;  height: 100vh; display: flex; flex-direction: column; justify-content: center; text-align:left; }
	.center_box1 .inner {padding:0 20px;}
	.center_box1 .inner .sub_title {margin-bottom:20px;}
	.center_box1 .inner .title {line-height:40px; }
	.center_box1 .inner .title .lbox {float:none;; font-size:50px;}
	.center_box1 .inner .title .rbox {float:none; margin-top:40px; text-align:left; cursor:pointer; transition: opacity 0.3s; }
	.center_box1 .inner .title .rbox:hover {opacity:0.6;}

	/* 회사소개 */
	.center_page1 .big_logo { position:absolute; z-index:102; right:0px; margin-top:-250px;}
	.center_page1 .big_logo img {opacity:0.04;}
	.center_page1 .inner {width:100%; max-width:1400px; margin:0 auto;}
	.center_page1 .inner .box {padding:0 20px; text-align:left; }
	.center_page1 .inner .box .title {line-height:65px; margin-top:200px; }
	.center_page1 .inner .box .sub {margin-top:140px; }
	.center_page1 .inner .box .sub .text1 {float:left; width:18%; margin-right:2%;}
	.center_page1 .inner .box .sub .text2 {float:left; width:24%; margin-right:4%;}
	.center_page1 .inner .box .sub .text3 {float:left; width:80%;}
	.center_page1 .inner .box .sub .sub_title {margin-bottom:25px; transition: opacity 0.3s; }
	.center_page1 .inner .box .sub .sub_title:hover {opacity:0.6;}
	.center_page1 .inner .box .sub .sub_text {line-height:30px; transition: opacity 0.3s;}
	.center_page1 .inner .box .sub .sub_text2 {line-height:20px; transition: opacity 0.3s;}
	.center_page1 .inner .box .sub .sub_text:hover {opacity:0.6;}
	.center_page1 .inner .box .sub .photo {width:100%; }
	.center_page1 .inner .box .title2 {line-height:65px; }	
	.center_page1 .border1 {width:100%; margin:150px 0; border-bottom:2px solid #e2e2e2;}
	.center_blank {margin-bottom:150px;}


	/* 하단 */
	.center_footer { width: 100%; max-width:1680px; margin:0 auto;  padding:60px 0;}
	.center_footer .inner {padding: 0 20px;}
	.center_footer .inner .box1 {float:left; width: 17%; text-align:left; }
	.center_footer .inner .box2 {float:left; width: 64%; text-align:left; }
	.center_footer .inner .box2 .tebox {display:inline-block; vertical-align:top; margin-right:140px; line-height:25px;}	
	.center_footer .inner .box2 .tebox .imbox {display:inline-block; margin-right:20px; }
	.center_footer .inner .box2 .tebox .imbox a {color:#161616;}
	.center_footer .inner .box2 .tebox .imbox a:hover {color:#a7a7a7;}
	.center_footer .inner .box3 {float:right; width: 17%; text-align:right; }
	.center_footer .inner .box3 .contact a {color:#161616; padding-bottom:10px; border-bottom:2px solid #161616; }
	.center_footer .inner .box3 .contact a:hover {color:#a7a7a7; }
	.center_footer .inner .sub_copy {text-align:right; margin-top:40px; }

	/* 콘텐츠 목록 */
	.page_content2 { padding:0 20px; text-align:left;}
	.page_content2 .main_text {padding-top:100px; margin-left:20px;}
	.page_content2 .main_text .title {}
	.page_content2 .main_text .title1 {}
	.page_content2 .main_text .title2 {margin-top:15px;}
	.page_content2 .main_text .title3 {width:100%; max-width:440px; margin-top:25px;}
	.page_content2 .main_text .allbtn {}
	.page_content2 .main_cate {margin-top:40px; margin-left:20px; margin-bottom:30px;}
	.page_content2 .main_cate .cate {float:left; }
	.page_content2 .main_cate .cate .btn {float:left; margin-right:55px; }
	.page_content2 .main_cate .search {float:right; width:25%; border:1px solid #a7a7a7; padding:12px; margin-top:-20px;}
	.page_content2 .main_cate .search .search_input { float:left; width:80%; }
	.page_content2 .main_cate .search .search_input .input_box { font-size:16px; width:100%; max-width:400px; border:0px; background:none; border:0px; height:24px; outline:none; color:#a7a7a7; }
	.page_content2 .main_cate .search .search_input input::placeholder {color:#a7a7a7;}
	.page_content2 .main_cate .search .search_input input::-webkit-input-placeholder {color:#a7a7a7; font-size:16px; }
	.page_content2 .main_cate .search .search_input input:-ms-input-placeholder {color:#a7a7a7;}
	.page_content2 .main_cate .search .search_btn { float:right; text-align:right; width:20%;  }
	.page_content2 .main_cate .search .search_btn img {}
	.page_content2 .main_list .page2_listbox {float:left; width:32%; margin-right:2%; padding:60px 0 40px 0;  }
	.page_content2 .main_list .page2_listbox .photo { width:90%; max-width:420px; margin:0 auto; overflow:hidden; cursor:pointer; text-align:center; position:relative; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; background:#a7a7a7; }
	.page_content2 .main_list .page2_listbox .photo img { width:100%;  object-fit: cover;}
	/*.page_content2 .main_list .page2_listbox .photo .dim {width:100%; height:100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/play_icon.png) 50% 50% no-repeat;display: block;background-size: 47px;}*/
	.page_content2 .main_list .page2_listbox .photo .dim {width:100%; height:100%; position: absolute;left:0;top:0;display: flex; flex-direction: column; justify-content: center; transition: background 0.3s; cursor:pointer; opacity:0;}
	.page_content2 .main_list .page2_listbox .photo .dim:hover {background:rgba(0,0,0,0.5); opacity:1;}
	.page_content2 .main_list .page2_listbox .photo .dim label {line-height:40px; width:50%; margin: 0 auto; cursor:pointer; }
	.page_content2 .main_list .page2_listbox .photo .dim .text {font-size:24px;}
	.page_content2 .main_list .page2_listbox .photo .dim_sub {width:100%; height:30%; position: absolute; left:0; bottom:0; display: flex; flex-direction: column; justify-content: center; margin-top: auto; cursor:pointer; }
	.page_content2 .main_list .page2_listbox .photo .dim_sub label {width:50%; margin: 0 auto; cursor:pointer; }
	.page_content2 .main_list .page2_listbox .photo .dim_sub .text {font-size:13px; line-height:20px;}
	.page_content2 .main_list .page2_listbox .title {margin-top:30px; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .main_list .page2_listbox .text {margin-top:18px; line-height:30px; cursor:pointer; }
	.page_content2 .more_btn { margin:100px auto;  }
	.page_content2 .main_list .page3_listbox {float:left; width:25%; margin-right:12.5%; padding:30px 0 50px 0;  }
	.page_content2 .main_list .page3_listbox .photo { width:100%; overflow:hidden; cursor:pointer; text-align:center; position:relative; }
	.page_content2 .main_list .page3_listbox .photo img { width:100%; object-fit: cover;}
	.page_content2 .main_list .page3_listbox .photo .dim {width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/play_icon.png) 50% 50% no-repeat;display: block;background-size: 47px;}
	.page_content2 .main_list .page3_listbox .title {margin-top:20px; font-size:20px; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .main_list .page3_listbox .date {margin-top:30px; font-size:20px;  line-height:30px; cursor:pointer; }

	/* 콘텐츠 뷰어 */
	.page_content_view {width:100%;}
	.page_content_view .page {}
	.page_content_view .page img {width:100%;}
	.page_content_view .goto_page2 { position:absolute; bottom:50px; left:50%; margin-left:-55px;}
	.page_content_view .goto_page2 img {opacity:1; transition: opacity 0.3s; width:121px; }
	.page_content_view .goto_page2 img:hover {opacity:0.7;}

	/* 콘텐츠 뷰어 : notice */
	.page_content_view2 {text-align:left;}
	
	.page_content_view2 .page img {width:100%; max-width:1920px;}
	.page_content_view2 .con {width:100%; max-width:1680px; margin:0 auto;}
	.page_content_view2 .con .inner {padding:0 20px; margin-bottom:200px; }
	.page_content_view2 .con .inner .title {margin-top:150px; font-size:36px;}
	.page_content_view2 .con .inner .date {margin-top:30px; font-size:20px; }
	.page_content_view2 .con .inner .border1 {width:100%; border-bottom:1px solid #e2e2e2; margin:45px 0;}
	.page_content_view2 .con .inner .text {line-height:45px; margin-bottom:150px; font-size:20px; }
	.page_content_view2 .con .inner .more_btn {margin:0 auto;}

	/* 문의 */
	.request { width:100%; max-width:1400px; margin:0 auto; text-align:left; }
	.request .inner { padding:0 20px; margin-bottom:200px; }
	.request .inner .title { margin-bottom:70px; font-size:30px; padding-top:130px;}
	.request .inner .box1 {margin-top:110px;}
	.request .inner .box1 .sub_title {}
	.request .inner .box1 .sub_input { margin-top:30px; }
	.request .inner .box1 .sub_input .sinput {border:1px solid #a7a7a7;}
	.request .inner .box1 .sub_input .sinput input {font-size:16px; width:100%; padding:12px;  border:0px; background:none; border:0px; height:45px; outline:none; color:#a7a7a7;}
	.request .inner .box1 .sub_input .sinput input::placeholder {color:#a7a7a7; }
	.request .inner .box1 .sub_input .sinput input::-webkit-input-placeholder {color:#a7a7a7; font-size:16px; }
	.request .inner .box1 .sub_input .sinput input:-ms-input-placeholder {color:#a7a7a7;}
	.request .inner .box1 .sub_input .inp1 { float:left; width:25%; margin-right:4%;  }
	.request .inner .box1 .sub_input .inp2 { float:left; width:25%; margin-right:4%;  }
	.request .inner .box1 .sub_input .inp3 { float:left; width:40%;  }
	.request .inner .box1 .sub_input .inp33 {float:left; width:30%; margin-right:3%; margin-bottom:20px;}
	.request .inner .box1 .sub_input .inp33 input[type=checkbox] {width:30px; height:30px; margin-right:5px; }
	.request .inner .box1 .sub_input .text100 textarea {height:240px;}
	.request .inner .box1 .sub_input .chkup {margin-bottom:40px;}
	.request .inner .box1 .sub_input .chkup input[type=checkbox] {width:30px; height:30px; margin-right:5px; }
	.request .inner .box1 .sub_input .chkup span {border-bottom:1px solid #161616;}
	.request .inner .box1 .sub_input .more_btn {width:100%; max-width:380px; padding:17px 0; margin:0 auto; cursor:pointer; }
	.request .inner .title2 { margin-bottom:70px; font-size:30px; padding-top:130px;}
	.request .inner .box2 {margin-bottom:25px;}
	.request .inner .box2 .txt1 {display:inline-block; width:150px;}
	.request .inner .box2 .txt2 {display:inline-block; font-size:26px; }
	.request .inner .box2 .txt3 {display:inline-block; margin-right:30px; font-size:26px; }
	.request .inner .box2 .txt4 {display:inline-block; margin-left:30px; vertical-align:middle; height:42px; cursor:pointer; }
	.request .inner .box2 .txt4:hover {color:#161616;}

	/* 개인정보 처리방침 레이어 */
	.layer_popup {position:fixed;top:0;width:100%;height:100vh;background:rgba(0,0,0,0.9);z-index:1000;display:none; overflow-y:scroll;}
	.layer_popup .inner {width:100%;max-width:1640px; margin:0 auto;}
	.layer_popup .inner .box {padding:0 20px;}
	.layer_popup .inner .close_top {text-align:right; margin-top:45px;}
	.layer_popup .inner .close_top .imgbox {cursor:pointer;}
	.layer_popup .inner .con {width:100%; max-width:1400px; margin:0 auto; margin-top:5%;}
	.layer_popup .inner .con .inbox {padding:20px;}


		
	/****************************************/

	.sub_page { color:#000; }
	.sub_page .box1 { width:100%; height:1080px; background:#3abaa6; }
	.sub_page .box1 .text1 {position:relative; text-align:right; padding-right:50px; padding-top:250px; }
	.sub_page .box1 .text1 .txt1 { font-size:6em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1em; width:100%; }
	.sub_page .box1 .text1 .txt2 { font-size:6em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1em; margin-right:45px; }
	.sub_page .box1 .text1 .txt3 { font-size:6em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1em; margin-right:25px; }
	.sub_page .box1 .text1 .txt4 { font-size:6em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1em; margin-right:100px; }
	.sub_page .box1 .text1 .txt5 { font-size:6em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1em; margin-right:40px; }
	.sub_page .box1 .text2 { position:relative; width:100%; max-width:1320px; margin:0 auto; margin-top:-200px;  }
	.sub_page .box1 .text2 .txt1 { font-size:4.3em; color:#fff; margin-left:50px; }
	.sub_page .box1 .text2 .txt2 { font-size:1.8em; line-height:1.6em; margin-top:20px;  font-weight:300; color:#fff; margin-left:50px;  }

	.sub_page .box2 { width:100%; max-width:2580px; margin:0 auto; display: flex;  justify-content: space-between; align-items:flex-start; padding-top:160px;  }
	.sub_page .box2 .Is-left { width:25%; margin-left:50px;  }
	.sub_page .box2 .Is-left .tt { position:none; font-size:3em; font-weight:400; margin-top:50px;;  }
	.sub_page .box2 .Is-right { width:60%; max-width:1420px; }
	.sub_page .box2 .Is-right .box { min-height:660px; }
	.sub_page .box2 .Is-right .tt { font-size:6em; font-weight:800; line-height:0px; height:70px; letter-spacing:-1px; }
	.sub_page .box2 .Is-right .st-sub {display:flex; margin-left:5px; }
	.sub_page .box2 .Is-right .st-sub li {font-size:1.7em; color:#3abaa6; margin-right:35px; }
	.sub_page .box2 .Is-right .st { font-size:1.8em; margin-left:5px; margin-top:30px;  }
	.sub_page .box2 .Is-right .Is-3step { margin-top:40px; }
	.sub_page .box2 .Is-right .Is-3step .step1 { float:left; position:relative;  z-index:10; width:37%; height:388px; }
	.sub_page .box2 .Is-right .Is-3step .step1 .imgs { width:100%; height: 388px; object-fit: cover;}
	.sub_page .box2 .Is-right .Is-3step .step1 .over { display:none; position:absolute; width:100%; height:388px; background:rgba(0,0,0,0.5); margin-top:-588px; text-align:center;  }
	.sub_page .box2 .Is-right .Is-3step .step1 a:hover .over { display:flex; justify-content: center; align-items: center; }
	.sub_page .box2 .Is-right .Is-3step .step1:hover {z-index:11;}
	.sub_page .box2 .Is-right .Is-3step .step2 {  float:left; position:relative;  z-index:9; width:37%; height:287px; margin-top:70px; margin-left:-5%;  }
	.sub_page .box2 .Is-right .Is-3step .step2 .imgs { width:100%; height: 287px; object-fit: cover;}
	.sub_page .box2 .Is-right .Is-3step .step2 .over { display:none; position:absolute; width:100%; height:287px; background:rgba(0,0,0,0.5); margin-top:-437px; text-align:center;  }
	.sub_page .box2 .Is-right .Is-3step .step2 a:hover .over { display:flex; justify-content: center; align-items: center; }
	.sub_page .box2 .Is-right .Is-3step .step2:hover {z-index:11;}
	.sub_page .box2 .Is-right .Is-3step .step3 {  float:left; position:relative;  z-index:8; width:37%; height:388px; margin-left:-6%; }
	.sub_page .box2 .Is-right .Is-3step .step3 .imgs { width:100%; height: 388px; object-fit: cover;}
	.sub_page .box2 .Is-right .Is-3step .step3 .over { display:none; position:absolute; width:100%; height:388px; background:rgba(0,0,0,0.5); margin-top:-588px; text-align:center;  }
	.sub_page .box2 .Is-right .Is-3step .step3 a:hover .over { display:flex; justify-content: center; align-items: center; }
	.sub_page .box2 .Is-right .Is-3step .step3:hover {z-index:11;}
	.sub_page .box2 .Is-right .Is-3step .s-tt { color:#fff; font-size:1.7em;  }
	.sub_page .box2 .Is-right .Is-3step .s-st { color:#fff; font-size:2.7em; font-weight:600; padding-bottom:20px; }

	.sub_page .box3 { position:relative; width:100%; max-width:1320px; margin:0 auto; padding-top:160px; z-index:3; }
	.sub_page .box3 .title .tt { font-size:3em; font-weight:400; margin-top:50px; margin-bottom:50px;  margin-left:50px;  }
	.sub_page .box3 .slider1 {width:100%; display:flex; margin-top:70px;}
	.sub_page .box3 .t-left { width:43%; margin-right:5%; }
	.sub_page .box3 .t-right { width:52%; }
	.sub_page .box3 .t-left .tt {color:#3abaa6; font-size:6.5em; margin-left:70px; }
	.sub_page .box3 .t-left .st { font-size:1.3em; line-height:1.8em; margin-left:70px; margin-top:30px; font-weight:500; }
	.sub_page .box3 .t-left .st span {color:#3abaa6;}
	.sub_page .box3 .photo { width:100%; width:350px; height:350px;  overflow:hidden; cursor:pointer; text-align:center; position:relative; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; background:#a7a7a7; }
	.sub_page .box3 .photo img { width:100%;  object-fit: cover;}
	.sub_page .box3 .photo .dim { font-size:2.5em; font-weight:600; color:#fff; width:100%; height:100%; position: absolute;left:0;top:0;display: flex; flex-direction: column; justify-content: center; background:rgba(53,186,186,0.5);  cursor:pointer; opacity:1;}	
	.sub_page .box3 .Is-btn {position:relative; margin-bottom:-120px; text-align:right; z-index:11; margin-right:50px; }
	.sub_page .box3 .Is-btn img:hover {opacity:0.7; }

	.sub_page .box4 { position:relative; width:100%; background:#d8f1ed; padding:40px 0; min-height:420px; margin-top:-30px; overflow-x:scroll;  cursor:url(../img/pointer.png), auto; }
	.sub_page .box4 .Is-history { width:2150px; display:flex; margin-left:150px; margin-top:200px; cursor:url(../img/pointer.png), auto;}
	.sub_page .box4 .h-txt {  width:420px; padding-right:40px; border-top:2px solid #3abaa6; }
	.sub_page .box4 .pop-image {display:none; position:absolute; width:175px; height:175px; border-radius:50%; margin-top:-200px; margin-left:-72px; }
	.sub_page .box4 .h-txt .dots {position:absolute; width:14px; height:14px; border:3px solid #3abaa6; background:#3abaa6; border-radius:50%; margin-top:-10px; }
	.sub_page .box4 .h-txt .dots-active {position:absolute; width:14px; height:14px; border:3px solid #3abaa6; background:#fff; border-radius:50%; margin-top:-10px; }
	.sub_page .box4 .h-txt .tt { font-size:1.8em; font-weight:600; margin-top:20px; }
	.sub_page .box4 .h-txt .st { font-size:1.3em; line-height:1.6em; font-weight:400; margin-top:10px; }
	.sub_page .box4 {
		-ms-overflow-style: none; /* IE and Edge */
		scrollbar-width: none; /* Firefox */
	}
	.sub_page .box4::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera*/
	}

	.sub_page .box5 { position:relative; width:100%; max-width:1320px; margin:0 auto; min-height:360px; padding-top:160px; padding-bottom:160px; z-index:3; display:flex;justify-content: space-between; align-items:flex-start;}
	.sub_page .box5 .Is-left { width:25%; margin-left:50px;  }
	.sub_page .box5 .Is-left .tt { font-size:3em; font-weight:400; margin-top:10px; }
	.sub_page .box5 .Is-right { width:60%; margin-right:50px; }
	.sub_page .box5 .Is-right img {width:100%; }

	/**/
	.sub_page .box6 { padding:200px 30px; background:#f5f5f5; min-height:1150px; overflow:hidden; }
	.sub_page .box6 .text1 { width:100%; max-width:1320px; margin:0 auto;  }
	.sub_page .box6 .text1 .tt {font-size:3.3em; line-height:1.2em;  margin-top:30px; }
	.sub_page .box6 .text1 .st {font-size:2.7em; margin-top:30px; }
	.sub_page .box6 .image1 {position:relative; width:100%; max-width:1620px; left:50%; margin-left:-660px; margin-top:100px; }
	.sub_page .box6 .image1 img { height:440px;}
	.sub_page .box6 .text2 { width:100%; max-width:1320px; margin:0 auto;  margin-top:160px; display:flex; }
	.sub_page .box6 .text2 .left { width:25%; }
	.sub_page .box6 .text2 .right { width:75%; word-break: keep-all; }
	.sub_page .box6 .text2 .right .tt { font-size:2.7em; font-weight:600;  margin-top:-10px; }
	.sub_page .box6 .text2 .right .st { font-size:1.5em; margin-top:30px;  }

	.sub_page .box7 {  padding:200px 30px; background:#fff; min-height:1150px; overflow:hidden; }
	.sub_page .box7 .inner {width:100%; max-width:1320px; margin:0 auto; display:block; }
	.sub_page .box7 .inner .left { width:100%; margin-bottom:60px;  }
	.sub_page .box7 .inner .left ul {display:flex;}
	.sub_page .box7 .inner .left li {margin-right:35px; font-size:1.5em; color:#a4a4a4; }
	.sub_page .box7 .inner .left li:hover { color:#000; border-bottom:1px solid #000; cursor:pointer; }
	.sub_page .box7 .inner .left li.active { color:#000; border-bottom:1px solid #000; cursor:pointer; }
	.sub_page .box7 .inner .right { width:100%; }
	.sub_page .box7 .inner .right .tt {}
	.sub_page .box7 .inner .right .tt-s { font-size:2.3em; margin-top:10px; }
	.sub_page .box7 .inner .right .st { font-size:1.5em; margin-top:40px; word-break: keep-all;}
	.sub_page .box7 .inner .right .img { margin-top:60px; }
	.sub_page .box7 .inner .right .img img {max-width:100%; }
	.sub_page .box7 .inner .right .sub-image { width:100%; margin-top:100px; }
	.sub_page .box7 .inner .right .sub-image img { width:100%; }
	.sub_page .box7 .inner .right .btn {text-align:center; margin-top:100px; }

	/**/
	.sub_page .box8 { padding:150px 30px; background:#828282; } 
	.sub_page .box8 .inner {width:100%; max-width:1320px; margin:0 auto; display:block; }
	.sub_page .box8 .inner .left { width:100%;  margin-bottom:50px; }
	.sub_page .box8 .inner .right { width:100%; }
	.sub_page .box8 .inner .right .tt { color:#fff; font-size:3.3em; margin-top:-20px;  }
	.sub_page .box8 .inner .right .st { color:#fff;  font-size:1.5em; line-height:2em;  font-weight:300; margin-top:30px; word-break: keep-all;}
	.sub_page .box8 .inner .right .arrow {position:relative; margin-top:40px; margin-left:0px; z-index:5; }
	.sub_page .box8 .inner .right .logo {position:absolute; right:0px; margin-top:-80px; z-index:4; }

}


/* 모바일사이즈 기본 */
@media all and (max-width : 600px){
	
	/* 사이드 메뉴 */
	.side_menu {position:fixed;top:0;width:100%;height:100vh;background:#fff;z-index:1000;display:none; overflow-y:scroll;}
	.side_menu .inner {padding-bottom:100px;}
	.side_menu .inner .box {padding:0 20px;}
	.side_menu .inner .close_top {text-align:right; margin-top:45px;}
	.side_menu .inner .close_top .imgbox {cursor:pointer;}
	.side_menu .inner .con {width:100%; max-width:1120px; margin:0 auto; margin-top:30px;}
	.side_menu .inner .con .inbox {padding:20px;}
	.side_menu .inner .con .inbox .lbox {float:none; width:100%; }
	.side_menu .inner .con .inbox .lbox .sub {margin:30px 0;}
	.side_menu .inner .con .inbox .lbox .sub .tebox {float:left; width:50%;}	
	.side_menu .inner .con .inbox .lbox .sub .tebox_only {width:100%;}	
	.side_menu .inner .con .inbox .lbox .sub .tebox_only .imbox {float:left; width:50%; text-align:left; cursor:pointer; }	
	.side_menu .inner .con .inbox .lbox .sub .tebox_only .imbox:hover {color:#a7a7a7;}
	.side_menu .inner .con .inbox .rbox {float:none; width:100%; }
	.side_menu .inner .con .inbox .rbox .menubtn {margin-bottom:5px;}
	.side_menu .inner .con .inbox .rbox .menubtn a {color:#000; font-size:36px; }
	.side_menu .inner .con .inbox .rbox .menubtn a:hover {color:#a7a7a7;}

	/* 백그라운드 스타일 */
	.main_modal {background:#000;opacity:0.6;width:100%;height:100vh; padding-bottom:120px; }
	.main_modal_page06 {background:#000;opacity:0.6;width:100%;height:100vh; padding-bottom:120px;  }
	.main_modal_page03 {background:#000;opacity:0.3;width:100%;height:100vh; padding-bottom:120px;   }
	.main_modal_silver06 {background:#ebebeb;opacity:0.6;width:100%;height:100vh; padding-bottom:120px; }
	.main_modal_silver03 {background:#ebebeb;opacity:0.3;width:100%;height:100vh; padding-bottom:120px; }

	.main_modal1 {background:#2e3a46;opacity:0.6;width:100%;height:100vh; padding-bottom:120px;}
	.main_modal2 {background:#566571;opacity:0.6;width:100%;height:100vh; padding-bottom:120px;}
	.main_modal3 {background:#2e92c1;opacity:0.6;width:100%;height:100vh; padding-bottom:120px;}
	.main_modal4 {background:#5dc6dd;opacity:0.6;width:100%;height:100vh; padding-bottom:120px;}
			
	.main_modal5 {background:#245488;opacity:0.6;width:100%;height:100vh; transition: opacity 0.3s }
	.main_modal5:hover {opacity:0.8; }

	#scroll_box img { transition: opacity 0.3s; opacity: 0.4; margin-right:30px; }
	#scroll_box img:hover { opacity: 1; }

	/* 1 페이지 */
	.outbox {}
	.center_box1 { width: 100%; max-width:1360px; margin:0 auto;  height: 100vh; display: flex; flex-direction: column; justify-content: center; text-align:left; }
	.center_box1 .inner {padding:0 20px;}
	.center_box1 .inner .sub_title {margin-bottom:20px;}
	.center_box1 .inner .title {line-height:45px; }
	.center_box1 .inner .title .lbox {float:none; ; text-align:left; font-size:36px; line-height:50px;}
	.center_box1 .inner .title .rbox {float:none; ; text-align:left; margin-top:20px; margin-right:10px; cursor:pointer; transition: opacity 0.3s; }
	.center_box1 .inner .title .rbox:hover {opacity:0.6;}

	/* 회사소개 */
	.center_page1 .big_logo { position:absolute; z-index:102; right:0px; margin-top:-70px; text-align:right;}
	.center_page1 .big_logo img {opacity:0.04; width:80%}
	.center_page1 .inner {}
	.center_page1 .inner .box {padding:0 20px; text-align:left; }
	.center_page1 .inner .box .title {line-height:45px; margin-top:50px; font-size:24px; }
	.center_page1 .inner .box .sub {margin-top:70px; }
	.center_page1 .inner .box .sub .text1 {float:none; }
	.center_page1 .inner .box .sub .text2 {float:none; border-top:1px solid #e2e2e2; padding-top:30px; margin-top:30px; }
	.center_page1 .inner .box .sub .text3 {float:left; width:100%; }
	.center_page1 .inner .box .sub .sub_title {margin-bottom:10px; transition: opacity 0.3s; }
	.center_page1 .inner .box .sub .sub_title:hover {opacity:0.6;}
	.center_page1 .inner .box .sub .sub_text {line-height:27px; transition: opacity 0.3s;}
	.center_page1 .inner .box .sub .sub_text2 {line-height:20px; transition: opacity 0.3s;}
	.center_page1 .inner .box .sub .sub_text:hover {opacity:0.6;}
	.center_page1 .inner .box .sub .photo {width:100%;  }
	.center_page1 .inner .box .title2 {line-height:45px; font-size:24px;  }	
	.center_page1 .border1 {width:100%; margin:70px 0; border-bottom:0px solid #e2e2e2;}
	.center_blank {margin-bottom:150px;}

	/* 하단 */
	.center_footer { width: 100%; max-width:1680px; margin:0 auto;  padding:60px 0;}
	.center_footer .inner {padding: 0 20px;}
	.center_footer .inner .box1 {float:left; width: 50%; text-align:left; }
	.center_footer .inner .box2 { display:none; float:left; width: 70%; text-align:left; }
	.center_footer .inner .box2 .tebox {display:inline-block; vertical-align:top; margin-right:140px; line-height:25px;}	
	.center_footer .inner .box2 .tebox .imbox {display:inline-block; margin-right:20px; }
	.center_footer .inner .box2 .tebox .imbox a {color:#161616;}
	.center_footer .inner .box2 .tebox .imbox a:hover {color:#a7a7a7;}
	.center_footer .inner .box3 {float:right; width: 50%; text-align:right; margin-top:-10px;}
	.center_footer .inner .box3 .contact a {color:#161616; padding-bottom:10px; border-bottom:2px solid #161616; }
	.center_footer .inner .box3 .contact a:hover {color:#a7a7a7; }
	.center_footer .inner .sub_copy {text-align:left; margin-top:40px; font-size:16px; font-weight:400; }

	/* 콘텐츠 목록 */
	.page_content2 { padding:0 20px; text-align:left;}
	.page_content2 .main_text {padding-top:100px; margin-left:0px;}
	.page_content2 .main_text .title {font-size:30px;}
	.page_content2 .main_text .title1 {}
	.page_content2 .main_text .title2 {margin-top:15px;}
	.page_content2 .main_text .title3 {width:100%; margin-top:25px;}
	.page_content2 .main_text .allbtn {float:right; margin-top:-35px; margin-right:10px;}
	.page_content2 .main_cate {margin-top:25px; margin-left:0px; margin-bottom:10px;}
	.page_content2 .main_cate .cate {float:left; }
	.page_content2 .main_cate .cate .btn {float:left; margin-right:20px; margin-bottom:30px; }
	.page_content2 .main_cate .search {clear:both; float:none; width:100%; border:1px solid #a7a7a7; padding:12px 0; margin-top:30px;}
	.page_content2 .main_cate .search .search_input { float:left; width:80%; }
	.page_content2 .main_cate .search .search_input .input_box { font-size:16px; width:80%; max-width:400px; border:0px; background:none; border:0px; height:24px; outline:none; color:#a7a7a7; margin-left:10px; }
	.page_content2 .main_cate .search .search_input input::placeholder {color:#a7a7a7;}
	.page_content2 .main_cate .search .search_input input::-webkit-input-placeholder {color:#a7a7a7; font-size:16px; }
	.page_content2 .main_cate .search .search_input input:-ms-input-placeholder {color:#a7a7a7;}
	.page_content2 .main_cate .search .search_btn { float:right; text-align:right; width:20%;  }
	.page_content2 .main_cate .search .search_btn img { margin-right:10px;}
	.page_content2 .main_list .page2_listbox {float:left; width:50%; padding:30px 0;  }
	.page_content2 .main_list .page2_listbox .photo { width:90%; max-width:420px; margin:0 auto; overflow:hidden; cursor:pointer; text-align:center; position:relative; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; background:#a7a7a7; }
	.page_content2 .main_list .page2_listbox .photo img { width:100%;  object-fit: cover;}
	/*.page_content2 .main_list .page2_listbox .photo .dim {width:100%; height:100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/play_icon.png) 50% 50% no-repeat;display: block;background-size: 47px;}*/
	.page_content2 .main_list .page2_listbox .photo .dim {background:rgba(0,0,0,0.4); width:100%; height:100%; position: absolute;left:0;top:0;display: flex; flex-direction: column; justify-content: center; cursor:pointer; }
	.page_content2 .main_list .page2_listbox .photo .dim label {line-height:20px; width:50%; margin: 0 auto; cursor:pointer; }
	.page_content2 .main_list .page2_listbox .photo .dim .text {font-size:15px;}
	.page_content2 .main_list .page2_listbox .photo .dim_sub {display:none; width:100%; height:30%; position: absolute; left:0; bottom:0; margin-top: auto; cursor:pointer; }
	.page_content2 .main_list .page2_listbox .photo .dim_sub label {width:50%; margin: 0 auto; cursor:pointer; }
	.page_content2 .main_list .page2_listbox .photo .dim_sub .text {font-size:13px; line-height:20px;}
	.page_content2 .main_list .page2_listbox .title {margin-top:30px; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .main_list .page2_listbox .text {margin-top:18px; line-height:30px; cursor:pointer; }
	.page_content2 .more_btn { margin:100px auto;  }
	.page_content2 .main_list .page3_listbox {float:left; width:46%; margin-right:8%; padding:20px 0 30px 0;  }
	.page_content2 .main_list .page3_listbox .photo { width:100%; overflow:hidden; cursor:pointer; text-align:center; position:relative; }
	.page_content2 .main_list .page3_listbox .photo img { width:100%; object-fit: cover;}
	.page_content2 .main_list .page3_listbox .photo .dim {width:100%;height: 100%;position: absolute;left:0;top:0;background: rgba(0,0,0,0.5) url(../../../img/play_icon.png) 50% 50% no-repeat;display: block;background-size: 47px;}
	.page_content2 .main_list .page3_listbox .title {margin-top:20px; font-size:20px; cursor:pointer; white-space:normal; word-break:break-all;}
	.page_content2 .main_list .page3_listbox .date {margin-top:30px; font-size:20px;  line-height:30px; cursor:pointer; }

	/* 콘텐츠 뷰어 */
	.page_content_view {width:100%;}
	.page_content_view .page {}
	.page_content_view .page img {width:100%;}
	.page_content_view .goto_page2 { position:absolute; bottom:50px; left:50%; margin-left:-55px;}
	.page_content_view .goto_page2 img {opacity:1; transition: opacity 0.3s; width:121px; }
	.page_content_view .goto_page2 img:hover {opacity:0.7;}

	/* 콘텐츠 뷰어 : notice */
	.page_content_view2 {text-align:left;}
	
	.page_content_view2 .page img {width:100%; max-width:1920px;}
	.page_content_view2 .con {width:100%; max-width:1680px; margin:0 auto;}
	.page_content_view2 .con .inner {padding:0 20px; margin-bottom:200px; }
	.page_content_view2 .con .inner .title {margin-top:150px; font-size:30px;}
	.page_content_view2 .con .inner .date {margin-top:30px; font-size:20px; }
	.page_content_view2 .con .inner .border1 {width:100%; border-bottom:1px solid #e2e2e2; margin:45px 0;}
	.page_content_view2 .con .inner .text {line-height:45px; margin-bottom:150px; font-size:20px; }
	.page_content_view2 .con .inner .more_btn {margin:0 auto;}

	/* 문의 */
	.request { width:100%; max-width:1400px; margin:0 auto; text-align:left; }
	.request .inner { padding:0 20px; margin-bottom:200px; }
	.request .inner .title { margin-bottom:70px; font-size:24px; padding-top:100px;}
	.request .inner .box1 {margin-top:60px;}
	.request .inner .box1 .sub_title {font-size:20px;}
	.request .inner .box1 .sub_input { margin-top:30px; }
	.request .inner .box1 .sub_input .sinput {border:1px solid #a7a7a7;}
	.request .inner .box1 .sub_input .sinput input {font-size:16px; width:100%; padding:12px 0;  border:0px; background:none; border:0px; height:45px; outline:none; color:#a7a7a7;}
	.request .inner .box1 .sub_input .sinput input::placeholder {color:#a7a7a7; }
	.request .inner .box1 .sub_input .sinput input::-webkit-input-placeholder {color:#a7a7a7; font-size:16px; }
	.request .inner .box1 .sub_input .sinput input:-ms-input-placeholder {color:#a7a7a7;}
	.request .inner .box1 .sub_input .inp1 { float:none; width:100%; margin-right:0; margin-bottom:20px;}
	.request .inner .box1 .sub_input .inp2 { float:none; width:100%; margin-right:0; margin-bottom:20px; }
	.request .inner .box1 .sub_input .inp3 { float:none; width:100%;  }
	.request .inner .box1 .sub_input .inp33 {float:left; width:40%; margin-right:5%; margin-bottom:20px;}
	.request .inner .box1 .sub_input .inp33 input[type=checkbox] {width:30px; height:30px; margin-right:5px; }
	.request .inner .box1 .sub_input .text100 textarea {height:240px;}
	.request .inner .box1 .sub_input .chkup {margin-bottom:40px;}
	.request .inner .box1 .sub_input .chkup input[type=checkbox] {width:30px; height:30px; margin-right:5px; }
	.request .inner .box1 .sub_input .chkup span {border-bottom:1px solid #161616;}
	.request .inner .box1 .sub_input .more_btn {width:100%; max-width:380px; padding:17px 0; margin:0 auto;}
	.request .inner .title2 { margin-bottom:70px; font-size:24px; padding-top:100px;}
	.request .inner .box2 {margin-bottom:25px;}
	.request .inner .box2 .txt1 {display:block; width:150px;}
	.request .inner .box2 .txt2 {display:block; font-size:20px; }
	.request .inner .box2 .txt3 {display:block; font-size:20px; }
	.request .inner .box2 .txt4 {display:block; text-align:right; margin-top:20px; vertical-align:bottom; height:42px; cursor:pointer; }
	.request .inner .box2 .txt4:hover {color:#161616;}

	/* 개인정보 처리방침 레이어 */
	.layer_popup {position:fixed;top:0;width:100%;height:100vh;background:rgba(0,0,0,0.9);z-index:1000;display:none; overflow-y:scroll;}
	.layer_popup .inner {width:100%;max-width:1640px; margin:0 auto;}
	.layer_popup .inner .box {padding:0 20px;}
	.layer_popup .inner .close_top {text-align:right; margin-top:45px;}
	.layer_popup .inner .close_top .imgbox {cursor:pointer;}
	.layer_popup .inner .con {width:100%; max-width:1400px; margin:0 auto; margin-top:5%;}
	.layer_popup .inner .con .inbox {padding:20px;}

	/****************************************/

	.sub_page { color:#000; }
	.sub_page .box1 { width:100%; height:880px; background:#3abaa6; }
	.sub_page .box1 .text1 {position:relative; text-align:right; padding-right:30px; padding-top:100px; }
	.sub_page .box1 .text1 .txt1 { font-size:3.7em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1.1em; width:100%; }
	.sub_page .box1 .text1 .txt2 { font-size:3.7em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1.1em; margin-right:25px; }
	.sub_page .box1 .text1 .txt3 { font-size:3.7em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1.1em; margin-right:15px; }
	.sub_page .box1 .text1 .txt4 { font-size:3.7em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1.1em; margin-right:100px; }
	.sub_page .box1 .text1 .txt5 { font-size:3.7em; -webkit-text-stroke: 0.5px #fff; color:rgba(0,0,0,0); line-height:1.1em; margin-right:40px; }
	.sub_page .box1 .text2 { position:relative; width:100%; max-width:1320px; margin:0 auto; margin-top:80px;  }
	.sub_page .box1 .text2 .txt1 { font-size:2em; color:#fff; padding:0 30px; }
	.sub_page .box1 .text2 .txt2 { font-size:1.2em; line-height:1.6em; margin-top:20px;  font-weight:300; color:#fff; padding:0 30px;  }

	.sub_page .box2 { padding-left:30px; max-width:2580px; margin:0 auto; display: block;   padding-top:160px;  }
	.sub_page .box2 .Is-left { display:none; width:25%; margin-left:50px;  }
	.sub_page .box2 .Is-left .tt { position:none; font-size:3em; font-weight:400; margin-top:50px;;  }
	.sub_page .box2 .Is-right { width:100%; max-width:1420px; overflow:hidden;  }
	.sub_page .box2 .Is-right .box { min-height:400px; }
	.sub_page .box2 .Is-right .st-t { font-size:1.3em; margin-bottom:25px; }
	.sub_page .box2 .Is-right .tt { font-size:2.5em; font-weight:800; line-height:0px; height:25px; letter-spacing:-1px; }
	.sub_page .box2 .Is-right .st-sub {display:flex; margin-left:0px; }
	.sub_page .box2 .Is-right .st-sub li {font-size:1.1em; color:#3abaa6; margin-right:15px; }
	.sub_page .box2 .Is-right .st { font-size:1.2em; margin-left:0px; margin-top:15px;  }
	.sub_page .box2 .Is-right .Is-3step { margin-top:40px; width:450px; }
	.sub_page .box2 .Is-right .Is-3step .step1 { float:left; position:relative;  z-index:10; width:37%; height:220px; }
	.sub_page .box2 .Is-right .Is-3step .step1 .imgs { width:100%; height: 220px; object-fit: cover;}
	.sub_page .box2 .Is-right .Is-3step .step1 .over { display:none; position:absolute; width:100%; height:220px; background:rgba(0,0,0,0.5); margin-top:-588px; text-align:center;  }
	.sub_page .box2 .Is-right .Is-3step .step1 a:hover .over { display:flex; justify-content: center; align-items: center; }
	.sub_page .box2 .Is-right .Is-3step .step1:hover {z-index:11;}
	.sub_page .box2 .Is-right .Is-3step .step2 {  float:left; position:relative;  z-index:9; width:37%; height:160px; margin-top:40px; margin-left:-5%;  }
	.sub_page .box2 .Is-right .Is-3step .step2 .imgs { width:100%; height: 160px; object-fit: cover;}
	.sub_page .box2 .Is-right .Is-3step .step2 .over { display:none; position:absolute; width:100%; height:160px; background:rgba(0,0,0,0.5); margin-top:-437px; text-align:center;  }
	.sub_page .box2 .Is-right .Is-3step .step2 a:hover .over { display:flex; justify-content: center; align-items: center; }
	.sub_page .box2 .Is-right .Is-3step .step2:hover {z-index:11;}
	.sub_page .box2 .Is-right .Is-3step .step3 {  float:left; position:relative;  z-index:8; width:37%; height:220px; margin-left:-6%; }
	.sub_page .box2 .Is-right .Is-3step .step3 .imgs { width:100%; height: 220px; object-fit: cover;}
	.sub_page .box2 .Is-right .Is-3step .step3 .over { display:none; position:absolute; width:100%; height:220px; background:rgba(0,0,0,0.5); margin-top:-588px; text-align:center;  }
	.sub_page .box2 .Is-right .Is-3step .step3 a:hover .over { display:flex; justify-content: center; align-items: center; }
	.sub_page .box2 .Is-right .Is-3step .step3:hover {z-index:11;}
	.sub_page .box2 .Is-right .Is-3step .s-tt { color:#fff; font-size:1.7em;  }
	.sub_page .box2 .Is-right .Is-3step .s-st { color:#fff; font-size:2.7em; font-weight:600; padding-bottom:20px; }

	.sub_page .box3 { position:relative; width:100%; max-width:1320px; margin:0 auto; padding-top:100px; z-index:3; }
	.sub_page .box3 .title .tt { font-size:2.3em; font-weight:400; margin-top:50px; margin-bottom:10px;  margin-left:30px;  }
	.sub_page .box3 .slider1 {width:100%; display:block; margin-top:30px;}
	.sub_page .box3 .t-left { width:100%; margin-right:5%; }
	.sub_page .box3 .t-right { width:100%; }
	.sub_page .box3 .t-left .tt {color:#3abaa6; font-size:2.5em; padding:0 30px;  }
	.sub_page .box3 .t-left .st { font-size:1.2em; min-height:150px; line-height:1.8em; padding:0 30px;  margin-top:10px; font-weight:500; }
	.sub_page .box3 .t-left .st span {color:#3abaa6;}
	.sub_page .box3 .photo {  width:280px; height:280px; margin: 0 auto; overflow:hidden; cursor:pointer; text-align:center; position:relative; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; background:#a7a7a7; }
	.sub_page .box3 .photo img { width:100%;  object-fit: cover;}
	.sub_page .box3 .photo .dim { font-size:2em; font-weight:600; color:#fff; width:100%; height:100%; position: absolute;left:0;top:0;display: flex; flex-direction: column; justify-content: center; background:rgba(53,186,186,0.5);  cursor:pointer; opacity:1;}	
	.sub_page .box3 .Is-btn {position:relative; margin-top:-42px; text-align:right; z-index:11; margin-right:30px; }
	.sub_page .box3 .Is-btn img {height:30px;}
	.sub_page .box3 .Is-btn img:hover {opacity:0.7; }

	.sub_page .box4 { position:relative; width:100%; background:#d8f1ed; padding:40px 0; min-height:180px; margin-top:-30px; overflow-x:scroll;  cursor:url(../img/pointer.png), auto; }
	.sub_page .box4 .Is-history { width:2150px; display:flex; margin-left:150px; margin-top:120px; cursor:url(../img/pointer.png), auto;}
	.sub_page .box4 .h-txt {  width:420px; padding-right:40px; border-top:2px solid #3abaa6; }
	.sub_page .box4 .pop-image {display:none; position:absolute; width:70px; height:70px; border-radius:50%; margin-top:-90px; margin-left:-27px; }
	.sub_page .box4 .h-txt .dots {position:absolute; width:14px; height:14px; border:3px solid #3abaa6; background:#3abaa6; border-radius:50%; margin-top:-10px; }
	.sub_page .box4 .h-txt .dots-active {position:absolute; width:14px; height:14px; border:3px solid #3abaa6; background:#fff; border-radius:50%; margin-top:-10px; }
	.sub_page .box4 .h-txt .tt { font-size:1.3em; font-weight:600; margin-top:20px; }
	.sub_page .box4 .h-txt .st { font-size:1em; line-height:1.6em; font-weight:400; margin-top:10px; }
	.sub_page .box4 {
		-ms-overflow-style: none; /* IE and Edge */
		scrollbar-width: none; /* Firefox */
	}
	.sub_page .box4::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera*/
	}

	.sub_page .box5 { position:relative; width:100%; max-width:1320px; min-height:360px; margin:0 auto; padding-top:100px; padding-bottom:160px; z-index:3; display:block}
	.sub_page .box5 .Is-left { margin-left:30px;  margin-bottom:50px;  }
	.sub_page .box5 .Is-left .tt { font-size:2.3em; font-weight:400; margin-top:10px; }
	.sub_page .box5 .Is-right { padding:0 30px; }
	.sub_page .box5 .Is-right img {width:100%; }

	/**/
	.sub_page .box6 {  background:#f5f5f5; min-height:1150px; overflow:hidden; }
	.sub_page .box6 .text1 {  max-width:1320px; margin:0 auto; padding:200px 30px 0 30px; }
	.sub_page .box6 .text1 .tt {font-size:1.5em; line-height:1.2em;  margin-top:30px; word-break: keep-all;}
	.sub_page .box6 .text1 .st {font-size:1.3em; margin-top:20px; word-break: keep-all;}
	.sub_page .box6 .image1 {width:100%; margin-top:50px; }
	.sub_page .box6 .image1 img { height:240px;}
	.sub_page .box6 .text2 { max-width:1320px; margin:0 auto;  margin-top:100px; display:block; padding: 0 30px 0px 30px; }
	.sub_page .box6 .text2 .left { width:100%; }
	.sub_page .box6 .text2 .right { width:100%; word-break: keep-all; }
	.sub_page .box6 .text2 .right .tt { font-size:1.5em; font-weight:600;  margin-top:30px; }
	.sub_page .box6 .text2 .right .st { font-size:1.3em; margin-top:30px;  }

	.sub_page .box7 {  padding:100px 0px; background:#fff; min-height:1150px; overflow:hidden; }
	.sub_page .box7 .inner {width:100%; max-width:1320px; margin:0 auto; display:block; }
	.sub_page .box7 .inner .left { padding:0 30px; margin-bottom:60px;  }
	.sub_page .box7 .inner .left ul {display:flex;}
	.sub_page .box7 .inner .left li {margin-right:35px; font-size:1.5em; color:#a4a4a4; }
	.sub_page .box7 .inner .left li:hover { color:#000; border-bottom:1px solid #000; cursor:pointer; }
	.sub_page .box7 .inner .left li.active { color:#000; border-bottom:1px solid #000; cursor:pointer; }
	.sub_page .box7 .inner .right {  }
	.sub_page .box7 .inner .right .tt {text-align:center; }
	.sub_page .box7 .inner .right .tt img {width:70%; }
	.sub_page .box7 .inner .right .tt-s { font-size:1.3em; text-align:center; margin-top:10px; padding:0 30px;}
	.sub_page .box7 .inner .right .st { font-size:1.2em; text-align:center; margin-top:40px; word-break: keep-all; padding:0 30px;}
	.sub_page .box7 .inner .right .img { margin-top:60px; padding:0 50px; }
	.sub_page .box7 .inner .right .img img {max-width:100%; }
	.sub_page .box7 .inner .right .sub-image { width:100%; margin-top:100px; }
	.sub_page .box7 .inner .right .sub-image img { width:100%; }
	.sub_page .box7 .inner .right .btn {text-align:center; margin-top:100px; }
	.sub_page .box7 .inner .right .btn img {width:70%; }

	/**/
	.sub_page .box8 { padding:150px 30px; background:#828282; } 
	.sub_page .box8 .inner {width:100%; max-width:1320px; margin:0 auto; display:block; }
	.sub_page .box8 .inner .left { width:100%;  margin-bottom:50px; }
	.sub_page .box8 .inner .right { width:100%; }
	.sub_page .box8 .inner .right .tt { color:#fff; font-size:2.3em; margin-top:-20px;  }
	.sub_page .box8 .inner .right .st { color:#fff;  font-size:1.3em; line-height:2em;  font-weight:300; margin-top:30px; word-break: keep-all;}
	.sub_page .box8 .inner .right .arrow {position:relative; margin-top:20px; z-index:5; }
	.sub_page .box8 .inner .right .logo {position:absolute; right:0px; margin-top:-80px; z-index:4; }
	.sub_page .box8 .inner .right .logo img {width:200px; }
}


/* 중간 레이아웃 */
/**********************************************************************************************************************/
/* 여기부터 반응형 메인 박스 스타일 적용 */
/**********************************************************************************************************************/
#wrapper {width:100%;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#container {position:relative;max-width:1000px;margin:0px auto;z-index:1;padding:0px}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {margin:0 0px 10px;font-size:1.2em;font-weight:bold;text-align:center;border-bottom:2px solid #ddd;padding-bottom:0px;}

/*index*/
.latest{width:100%;float:left}

#main_work ul:after {display:block;visibility:hidden;clear:both;content:""}
#main_work ul li{background:#fff;letter-spacing:-0.01em}
#main_work ul li.main_work_1{background:#f8f8f8;}
#main_work .work_txt span{ display:block;padding:5px 0;color:#808080;line-height:1.5em}

#lt_notice{clear:both}
#lt_notice,#lt_board,#lt_board2,#lt_board3,#lt_board4,#lt_board5,#lt_board6,#lt_gall{margin-top:20px}


/* PC 사이즈  1001px 픽셀사이즈까지  */
@media (min-width : 1361px) {
    
    #main_work .work_img{width:35%;height:122px;line-height:112px;display:block;float:left;}
    #main_work .work_txt{width:65%;height:122px;display:block;float:left;}
    #main_work .work_txt span.work_txt_tit{margin-top:20px ;font-weight:bold;font-size:1.25em;color:#111}
	
	.view_pc {display:block;}
	.view_tab {display:none;}
	.view_pctab {display:block;}
	.view_tabmobi {display:none;}
	.view_mobi {display:none;}

	.rbtn_icon {display:block;margin-top:25px;}
	.rbtn_icon .btn {margin-left:7px;}
}

/* 패드류 기본*/
@media all and (min-width : 601px) and (max-width : 1360px) {

    #main_work{margin-top:20px}
    #main_work ul li{float:left;width:33.3%;text-align:center;}
    #main_work .work_img{display:block;}
    #main_work .work_img img{max-width:100px;width:80%;height:auto}
    #main_work .work_txt span.work_txt_p{display:none;}
    #main_work .work_txt span.work_txt_tit{margin:0 0 15px;font-size:1.2em;color:#111;font-weight:bold}
	
	.view_pc {display:none;}
	.view_tab {display:block;}
	.view_pctab {display:block;}
	.view_tabmobi {display:block;}
	.view_mobi {display:none;}

	.rbtn_icon {display:none;margin-top:25px;}
	.rbtn_icon .btn {margin-left:7px;}

}

/* 모바일 기본*/
@media all and (max-width : 600px){

    #main_work{margin-top:20px}
    #main_work ul li{float:left;width:33.3%;text-align:center;}
    #main_work .work_img{display:block;}
    #main_work .work_img img{max-width:100px;width:80%;height:auto}
    #main_work .work_txt span.work_txt_p{display:none;}
    #main_work .work_txt span.work_txt_tit{margin:0 0 15px;font-size:1.2em;color:#111;font-weight:bold}
	
	.view_pc {display:none;}
	.view_tab {display:none;}
	.view_pctab {display:none;}
	.view_tabmobi {display:block;}
	.view_mobi {display:block;}

	.rbtn_icon {display:none;}
}



/* 하단 레이아웃 */
#ft {border-top:1px solid #dde4e9;background:#fafafa;text-align:center}
#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden;}
#ft_company{padding:20px 20px 10px}
#ft_company a{font-weight:bold;display:inline-block;padding:0px 5px;font-size:1.12em;border-left:2px solid #eee}
.bd_no{border:none !important}
#ft_copy p{color:#000;padding-bottom:20px}
#ft_copy .ft_sns{padding:15px 20px}
#ft_copy .ft_sns a{padding:3px;}
#top_btn{position:fixed;bottom:10px ;right:10px;border:none;z-index:99}

/*group*/
#group .lt{margin-top:20px}
#group .lt_date{position:absolute;top:0;right:0;color:#5d938b}
@media all and (max-width : 375px) {
    #group .lt{margin-top:10px}
}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha #captcha_img {width:150px;height:60px;border:1px solid #e9e9e9;}
#captcha #captcha_reload {margin:0;padding:0 5px;width:32px;height:32px;border:0;background:url(../img/captcha.png) no-repeat 0 -30px;overflow:hidden; vertical-align:middle;overflow:hidden;cursor:pointer;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 4px;padding:0 5px;width:150px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2em}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha #captcha_mp3{width:32px;height:32px;margin:0;padding:0 5px;height:32px;border:0;background:url(../img/captcha.png) no-repeat 0 0;vertical-align:middle;overflow:hidden;cursor:pointer;overflow:hidden;text-indent:-999px}

/*단축키일람 */
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none;margin-bottom:5px}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
a.btn01 {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {padding:8px;border:0;background:#dfdfdf;color:#fff;letter-spacing:-0.1em;border-radius:0px}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle;border-radius:0px}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none;border-radius:0px}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #d9ded9;background:#fff;color:#000;text-decoration:none;vertical-align:middle;border-radius:0px}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none;color:#00c6b2}
a.btn_b02 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #dfdfdf;background:#dfdfdf;color:#fff;text-decoration:none;vertical-align:middle;border-radius:0px}
a.btn_b02:focus, .btn_b02:hover {background:#00c6b2;transition: 0.8s;-webkit-transition: 0.8s;-moz-transition: 0.8s;-ms-transition: 0.8s;-o-transition: 0.8s;}
a.btn_admin {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;border-radius:0px} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 기본테이블 */
.tbl_wrap {margin:0 0 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-radius:0px 5px 0 0;}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;background:#dfdfdf;color:#fff;text-align:center;letter-spacing:-0.1em;}
.tbl_head01 thead th:first-child{border-top-left-radius:0px;}
.tbl_head01 thead th:last-child{border-top-right-radius:0px}
.tbl_head01 thead a {color:#fff}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {background:#fff;padding:10px;border-top:1px solid #eee;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}


.tbl_head022 {}
.tbl_head022 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head022 thead th {padding:5px 0;border-bottom:1px solid #d1dee2;border-right:1px solid #d1dee2;border-left:1px solid #d1dee2;border-top:1px solid #333;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head022 thead a {color:#383838}
.tbl_head022 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head022 tfoot th {border-top:1px solid #666;border:1px solid #666;background:#484848;color:#fff}
.tbl_head022 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head022 tbody td {padding:5px 0;border:1px solid #e9e9e9;}
.tbl_head022 tbody th {padding:5px 0;border:1px solid #e9e9e9;text-align:center;}
.tbl_head022 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}
.tbl_head022 input[type=text] {border:1px solid #d1dee2; width:90%;height:20px;margin-left:5px;}
.tbl_head022 input[type=file] {margin-left:5px;}
.tbl_head022 textarea {border:1px solid #d1dee2; width:98%;height:120px;margin-left:5px;}
.tbl_head022 span {color:red;}

/* 폼 테이블 */
.tbl_frm01 {}
.tbl_frm01 th {padding:10px 0;width:90px;border:1px solid #e9e9e9;border-left:0;text-align:left}
.tbl_frm01 td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #c2c2c2;background:#fff;vertical-align:middle;line-height:2.3em;height:2.3em;-webkit-appearance:none;border-radius:5px}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px;width:100%}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:20px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #4e5d60;border-bottom:1px solid #e9e9e9;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .tbl_wrap {margin:0 20px}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:10px 20px}

.new_win .win_btn {clear:both;margin:20px;text-align:center}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.5em}
.new_win .win_btn button {display:inline-block;padding:0 10px;height:2.5em;border:0;background:#666;color:#fff;text-decoration:none;line-height:2.5em}
.new_win .win_btn input {padding:0 10px;height:2.5em;line-height:2.5em}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important;text-align:left}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:16px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0px 0 20px;padding: 0 0;text-align:center;font-size:1.083em}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:30px;color:#000;letter-spacing:0;line-height:30px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {text-decoration:none}
.pg_start{background:url(../img/page_btn.gif) no-repeat 0 0 ;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0;border-radius:15px;border:1px solid #ddd}
.pg_prev {background:url(../img/page_btn.gif) no-repeat -31px 0;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0;border-radius:15px;border:1px solid #ddd}
.pg_end{background:url(../img/page_btn.gif) no-repeat -93px 0;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0;border-radius:15px;border:1px solid #ddd}
.pg_next {background:url(../img/page_btn.gif) no-repeat -63px 0;text-indent:-9999px;overflow:hidden;width:30px;height:30px;border:1px solid #eee;padding:0;;border-radius:15px;border:1px solid #ddd}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#dfdfdf;color:#fff;border-radius:15px;font-weight:bold;font-weight:bold}

/* PC화면으로 */
#device_change {display:block;margin:5px;padding:5px 0;border:1px solid #eee;border-radius:2em;color:#000;font-size:1em;text-decoration:none;text-align:center}

.clear_01 { clear: both; line-height: 0px; font-size:0px}

.blank5 { height:5px}
.blank10 { height:10px}
.blank20 { height:20px}

.pdtb50 {padding: 50px 0px;}
.pdtb40 {padding: 40px 0px;}
.pdtb30 {padding: 30px 0px;}
.pdtb20 {padding: 20px 0px;}
.pdtb15 {padding: 15px 0px;}
.pdtb10 {padding: 10px 0px;}


.pd50 {padding: 50px;}
.pd40 {padding: 40px;}
.pd30 {padding: 30px;}
.pd20 {padding: 20px;}
.pd10 {padding: 10px;}


#ft_copy ul { padding:0px; margin: 0px;list-style:none;line-height:10px;}
#ft_copy ul li {color:#000; display:inline-block; padding: 5px 3px;}


.tip { background-color: #eaeaea; padding: 10px;line-height:17px;letter-spacing:0.05em;}
.tip input[type=text] { padding: 3px; border: 1px solid #dfdfdf; width: 300px}
.tip input[type=radio]  { width:20px}
.tip select { border:1px solid #dfdfdf; padding: 3px 5px; font-size: 12px}
.tip span { color:#000; font-weight: bold}



.stit h2 { font-size:15px; color:#346ba3; padding-top:0px; margin:0px; padding-bottom:15px ; text-align:left}
.stit h2 span { font-size:12px; padding-left:10px; color:#000}
.stit2 h2 { font-size:15px; color:#000; padding-top:0px; margin:0px 0 20px 0; padding-bottom:7px ; text-align:left; border-bottom: 1px dotted #ccc}



.pop_left { float:left; width:44%;}
.pop_left ul { padding:0px; margin:0px; list-style: none}
.pop_left ul li { float:left; border-bottom:1px solid #dfdfdf; font-size:13px; padding:10px 0 5px 0; text-align:left}
.pop_left .ti { width:30%}
.pop_left .con { width:70%; font-weight:bold}

.pop_right { float:right; width:44%; }
.pop_right ul { padding:0px; margin:0px; list-style: none}
.pop_right ul li { float:left; border-bottom:1px solid #dfdfdf; font-size:13px; padding:10px 0 5px 0; text-align:left}
.pop_right .ti { width:30%}
.pop_right .con { width:70%; font-weight:bold}

.pop_ti { font-size:40px; padding-bottom:20px; font-weight:bold; letter-spacing:20px; text-align:center;position:relative; border-bottom:1px solid #000; margin-bottom:20px}
.dojang { position:absolute; top:100px; right:30px; }



.tbl_frm02_pop {margin:0 0 0px}
.tbl_frm02_pop table {width:100%;border-collapse:collapse;border-spacing:0; border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9}
.tbl_frm02_pop th {width:70px;padding:10px 5px;border:1px solid #e9e9e9; background:#f5f8f9;text-align:left; color: #3a3a3a;font-size:12px; font-weight:bold}
.tbl_frm02_pop td {padding:10px 5px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;font-size:13px;}
.tbl_frm02_pop .CT { text-align:center}
.tbl_frm02_pop .RT { text-align:right}
.tbl_frm02_pop .hit { font-weight:bold; color: #000; font-size:15px}

.top_text {margin:0 auto;width:100%;max-width:1000px;color:#333;font-size:17px;text-align:left;}
.top_text .subtitle {font-size:37px;color:#333;padding-right:40px;}
.top_text .subtext {font-size:17px;color:#333;padding-top:30px;line-height:25px;padding-left:40px;padding-right:40px;}
.top_text .subicon {padding-top:30px;padding-right:40px;}
.top_text .subtext2 {font-size:13px;color:#333;padding-top:0px;line-height:25px;padding-left:40px;padding-right:40px;}

.sc_top_menu2 {margin:0 auto;width:100%;max-width:1400px;color:#101f39;padding-top:30px;font-size:17px;}
.sc_top_menu2 a {color:#101f39;}

.top_text2 {margin:0 auto;width:100%;max-width:1200px;color:#101f39;font-size:17px;text-align:right;}
.top_text2 .subtitle {font-size:37px;;color:#101f39;text-align:right;padding-left:40px;padding-right:40px;}
.top_text2 .subtext {font-size:17px;color:#101f39;padding-top:30px;line-height:25px;text-align:right;padding-left:40px;padding-right:40px;}
.top_text2 .subicon {padding-top:30px;text-align:right;padding-left:40px;padding-right:40px;}
.top_text2 .subtext2 {font-size:13px;color:#101f39;padding-top:0px;line-height:25px;text-align:right;padding-left:40px;padding-right:40px;}

.sc_top_menu3 {margin:0 auto;width:100%;max-width:1400px;color:#352f2a;padding-top:30px;font-size:17px;}
.sc_top_menu3 a {color:#352f2a;}

.top_text3 {margin:0 auto;width:100%;max-width:1200px;color:#352f2a;font-size:17px;text-align:center;}
.top_text3 .subtitle {font-size:37px;;color:#352f2a;text-align:center;padding-left:40px;padding-right:40px;}
.top_text3 .subtext {font-size:17px;color:#352f2a;padding-top:30px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text3 .subicon {padding-top:30px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text3 .subtext2 {font-size:13px;color:#352f2a;padding-top:0px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}

.top_text4 {margin:0 auto;width:100%;max-width:1200px;color:#e6d0a9;font-size:17px;text-align:center;}
.top_text4 .subtitle {font-size:37px;;color:#e6d0a9;text-align:center;padding-left:40px;padding-right:40px;}
.top_text4 .subtext {font-size:17px;color:#e6d0a9;padding-top:30px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text4 .subicon {padding-top:30px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text4 .subtext2 {font-size:13px;color:#e6d0a9;padding-top:0px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}

.top_text5 {margin:0 auto;width:100%;max-width:1200px;color:#ffffff;font-size:17px;text-align:center;}
.top_text5 .subtitle {font-size:40px;;color:#ffffff;text-align:center;padding-left:40px;padding-right:40px;}
.top_text5 .subtext {font-size:24px;color:#ffffff;padding-top:30px;line-height:38px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text5 .subicon {padding-top:30px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text5 .subtext2 {font-size:17px;color:#e6d0a9;padding-top:10px;line-height:30px;text-align:center;padding-left:40px;padding-right:40px;}

.top_text22 {margin:0 auto;width:100%;max-width:1200px;color:#101f39;font-size:17px;text-align:center;}
.top_text22 .subtitle {font-size:37px;;color:#101f39;text-align:center;padding-left:40px;padding-right:40px;}
.top_text22 .subtext {font-size:17px;color:#101f39;padding-top:30px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text22 .subicon {padding-top:30px;text-align:center;padding-left:40px;padding-right:40px;}
.top_text22 .subtext2 {font-size:13px;color:#101f39;padding-top:0px;line-height:25px;text-align:center;padding-left:40px;padding-right:40px;}
