@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

* { margin:0; padding:0; }
body, html { font-family: 'Noto Sans KR', sans-serif; box-sizing:border-box; }

.clear:after { 
    content:""; 
    display:block; 
    clear:both;
}




/* ÇØ´õ */
.woojin_header { position:absolute; width:100%; height:133px; background:#fff; z-index:1000; }
.header_box { padding:0; margin:0 auto; height:133px; position: relative; }



/* ·Î°í */
.woojin_logo { /*margin-top:47px;*/ padding:0; /*float:left;*/position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.woojin_logo > a { display:block; }
/* //·Î°í */


/* ¸Þ´º */
.woojin_menu { /*position:relative;*/ height:133px; /*margin:0 auto;*/ position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%); width: 56%; }
.menu_box { display:table;  table-layout: fixed; margin:0 auto;  }
.menu_box .on {color:#2cc207;}
.menu_1 { display:table-cell; vertical-align: middle; position:relative; }
.menu_1 > a { display:block; height:133px; line-height:133px; font-size:20px; font-weight:500; color:#404040; text-align:center; padding:0 20px; }

/* ¼­ºê¸Þ´º */
.inner { position:absolute; left:50%; top:133px;  transform:translateX(-50%); }
.inner a { display:block; width:200px; text-align:center; background:#f8f8f8; padding:10px 0; font-size:16px; font-weight:400; color:000; transition:.3s; }
.inner a:hover { background:#4d4d4e; color:#fff; font-weight:500; }
/* //¼­ºê¸Þ´º */

/* //¸Þ´º */


/* pcÀÏ¶§ ¸ð¹ÙÀÏ·Î°í ¸ð¹ÙÀÏ ¸Þ´º ¾Èº¸ÀÌ°Ô*/
.m_woojin_logo { display:none; }
.mobile1 { display:none; }
/* //pcÀÏ¶§ ¸ð¹ÙÀÏ·Î°í ¸ð¹ÙÀÏ ¸Þ´º ¾Èº¸ÀÌ°Ô*/




/* Ä«´Þ·Î±× , languge*/
.woojin_right { /*float:right;*/ position:absolute; right:0; top:50%; transform: translateY(-50%);  }


/* Ä«´Þ·Î±× */
.woojin_down { float:left; }
.woojin_down > a { display:block; padding:5px 15px; border:1px solid #898989; border-radius:4px; /*margin-top:55px;*/ font-size:13px; font-weight:400; color:#898989; text-align:center; transition:.3s; }
.woojin_down > a:hover { color:#fff; background:#898989; }
.woojin_down > a > i { margin-left:10px; }
/* //Ä«´Þ·Î±× */

/* languge */
.woojin_lang { float:left; position:relative; margin-left:20px; }

select::-ms-expand { 
display: none; /*ÀÍÇÃ 10,11ÀÌ»ó. È­»ìÇ¥ °¨Ãß±â*/ 
}

.woojin_lang_select { height:34px; border:1px solid #898989; color:#898989; border-radius:4px; padding-right:24px; padding-left:10px; position:relative; 

-webkit-appearance:none;/*select ³»ºÎ ½ºÅ¸ÀÏ Á¦°Å (È­»ìÇ¥ Á¦°Å)*/ 
-moz-appearance:none; 
-o-appearance:none; 
appearance:none; 

background:url(img/w_lang_d.png) no-repeat; background-size:12px; background-position:94% 55%;

}
/*.woojin_lang > a { display:block; padding:5px 10px; font-size:13px; font-weight:400; color:#898989; text-align:center; transition:.3s; }
.woojin_lang > a:hover { background:#898989; color:#fff; }
.woojin_lang > a > i { margin-left:5px; }
.lang_inner { position:absolute; left:0; top:32px; width:100%; }
.lang_inner > a { display:block; padding:5px 10px; font-size:13px; font-weight:400; color:#898989; transition:.3s;  }
.lang_inner > a:hover { background:#898989; color:#fff; }*/
/* //languge */

/* //Ä«´Þ·Î±× , languge*/







/* ÇØ´õ ¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.woojin_menu { margin:0 20px; }
	.menu_1 > a { font-size:16px; }
	.woojin_lang { margin-left:10px; }	
}

@media (max-width: 991px) {
	/*¸ð¹ÙÀÏÀÏ¶§ pc¿¡ ÀÖ´Â°Å ¾Èº¸ÀÌ°Ô*/
	.woojin_menu { display:none; }
	.woojin_down { display:none; }
	.woojin_lang { display:none; }
	/*//¸ð¹ÙÀÏÀÏ¶§ pc¿¡ ÀÖ´Â°Å ¾Èº¸ÀÌ°Ô*/

	/*mobile*/
	.mobile1 { position:relative; display:block; }

	/* ¸ð¹ÙÀÏ ¹öÆ°*/
	.mobile_btn { position:absolute; right:0; top:47px; width:36px; height:40px; cursor:pointer; }
	.mobile_btn > span { position:absolute; left:0; top:50%; transform:translateY(-50%); width:36px; height:5px; background:#404040; border-radius:10px; }
	.mobile_btn > span.on { background:transparent; }
	.mobile_btn > span:before, .mobile_btn > span:after { content:''; position:absolute; left:0; width:36px; height:5px; background:#404040; border-radius:10px; transition:.4s; }
	.mobile_btn > span:before { top:12px; }
	.mobile_btn > span.on:before { top:0; transform:rotate(45deg); }
	.mobile_btn > span:after { top:-12px; }
	.mobile_btn > span.on:after { top:0; transform:rotate(-45deg); }
	/* //¸ð¹ÙÀÏ ¹öÆ°*/
	
	/* ¸ð¹ÙÀÏ ¸Þ´º*/
	.m_menu_box { position:absolute; right:0; top:133px; width:100%; background:#404040; }
	.m_menu_box.on { display:none; }
	.m_menu_1 > a { display:block; padding:15px 30px; border-bottom:2px solid #fff; text-align:right; font-size:18px; font-weight:400; color:#fff; transition:.3s;  }
	.m_menu_1 > a:hover { font-weight:500; background:#323232; }
	.m_inner a { display:block; padding:12px 40px; background:#323232; font-size:16px; font-weight:400; color:#fff; transition:.3s; text-align:right; }
	.m_inner a:hover { font-weight:500; background:#272727; }
	/* //¸ð¹ÙÀÏ ¸Þ´º*/

	/* ¸ð¹ÙÀÏ Ä«´Þ·Î±× */
	.m_woojin_down { margin:40px 0px 20px; text-align:center; }
	.m_woojin_down > a { display:block; font-size:20px; color:#fff; padding:15px 0; background:#232323; transition:.3s; }
	.m_woojin_down > a:hover { background:#000; }
	.m_woojin_down > a > i { margin-left:10px; }
	/* //¸ð¹ÙÀÏ Ä«´Þ·Î±× */


	/* ¸ð¹ÙÀÏ lang */
	.m_woojin_lang { text-align:center; margin-bottom:40px;  }
	.m_woojin_lang_select { color:#fff; border:none; height:30px; border-radius:4px; width:150px; padding:0 20px;
		-webkit-appearance:none;/*select ³»ºÎ ½ºÅ¸ÀÏ Á¦°Å (È­»ìÇ¥ Á¦°Å)*/ 
		-moz-appearance:none; 
		-o-appearance:none; 
		appearance:none; 
		background:url(img/w_lang_d_m.png) no-repeat; background-size:12px; background-position:94% 55%; background-color:#000;
	}
	/*.m_lang1 { float:left; width:50%;  }
	.m_lang1-1 { position:relative; }
	.m_lang1-1:before { content:''; position:absolute; right:0; top:50%; transform:translateY(-50%); width:3px; height:20px; background:#fff; }
	.m_lang1 > a { display:block; font-size:16px; color:#fff; transition:.3s; }
	.m_lang1 > a:hover { font-weight:500; transform:scale(1.1); }*/
	/* //¸ð¹ÙÀÏ lang */

	/*//mobile*/
	
}
@media (max-width: 768px) {
	/*¸ð¹ÙÀÏÀÏ¶§ pc¿¡ ÀÖ´Â°Å ¾Èº¸ÀÌ°Ô*/
	.woojin_logo { display:none; }
	/*//¸ð¹ÙÀÏÀÏ¶§ pc¿¡ ÀÖ´Â°Å ¾Èº¸ÀÌ°Ô*/

	.m_woojin_logo { display:block; position:absolute; left:20px; top:16px; }
	.woojin_header  { height:80px; }
	.woojin_logo { margin-top:16px; }
	.woojin_logo > a { margin-left:15px; }
	.mobile_btn { top:18px; right:15px; }
	.m_menu_box { top:80px; }
}
/* //ÇØ´õ ¹ÝÀÀÇü */
/*//ÇØ´õ */



/* pc_¸ÞÀÎÀÌ¹ÌÁöÈ¿°ú */
.woojin_main {  }

.ani_bg { position:relative; height:1000px; overflow:hidden;} /* ¸ÞÀÎÀÌ¹ÌÁö ¿µ¿ª  */
.ani_bg > div {position:absolute; left:0; top:0; width:100%; height:100%; }  /* 3°³ÀÇ ÀÌ¹ÌÁö ¸ÞÀÎ ÀÌ¹ÌÁö ¾ÈÀ¸·Î °ãÄ§ */  

 /* ÀÌ¹ÌÁö ¹× ÀÌ¹ÌÁöindex¼ø¼­ ÀÌ¹ÌÁö¾Ö´Ï¸ÞÀÌ¼ÇÈ¿°ú */
.ani_bg .ani1 { background:url(img/main_background2.jpg) no-repeat 50%; background-size:cover; z-index:-1; animation:ani1 18s infinite; animation-delay:0s; } 
.ani_bg .ani2 { background:url(img/main_background3.jpg) no-repeat 50%; background-size:cover; z-index:-2; animation:ani2 18s infinite; animation-delay:6s; }
.ani_bg .ani3 { background:url(img/main_background1.jpg) no-repeat 50%; background-size:cover; z-index:-3; animation:ani3 18s infinite; animation-delay:12s; }

 /* ÀÌ¹ÌÁö¾Ö´Ï¸ÞÀÌ¼ÇÈ¿°ú(ÁÜ¾Æ¿ô) */
@keyframes ani1 {
    0% { transform:scale(1.2); opacity:1; }
    33.3333% { transform:scale(1); opacity:1; }
    66.6666% { opacity:0; }
    100% { opacity:0; }
}
@keyframes ani2 {
    0% { transform:scale(1.2); opacity:1; }
    33.3333% { transform:scale(1); opacity:1;  }
    66.6666% { opacity:0; }
    100% { opacity:0; }
}
@keyframes ani3 {
    0% { transform:scale(1.2); opacity:0; z-index:0; }
    33.3333% { transform:scale(1); z-index:0; opacity:1; }
    66.6666% {  opacity:0; z-index:0; }
    100% { opacity:0; z-index:-3; }
}


/* ÅØ½ºÆ® °øÅë ½ºÅ¸ÀÏ */
.ani_text { position:absolute; left:50%; transform:translateX(-50%); width:100%; }

/* ÅØ½ºÆ® »óÁßÇÏ´Ü ½ºÅ¸ÀÏ */
.ani_text_top { color:#fff; font-size:30px; line-height:1.3; }
.ani_text_middle { color:#fff; font-size:40px; font-weight:500; }
/*.ani_text_bottom { color:#000; font-size:20px; text-shadow:0 0 5px rgba(255,255,255,1); line-height:1.4; word-wrap: break-word; word-break: keep-all; }*/


/* ÅØ½ºÆ® ¾Ö´Ï¸ÞÀÌ¼Ç */
.ani1 > .ani_text_down1 { top:38%; animation:ani_text_down1 18s infinite; animation-delay:0s;}
.ani1 > .ani_text_down2 { top:50%; animation:ani_text_down2 18s infinite; animation-delay:0s; }
/*.ani1 > .ani_text_down3 { top:50%; animation:ani_text_down3 18s infinite; animation-delay:0s; }*/

.ani2 > .ani_text_up1 {  bottom:53%; animation:ani_text_up1 18s infinite; animation-delay:6s; }
.ani2 > .ani_text_up2 {  bottom:47%; animation:ani_text_up2 18s infinite; animation-delay:6s; }
/*.ani2 > .ani_text_up3 {  bottom:41%; animation:ani_text_up3 18s infinite; animation-delay:6s; }*/

.ani3 > .ani_text_down1 { top:38%; animation:ani_text_down1 18s infinite; animation-delay:12s;}
.ani3 > .ani_text_down2 { top:50%; animation:ani_text_down2 18s infinite; animation-delay:12s; }
/*.ani3 > .ani_text_down3 { top:50%; animation:ani_text_down3 18s infinite; animation-delay:12s; }*/



/* ÅØ½ºÆ® ¾Ö´Ï¸ÞÀÌ¼Ç(down->À§¿¡¼­ ¾Æ·¡·Î, up->¾Æ·¡¿¡¼­ À§·Î) */
@keyframes ani_text_down1 {
    0% {  top:-20%; }
	30% { top:38%; }
    100% { top:38%; }
}
@keyframes ani_text_down2 {
    0% {  top:-10%; }
	25% { top:50%; }
    100% { top:50%; }
}
/*@keyframes ani_text_down3 {
    0% {  top:-10%; }
	20% { top:50%; }
    100% { top:50%; }
}*/

@keyframes ani_text_up1 {
    0% {  bottom:20%; }
	25% { bottom:53%; }
    100% { bottom:53%; }
}
@keyframes ani_text_up2 {
    0% {  bottom:15%; }
	30% { bottom:47%; }
    100% { bottom:47%; }
}
/*@keyframes ani_text_up3 {
    0% {  bottom:5%; }
	40% { bottom:41%; }
    100% { bottom:41%; }
}*/


/* ¸ð¹ÙÀÏ ¸ÞÀÎÀÌ¹ÌÁö ¿µ¿ª ³ôÀÌ ¹× ÅØ½ºÆ® »óÁßÇÏ´Ü ÆùÆ®»çÀÌÁî */
@media (max-width: 768px) {
	.ani_bg { height:600px;}
	.ani_text_top { font-size:18px; letter-spacing:-1px; }
	.ani_text_middle { font-size:32px; }
	/*.ani_text_bottom { font-size:14px; }
	.ani_text_bottom br { display:none; }*/
}

/* //pc_¸ÞÀÎÀÌ¹ÌÁöÈ¿°ú */








/* ¿­±â,´Ý±â ³×ºñ */

.wojin_nav1 {  width:0; background:#262626; position:fixed; left:0; top:134px; /*transform:translateY(-50%);*/ height:0; transition:0.4s; z-index:100; }
.wojin_nav1.active { width:250px; height:420px; }

.nav_contents1 { display:none; padding:15px; }
.nav_contents1.on { display:block; }

.toggle1 { width:40px; background:#000; cursor:pointer; position:absolute; right:-40px; top:0;   }
.toggle1 span { display:block;  transition:0.4s; display:none; color:#fff; font-weight:500; text-align:center; padding:8px 0; line-height:1.4; }
.toggle1 .txt2 {display:block;}
.toggle1.on .txt1 { display:block;}
.toggle1.on .txt2 { display:none; }
















/* box1 */
.box1_title { font-size:40px; color:#000; text-transform:uppercase; }
.box1_c1 { color:#fcaf16; }
.box1_c2 { color:#626262; }
.box1_c3 { font-weight:500; }
.box1_sub { font-size:16px; color:#626262; line-height:1.6; word-wrap: break-word; word-break: keep-all;}

.box1_img { border:1px solid #ccc; padding:10px; }
.box1_img img { width:100%; }
.box1_text { font-size:14px; color:#535353; }
.box1_text > br { display:none; }


/* box1 ¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.box1_text { letter-spacing:-1px; }
	.box1_text > br { display:block; }
	.box1_text1 > br { display:none; }
}
@media (max-width: 991px) {
	.box1_title { font-size:30px; }
	.box1_sub { font-size:14px; padding:0 10px; }
	.box1_sub > br { display:none; }
	.box1_img { margin-bottom:40px; }
	.box1_text1 > br { display:block; }
	
}





/* box2 */
.box2 { position:relative; }
.box2_bg { position:absolute; left:0; top:0; width:100%; z-index:-1; height:410px; overflow:hidden; }
.box2_bg img { position:absolute; left:0; top:50%; width:100%; transform:translateY(-50%);   }

.box2_title { font-size:40px; color:#fff; text-transform:uppercase; }
.box2_c1 { font-weight:500; }
.box2_c2 { color:#fcaf16; }
.box2_c3 {  }
.box2_sub { font-size:16px; color:#fff; line-height:1.6; word-wrap: break-word; word-break: keep-all; }

.box2_contact > a { display:block; border:2px solid #fff; width:222px; height:80px; margin:0 auto; color:#fff; font-weight:500; transition:.3s;}
.box2_contact > a:hover { background:#000; border:2px solid #000;  }
.box2_contact1 { font-size:20px; margin:10px 0; }
.box2_contact2 { font-size:26px; }

.box2_contents > a { display:block; padding:10px; background:#fff; transition:.3s; }
.box2_contents > a:hover { background:#fbfbfb; }

.box2_img img { width:100%; }

.box2_text > strong { font-size:18px; color:#000; margin-bottom:15px; display:inline-block; }
.box2_text > strong > span { font-size:16px; margin-left:8px; }
.box2_text > p { color:#626262; font-size:14px; line-height:1.6; margin-bottom:20px; word-wrap: break-word; word-break: keep-all; }


.box2_more { position:relative; overflow:hidden; }
.box2_more > p { text-transform:uppercase; color:#fcaf16; font-size:13px; transition:.3s; margin-bottom:30px; }
.box2_contents > a:hover > .box2_more > p { font-size:14px; font-weight:500; }
.box2_more > span { position:absolute; left:-100%; bottom:0; width:100%;  }
.box2_contents > a:hover > .box2_more > span { left:0; transition:.5s; }
.m_more { display:none; }

/* box2 ¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.box2_text > p { font-size:13px; }
	.box2_text > p > br { display:none; } 
	.box2_more > span { left:-149%;  }
	.box2_contents > a:hover > .box2_more > span { left:-24%; }
}

@media (max-width: 991px) {
	.box2_bg img { width:140%;  }
	.box2_title { font-size:30px; }
	.box2_sub { font-size:14px; padding:0 10px; }
	.box2_sub > br { display:none; }
	.box2_more > span { display:none;  }
	.m_more { display:block; }
	.m_more img { width:100%; }
}




/* box3 */
.box3 { background:url(img/box3_bg.png) no-repeat; background-size:cover; }

.box3_title { font-size:40px; color:#000; text-transform:uppercase; }
.box3_c1 { color:#9fc700; }
.box3_c2 {  }
.box3_c3 { font-weight:500; }
.box3_sub { font-size:16px; color:#000; line-height:1.6; word-wrap: break-word; word-break: keep-all; }

.box3_icon { transition:.3s; }
.box3_contents > a:hover > .box3_icon { transform:translateY(-10px); }

.box3_icon img { width:100%; }


/* box3 ¹ÝÀÀÇü */
@media (max-width: 991px) {
	.box3_title { font-size:30px; }
	.box3_sub { font-size:14px; padding:0 10px; }
	.box3_sub > br { display:none; }
}


/* footer1 */
.footer1 { background:#313131; padding:10px 0; }
.footer1_text { color:#fff; text-align:center; }
.footer1_text > a { color:#fff; font-size:14px; }


/* footer1 ¹ÝÀÀÇü */
@media (max-width: 991px) {
	.footer1_text > a { font-size:12px; letter-spacing:-1px; }
}




/* footer2 */
.footer2 { background:#434343; }
.footer2_text { color:#fff; font-size:13px; line-height:1.8; }
.footer2_text a { color:#fff;}

/* footer2 ¹ÝÀÀÇü */
@media (max-width: 991px) {
	.footer2_text { text-align:center; }
}






.ikst_sub_frame {padding-top:30px; padding-bottom:30px; min-height:400px;}


/* °Ô½ÃÆÇ ¹× °Ô½ÃÆÇÇìµå µî ±âÅ¸ ¹öÆ°µé ±âº»ÄÃ·¯ º¯°æ */
.btn.btn-color {border: 1px solid #217e04; background-color: #2cc207;}
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active {background-color: #217e04;}
.border-color, i.border-color, img.border-color {border-color: #2cc207;}





/* p101 */
.p101 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p101_title1 { font-size:25px; font-weight:500; line-height:1.4;  }
.p101_t1_c1 { color:#9fc700; }
.p101_t1_c2 { color:#22a5b7; }
.p101_title2 { font-size:20px; font-weight:400; line-height:1.4;  }
.p101_title3 { font-size:16px; font-weight:400; line-height:1.6;  }

.p101_img > img {  }
.p101_text { font-size:16px; font-weight:400; line-height:1.8; margin-top:40px; }

.p101_t1_rpd {padding-right:200px;}
.p101_t1_lpd {padding-left:200px;}

/* p101¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.p101_title3 > br { display:none; }
	.p101_text { margin-top:20px; }
	.p101_text > br { display:none; }
}


/* p101¹ÝÀÀÇü */
@media (max-width: 768px) {
.p101_t1_rpd {padding-right:0px;}
.p101_t1_lpd {padding-left:0px;}
}


/* p102 */
.p102 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p102_box { border:3px solid #9fc700; margin:0 auto; font-weight:500; }
.p102_line { background:#dcdcdc; margin:0 auto; width:2px; }
.p102_box1 { width:200px; height:60px;  line-height:54px; font-size:20px;   }
.p102_line1 { height:55px; }
.p102_box2 { width:160px; height:50px; line-height:44px; font-size:20px; }
.p102_line2 { height:90px; }
.p102_line3 { height:45px; }
.p102_h_line { height:2px; background:#dcdcdc; width:68%; margin:0 auto;  }
.p102_list { position:relative; }
.p102_point { width:10px; height:10px; background:#1867f7; border-radius:50%; position:absolute; left:50%; top:-5px; transform:translateX(-50%); }
.p102_text { text-align:left; margin:10px auto 0; font-size:15px; color:#535353; font-weight:400; width:70px; }
.p102_text1 { width:95px; }


/* p102¹ÝÀÀÇü */
@media (max-width: 991px) {
	.p102_point { display:none; }
	.p102_line { display:none;}
	.p102_line_m { display:block; }
}



/* p201 */
.p201 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p201_title { text-transform:uppercase; }
.p201_title1 { font-size:35px; font-weight:500; }
.p201_line { width:60px; height:4px; background:#9fc700; margin:22px auto 18px; }
.p201_title2 { font-size:18px; font-weight:700; }
.p201_title3 { font-size:16px; font-weight:400; line-height:1.6; color:#626262; }


.p201_main_contents { margin-top:15px; }
.p201_main_title { font-size:25px; font-weight:400; }
.p201_main_text { font-size:16px; font-weight:400; line-height:1.6; }
.p201_main_text1 { position:relative; text-indent:15px; font-size:16px; margin-bottom:3px; margin-left:5px; }
.p201_main_text1 > span { position:absolute; left:0; top:50%; transform:translateY(-50%); width:6px; height:6px; background:#9fc700; border-radius:50%; }

.p201_contents_line { height:2px; background:#dcdcdc; }

.p201_contents2_title { font-size:25px; font-weight:400; }
.p201_contents2_text { font-size:13px; font-weight:400; color:#535353; }


/* p201¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.p201_main_contents { margin-top:0px; }
	.p201_main_text > br { display:none; }
}

@media (max-width: 991px) {
	.p201_contents2_title { text-align:center; }
}

@media (max-width: 350px) {
	.p201_main_text1 { font-size:15px;}
}


/* p301 */
.p301 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p301_text { font-size:13px; font-weight:400; color:#535353; }

/* p302 */
.p302 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p302_text { font-size:13px; font-weight:400; color:#535353; }

/* p303 */
.p303 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p303_text { font-size:13px; font-weight:400; color:#535353; }





/* p301_1 */
.p301_1 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p301_1_content1_title1 { margin-top:15px; font-size:30px; font-weight:500; line-height:1.4; }
.p301_1_content1_title2 { font-size:18px; font-weight:700; position:relative; text-indent:25px; }
.p301_1_content1_title2 > span { position:absolute; left:0; top:50%; transform:translateY(-50%); width:17px; height:17px; border:3px solid #9fc700; }
.p301_1_content1_title2_text { font-size:16px; font-weight:400; color:#535353; padding-left:25px; line-height:1.6;  }

.p301_1_content1_title3 { font-size:14px; font-weight:400; color:#535353; padding-left:40px; line-height:1.6; position:relative;  }
.p301_1_content1_title3 > span { position:absolute; left:25px; top:9px; width:6px; height:6px; background:#1867f7; border-radius:50%; }

.p301_1_content2_title { font-size:18px; font-weight:500; position:relative; text-indent:25px; }
.p301_1_content2_title > span { position:absolute; left:0; top:50%; transform:translateY(-50%); width:17px; height:17px; border:3px solid #9fc700; }

.p301_1_content2_img > img { text-align:center; }

/* p301_1¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.p301_1_content1_title1 { margin-top:0; font-size:25px; }
	.p301_1_content1_title3 > br { display:none; }
}



/* p301_2 */
.p301_2 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p301_2_content1_title1 { margin-top:15px; font-size:30px; font-weight:500; line-height:1.4; }
.p301_2_content1_title2 { font-size:18px; font-weight:700; position:relative; text-indent:25px; }
.p301_2_content1_title2 > span { position:absolute; left:0; top:50%; transform:translateY(-50%); width:17px; height:17px; border:3px solid #9fc700; }
.p301_2_content1_title2_text { font-size:16px; font-weight:400; color:#535353; padding-left:25px; line-height:1.6;  }

.p301_2_content1_title3 { font-size:14px; font-weight:400; color:#535353; padding-left:40px; line-height:1.6; position:relative;  }
.p301_2_content1_title3 > span { position:absolute; left:25px; top:9px; width:6px; height:6px; background:#1867f7; border-radius:50%; }

.p301_2_content2_title { font-size:18px; font-weight:500; position:relative; text-indent:25px; }
.p301_2_content2_title > span { position:absolute; left:0; top:50%; transform:translateY(-50%); width:17px; height:17px; border:3px solid #9fc700; }

.p301_2_content2_img > img { text-align:center; }

/* p301_2¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.p301_2_content1_title1 { margin-top:0; font-size:25px; }
	.p301_2_content1_title3 > br { display:none; }
}




/* p301_3 */
.p301_3 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p301_3_content1_title1 { margin-top:15px; font-size:30px; font-weight:500; line-height:1.4; }
.p301_3_content1_title2 { font-size:18px; font-weight:700; position:relative; text-indent:25px; }
.p301_3_content1_title2 > span { position:absolute; left:0; top:50%; transform:translateY(-50%); width:17px; height:17px; border:3px solid #9fc700; }
.p301_3_content1_title2_text { font-size:16px; font-weight:400; color:#535353; padding-left:25px; line-height:1.6;  }

.p301_3_content1_title3 { font-size:14px; font-weight:400; color:#535353; padding-left:40px; line-height:1.6; position:relative;  }
.p301_3_content1_title3 > span { position:absolute; left:25px; top:9px; width:6px; height:6px; background:#1867f7; border-radius:50%; }

.p301_3_content2_title { font-size:18px; font-weight:500; position:relative; text-indent:25px; }
.p301_3_content2_title > span { position:absolute; left:0; top:50%; transform:translateY(-50%); width:17px; height:17px; border:3px solid #9fc700; }

.p301_3_content2_img > img { text-align:center; }

/* p301_3¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.p301_3_content1_title1 { margin-top:0; font-size:25px; }
	.p301_3_content1_title3 > br { display:none; }
}






/* p301_4 */
.p301_4 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p301_4_content1_title1 { margin-top:15px; font-size:30px; font-weight:500; line-height:1.4; }
.p301_4_content1_title2 { font-size:18px; font-weight:700; position:relative; text-indent:25px; }
.p301_4_content1_title2 > span { position:absolute; left:0; top:50%; transform:translateY(-50%); width:17px; height:17px; border:3px solid #9fc700; }
.p301_4_content1_title2_text { font-size:16px; font-weight:400; color:#535353; padding-left:25px; line-height:1.6;  }

.p301_4_content1_title3 { font-size:14px; font-weight:400; color:#535353; padding-left:40px; line-height:1.6; position:relative;  }
.p301_4_content1_title3 > span { position:absolute; left:25px; top:9px; width:6px; height:6px; background:#1867f7; border-radius:50%; }

.p301_4_content2_title { font-size:18px; font-weight:500; position:relative; text-indent:25px; }
.p301_4_content2_title > span { position:absolute; left:0; top:50%; transform:translateY(-50%); width:17px; height:17px; border:3px solid #9fc700; }

.p301_4_content2_img > img { text-align:center; }

/* p301_4¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.p301_4_content1_title1 { margin-top:0; font-size:25px; }
	.p301_4_content1_title3 > br { display:none; }
}


/* p302_1 */
.p302_1 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p302_1_content1_title1 { margin-top:16px; font-size:34px; font-weight:700; color:#1867f7; line-height:1.4; }
.p302_1_content1_title2 { font-size:44px; font-weight:700; color:#9fc700; line-height:1.4; }
.p302_1_content1_title2_text1 { font-size:18px; font-weight:700; letter-spacing:-1px; line-height:1.6; }
.p302_1_content1_title2_text2 { font-size:16px; font-weight:400; line-height:1.6; }

.p302_1_content2 { background:#f6f6f6; }
.p302_1_content2_more { padding:60px 0; }

.p302_1_content3_title { font-size:18px; font-weight:700; position:relative; text-indent:25px; }
.p302_1_content3_title > span { position:absolute; left:0; top:50%; transform:translateY(-50%); width:17px; height:17px; border:3px solid #9fc700; }

.p302_1_content3_img { float:left; width:11.1111%; margin:0 auto; }
.p302_1_content3_img > img { display:block; width:95%; margin:0 auto; }


/* p302_1¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.p302_1_content1_title1 { margin-top:0; font-size:25px; }
	.p302_1_content1_title2 { font-size:38px; }
	.p302_1_content3_img > img { width:95%; }
}
@media (max-width: 991px) {
	.p302_1_content3_img { width:33.3333%; margin-bottom:20px; }
}
@media (max-width: 768px) {
	.p302_1_content2_more { padding:20px 0; }
	.p302_1_content3_img > img { width:90%; }
}


/* p302_2 */
.p302_2 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p302_2_content1_title1 { margin-top:28px; font-size:34px; font-weight:700; color:#1867f7; line-height:1.4; }
.p302_2_content1_title2 { font-size:44px; font-weight:700; color:#9fc700; line-height:1.4; }
.p302_2_content1_title2_text1 { font-size:18px; font-weight:700; letter-spacing:-1px; line-height:1.6; }
.p302_2_content1_title3 { font-size:14px; font-weight:400; color:#535353; padding-left:40px; line-height:1.6; position:relative;  }
.p302_2_content1_title3 > span { position:absolute; left:25px; top:9px; width:6px; height:6px; background:#1867f7; border-radius:50%; }


/* p302_2¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.p302_2_content1_title1 { margin-top:0; font-size:25px; }
	.p302_2_content1_title2 { font-size:38px; }
}
/*@media (max-width: 768px) {
	.p302_2_content1_title1 { font-size:20px; }
	.p302_2_content1_title2 { font-size:26px; }
	.p302_2_content1_title2_text1 { font-size:16px; }
	.p302_2_content1_title3 { padding-left:15px; }
	.p302_2_content1_title3 > span { left:0px; }
}*/




/* p302_3 */
.p302_3 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p302_3_content1_title1 { margin-top:28px; font-size:34px; font-weight:700; color:#1867f7; line-height:1.4; }
.p302_3_content1_title2 { font-size:44px; font-weight:700; color:#9fc700; line-height:1.4; }


.p302_3_content2_img1 > img { display:block; width:100%; }
.p302_3_content2_img2 { float:left; width:25%; margin:0 auto; }
.p302_3_content2_img2 > img { display:block; width:95%; margin:0 auto; }
.p302_3_content2_title { font-size:18px; font-weight:500; position:relative; text-indent:25px; }
.p302_3_content2_title > span { position:absolute; left:0; top:50%; transform:translateY(-50%); width:17px; height:17px; border:3px solid #9fc700; }

.p302_3_content2_1 { padding-left:20px; }
.p302_3_content2_text { font-size:18px; font-weight:400; margin-bottom:10px; }

/* p302_3¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.p302_3_content1_title1 { margin-top:0; font-size:25px; }
	.p302_3_content1_title2 { font-size:38px; }
}
@media (max-width: 768px) {
	.p302_3_content2_img2 { width:50%; margin-bottom:10px; }
}



/* p303_1 */
.p303_1 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p303_1_content1_title { margin-top:28px; font-weight:700; line-height:1.4; text-align:center; }
.p303_1_content1_title1 { color:#9fc700; font-size:44px; }
.p303_1_content1_title2 { color:#1867f7; font-size:34px; }
.p303_1_content1_text { font-size:18px; font-weight:700; letter-spacing:-1px; line-height:1.6; }
.p303_1_content1_more { text-align:center; font-size:22px; color:#fff; background:#1867f7; width:505px; height:54px; line-height:54px; border-radius:5px; margin:0 auto; }

/* p303_1¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.p303_1_content1_title1 { margin-top:0; font-size:38px; }
	.p303_1_content1_title2 { font-size:25px; }
	.p303_1_content1_more { width:400px; font-size:18px; }
}

@media (max-width: 768px) {
	.p303_1_content1_more { width:300px; font-size:14px; height:40px; line-height:40px; }
}


/* p303_2 */
.p303_2 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p303_2_content1_title { margin-top:28px; font-weight:700; line-height:1.4; padding-left:30px; }
.p303_2_content1_title1 { color:#9fc700; font-size:44px; }
.p303_2_content1_more { text-align:center; font-size:22px; color:#fff; background:#1867f7; width:505px; height:54px; line-height:54px; border-radius:5px;}
.p303_2_content1_title3 { font-size:14px; font-weight:400; color:#535353; padding-left:60px; line-height:1.6; position:relative;  }
.p303_2_content1_title3 > span { position:absolute; left:45px; top:9px; width:6px; height:6px; background:#1867f7; border-radius:50%; }

/* p303_2¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.p303_2_content1_title1 { margin-top:0; font-size:38px; }
	.p303_2_content1_more { width:400px; font-size:18px; }
}

@media (max-width: 768px) {
	.p303_2_content1_more { width:300px; font-size:14px; height:40px; line-height:40px; }
	.p303_2_content1_title3 { padding-left:40px; }
	.p303_2_content1_title3 > span { left:25px; }
	.p303_2_content1_title3 > br { display:none; }
}


/* p304 */

/* p304tab½ºÅ¸ÀÏ */
.nav-tabs>li>a:hover { background:#9fc700; color:#fff; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color:#9fc700; font-weight:bold; }
.nav-tabs>li>a { color:#9fc700; font-size:16px; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { background-color: #fff; border: 1px solid #1867f7; border-bottom-color: transparent; }
.nav-tabs { border-bottom: none !important; }

.p304_tab2_list { padding-left:20px; }




.p304 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p304_content1_img img { width:100%; }
.p304_content1_title { margin-top:28px; font-weight:700; line-height:1.4; }
.p304_content1_title1 { color:#9fc700; font-size:44px; }
.p304_content1_title2 { color:#1867f7; font-size:34px; }
.p304_content1_more { text-align:center; font-size:22px; color:#fff; background:#1867f7; width:505px; height:54px; line-height:54px; border-radius:5px;}
.p304_content1_title3 { font-size:14px; font-weight:400; color:#535353; padding-left:30px; line-height:1.6; position:relative;  }
.p304_content1_title3 > span { position:absolute; left:15px; top:9px; width:6px; height:6px; background:#1867f7; border-radius:50%; }



/* p304¹ÝÀÀÇü */
@media (max-width: 1200px) {
	.p304_content1_title1 { margin-top:0; font-size:38px; }
	.p304_content1_title2 { font-size:25px; }
	.p304_content1_more { width:400px; font-size:18px; }
	.p304_content1_title3 { padding-left:20px; }
	.p304_content1_title3 > span { left:5px; }


	.p304_content2 .p304_content1_title3 { padding-left:50px; }
	.p304_content2 .p304_content1_title3 > span { left:40px; }
}

@media (max-width: 768px) {
	.p304_content1_more { width:300px; font-size:14px; height:40px; line-height:40px; }
	.p304_content1_title3 > br { display:none; }
	.p304_content1_title3br > br { display:block; }

	.p304_content2 .p304_content1_title2 { display:block; }
}


/* p305 */
.p305 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p305_title1 { font-weight:700; line-height:1.4; color:#9fc700; font-size:44px; }

.p305_content_img > img { display:block; width:100%; }
.p305_content_title1 { color:#9fc700; font-size:20px; font-weight:700;   }
.p305_content_title2 { font-size:18px; font-weight:500; line-height:1.6; }
.p305_content_title3 { font-size:16px; font-weight:400; color:#535353; line-height:1.6; }


/* p306 */
.p306 { color:#000; word-wrap: break-word; word-break: keep-all; }

.p306_title1 { font-weight:700; line-height:1.4; color:#9fc700; font-size:44px; }
.p306_text { font-size:16px; line-height:1.6; }
.p306_text  > span { color:#ff0000; font-weight:500; }

.p306_content_img1 > img { display:block; width:100%; }
.p306_content_img2 > img { display:block; width:100%; }





/* en_head */

.e_wojin_nav1.active { height:440px; }


@media (max-width:1200px) {
	.e_menu_1 > a { font-size:15px; }
}


/* en_index */
.e_box1_img { height:370px; }

.e_box2_text { height:170px; }

@media (max-width:1200px) {
	.e_box1_img { height:320px; }
}
@media (max-width:991px) {
	.e_box1_img { height:440px; }

	.e_box2_text { height:auto; }
}
@media (max-width:600px) {
	.e_box1_img { height:370px; }
}
@media (max-width:500px) {
	.e_box1_img { height:320px; }
	.e_box1_img2 { height:320px; }
}
@media (max-width:445px) {
	.e_box1_img2 { height:auto; }
}
@media (max-width:400px) {
	.e_box1_img { height:270px; }
}


/* en 102 */
.e102_box1 { width:380px; }
@media (max-width:768px) {
	.e102_box1 { width:auto; }
}


/* en 201 */
.e201_main_text1 > p { display:inline-block; text-indent:0; }


/* en 303_1 */
.e303_1_content1_more { width:auto; height:auto; }

/* en 303_2 */
.e303_2_content1_more { width:auto; height:auto; }

/* en 304 */
.e304_content1_more { width:auto; height:auto; }