@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');




.noto-sans-kr-<uniquifier> {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*{
font: 16px 'Exo 2', 'Noto Sans KR', 'Nanum Gothic','dotum',sans-serif,'Verdana';
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    letter-spacing: -0.25px;
	line-height:170%;
	transition: all 250ms;
}

a        {color:#0a0a0a;font-style: normal;text-decoration:none; letter-spacing:0px;transition: all 250ms; }
a:link   {color:#0a0a0a;font-style: normal;text-decoration:none; letter-spacing:0px; transition: all 250ms;}
a:hover  {color:#2ee45a;font-style: normal;text-decoration:none; letter-spacing:0px;transition: all 250ms;}
a:visited{color:#0a0a0a;font-style: normal;text-decoration:none; letter-spacing:0px;transition: all 250ms; }
a {outline:none; selector-dummy:expression(this.hideFocus=true);} 


/* 초기화 */
*{box-sizing:border-box; }
html {overflow-y:scroll}
body {background:#fff;margin:0 auto;padding:0;font-size:1em;font-family: 'Exo 2', 'Noto Sans KR', 'Nanum Gothic','dotum',sans-serif,'Verdana';  }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-family: 'Exo 2', 'Noto Sans KR', 'Nanum Gothic','dotum',sans-serif,'Verdana';}
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}
legend {position:absolute;margin:0;padding:0;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-family: 'Exo 2', 'Noto Sans KR', 'Nanum Gothic','dotum',sans-serif,'Verdana';font-size:1em;  }
button {cursor:pointer;    }

textarea, select {font-family: 'Exo 2', 'Noto Sans KR', 'Nanum Gothic','dotum',sans-serif,'Verdana';font-size:1rem;}
select {margin:0}
p {margin:0;padding:0;word-break:keep-all; line-height:170%; color:#333; }

hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#0a0a0a;text-decoration:none;}
a:hover, a:focus, a:active {color:#0a0a0a;text-decoration:none;  }



.hcenter{   position: absolute;  left: 50%;  transform: translateX(-50%);}
.vcenter{ position: absolute;  top: 50%;   transform: translateY(-50%);}
.hvcenter{ position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);}
.left{ text-align:left !important;}
.right{ text-align:right  !important;}

.fleft{ float:left;}
.fright{ float:right;}
.upper{text-transform:  uppercase}
.w5{width:5% !important;}
.w10{width:10% !important;}
.w15{width:15% !important;}
.w20{width:20% !important;}
.w25{width:25% !important;}
.w30{width:30% !important;}
.w35{width:35% !important;}
.w40{width:40% !important;}
.w45{width:45% !important;}
.w50{width:50% !important;}
.w55{width:55% !important;}
.w60{width:60% !important;}
.w65{width:65% !important;}
.w70{width:70% !important;}
.w75{width:75% !important;}
.w80{width:80% !important;}
.w85{width:85% !important;}
.w90{width:90% !important;}
.w95{width:95% !important;}
.w100{width:100% !important;}



/* 팝업레이어 */
#hd_pop {position: absolute;
    border: 0px solid #e9e9e9;
    background: transparent;
    width: 100% !important;
    margin-top: 96px !important;}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden; top:50%; transform:translateY(-50%);}
.hd_pops {position:absolute;border:0px solid #e9e9e9;background:transparent; left:0 !important; top:0 !important;}
.hd_pops_con { width:90% !important; height:auto !important; max-width:500px !important;text-align:center;margin: 0 auto;}
.hd_pops_con a img{width:100% !important;  max-width:500px !important;}
.hd_pops_footer {
    background: rgba(0,0,0, 0.9);
    color: #fff;
    text-align: right;
	width:90% !important; 
    max-width: 500px !important;
    margin: 0 auto;}
.hd_pops_footer button {
    margin-right: 2%;
    padding: 2px 0.5em;
    border: 0 !important;
    background: transparent !important;
    color: #ccc;
    font-size: 0.825em;
    letter-spacing: -0.01em !important;
    font-weight: 300;
    line-height: 1em;
    min-height: 36px;}
.hd_pops_footer button:hover{color: #90c31f;}

/* 상단 레이아웃 */
.hd_pops_footer button  strong {font-size:inherit !important;}

#hd {z-index:99999;position:fixed;top:0px;left:0px;;width:100%;margin:0 auto;background:#fff;height:90px;}


#hd {background:#fff;border-bottom:1px solid #eee;;}
.hd_zindex {z-index:10 !important}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#hd .logo{}
#hd .menu_open{position:fixed;top:40px;right:3vw;display:none;text-align:center;background-color:#fff;}
#hd .menu_open span{font-size:44px;}





#logo {float:left;padding:5px 0 0;}


@keyframes fade_in{
    from {opacity:0;}
    to {opacity:1;}
}


.menu_bg{position:absolute;width:100%;height:285px;background:#FFF;display:none;z-index:8886;margin-top:70px; border-bottom:#ddd solid 1px;}
#gnb {position:relative;width:100%;max-width:1380px;margin: 0 auto;background:#fff;z-index:8887; height:90px; }
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .logo{    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:0;}
#gnb .shop{float:right;width:160px;padding-top:50px;padding-bottom:10px;}
#gnb .logo a img{margin-top:5px; }
/*
#gnb .top_menu{float:right;width:100%;max-width:950px;text-align:right;height:100%;margin:0 auto;}
*/

#gnb .top_menu{margin:0 auto; text-align:center;height:100%;}

#gnb .top_menu ul{float:right;list-style:none;  width:80%;  -webkit-padding-start: 0;height:100%;}
#gnb .top_menu > ul > li{    display: inline-block;height:100%;text-align:center;position:relative;    padding: 0 3.5%;}
#gnb .top_menu>ul>li>a{
line-height:90px;
font-size:17px;

display: inline-flex;
color:#444;
align-items: center;
justify-content: flex-start;
flex-direction: initial;
transition: all 250ms;
-webkit-font-smoothing: antialiased;
}
.ov #gnb .top_menu>ul>li>a{color:#0a0a0a;}
#gnb .top_menu>ul>li>a .material-icons{color:#2ee45a;font-size: 0.95em; padding-left: 5px;}

#gnb .top_menu>ul>li> .on{color:#90c31f;transition: all 250ms; font-weight:500;}

/*#gnb .top_menu ul li a:hover,#gnb .top_menu ul li a.on{color:#211f9c;}*/
#gnb .top_menu ul li a:hover{color:#90c31f;transition: all 250ms;}
.ov #gnb .top_menu ul li a:hover{color:#0a0a0a;transition: all 250ms;}
 #gnb .top_menu ul li.eng{background:#efefef;}


#gnb .top_menu > ul > li > ul{display:none;position:absolute;width:140%;    background-color: rgba(0,0,0,0.92);padding:10px 0;margin-top:-3px;height:auto;transform: translateX(-20%);border-top:3px solid #90c31f;z-index:999}
#gnb .top_menu > ul > li > ul > li{width:100%;padding:1px;margin:0;height:auto; text-align:left; }
#gnb .top_menu > ul > li > ul > li a{display: inline-flex;color:#fff; font-size: 0.955em;transition: all 250ms;margin-bottom: 7px;     letter-spacing: 0.03em; margin-left:20px; font-weight:400;}
#gnb .top_menu > ul > li > ul > li a:hover{transition: all 250ms; color:#90c31f;}
#gnb .top_menu > ul > li > ul > li a:visited{color:#fff;}



#gnb .all_menu:hover{
	transition: all 250ms;
transform: rotate(0deg);
}
#gnb .all_menu:hover{
	transition: all 250ms;
transform: rotate(360deg);
}






#gnb2{top:-100vh;left:0px;position:fixed;display:block;width:100%;margin:-300px auto 0 auto;z-index:-1;padding:0;opacity:0;height:0px;transition: all 250ms;    background: #262731fa;}
#gnb2.on{position:fixed;top:0;display:block;transition: all 250ms;opacity:1;height:100vh;padding:15px 0 40px 0;margin:0 auto;z-index: 999999;}
#gnb2:after {display:block;visibility:hidden;clear:both;content:""}
#gnb2_inner{width:100%;position: absolute;  top: 50%;   transform: translateY(-50%);}
#gnb2 .top_menu{position:relative;width:90%;height:90%;margin:0 auto;     max-width: 1400px;}
#gnb2 .top_menu .close_btn{position: absolute;
    right: 1vw;
    width: 60px;
    height: 60px;
    color: #90c31f;
    text-align: center;}
	#gnb2 .top_menu .close_btn:hover{
	background:#fff;}
#gnb2 .top_menu .close_btn span{font-size:2rem;color: #fff;
    line-height: 60px;}
		#gnb2 .top_menu .close_btn:hover span{color:#90c31f;;}

/*
#gnb2 .top_menu ul{width:100%;height:100%;list-style:none;-webkit-padding-start: 0;padding:0 0px 0 0;}

#gnb2 .top_menu ul li a{display:block;font-size:1rem;color:#fff;text-decoration:none;margin-bottom:20px;}
#gnb2 .top_menu ul li a.parent{font-size:2rem;;}

#gnb2 .top_menu > ul > li{width:20%;min-height:300px;;float:left;position:relative;border-left:1px solid #dfe3e6;padding-left:30px;}
#gnb2 .top_menu > ul > li:first-child{border-left:0px solid #dfe3e6;}




#gnb2 .top_menu ul li .submenu{position:absolute;z-index:8889;border-radius:5px;margin-top:10px; left:28px;}
#gnb2 .top_menu ul li .submenu li{height:36px;display:block;text-align:left;}
#gnb2 .top_menu>ul>li>a{font-size:1.3em;font-weight:500;color:#fff; display:block; width: fit-content; line-height: 120%; transition: all 0ms;}

#gnb2 .top_menu ul li .submenu li a{font-size:0.86rem;color:#fff; letter-spacing:0 !important;padding: 0.8vh 0;}
#gnb2 .top_menu ul li .submenu li a:hover{color:#fff;}
*/


#gnb2 .top_menu>ul>li>a.parent{font-size:2rem;font-weight:600;border-bottom:#90c31f solid 0px;margin: 1vh 0;}
#gnb2 .top_menu ul li a.parent:hover,#gnb2 .top_menu ul li a.parent.on{color:#fff;border-bottom:#fff solid 0px; transition: all 0ms;}
#gnb2 .top_menu ul li a:hover{color:#f3fcdd; transition: all 0ms;}


	#gnb2 .top_menu ul li a .spplus {display:none;float:right;}
	#gnb2 .top_menu ul li a .spminus {display:none;float:right;}
#gnb2 .lang_area{display:none;}


#gnb2 .top_menu > ul > li{width:20%;border-left:1px solid rgba(255,255,255,0.2);}
#gnb2 .top_menu > ul > li:first-child{border-left:0px solid #dfe3e6;}

#gnb2 .top_menu ul {
    width: 100%;
    height: 100%;
    list-style: none;
    -webkit-padding-start: 0;
    padding: 3vw 0;
    display: flex;
    align-items: stretch;
    text-align: center;
    justify-content: center;
    flex-direction: row;
}
#gnb2 .top_menu > ul > li {
    width: 20%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: baseline;
}

