/*sub1.css*/

/* ÆäÀÌÁö°æ·Î */
 div.page-navi { position:relative; background:#fff; height:50px;  padding:0;  padding:0px 0;  top:0px; border-bottom:1px solid #e8e8e8; border-top:1px solid #e8e8e8;}
.in_title {text-align:center; margin-top:30px;}
.in_title h3 { font-size:24px; color:#333333;  font-weight:600; display:block; letter-spacing:-2px; padding-bottom:10px; background:url(../img/page_line.jpg) no-repeat center bottom;}

 div.page-navi ul {display:flex; border-left:1px solid #e8e8e8;} 
 div.page-navi ul > li { color:#333333; min-width:200px; border-right:1px solid #e3e3e3;  margin-right:1px;   padding-left:18px; font-size:20px;  padding-right:0px;  letter-spacing:-1px; position:relative;}
 div.page-navi ul > li.home {  background:none; min-width:45px; border-right:1px solid #e3e3e3; text-align:center; padding-left:0; font-size:20px; color:#333333;}
 div.page-navi ul > li.home img {display:inline-block;}
 div.page-navi ul > li.home a {justify-content:center;}
 div.page-navi ul > li.home a i {position:relative; right:auto; top:auto;}
 div.page-navi ul > li strong{ color:#000000; font-weight:normal;}
 div.page-navi ul > li > a {color:#333333; display:flex; align-items:center; height:48px;  font-size:15px;}
 div.page-navi ul > li > a i {position:absolute; right:15px; top:16px;}
 div.page-navi ul > li:last-child a {padding-right:24px;}
 div.page-navi ul > li:last-child {}


div.page-navi ul li.hover .hidden-menu {display:block;} 

ol.hidden-menu {position:absolute;  display:none; background:#f9f9f9; z-index:999;  top:48px; left:-2px; width:calc(100% + 3px);  list-style:none; margin:0; padding:0; border:1px solid #ddd; overflow:hidden;}
ol.hidden-menu li {clear:both;  background:#fff; padding:0; width:100%; border-bottom:1px solid #e3e3e3; }
ol.hidden-menu li a {display:block;  background:#fff; color:#333333;  font-size:15px; padding:10px 20px;}
ol.hidden-menu li a:hover {background:#f8f5e6; color:#333333;}
ol.hidden-menu li:last-child {border-bottom:none;}

ol.hidden-menu .depth3_menu {padding:0px 0; position:relative; margin-top:0; margin-left:0; background-size:#f9f9f9; }
ol.hidden-menu .depth3_menu li {background-size:#f9f9f9;}
ol.hidden-menu .depth3_menu li a {font-size:14px; padding:5px 18px; display:block;  letter-spacing:-1px; background-size:#f9f9f9 !important;; border-bottom:none !important;;}
ol.hidden-menu .depth3_menu li a.active {color:#158d44;}
 
div.page-navi .share_box {position:absolute; right:20px; top:18px; }
div.page-navi .share_box a {display:inline-block; width:50px; height:50px; background:url(../../img/share_icon.png) no-repeat center center; text-indent:-50000px;}


 @media (max-width:900px) {
 
div.article {padding-bottom:100px;}

div.page-navi {}
div.page-navi ul li {min-width:auto;}
div.page-navi ul.page-location > li:nth-child(2) {min-width:140px; font-size:16px;}
div.page-navi ul.page-location > li:nth-child(3) {min-width:150px; font-size:16px;}
div.page-navi ul li a i {position:absolute; right:10px; top:9px;}
 div.page-navi ul > li > a {font-size:16px;}

 div.page-navi ul > li.home {  min-width:66px;}
 div.page-navi ul > li.home img {position:relative; top:-3px;}

.hidden-menu {}
.hidden-menu li {width:100% !important; }

.hidden-menu li  a {font-size:13px; }



 
div.page-navi .share_box {top:12px; }
}


 @media (max-width:676px) {

div.page-navi ul.page-location > li:nth-child(2) {min-width:130px; font-size:13px;}
div.page-navi ul.page-location > li:nth-child(3) {min-width:130px; font-size:13px;}
div.page-navi ul li {padding-left:10px;}
div.page-navi ul li a {font-size:14px;}
div.page-navi ul li a i {position:absolute; right:10px; top:16px;}

 
div.page-navi .share_box {top:15px; font-size:15px;}

ol.hidden-menu li {padding-left:0 !important;}
ol.hidden-menu li a {padding:10px 10px;}

 }

 @media (max-width:420px) {

div.page-navi .share_box {right:10px; top:-60px; border:1px solid #ddd; height:50px; width:50px; background:#FFF; border-radius:100%; padding:4px;}

 }

.subvisual {position:relative; text-align:center; }
.subvisual img {display:inline-block;}
.subvisual_txt {position:absolute; display:flex; align-items:center;  justify-content:center; height:100%; z-index:0; text-align:center; top:0; width:100%; font-size:15px; color:#000; line-height:140%;}
.subvisual_txt b {font-size:23px;font-family: 'nanummyeongjo';font-weight:600; line-height:1.5;}

 

.content-area {padding:50px 0 180px 0;}
.content-area.no_bottom {padding-bottom:0px;}
.txt-center {text-align:center;}

/*.content-title {background:url(../../img/content-title-bullet.png) no-repeat; font-size:20px; color:#333333; padding-left:20px; font-weight:bold; margin-bottom:20px; margin-top:50px;}
.content-title.first {margin-top:0;}
.content-title-b {margin-top:50px; margin-bottom:20px; text-align:center; font-size:20px; font-weight:bold;}

.content-title a.btn-default {display:inline-block; border:1px solid #ddd; border-radius:5px; background:#f4f4f4; font-size:14px; padding:5px 20px;}
*/

@media all and (min-width:1900px){
.subvisual {height:220px;}
 .subvisual img {position:absolute; width:100%;  height:auto; top:50%; left:50%; transform:translate(-50%, -50%);}

}

@media all and (max-width:1000px){
 
.subvisual {height:225px;}
.subvisual img {position:absolute;  height:100%; top:50%; left:50%; transform:translate(-50%, -50%);}

.subvisual_txt {}

.content-area {padding:60px 0 100px 0;}
}


@media all and (max-width:676px){
 
.subvisual {height:180px;}
.subvisual img {position:absolute; height:100%; top:50%; left:50%; transform:translate(-50%, -50%); object-fit:cover;}

.subvisual_txt {font-size:16px;}

.content-area {padding:60px 0 100px 0;}
}


.responsive_youtube {position: relative; height:0; padding-bottom: 56.25%; } /*52.25%*/
.responsive_youtube iframe {position:absolute; width:100%; height:100%; top:0; left:0;}


.kplay02_youtube {text-align:center; border-radius:10px; border:10px solid #fff6d2; max-width:976px; margin:60px auto;}
.kplay02_youtube img {display:inline-block; max-width:100%;}

.point_color {color:#e86247;}
 

.page-title {display:block; text-align:center;  padding-bottom:50px; }
.page-title h3 {font-size:38px; line-height:140%;  font-weight:bold; letter-spacing:-2px;}
.page-title p {font-size:20px; line-height:140%; letter-spacing:-1px; margin-top:10px; display:block;}



@media all and (max-width:1000px){
.page-title h3 {font-size:40px;}
.page-title p {font-size:18px;}
}

@media all and (max-width:700px){
.page-title h3 {font-size:24px;}
.page-title p {font-size:16px;}
}

 @media all and (max-width:500px){
.page-title h3 {font-size:24px;}
.page-title p {font-size:14px;}
}


/*ÀÎ»ç¸»*/
.greeting_top {font-family: 'nanummyeongjo'; font-size:30px; text-align:center; padding-bottom:40px; margin-bottom:50px; line-height:140%; border-bottom:1px solid #e5e5e5;}
.greeting_box {display:flex; flex-wrap:wrap;}
.greeting_box .img {width:306px;}
.greeting_box .txt {width:calc(100% - 306px); padding-left:50px;}
.greeting_box .txt p {font-size:18px; line-height:160%;}

.greeting_sign {text-align:right; font-size:18px;  display:block;  width:100%; margin-top:30px;}
.greeting_sign b {font-weight:bold; font-size:20px;}


@media all and (max-width:1000px){

.greeting_top {font-size:28px; padding-bottom:30px; margin-bottom:40px;}
.greeting_box .img {width:250px;}
.greeting_box .img img {max-width:100%;}
.greeting_box .txt {width:calc(100% - 250px); padding-left:40px;}
}


@media all and (max-width:700px){

.greeting_top {font-size:24px; padding-bottom:30px; margin-bottom:40px;}
.greeting_box .img {width:200px;}
.greeting_box .img img {max-width:100%;}
.greeting_box .txt {width:calc(100% - 200px); padding-left:30px;}
.greeting_box .txt p {font-size:16px;}

.greeting_sign {font-size:16px;}
.greeting_sign b {font-size:20px;}

}


@media all and (max-width:500px){

.greeting_top {font-size:18px; padding-bottom:30px; margin-bottom:40px;}
.greeting_box .img {width:100%; text-align:center; margin-bottom:20px;}
.greeting_box .img img {width:200px; display:inline-block;}
.greeting_box .txt {width:100%; padding-left:0px;}
.greeting_box .txt p {font-size:15px;}

.greeting_sign {font-size:15px;}
.greeting_sign b {font-size:20px;}

}






/*¹ýÀÎ¼Ò°³*/
.about_logo_box {}
.about_logo_box .img {text-align:center; margin-bottom:30px;}
.about_logo_box .img img {border:1px solid #ececec; display:inline-block;}
.about_logo_box .txt {font-size:20px; color:#222222; text-align:center; font-weight:300; letter-spacing:-1px;}
.about_logo_box .txt b {font-weight:700;}

.content-title.about {font-size:34px; text-align:center; margin-top:30px; margin-bottom:30px; letter-spacing:-2px;}
.content-title.about b {font-weight:700;}

.about_missionList {display:flex; flex-wrap:wrap; border-top:2px solid #000; padding:30px 0; border-bottom:1px solid #cccccc;}
.about_missionList li {width:33.33333%; border-right:1px solid #cccccc; padding:40px 0; text-align:center;}
.about_missionList li:last-child {border-right:none;}
.about_missionList li .icon {display:inline-block; width:81px; height:81px;}
.about_missionList li .icon.icon01 {background:url(../../img/about_icon01.png) no-repeat;}
.about_missionList li .icon.icon02 {background:url(../../img/about_icon02.png) no-repeat;}
.about_missionList li .icon.icon03 {background:url(../../img/about_icon03.png) no-repeat;}
.about_missionList li p {font-size:18px; font-weight:300; letter-spacing:-1px;}
.about_missionList li p b {font-weight:700;}

.about_box01 {padding:10px 0 30px 0; text-align:center;}
.about_box01 h4 {font-size:28px; font-family: 'nanummyeongjo'; font-weight:500; letter-spacing:0px; margin-bottom:25px;line-height:150%;}
.about_box01 p {font-size:20px; font-weight:300; color:#222222; letter-spacing:-1px; margin-bottom:25px; line-height:150%;}

.about_business {display:flex; flex-wrap:wrap; margin-left:-3%; margin-bottom:100px;}
.about_business li { position:relative; width:22%; margin-left:3%;  border-radius:100%; border:1px dashed #666;}
.about_business li:after {content: ""; display: block; padding-bottom: 100%;}
.about_business li:nth-child(1) {background:url(../../img/about_circle_logo.png) no-repeat center center #FFF;}
.about_business li:nth-child(2) {background:url(../../img/about_circle_logo.png) no-repeat center center #FFF;}
.about_business li:nth-child(3) {background:url(../../img/about_circle_logo.png) no-repeat center center #FFF;}
.about_business li:nth-child(4) {background:url(../../img/about_circle_logo.png) no-repeat center center #FFF;}
.about_business li .txt {position:absolute; left:0; top:0; width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center;}
.about_business li .txt .title {font-size:20px; font-weight:bold; text-align:center; letter-spacing:-1px; margin-bottom:15px;}
.about_business li .txt .desc {font-size:17px; font-weight:300; text-align:center; letter-spacing:-1px; line-height:130%;}

.about_box02 {background:url(../../img/about_bg.png) no-repeat center 0 #EEF5FB; height:720px; border-radius:10px; border:1px dashed #eee;}
.about_box02 .at-container {display:flex; height:100%; align-items:center;}
.about_box02 .txt {padding-left:400px;}
.about_box02 .txt .title01 {font-size:32px; letter-spacing:-1px; font-weight:400; margin-bottom:30px;}
.about_box02 .txt .title01 b {font-weight:bold;}
.about_box02 .txt .title02 {font-size:28px; letter-spacing:-1px; font-weight:700; margin-bottom:30px; margin-top:30px;}
.about_box02 .txt p {font-size:18px; letter-spacing:0px; font-weight:300;}
.about_box02 .txt .small {font-size:14px; letter-spacing:0px; font-weight:300;}

.about_box03 {background:url(../../img/gilbut_bg.jpg) no-repeat center 0; height:350px; border-radius:10px; border:1px dashed #D5E3F1;}
.about_box03 .at-container {display:flex; height:100%; align-items:center;}
.about_box03 .txt {padding-left:400px;}
.about_box03 .txt .title01 {font-size:25px; letter-spacing:-1px; font-weight:400; margin-bottom:30px;}
.about_box03 .txt .title01 b {font-weight:bold;}
.about_box03 .txt .title02 {font-size:28px; letter-spacing:-1px; font-weight:700; margin-bottom:30px; margin-top:30px;}
.about_box03 .txt p {font-size:20px; letter-spacing:0px; font-weight:300;line-height:1.7;}

.about_box04 {background:url(../../img/huwon_bg.jpg) no-repeat center 0; height:350px; border-radius:10px; border:1px dashed #D5E3F1;}
.about_box04 .at-container {display:flex; height:100%; align-items:center;}
.about_box04 .txt {padding-left:400px;}
.about_box04 .txt .title01 {font-size:25px; letter-spacing:-1px; font-weight:400; margin-bottom:30px;}
.about_box04 .txt .title01 b {font-weight:bold;}
.about_box04 .txt .title02 {font-size:28px; letter-spacing:-1px; font-weight:700; margin-bottom:30px; margin-top:30px;}
.about_box04 .txt p {font-size:20px; letter-spacing:0px; font-weight:300;line-height:1.7;}

.about_box05 {background:url(../../img/hanal_bg.jpg) no-repeat center 0; height:350px; border-radius:10px; border:1px dashed #D5E3F1;}
.about_box05 .at-container {display:flex; height:100%; align-items:center;}
.about_box05 .txt {padding-left:400px;}
.about_box05 .txt .title01 {font-size:25px; letter-spacing:-1px; font-weight:400; margin-bottom:30px;}
.about_box05 .txt .title01 b {font-weight:bold;}
.about_box05 .txt .title02 {font-size:28px; letter-spacing:-1px; font-weight:700; margin-bottom:30px; margin-top:30px;}
.about_box05 .txt p {font-size:20px; letter-spacing:0px; font-weight:300;line-height:1.7;}

@media all and (max-width:1200px){
.about_box02 { height:780px;} 
.about_box02 .txt {padding-left:300px;}
}


@media all and (max-width:1000px){

.about_logo_box .txt {font-size:18px;}
.content-title.about {font-size:28px; margin-top:70px; }
.about_box01 {padding:30px 0;}
.about_box01 h4 {font-size:24px; margin-bottom:25px;}
.about_box01 p {font-size:18px; margin-bottom:25px;}

.about_business li .txt .title {font-size:18px;margin-bottom:10px;}
.about_business li .txt .desc {font-size:15px;}

.about_box02 { height:800px;} 
.about_box02 .txt {padding-left:280px;}
.about_box02 .txt .title01 {font-size:28px; margin-bottom:30px;} 
.about_box02 .txt .title02 {font-size:22px;  margin-bottom:30px; margin-top:30px;}
.about_box02 .txt p {font-size:18px; }

.about_box03 { height:350px;} 
.about_box03 .txt {padding-left:280px;}
.about_box03 .txt .title01 {font-size:28px; margin-bottom:30px;} 
.about_box03 .txt .title02 {font-size:22px;  margin-bottom:30px; margin-top:30px;}
.about_box03 .txt p {font-size:18px; }

.about_box04 { height:350px;} 
.about_box04 .txt {padding-left:280px;}
.about_box04 .txt p {font-size:18px; }

.about_box05 { height:350px;} 
.about_box05 .txt {padding-left:280px;}
.about_box05 .txt p {font-size:18px; }

}


@media all and (max-width:800px){

.about_logo_box .txt {text-align:left;}
.about_missionList {padding:0;}
.about_missionList li {padding:30px 0; width:100%; border-right:none; border-bottom:1px solid #ccc;} 
.about_missionList li:last-child {border-bottom:none;}
.about_missionList li p {font-size:16px;}

.content-title.about {font-size:24px; margin-top:50px; }
.about_box01 {padding:20px 0;}
.about_box01 h4 {font-size:18px; margin-bottom:15px;}
.about_box01 p {font-size:16px; margin-bottom:15px;}

.about_business {margin-left:-1%;}
.about_business li {width:24%; margin-left:1%; }
.about_business li .txt .title {font-size:16px;margin-bottom:10px;}
.about_business li .txt .desc {font-size:14px;}


.about_box02 { height:auto; padding:40px 0;}
.about_box02 .txt {padding-left:0px;}
.about_box02 .txt .title01 {font-size:24px; margin-bottom:10px;} 
.about_box02 .txt .title02 {font-size:18px;  margin-bottom:10px; margin-top:20px;}
.about_box02 .txt p {font-size:16px; }



.about_box03 { height:300px; background-size:auto 500px;} 
.about_box03 .txt {padding-left:0px;}
.about_box03 .txt .title01 {font-size:24px; margin-bottom:10px;} 
.about_box03 .txt .title02 {font-size:18px;  margin-bottom:10px; margin-top:20px;}
.about_box03 .txt p {font-size:16px; }

.about_box04 { height:300px; background-size:auto 500px;} 
.about_box04 .txt {padding-left:0px;}
.about_box04 .txt p {font-size:16px; }

.about_box05 { height:300px; background-size:auto 500px;} 
.about_box05 .txt {padding-left:0px;}
.about_box05 .txt p {font-size:16px; }


}


@media all and (max-width:700px){
 
.about_missionList li {padding:20px 0;} 
.about_missionList li p {font-size:14px;}

.content-title.about {font-size:24px; margin-top:40px;}
.about_box01 {padding:20px 0; text-align:left;}
.about_box01 h4 {font-size:18px; margin-bottom:15px;}
.about_box01 p {font-size:16px; margin-bottom:15px;}

.about_business { max-width:500px; margin:0 auto 50px auto; }
.about_business li {width:48%; margin-left:1%; margin-right:1%; margin-bottom:2%;}
.about_business li .txt .title {font-size:16px;margin-bottom:10px;}
.about_business li .txt .desc {font-size:14px;}




.about_box03 { height:300px; background-size:auto 500px;} 
.about_box03 .txt {padding-left:0px;}
.about_box03 .txt .title01 {font-size:24px; margin-bottom:10px;} 
.about_box03 .txt .title02 {font-size:18px;  margin-bottom:10px; margin-top:20px;}
.about_box03 .txt p {font-size:16px; }

.about_box04 { height:300px; background-size:auto 500px;} 
.about_box04 .txt {padding-left:0px;}
.about_box04 .txt p {font-size:16px; }

.about_box05 { height:300px; background-size:auto 500px;} 
.about_box05 .txt {padding-left:0px;}
.about_box05 .txt p {font-size:16px; }


}


@media all and (max-width:600px){

.about_box02 { height:auto; padding:40px 0;}
.about_box02 .txt {padding-left:0px;}
}


@media all and (max-width:500px){

.about_business { max-width:100%; margin:0 auto 50px auto; }
.about_business li { width:50%;margin-left:0; margin-right:0; margin-bottom:0; border-radius:0;} 

}

/*¿ì¸®ÀÇ±âµµ ¼³¸³¸ñÀû*/
.wepray { width:100%;}
.wepray:after{ content:""; display:block; clear:both;}
.cwepray .img_cont{width:100%; margin-bottom:50px; }


.wepray .open { height:240px; background: url('../../img/pray_01_bg.jpg') no-repeat 0 0; background-size:cover;text-align:center; padding:80px 20px;border-radius:30px;}
.wepray .open .txt1{ font-size:35px; font-weight:500; font-family: 'nanummyeongjo'; color:#fff;}
.wepray .open .txt2{ font-size:22px; font-weight:300; font-family: 'nanummyeongjo'; line-height:1.3; margin-top:20px;color:#fff; letter-spacing:-1px;}
.wepray .txtarea { padding:50px 30px;}
.wepray .txtarea1 { padding:20px 10px;}
.wepray .txtarea p { font-size:18px; line-height:1.8; font-weight:300; color:#000; padding:10px 0; text-align:justify;}
.wepray .txtarea .sign {font-size:20px; text-align:center; margin-top:30px;}

@media all and (max-width:992px){
.wepray .img_cont img{ width:100%; height:auto;}
.wepray .open { height:auto;}
.wepray .open .txt1{ font-size:25px;}
.wepray .open .txt2{ font-size:15px; line-height:1.3; margin-top:10px;}
.wepray .txtarea { padding:30px 10px;}
.wepray .txtarea p { font-size:15px;}
.wepray .txtarea .sign {font-size:17px;}
}

@media screen and (max-width: 768px) {
.wepray .text_area {padding:20px;}
.wepray .text_area p {font-size:15px; }
}

@media screen and (max-width: 480px) {
.wepray .open .txt1{ font-size:20px;}
.wepray .open .txt2{ font-size:13px;}
}


/*¿¬Çõ*/
.history_wrap {background:url(../../img/history_line.png) repeat-y center 0;}
.history_box {display:flex; flex-wrap:wrap; margin-bottom:80px;}  

.history_box .img {padding-right:80px; width:50%;}
.history_box .img img {border-top-right-radius:30px; border-bottom-left-radius:30px;} 
.history_box .txt {width:50%; position:relative; padding-left:65px;}
.history_box .txt .list-year {position:absolute; left:-13.5px; padding-left:76px; font-family: "Rubik", sans-serif; font-size:38px; color:#555555; font-weight:600;  }
.history_box .txt .list-year:before {position:absolute; left:0; background:url(../../img/history_bullet.png) no-repeat; content:""; width:27px; height:27px; animation: blink-effect 1.2s infinite;}
.history_box .txt .list-year:after {position:absolute; left:27px;  top:13.5px;width:40px; height:1px; background:#cccccc; content:"";}
.history_box .txt .list-cont {padding-top:60px;}
.history_box .txt .list-cont li {position:relative; font-size:18px; color:#777777; padding-left:50px; margin-bottom:15px; line-height:140%; letter-spacing:-1px;}
.history_box .txt .list-cont li span {color:#777777; position:absolute; left:0; top:0; font-weight:bold;}
.history_box:nth-child(even) .img {order:2; padding-left:80px; padding-right:0;}
.history_box:nth-child(even) .txt {order:1; padding-left:0; padding-right:80px;}
.history_box:nth-child(even) .txt .list-year {left:auto; right:-10px; padding-left:0; padding-right:76px; background-position:right 0;}
.history_box:nth-child(even) .txt .list-year:before {left:auto; right:0;}
.history_box:nth-child(even) .txt .list-year:after {left:auto; right:27px;  width:40px; height:1px; content:"";}
.history_box:nth-child(even) .txt .list-cont li {padding-left:0; padding-right:50px; text-align:right;}
.history_box:nth-child(even) .txt .list-cont li span {left:auto; right:0;}


@keyframes blink-effect {

  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}



@media all and (max-width:1200px){

.history_box .txt .list-year {font-size:40px;}
.history_box .txt .list-cont li {font-size:16px; padding-left:50px; margin-bottom:10px;}
}


@media all and (max-width:1000px){

.history_wrap {background-position:left 0;}
.history_box .txt {order:1; width:100%; padding-bottom:20px;}
.history_box .img {order:2; width:100%; padding:0; text-align:center;}
.history_box .txt .list-year { font-size:28px;}

.history_box:nth-child(even) .img {padding-left:0;}
.history_box:nth-child(even) .txt {padding-right:0; padding-left:80px;}
.history_box:nth-child(even) .txt .list-year {left:-10px; right:auto; padding-left:76px; padding-right:0; background-position:right 0;}
.history_box:nth-child(even) .txt .list-year:before {left:0; right:auto;}
.history_box:nth-child(even) .txt .list-year:after {left:20px; right:auto;  top:10px;width:40px; height:1px; background:#ff3ea0; content:"";}
.history_box:nth-child(even) .txt .list-cont li {padding-left:60px; padding-right:0px; text-align:left;}
.history_box:nth-child(even) .txt .list-cont li span {left:0; right:auto;}


}


@media all and (max-width:500px){

.history_box .txt {padding-left:20px;}
.history_box .txt .list-cont li {font-size:15px; padding-left:40px;}
.history_box .txt .list-year {padding-left:50px; font-size:24px;}
.history_box .txt .list-year:after {width:20px;}
.history_box:nth-child(even) .txt {padding-right:0; padding-left:20px;}
.history_box:nth-child(even) .txt .list-year { padding-left:50px;}
.history_box:nth-child(even) .txt .list-year:before {left:0; right:auto;}
.history_box:nth-child(even) .txt .list-year:after {width:20px;}
.history_box:nth-child(even) .txt .list-cont li {padding-left:40px; padding-right:0px; text-align:left;}
.history_box:nth-child(even) .txt .list-cont li span {left:0; right:auto;}


}



.at-page-tab {max-width:980px; margin:0 auto;}
.at-page-tab ul {display:flex; flex-wrap:wrap; gap:5px; margin-bottom:50px;}
.at-page-tab ul li {flex:1;}
.at-page-tab ul li a {border:1px solid #bbbbbb; display:block; font-size:18px; padding:10px 0; text-align:center; font-weight:600;}
.at-page-tab ul li a.active {background:#2d2d2d; color:#FFf;}

@media all and (max-width:1400px){

.at-page-tab {padding:0 10px;}
}

@media(max-width:500px) {

.at-page-tab ul {gap:2%;}
.at-page-tab ul li {flex:none; width:32%; margin-bottom:2%;}
.at-page-tab ul li a {font-size:14px;}
}

.location_info {padding-left:70px; background:url(../../img/location_icon.png) no-repeat 0 center; margin-bottom:25px;}
.location_info ul li {position:relative; font-size:18px; color:#777777; padding-left:55px; line-height:160%;}
.location_info ul li span {position:absolute; left:0; top:0; color:#222222; font-weight:bold;}

.map_area {border:9px solid #f0f0f0;}
#daumRoughmapContainer1728286514052 {width:100%;}


@media all and (max-width:800px){

.location_info ul li {font-size:15px; padding-left:45px;}

}


/*»ç¾÷¾È³»*/
.business_box01 {font-size:26px; font-weight:bold; color:#333333; letter-spacing:-1px; margin-bottom:35px; line-height:150%; text-align:center;}
.businessList {display:flex; flex-wrap:wrap; margin-left:-1.2%;}
.businessList li {width:23.8%; margin-left:1.2%; background:#ffe2dc; border-radius:10px; overflow:hidden; border-top-left-radius:30px; border-bottom-right-radius:30px;}
.businessList li .img {}
.businessList li .img img {border-bottom-left-radius:10px; border-bottom-right-radius:30px;}
.businessList li .txt {padding:30px 20px; font-size:18px; color:#333333; letter-spacing:-1px; line-height:140%;}
.business_box02 {font-size:18px; color:#777777; letter-spacing:-1px; margin-top:40px; line-height:180%;}


@media all and (max-width:1200px){

.business_box01 {font-size:22px;}
.businessList li .txt br {display:none;}

}



@media all and (max-width:992px){

.business_box01 {font-size:22px;}
.businessList li .txt {padding:20px; font-size:16px;}

}



@media all and (max-width:630px){

.business_box01 {font-size:18px;}
.business_box01 br {display:none;}
.businessList {margin-left:-2%;}
.businessList li {width:48%; margin-left:2%; margin-bottom:2%;}
.businessList li .txt {padding:15px; font-size:15px;}
.business_box02 {font-size:16px; margin-top:20px;}


}


/* ¿ì¸®ÀÇ È°µ¿ */
.business_info { width:100%; margin:0; padding:0;}
.business_info h4 {padding:0; margin:0; font-size:30px; color:#C83535; letter-spacing:-1px;font-weight:600; line-height:2;}
.business_info h4 span {color:#790000;}
.business_info h5 {padding:0; margin:0; font-size:20px; color:#790000; letter-spacing:-1px;font-weight:600; line-height:3;}
.business_info p { font-size:18px; padding:0; margin:0 0 30px 0;font-weight:300;}


@media all and (max-width:992px){

.business_info h4 {padding:0; margin:0; font-size:20px;}
.business_info p { font-size:16px;}
}



@media all and (max-width:630px){




}

/*ÈÄ¿ø¾È³»*/
.huwon_box01 {padding-left:470px; background:url(../../img/huwon_img01.png) no-repeat 190px 0; min-height:174px;}
.huwon_box01 .title {font-size:36px; color:#333333; font-weight:bold; letter-spacing:-1px; margin-bottom:30px;}
.huwon_box01 .desc {font-size:18px; color:#777777; letter-spacing:-1px;}
.content-title.huwon {font-size:26px; font-weight:700; letter-spacing:-1px; padding-left:35px; background:url(../../img/content-title-bullet.png) no-repeat 0 5px; margin-top:70px; margin-bottom:25px;}

.table01 {border-top:2px solid #ff8a72; }
.table01 table {border-collapse:collapse; width:100%;}
.table01 table th {width:235px; background:#f4f4f4; text-align:center; padding:15px 25px; border-bottom:1px solid #c8c8c8; border-right:1px solid #c8c8c8;}
.table01 table td {width:calc(100% - 235px);padding:15px 25px; border-bottom:1px solid #c8c8c8;border-right:1px solid #c8c8c8;}
.table01 table td b {font-weight:700;}
.txtlist {}
.txtlist li {background:url(../../img/list_bullet.png) no-repeat 0 10px; padding-left:10px; font-size:18px; color:#777777;}

.huwon_box02 {margin-top:60px; text-align:center; font-size:18px; color:#777777;}



@media all and (max-width:992px){

.huwon_box01 {padding-left:200px; background:url(../../img/huwon_img01.png) no-repeat 0px 0; background-size:190px auto; min-height:150px;}
.huwon_box01 .title {font-size:30px; margin-bottom:15px;}
.huwon_box01 .desc {font-size:16px;}

.content-title.huwon {font-size:22px; margin-top:30px; margin-bottom:15px;}

.table01 table th {width:150px;  padding:15px 20px; font-size:16px; }
.table01 table td {width:calc(100% - 235px);padding:15px 20px; font-size:16px; }
.txtlist li {font-size:16px;}
}



@media all and (max-width:600px){

.huwon_box01 {padding-left:200px; background:url(../../img/huwon_img01.png) no-repeat 0px 0; background-size:190px auto; min-height:150px;}
.huwon_box01 .title {font-size:24px; margin-bottom:15px;}
.huwon_box01 .desc {font-size:16px;}

.content-title.huwon {font-size:18px; margin-top:30px; margin-bottom:15px;}

.table01 table th {width:100px;  padding:15px 20px; font-size:15px; }
.table01 table td {width:calc(100% - 200px);padding:15px 20px; font-size:15px; }
.txtlist li {font-size:16px;}

.huwon_box02 {margin-top:40px; font-size:15px;}
}


@media all and (max-width:450px){

.huwon_box01 {padding-left:0px; background:url(../../img/huwon_img01.png) no-repeat 0px 0; background-size:150px auto; min-height:auto; padding-top:100px;}
.huwon_box01 .title {font-size:24px; margin-bottom:15px;}
.huwon_box01 .desc {font-size:16px;}

.content-title.huwon {font-size:18px; margin-top:30px; margin-bottom:15px;}

.table01 table th {width:120px;  padding:15px 10px; font-size:14px; }
.table01 table td {width:calc(100% - 120px);padding:15px 10px; font-size:14px; }
.txtlist li {font-size:14px;}

.huwon_box02 {font-size:16px; margin-top:30px;}
}

.privacy_box {}
.privacy_box h3 {font-size:26px; margin-top:40px; margin-bottom:10px; font-weight:bold;}
.privacy_box h4 {font-weight:bold; margin-top:30px; margin-bottom:10px; font-size:20px;}

.privacy_top {background:#F9F9F9; border-radius:30px; padding:30px; margin-bottom:30px;}








/* °¢ »ó´Ü */
.support { width:100%; max-width:1500px; overflow:hidden; margin:0 auto;  }

.support_top {max-width:1500px;clear:both;overflow:hidden;width:100%; min-height:400px; padding:100px 30px 40px 150px;margin:30px auto; background:url(../../img/sungso_bg1.jpg) no-repeat 0 0; list-style:none; background-size:contain;border-top-right-radius:30px;border-top-left-radius:30px;}
.support_top .t1 {font-size:30px; color:#DF4281; font-weight:500;font-family: 'nanummyeongjo'; margin-bottom:20px;}
.support_top .t2 {font-size:18px; color:#333; font-weight:400;}

.support_type { position:relative; top:-150px;margin:0 0 -80px 0; padding:0 100px; width:100%; float:left;}
.support_type dl { float:left; margin:0 20px; padding:170px 0 0 0; text-align:center; width:30%; height:330px;border:1px solid #CCCCCC;box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);border-radius:30px;}
.support_type dt { font-size:24px;font-family: 'GmarketSansMedium'; font-weight:500; margin-bottom:15px;}
.support_type dd { font-size:17px;font-family: 'GmarketSansMedium';background:url(../image/stt_title_bg.gif) no-repeat 50% 0; padding-top:20px; line-height:1.2;color:#656565; font-weight:400;}
.support_type dl:nth-child(1) { background:#fff url(../support/image/s1_icon1.png) no-repeat 50% 30px;}
.support_type dl:nth-child(2) { background:#fff url(../support/image/s1_icon2.png) no-repeat 50% 30px;}
.support_type dl:nth-child(3) { background:#fff url(../support/image/s1_icon3.png) no-repeat 50% 30px;}


@media all and (max-width:992px){
.support_top {padding:60px 30px 40px 60px;}


.support_top .t1 {font-size:25px;font-family: 'nanummyeongjo';}
.support_top .t2 {font-size:15px;line-height:1.3; margin-top:10px;font-family: 'nanummyeongjo';}
.support_type {padding:0;top:-130px;}
.support_type dl {margin:0 3%;width:94%;}

}

@media screen and (max-width: 768px) {


	
.support_top { background:url(../../img/sungso_bg1_m.jpg) no-repeat 0 0;background-size:100%; }
.support_type { margin-bottom:-100px;}
.support_type dl {margin:0 5% 20px 5%;width:90%;padding:100px 30px 30px 30px;background-size:70px;background-position-y:20px; height:auto;}
.support_type dt { font-size:18px;}
.support_type dd { font-size:14px;}
.support_type dd br { display:none;}
	
}

@media screen and (max-width: 520px) {

.support_top { padding:30px 20px;border-top-right-radius:10px;border-top-left-radius:10px;background:url(../../img/sungso_bg1_m.jpg) no-repeat 0 0;background-size:contain; }
.support_top .t1{ font-size:16px;line-height:1.3; font-weight:700; letter-spacing:-1px; margin-bottom:0;}
.support_top .t2{ font-size:12px;}
.support_top .t2 br { display:none;}
}

/* ³»¿ë ºÎºÐ °øÅë */
.stt {float:left; width:100%; margin:0 0 40px 0;padding:0 0 0 0; }
.stt h4 {margin:0;padding:0 0 10px 30px;font-size:18px;font-weight:600;color:#000;background:url(../image/bulet.gif) no-repeat 0 7px;}
.stt dt {float:left; width:20%;padding:20px 0 0 20px;margin:20px 0 10px 0;font-size:22px;font-weight:500;color:#000;background:url(/theme/webon01/img/stt_title_bg.gif) no-repeat 20px 5px;font-family:'GmarketSansMedium' !important;}
.stt dd {float:right; width:79%;padding:20px 30px;margin:4px 0;line-height: 1.8;border:1px solid #DFE3E6;border-radius:30px;}
.stt dd a{text-decoration:none;color:#660000;}
.stt dd a:hover{text-decoration:underline;}
.stt dd ul {padding:10px 20px;margin:0;list-style:none;}
.stt dd ul li{ padding:10px 0 10px 15px;margin:0; background:url(/theme/webon01/img/s_bulet.gif) no-repeat 0 24px; line-height:1.8; letter-spacing:-0.5px; font-size:18px;}
.stt dd ul li .point{ font-size:18px; font-weight:500; color:#CA214D; font-family:'GmarketSansMedium' !important;}
.stt dd ul li strong {font-weight:600; color:#000;font-size:18px;}
.stt dd ul li ul{padding:10px 0 0 10px;margin:0;list-style:none;}
.stt dd ul li ul li{ padding:5px 5px 5px 10px;margin:0; background:url(../image/s_bulet1.gif) no-repeat 0 16px;line-height:1.8;}


@media screen and (max-width: 768px) {	
	.stt {float:left; width:100%; margin:0 0 20px 0;padding:0 0 0 0; }
	.stt dt {width:100%;padding:15px 0 0 0;margin:0 0 10px 0;font-weight:600;color:#000; font-size:17px;background-position-x:0;background-size:30px;}
	.stt dd {width:100%;padding:0;margin:4px 0;line-height: 1.8;border:1px solid #DFE3E6;font-size:13px;border-radius:10px;}
	.stt dd ul li{background-position-y:13px; line-height:1.5; padding:5px 0 5px 10px;font-size:13px;}
	.stt dd ul li ul { padding-left:5px;}
	.stt dd ul li ul li{font-size:13px; padding:5px 0 5px 10px;background-position-y:12px;}

	.stt dd ul li .point{ font-size:14px;}
	.stt dd ul li strong {font-size:13px;}
	.stt dd ul li ul { padding-top:0;}
}

.volunteer_top {max-width:1500px;clear:both;overflow:hidden;width:100%; min-height:440px; padding:100px 30px 40px 150px;margin:30px auto; background:url(/theme/iwootec/html/support/image/s2_bg1.jpg) no-repeat 0 0; list-style:none; background-size:contain;}
.volunteer_top .t1 {font-size:40px; color:#DF4281; font-weight:500;font-family: 'Tenada'; margin-bottom:20px;}
.volunteer_top .t2 {font-size:20px; color:#333; font-weight:400;font-family: 'GmarketSansMedium';}

.volunteer_type { position:relative; top:-150px;margin:0 0 -80px 0; padding:0 100px; width:100%; float:left;}
.volunteer_type dl { float:left; margin:0px; padding:70px 0 50px 0; text-align:center; width:100%; height:350px;border:1px solid #CCCCCC;box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);background:#fff url(../support/image/s2_icon1.png) no-repeat 50% 30px;}
.volunteer_type dt { font-size:24px;font-family: 'GmarketSansMedium'; font-weight:500; margin-bottom:15px;}
.volunteer_type dd { font-size:17px;font-family: 'GmarketSansMedium';background:url(../image/stt_title_bg.gif) no-repeat 50% 0; padding-top:20px; line-height:1.8; color:#656565;font-weight:400;}

.btn_link { display:inline-block;padding:15px 40px;margin:0 0 50px 0;background-color:#EE3369;font-size:18px;font-family: 'GmarketSansMedium';font-weight:500;color:#FFFFFF;text-decoration:none;border-radius:50px; padding-left:80px; padding-right:80px;}
.btn_link:hover{background-color:#C91C4D; }


@media screen and (max-width: 768px) {

.volunteer_type {padding:0;top:-180px; margin-bottom:-180px;}
.volunteer_type dl {width:90%; padding:30px;height:auto; margin:0 5%;}
.volunteer_type dt {font-size:18px;}
.volunteer_type dd {font-size:14px;}

}

@media screen and (max-width: 520px) {
.volunteer_type {padding:0;top:-280px; margin-bottom:-280px;}
.volunteer_type dl {width:auto;}
.volunteer_type dt {font-size:18px;}
.volunteer_type dd {font-size:14px;}

}

.main_youtube_wrap {position:relative;  background:url(../img/main_bg03.png) no-repeat center 0; background-size:100%; }
.main_youtube_wrap .mainTitle {text-align:center; margin-bottom:40px;}
.main_youtube {text-align:center; border-radius:10px; border:10px solid #000; max-width:1000px; margin:0 auto;}
.main_youtube img {display:inline-block; max-width:100%;}


@media all and (max-width:1000px){

.main_youtube_wrap {position:relative; top:0px; min-height:500px; background-size:cover; padding-top:70px;}

.main_youtube_wrap .mainTitle .title01 { font-size:30px;}
.main_youtube_wrap .mainTitle .title02 {font-size:30px;}

}

@media all and (max-width:667px){

.main_youtube_wrap {padding-top: 40px;}

.main_youtube_wrap .mainTitle .title01 { font-size:24px;}
.main_youtube_wrap .mainTitle .title02 {font-size:24px;}

}

/*¿À½Ã´Â±æ*/
#sub_page.company04 section {
    display: flex;
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px #eee solid;
}

#sub_page.company04 section .left {
    width: 38%;
}

#sub_page.company04 section .right {
    width: 62%;
    padding-left: 100px;
}

#sub_page.company04 section .left .box.box01 {
    margin-bottom: 50px;
	line-height:1.5;
}

#sub_page.company04 section .left .box span {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
     position: relative;
     display:inline-block
}
#sub_page.company04 section .left .box span::before {
    position: absolute;
    width: 100%;
    height: 8px;
    background: rgba(255, 234, 93, 1);
    content: '';
    margin-top: 21px;
    z-index: -1;
}

#sub_page.company04 section .left .box h1 {
    font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #000;
}

#sub_page.company04 section .left .box h1 small { font-size:22px;}

#sub_page.company04 section .left .box .flex {
    display: flex;
    margin-top: 20px;
}

#sub_page.company04 section .left .box .flex div {
    width: 24%;
}

#sub_page.company04 section .left .box .flex ul {
    width: 76%;
}

#sub_page.company04 section .left .box .flex ul.tel li {
    align-items: center;
    height: 57px;
    display: flex;
    color: #000;
    font-family: 'Cairo', sans-serif;
    font-weight: 900;
    font-size: 25px;
}

#sub_page.company04 section .left .box .flex div p {
    width: 57px;
    height: 57px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

#sub_page.company04 section .left .box .flex div p i {
    font-size: 26px;
    color: #fff;
}
#sub_page.company04 section .right .map {
    height: 440px;
}
#sub_page.company04 section .right .map .root_daum_roughmap {
    width: 100%;
    height: 440px;
 
}

#sub_page.company04 section .left .box .flex ul li {
    padding-bottom: 5px;
    color: #949494;
}

@media(max-width:991px) {
 
    #sub_page.company04 section {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px #eee solid;
    }

    #sub_page.company04 section .left {
        width: 100%;
    }

    #sub_page.company04 section .right {
        width: 100%;
        padding-left: 0px;
        margin-top: 40px;
    }

    #sub_page.company04 section .left .box.box01 {
        margin-bottom: 30px;
    }

    #sub_page.company04 section .left .box span {
        font-size: 15px;
        font-weight: 900;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        position: relative;
        display: inline-block
    }

    #sub_page.company04 section .left .box span::before {
        position: absolute;
        width: 100%;
        height: 4px;
        background: rgba(255, 234, 93, 1);
        content: '';
        margin-top: 16px;
        z-index: -1;
    }

    #sub_page.company04 section .left .box h1 {
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        font-size: 17px;
        font-weight: 900;
        color: #000;
        margin-top: 4px;
    }
    
	#sub_page.company04 section .left .box h1 {font-size: 17px;}
	#sub_page.company04 section .left .box h1 small { font-size:15px;}
	
    #sub_page.company04 section .left .box .flex {
        display: flex;
        margin-top: 12px;
    }

    #sub_page.company04 section .left .box .flex div {
        width: 14%;
    }

    #sub_page.company04 section .left .box .flex ul {
        width: 86%;
        padding: 0;
        margin: 0;
        padding-left: 12px;
    }

    #sub_page.company04 section .left .box .flex ul.tel li {
        align-items: center;
        height: auto;
        display: flex;
        color: #000;
        font-family: 'Cairo', sans-serif;
        font-weight: 900;
        font-size: 19px;
    }
    #sub_page.company04 section .left .box .flex ul.tel li a  {
        color: #000;
        text-decoration: none;
    }

    #sub_page.company04 section .left .box .flex div p {
        width: 37px;
        height: 37px;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
    }

    #sub_page.company04 section .left .box .flex div p i {
        font-size: 16px;
        color: #fff;
    }
    #sub_page.company04 section .right .map {
        height: 320px;
    }

    #sub_page.company04 section .right .map .root_daum_roughmap {
        width: 100%;
        height: 320px;

    }

    #sub_page.company04 section .left .box .flex ul li {
        padding-bottom: 5px;
        color: #313131;
    }

}