#gnb2 .top_menu>ul>li>a {
    font-size: 1.1em;    padding: 0.6vh 0;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #ccc; word-break:keep-all;
	text-align: left;

}
#gnb2 .top_menu>ul>li>a.parent {
    font-size: 1.5em;
    font-weight: 400;
}

#gnb3{display:block;width:100%;max-width:1920px;;margin:0 auto;z-index:8887;padding:0;transition: all 250ms;opacity:1;height:300px;overflow:hidden;;}
#gnb3.on{display:block;transition: all 250ms;opacity:1;height:330px;padding:37px 0;}
#gnb3:after {display:block;visibility:hidden;clear:both;content:""}

#gnb3 .top_menu{width:100%;height:100%;max-width:1200px;margin:0 auto;}


#gnb3 .top_menu ul{width:100%;height:100%;list-style:none;-webkit-padding-start: 0;padding:0 0px 0 0;}
#gnb3 .top_menu ul li:after {display:block;visibility:hidden;clear:both;content:""}
#gnb3 .top_menu ul li a{display:block;font-size:19px;color:#fff;text-decoration:none;}

#gnb3 .top_menu > ul > li{width:14.28%;height:100%;float:left;position:relative;padding-left:36px;}
#gnb3 .top_menu > ul > li:last-child{}




#gnb3 .top_menu ul li .submenu{position:absolute;z-index:8889;border-radius:5px;margin-top:10px;}
#gnb3 .top_menu ul li .submenu li{height:32px;display:block;text-align:left;padding:14px 0 15px 1px;}


#gnb3 .top_menu ul li .submenu li a{font-size:15px;color:#787878;font-weight:400;}
#gnb3 .top_menu ul li .submenu li a:hover{color:#3399ff;font-weight:400;}



#gnb3 .top_menu ul li a:hover{color:#3399ff;}



.sitem{width:255px;height:27px;background:#727272;border-radius:4px;margin-top:28px;}
.sitem a{float:left;padding:0 15px  !important; text-align:center;line-height:27px !important;color:#fff !important;font-weight: 300 !important;}
.sitem span{float:left;color:#ccc;line-height:27px;}
.etc_btn{
	float:right;
	width:63px;
	padding-top:35px;
	
}
.etc_btn a{display:inline-block;}
.etc_btn a.lang{color:#fff;width:63px;font-size:16px;background:#c9caca; border-radius:40px;height:32px; line-height:32px;  text-transform:uppercase;
 display: block;text-align:center; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.etc_btn a.lang:hover{background-position: left bottom; color: #fff; background:#1ebe46;-webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
.etc_btn a.lang img{margin:0 30px;}






#gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em}
#gnb_empty a {text-decoration:underline}




/*

.navigation_bg {width: 100%;max-width: 1620px; height: 52px;  position: relative; z-index: 80; background: #182678;margin:0 auto;}
.navigation {width: 998px;margin:0 auto;border-right:1px solid #4247a2; }
.navigation > dl { margin:0 auto; overflow:hidden; }

.navigation > dl dt, .navigation > dl dd { height:52px; overflow:hidden; float:left; border-right:1px solid #4247a2; }
.navigation > dl dt {width:52px; margin: 0 auto;border-left:1px solid #4247a2;}
.navigation > dl dt a { display:block; width:100%; height:52px; text-indent:-9999px; background:url('/img/home.png') no-repeat center; }
.navigation > dl dd { padding:0 20px; width:200px;; float:left; }
.navigation > dl dd > a { display:block; font-weight:400; height:52px; line-height:52px; text-decoration:none;background:url('/img/arr.png') no-repeat right center; color:#FFF; }
.navigation > dl dd > a:hover	{color:#FFF;}
.navigation > dl dd > ul { display:none; z-index:99; position:absolute; overflow:hidden; margin-left:-21px;  width:200px; background:#182678;     }
.navigation > dl dd > ul li { font-size:14px; border-top:1px solid #4247a2; height:44px; text-indent:10px;}

.navigation > dl dd > ul li a { display:block; line-height:44px; height:44px; padding-left:8px; color:#FFF; text-decoration:none;}
.navigation > dl dd > ul li a:hover { color:#FFF; background:#182678;}
*/

.navigation_bg {width: 100%; height: 58px; border-top: 1px solid #dfe3e6; border-bottom: 1px solid #dfe3e6; position: relative; z-index: 80; background: none;}
.navigation {width: 1257px;margin:0 auto;border-right:1px solid #e9e9e9; }
.navigation > dl { margin:0 auto; overflow:hidden; }

.navigation > dl dt, .navigation > dl dd { height:56px; overflow:hidden; float:left; border-right:1px solid #e9e9e9; }
.navigation > dl dt {width:58px; margin: 0 auto;border-left:1px solid #e9e9e9;}
.navigation > dl dt a { display:block; width:100%; height:58px; text-indent:-9999px; background:url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QNvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MSA2NC4xNDA5NDksIDIwMTAvMTIvMDctMTA6NTc6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6QUZDNjhDRThDRjVBRTYxMUFEQTNFNjI3Qjg0QjE0MjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTEyNTA1RjU2OEZGMTFFNjk1REFEN0Q5ODM0MjYyMjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTEyNTA1RjQ2OEZGMTFFNjk1REFEN0Q5ODM0MjYyMjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjY5MjdBRTM3NjhFNjExOTBFQUMyQjc1REM1MTNFNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRkM2OENFOENGNUFFNjExQURBM0U2MjdCODRCMTQyMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIAAwADQMBEQACEQEDEQH/xABiAAADAAAAAAAAAAAAAAAAAAAHCAkBAQAAAAAAAAAAAAAAAAAAAAAQAAEEAQAGCwAAAAAAAAAAAAUDBAYHAgASFAgJGQERcdHhYqIjMxYYEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwClvE+4j9r2DaLqk6+b2PR9e1fIwZnJMyMk1aWhOZaIVHyaKTY6LJoBJXEY2NW2MpGhqybd1lls5Z5ji72JsLA9JcZW4FNxp9LM6+JoXw0m4qmW9zKxB/01KUdkYsZkLudMXSIRaDp2yCFC0Nrijldu0zcEW5Zs3cDsXYhqDHUTr89vfR6/j/NEV1e367uneOgQ79/k7efmW+n8ud+gf//Z') no-repeat center; }
.navigation > dl dd { padding:0 20px; width:200px;; float:left; }
.navigation > dl dd > a { display:block;  height:56px; line-height:56px; text-decoration:none;background:url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QNvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MSA2NC4xNDA5NDksIDIwMTAvMTIvMDctMTA6NTc6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6QUZDNjhDRThDRjVBRTYxMUFEQTNFNjI3Qjg0QjE0MjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTEzMzM5ODk2OEZGMTFFNjk1REFEN0Q5ODM0MjYyMjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTEzMzM5ODg2OEZGMTFFNjk1REFEN0Q5ODM0MjYyMjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjY5MjdBRTM3NjhFNjExOTBFQUMyQjc1REM1MTNFNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRkM2OENFOENGNUFFNjExQURBM0U2MjdCODRCMTQyMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIAAUACAMBEQACEQEDEQH/xABYAAEAAAAAAAAAAAAAAAAAAAAJAQEAAAAAAAAAAAAAAAAAAAAAEAABAQcFAQAAAAAAAAAAAAABAiEEFAUVFhcRAzMGCRkRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AFbW7+a/1PS81ee2NdRQuTW713A+eoxj1cp7RH46M9Ldik04Toc1HJ0D/9k=') no-repeat right center; color:#868686; }
.navigation > dl dd > a:hover	{color:#444;}
.navigation > dl dd > ul { display:none; z-index:99; position:absolute; overflow:hidden; margin-left:-21px; border:1px solid #e9e9e9; width:200px; background:#fff;     }
.navigation > dl dd > ul li { font-size:14px; border-top:1px solid #e9e9e9; height:56px; text-indent:10px;}
.navigation > dl dd > ul li:first-child { border-top:none; }
.navigation > dl dd > ul li a { display:block; line-height:56px; height:56px; padding-left:8px; color:#7c7c7c; text-decoration:none;}
.navigation > dl dd > ul li a:hover { color:#211f9b; background:#dae3f6;}


	.en_content_title{padding-top:18px;font-size:40px;font-weight:bold;    width: 100%;    max-width: 998px;margin:0 auto;}
	.sub_tab_menu{padding:12px 0 28px 0;  width: 100%;    max-width: 998px;margin:0 auto;}
	.sub_tab_menu:after{display:block;visibility:hidden;clear:both;content:""}
	
	.sub_tab_menu a{display:block;float:left;height:auto;background:#fff;color:#343434;text-align:center;margin-right:1%;font-size:14px;}
	.sub_tab_menu a:last-child{margin-right:0px;}
	.sub_tab_menu a img{margin-bottom:10px;opacity:0.5; width:90%;}
	.sub_tab_menu a span{display:block;float:left;width:100%;height:50px;line-height:48px;background:#fff;border:1px solid #dcdcdc;color:#343434;text-align:center;font-size:14px;}
	.sub_tab_menu a:hover span,.sub_tab_menu a.on span{background:#182678;color:#FFF;}
	.sub_tab_menu a:hover img,.sub_tab_menu a.on img{opacity:1;}
	.sub_line{width:100%;height:1px ;background:#dbdbdb;max-width: 1620px;margin:0 auto;}
	.sub_line2{width:100%;height:1px ;background:#dbdbdb;margin:10px 0 20px 0;}
.__bg{position:absolute;width:100%;height:300px;z-index:-1;}
.inner__bg{background:#FFF;width:100%;height:300px;max-width: 1620px;margin:0 auto;z-index:-1;}

/* 중간 레이아웃 */
#wrapper {clear:both;z-index:5;margin: 0 auto;width:100%;max-width:1350px;zoom:1; background:#fff;padding-bottom: 50px;}
#wrapper.main {width:100%;max-width:100%;padding-bottom: 0px;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}



	




#wrapper .sub_title{margin-top:75px;width:100%;text-align:center;font-size:60px;font-weight:bold;}
#wrapper .sub_etitle{margin-top:5px;margin-bottom:20px;width:100%;text-align:center;font-size:16px;font-weight:bold;color:#ff9a16;}







#wrapper .sub_munu
 {
  width:100%;
	padding-top:40px;
	padding-bottom:70px;
	text-align:center;
	display:inline-block;	
}


#wrapper .sub_munu  a{display:inline-table;width:182px;height:57px;text-align:center;line-height:55px;border:1px solid #cccccc;margin:5px 7px;font-size:17px; color:#787878;}
#wrapper .sub_munu  a.on{width:180px;height:55px;border:2px solid #0089c8;color:#0089c8;line-height:55px; font-weight:bold;display:inline-table;font-weight:bold;}


#sub_title_area{width:100%;background:#f7f7f7;padding:30px;margin:20px 0; border-bottom:1px solid #eee;border-top:1px solid #eee;}

.content_title2{ padding-top:50px;width:100%;max-width:1257px;text-align:center; font-size:3em; font-weight:700; margin:0 auto; color:#222; letter-spacing:-0.5px; display:none; padding-bottom:10px;}
#container .section_line{width:1px;height:30px;margin:10px  auto 15px;background:#222;display:none;}

#left_gnb{float:left;width:200px; background:#2650a2; border-radius:10px; margin-top:20px; }

#left_gnb h2{height:100px;line-height:100px;font-size:18px;font-weight:bold;background:#1d224e;padding-left:20px;}
#left_gnb ul{list-style:none;padding:10px 0;}
#left_gnb ul li {height:45px;line-height:45px;padding-left:20px;}
#left_gnb ul li a{color:#ccc;font-size:18px;}
#left_gnb ul li:hover a,#left_gnb ul li.on a{color:#fff;}


#container {z-index:2;position:relative;width:100%;height:auto !important;font-size:1em;zoom:1;margin:0 auto;padding-top:0px;padding-left:0px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}


/*

@keyframes padding_up {
  0%  {
	padding-top:36px;
  }
  25%  {
	padding-top:31px;
  }
  50%  {
	padding-top:26px;
  }
  75%  { 
	padding-top:31px;
  }
  100% {  
	padding-top:36px;
  }
}
*/

@keyframes scale_up {
  0%  {
   transform:scale(1)
  }
  25%  {
    transform:scale(1.06)
  }
  50%  {
    transform:scale(1.08)
  }
  75%  { 
   transform:scale(1.09)
  }
  100% {  
   transform:scale(1.1)
  }
}


/*
.main_section3_bg{clear:both;width:100%;background:#f3f3f3;padding-top:83px; background:url('/img/mmbg.jpg') repeat; background-size:100%;}
*/




#visual_parent2{position:relative;width:100%;}



.slide i{display:block;position:absolute;width:63px;height:3px;background:#ffa013;left:50%;margin-left:-250px;top:350px;z-index:51;
animation: 1.2s tutsFade2 ease-in-out;
}
.roll_ani{
position:absolute;/*width:440px;*/height:186px;top:300px;margin-left:-220px;left:50%;background:#FFF;z-index:50;padding:30px 50px;


animation: 1s tutsFade ease-in-out;

}
 @keyframes tutsFade {
  0% {
    opacity: 0;
    top: 0px;
  }
  100% {
    opacity: 1;
	top: 300px;
  }
}


 @keyframes tutsFade2 {
  0% {
    opacity: 0;
    margin-left:-10900px
  }
  100% {
    opacity: 1;
	margin-left:-250px
  }
}


.roll_ani span{display:block;font-size:29px;font-weight:bold;color:#0a0a0a;}


#container_title {margin-bottom:20px;font-size:1.2em;font-weight:bold}

#sub_visual{width:100%;height:286px;}
#container .sub_title{position:relative;width:100%; font-size:24px;color:#0a0a0a;font-weight:bold;margin-top:25px;margin-bottom:40px;padding-top:12px;}
#container .sub_title span{position:absolute;width:100px;height:2px;background:#0a0a0a;top:0px;left:0px;}
/* 하단 레이아웃 */










/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:none !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#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 #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('../img/captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:31px;left:161px;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha.png') no-repeat  0 -30px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_key {margin:0 0 0 33px;padding:0 5px;width:70px;height:60px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
/*
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#0a0a0a;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
*/
.btn_cke_sc{padding:0 10px;border:1px solid #ccc;background:#fafafa;cursor:pointer; font-size:0.92rem;}
.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:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 버튼 */
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#0a0a0a;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:#0a0a0a;text-decoration:none}
a.btn02 {display:inline-block;padding: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:#ff3061;color:#fff;letter-spacing:-0.1em;cursor:pointer}
fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}

a.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#0a0a0a;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#0a0a0a;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding:7px;border:1px solid #d9ded9;background:#f2f5f9;color:#0a0a0a;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
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 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 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_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.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, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;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_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;color:#0a0a0a;vertical-align:middle;line-height:2em}
.tbl_frm01 textarea {padding:2px 2px 3px;line-height: 1.56em;font-size: 0.92em;color:#333; }
.frm_input {height:22px}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/* 자료 없는 목록 */
.empty_table {padding:50px 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:110px;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 .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.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 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:"맑은 고딕", sans-serif,'Malgun Gothic';font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:0;background:#4b545e;color:#fff;line-height:2em;cursor:pointer}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}

/* 검색결과 색상 */
.sch_word {color:#ff3061}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.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:#0a0a0a;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 8px;height:25px;color:#0a0a0a;letter-spacing:0;line-height:2.2em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#e4eaec;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#333;color:#fff;font-weight:normal}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#0a0a0a;font-size:2em;text-decoration:none;text-align:center}

/*메일인증*/
.rg_em{margin-top:5px}
.rg_em caption{padding:0;font-size:0;line-height:0;overflow:hidden}

/*캡챠 모바일에서 피시버젼*/
#captcha.m_captcha audio{display:block;margin:5px 0 10px;}
#captcha.m_captcha #captcha_key{margin-left:3px }
#captcha.m_captcha #captcha_reload span{background:none;display:inline}
#captcha.m_captcha  #captcha_reload {position:relative ;width:auto;top:0;left:0;margin:0;padding:0 10px;height:43px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer}

#bo_v_table{display:none;}

/*게시판 스타일적용*/
/*게시판 스타일적용*/
/*게시판 스타일적용*/
/*
#bo_v_con p{line-height:180%!important; color:#333!important; padding:12px 0!important; text-align:left !important;}
*/

/* 언론보도 */
.news p{line-height:180%!important; color:#333!important; padding:12px 0!important; text-align:left !important;}

/* 기술소개 */
.tec p{line-height:180%!important; color:#333!important; padding:12px 0!important; text-align:left !important;}
.tec .bb{font-weight:bold; font-size:1.5em!important; color:#333!important;}
.tec .sb{font-weight:bold; font-size:1.1em!important; color:#333!important;}
.tec .cc{text-align:center !important;}
.tec .imgst{width:100% !important;}
.tec .bbs_w{width:100%; padding:40px 0; }
.tec .bbs_w:after{display:block; visibility:hidden; clear:both; content:"";}
.tec .con_l{width:400px; float:left;}
.tec .con_r{width:620px; float:right; }
/*게시판 스타일적용*/
/*게시판 스타일적용*/
/*게시판 스타일적용*/




/*
.main_section1_bg{clear:both;width:100%;background:#f3f3f3;}
.main_section1_bg:after {display:block;visibility:hidden;clear:both;content:""}
.main_section1{clear:both;width:1182px;margin:0 auto;}
.main_section1:after {display:block;visibility:hidden;clear:both;content:""}
.main_section1 .left{float:left;}
.main_section1 .right{float:right;width:600px;padding-top:60px;}
.main_section1 .right .item{float:left;background:#fff;margin-right:28px;margin-bottom:28px;cursor:pointer;
	transition: all 250ms;
    transform: rotate(0deg);
	}
.main_section1 .right .item:hover{background:#ddd; 	
transition: all 250ms;

  transform: rotate(0deg);
  }
  */


/* -webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s */

.top_move_btn{position:fixed;bottom:25px;right:60px;z-index:50000; opacity:0.25;-webkit-transition: all 0.3s; transition: all 0.3s;}
.top_move_btn:hover{ opacity:1;-webkit-transition: all 0.3s; transition: all 0.3s;}





/* 제품테이블 */
.product_view table.feature{width:100%;border-collapse:collapse;border-spacing:0; margin-top:60px;}
.product_view table.feature tbody td img {width:160px; height:110px; text-align:left; border:#ccc solid 1px;}
.product_view table.feature tbody td {color:#666; font-size:16px; font-weight:400; padding-left:20px; display: table-cell; vertical-align: top; padding-bottom:30px; }
.product_view table.feature tbody td div{position: relative; top: -50%;}
.product_view table.feature tbody td span {display:block; margin-bottom:10px; color:#0a0a0a; font-size:21px; font-weight:500;}

.product_view table.spec{width:100%;border-collapse:collapse;border-spacing:0; margin-top:60px; border-bottom:#ccc solid 1px;}
.product_view table.spec tbody th{text-align:center; color:#666; font-size:16px; font-weight:400; background:#f2f2f2; padding:12px 20px; border-bottom:#ccc solid 1px;}
.product_view table.spec tbody th.spec_tit{text-align:center; color:#333; font-size:22px; font-weight:500; background:#fff; padding:16px 20px; border-top:#333 solid 2px;}
.product_view table.spec tbody td {color:#666; font-size:16px; font-weight:400; padding:12px 20px; border-bottom:#ccc solid 1px;}

/* sub_content */
#sub_content{ width: 100%; max-width: 1380px; margin: 0 auto;  padding-top: 2vh; padding-bottom:3vh;}



#sub_content .pd50{padding-top:50px !important;  padding-bottom:20px !important; }
#sub_content .pd30{padding-top:30px !important;  padding-bottom:10px !important; }
#sub_content .pdl10{padding:10px 20px!important; font-size:0.9em !important; line-height:180% !important;}

.container_title{margin-top:50px;}
.container_title h1{font-weight: 600;    font-size: 2.8rem; line-height:1.2em;    padding: 0 0 3vh 0;  letter-spacing:-0.05em; color: #004ea2;    text-align: center; word-break:keep-all; }
.container_title h2{font-weight: 700;    font-size: 1.378rem;    padding: 0rem 0 0rem 0;    text-align: center;word-break:keep-all;} 


 h1{font-weight: 600;    font-size: 2.8rem; line-height:1.2em;    padding: 0 0 3vh 0;  letter-spacing:-0.05em; color: #004ea2;    text-align: center; word-break:keep-all; }
 h2{font-weight: 700;    font-size: 1.378rem;    padding: 0rem 0 0rem 0;    text-align: center;word-break:keep-all;} 
h3{ font-weight: 400;font-size: 1rem;text-align: center;  padding: 0rem 0 1rem 0;word-break:keep-all; color:#666;}
h3>span{font-weight:500; font-size:inherit; color:#333;}
 h4{ font-weight: 700;
    font-size: 4.25em;
    letter-spacing: -0.02em;
    text-align: left;
    padding: 1rem 0 1rem 0;
    word-break: keep-all;
    color: #c1d9f1;
    line-height: 1.05em;}
h5{font-weight: 600;
    font-size: 2.173em;
    letter-spacing: -0.03em;
    padding: 0rem 0 2rem 0;
    text-align: left;
    word-break: keep-all;
    color: #333;}
  
.about4 {   font-weight: 500;
    font-size: 1.12em;

    padding: 0.5rem 0 1.5rem 0;
    word-break: keep-all;
    letter-spacing: -0.05em;
    color: #212121;}	
	
.about41 {  font-weight: 500;
    font-size: 1.5em;
    line-height: 2.7rem;
    color: #90c31f;
    letter-spacing: -0.05em;
    word-break: keep-all;
}


.product_tt {
    font-weight: 600;
    font-size: 1.85rem;
    line-height: 2.5rem;
    padding: 1rem 0 1rem 0;
    color: #000;
    position: relative;
    padding-left: 18px;
	letter-spacing: -0.05em;
}
.product_tt:before {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-55%);
    left: 0;
    background: #000;
    border-radius: 4px;
    content: "";
}
 #bumy .bumy_board .search .btn {cursor:pointer;}
/* sub_content */
@media (max-width: 1400px){ 
#sub_content{ width: 90%; max-width: 1380px; margin: 0 auto;  padding-top: 2vh;}
#gnb .top_menu > ul > li {padding: 0 2%;}
#gnb .top_menu ul {width: 96%;}
}

@media (max-width: 1200px){ 
.about41 { font-size: 1.5em;}
#sub_content{  padding-top: 1vh;}
.search {width: 100% !important; display:contents !important;}
}
@media (max-width: 920px){
	#gnb .top_menu ul {display:none;}
	}
@media (max-width: 800px){
h1 {font-size: 2.4rem;padding: 0 0 5vh 0; }
.about41 {  font-weight: 500;
    font-size: 1.25em;
    line-height: 1.6rem;
    color: #90c31f;
    letter-spacing: -0.03em;
    word-break: keep-all;
	padding-bottom: 10px;
}

.search {width: 100% !important;}
.search .frm_input {width: 150px !important;}
 #bumy .bumy_board .search .btn {width:80px !important;}
 .about4 {font-size: 0.9em;}
}
@media (max-width: 600px){
.search .select22 {max-width: 150px;padding-right: 20px !important;}

	.search .frm_input {width: 110px !important;}}