@charset "UTF-8";

* { box-sizing: border-box; }
.clearfix:after { content:""; display:table; clear:both; }


/*���*/
.top_area{}
.m_gnb, .m_search{display:none;}
#header { position:relative; width:100%; background-color:#fff; }
#header ul.top-container { width:100%; }
#header ul.top-container li { float:left; }
#header ul.top-container li:last-child { float:right; }
#header ul.top-container li.locale { width:40%; padding-left:30px; }
#header ul.top-container li.logo { width:20%; }
#header ul.top-container li.common { width:40%; padding-right:30px; text-align:right; }
#header ul.top-container li.common img { display:inline-block; vertical-align:middle; }
#header .menu-container {}
#header .menu-container ul { width:1200px; margin:0 auto; }
#header .menu-container ul li { float:left; width: 16.66%; width:20%; text-align:center;    line-height:60px;letter-spacing: 0;}
#header .active_open2 {background: #4d87ff; }
#header .active_open2 > ul li a{/*color:#000 !important;*/font-size:16.5px;}
#header .menu-container ul li a { color:#fff; font-weight:400; }
	
#header .active_open2 li a{height:60px;}
#header .active_open2 li a:hover{width:100%;height: 60px; display: block; border-bottom:3px solid #100964; line-height: 60px; transition: 0.2s; color:#100964 !important;} 

.btn_lang_select a:hover div.lang_dropdown{display:block;}
.menu-container2{background:#f6f6f6; width:100%; position: absolute; z-index:9; margin-top:0px; display:block; height: 0;
    overflow: hidden; margin-top:-1px;}
.menu-container2 ul.open{width:1200px; margin:0 auto;}
.menu-container2 ul.open li {width:16.66%; float: left;  line-height:30px !important; padding-top:20px; padding-bottom:20px;}
.menu-container2 ul.open li a{width:100%; display: block;  height:30px !important; text-align:center;color:#777 !important; font-size:15px !important; line-height:30px !important; font-weight:300;}

#header .menu-container2 ul li a {font-weight:400; letter-spacing: -1px;}
.menu-container2 ul.open li a:hover{color:#100964 !important; border-bottom: none !important; font-weight:900;  font-weight:600;text-decoration: underline; }
.active_open{overflow: hidden; position:fixed; height:200px;}
.active_open li a:hover > .active_open2 li.on{display:none;}

.btn_lang_select a:hover div.lang_dropdown{display:block;}
.menu-container2{background:#f6f6f6; width:100%; position: absolute; z-index:9; margin-top:0px; display:block; height: 0; overflow: hidden; }
.menu-container2 ul.open{width:1200px; margin:0 auto;}
.menu-container2 ul.open li {width:16.66%; float: left;  line-height:30px !important; padding-top:20px;}
.menu-container2 ul.open li a{width:100%; display: block;  height:30px !important; text-align:center;color:#777; font-size:15px !important; line-height:30px !important; font-weight:300;}
.menu-container2 ul.open li a:hover{color:#100964 !important; border-bottom: none !important; font-weight:900;  font-weight:600;text-decoration: underline; }
.active_open{overflow: hidden; height:190px; /*position:fixed;*/}
.active_open li a:hover > .active_open2 li.on{display:none;}
		

.lang{position: absolute;width: 80px; height: 30px;line-height: 30px;border: 1px solid #888888;border-radius: 30px;text-align: center;}
.language_area{float: left;padding: 28px 0 0;}
.language_area .btn_lang_select{display: inline-block;font-size: 13px}
.btn_lang_select img{margin-top:-1px;}
.currentLang{color:#000}
.language_area a.btn_lang_select img {display: inline-block; vertical-align: middle; padding-right: 4px; margin-top: -4px; width: 24px; height: 24px }
.lang_dropdown {position: absolute; top: -1px; left:-1px; width:80px; background: #130b66; height: 65px; display:none; 
    border-radius: 15px;}
.lang_dropdown li{line-height:25px;}
.lang_dropdown li:nth-child(1){margin-top:5px;}
.lang_dropdown li a{color:#fff; text-align:center; }
.lang_dropdown li a:hover{text-decoration: underline;}
.btn_lang_select:hover .lang_dropdown{display:block;}

.p_header{width:100%; height:98px; margin:0 auto;background: #fff; padding: 0 30px;}
.p_header h1 {text-align: center;margin: 0 auto;width: 200px;padding: 20px 0 0;}
.p_header h1 img{height: 40px;}
.p_header_right{float:right; padding: 40px 0 0;}
.p_header_right li{float:left; font-size:14px; color:#888888;  position: relative;padding-left: 21px;}
.p_header_right li a{font-size:14px; color:#888888;font-weight: 500;}
.p_header_right li:nth-child(1){}
.p_header_right li:nth-child(1):before{
    content: "";
    position: absolute;
    top: 0;left:0;
    width: 18px;
    height: 20px;
    background: url(../img/common/ico_certificate.png) no-repeat 0 0;  
}

.p_header_right li:nth-child(3):before{
    content: "";
    position: absolute;
    top: 0;left:0;
    width: 18px;
    height: 20px;
    background: url(../img/common/ico_join.png) no-repeat 0 0;  
}
.p_header_right li:nth-child(5):before{
    content: "";
    position: absolute;
    top: 0;left:0;
    width: 18px;
    height: 20px;
    background: url(../img/common/ico_login.png) no-repeat 0 0;  
}
.p_header_right li:nth-child(7):before{
    content: "";
    position: absolute;
    top: 0;left:0;
    width: 18px;
    height: 20px;
    /*background: url(../img/common/ico_book.png) no-repeat 0 0; */ 
}


.p_header_right span{width: 1px; height: 10px; margin-top: 5px; float: left; background: #acacac; margin-left: 20px; margin-right: 20px; display: block;}
.p_header_right a{color:#888;}
.p_header_right a:hover{text-decoration: underline;}
.p_header_right strong{color:#000; font-weight:bold;}
.p_header_right img{margin-top:-3px; margin-left:5px;}
.p_header_right li a.mall{color:#100964}
.p_header_right small{font-size:15px; color:#333; }
.p_header_right :hover{text-decoration: underline;}
.p_header .servicesWrap .selectForm{ float:left; width:68px; height:32px; border:1px solid #888888; margin-top:30px; border-radius:30px; text-align:center; line-height:30px; margin-left:50px;}
.p_header .servicesWrap .selectForm { position:relative; vertical-align:top; display:inline-block; font-size:13px; }
.p_header .servicesWrap .selectForm p img{margin-right:5px;}
.p_header .servicesWrap .selectForm p	{position:relative; display:inline-block;cursor:pointer; }
.p_header .servicesWrap .selectForm p + ul	{display:none; position:absolute; width:68px; left:50px; top:30px; padding:4px 0; background:#19275f;  z-index:2;}
.p_header .servicesWrap .selectForm p + ul li	{width:100%; padding-left:16px; text-align:left;}
.p_header .servicesWrap .selectForm p + ul li.on{background:rgba(255,255,255,.1);}
.p_header .servicesWrap .selectForm p + ul li a	{position:relative; display:inline-block; color:#fff; line-height:36px;}
.p_header .servicesWrap .selectForm ul li.selected a:after	{content:""; position:absolute; left:0; bottom:8px; width:100%; height:1px; background:#fff;}
.p_header .servicesWrap .selectForm .on p + ul	{display:block;}
.title_box{display: none;}

/* ��� �˻� */
.selectBox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 30px;
    text-align: left;
    color: #8a8a8a;
    border: 0;
}
.selectBox_label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    color: inherit;
}
.selectBox_select {
    width: 100%;
    height: 100%;
    padding: 0 7px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    opacity: 0;
    filter: alpha(opacity=0);
}


.boardSearch {border: 1px solid #ddd; border-radius: 30px;}

.boardSearch .selectBox { display: inline-block; vertical-align: top; box-sizing: content-box; width: 120px; height: 40px; line-height: 40px; font-size: 14px; font-weight: 400; color: #6f6f6f; background: url("../img/common/icon_select.png") no-repeat 94% 50%; /*border-bottom: 1px solid #dedede;*/}

.boardSearch .selectBox_label {padding: 0 4px 0 10px;font-size: 14px;}

.boardSearch .selectBox_select { padding: 0; font-size: 14px;}
.boardSearch .selectBox_select::placeholder {font-size: 14px;}

.boardSearch .searchBox { position: relative; display: inline-block; vertical-align: top; width: 220px; height: 36px;  box-sizing: content-box; /*border-bottom: 1px solid #dedede;*/}

.boardSearch .searchBox input[type="text"] { box-sizing: border-box; width: 100%; height: 40px; padding: 0 10px; font-size: 15px; font-weight: 400; color: #9a9a9a; border: 0 none; outline: 0; border-radius: 0; background: none;}

.boardSearch .searchBox .btn_search { position: absolute; top: 2px; right: 5px; width: 36px; height: 36px; overflow: hidden; display: inline-block; text-indent: -9999px; white-space: nowrap; line-height: 0; background: url("../img/common/btn_search2.png") no-repeat; }


/* �ø��� �� �߰� */
.sub #content .book{}
.sub #content .book .page_title{overflow: hidden;}
.sub #content .section .cont_cen.left.book .page_title .go{bottom: 6px; /* right: 140px; */}
.sub #content .book .boardSearch{
    width: 125px;
    display: inline-block;
    border: 0;
    background: #f1f1f1;
    float: right;
    padding-left: 4px;
    /*margin-right: 100px;*/
}
.sub #content .book .boardSearch .selectBox{
    height: 33px;
    line-height: 33px;
    width: 100%;
}
.sub #content .book .boardSearch label{
    color: #000;
    font-weight: 500;
}
.sub #content .section .cont_cen.left.book .page_title.view{
    border-top: 1px solid #ddd; overflow: inherit; padding-top: 30px;}
.sub #content .section .cont_cen.left.book .page_title.view:before{
    display: none;}
.sub #content .section .cont_cen.left.book .page_title.view .go{
    right: 0;
    /*left: 0;*/
    bottom: 0;
}



/* IE10 �̻��� ���� css */
.searchBox input[type="text"]::placeholder {
 font-size: 14px; color: #bbb;
  opacity: 1; /* ���̾��������� �ѿ��� ������ ������ �����ϱ� ���� css */
}
.searchBox input[type="text"]::-webkit-input-placeholder {
 font-size: 14px; color: #bbb;
}
/* IE */
.searchBox input[type="text"]:-ms-input-placeholder {
  font-size: 14px; color: #bbb;
}
/* Firefox */
.searchBox input[type="text"]:-mos-input-placeholder {
  font-size: 14px; color: #bbb;
}
/* //��� �˻� */
/*  //���*/


/*Ÿ��Ʋ*/
.hgroup {width: 1400px; margin: 0px auto 20px;}
.page_title{font-size: 24px;font-weight: 600; position: relative; padding-top: 20px;}
.page_title span{}
.page_title:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 23px;
    background: url(../img/common/ico_page_title.png) no-repeat 0 0;
    background-size: 100%;
}



/*Ǫ��*/
#footer{ position:relative; width:100%; background-color:#fff; border-top: 1px solid #ececec; margin-top: 100px;}
#footer.sub{background: #f1f5f8; margin-top: 0;}
#footer .copyright-wrap { position:rlative; width:100%;}
#footer .copyright-wrap .copyright { position:relative; display: inline-block;}

.foot_top{
    position: fixed;
    /* position: absolute; */
    right: 50%;
    bottom: 146px;
    margin-right: -800px;
    /* transform: translate(100%, 0%); */
    z-index: 10;
}
.foot_top a{
	width: 50px;
    height: 50px;
    background: url(../img/common/foot_top.png) no-repeat 100% 100%;
    background-size: 50px;
}
.foot_top a:hover{
	width: 100px;
    height: 100px;
    background: url(../img/common/foot_top_on.png) no-repeat 100% 100%;
    background-size: 50% 50%;
}

.foot_top img{height: 50px;}
.foot_top img:hover{}

.foot_top .scrollToTop{
    position: absolute;
    z-index: 100;
    right: 10px;
}

.copyright-wrap{width:100%; height:150px;}
.copyright-wrap-box{width:1400px; margin:0 auto; position: relative;}
.copyright-wrap .copyright{width:1200px; margin:0 auto; margin-top:30px;}
.copyright-wrap .copyright a{font-size:14px; color:#000; font-weight: 500;  float:left;}
.copyright-wrap .copyright a:hover{color: #4d87ff;}
.copyright-wrap .copyright a strong{font-weight:bold;}
.copyright-wrap .copyright span{width:1px; height:10px; margin-top:5px; float:left; background:#acacac; margin-left:20px; margin-right:20px; display:block;}
.copyright-wrap .copy_line{width:1400px; height:1px; background:#dddddd; margin:0 auto; margin-top:20px;}
.copyright-wrap .addres{width:1400px; margin:0 auto; font-size:14px; color:#888888; margin-top:20px;}
.copyright-wrap .addres li{float:left; margin-bottom: 2px; list-style: none;font-size: 14px;}
.copyright-wrap .addres strong{font-size: 14px; color:#222; margin-right:10px;}
.copyright-wrap .addres em{font-size: 14px; }
.copyright-wrap .addres span{width:1px; height:10px; margin-top:5px; float:left; background:#acacac; margin-left:10px; margin-right:10px; display:block;}
.copy_ab2{position:absolute; right:0; top:30px;}
.copy_ab2 img{height: 35px;}
.copy_ab{position:absolute; right:0; top:100px;}
.copy_ab p{font-size:12.5px; color:#999;text-transform: uppercase; letter-spacing: 0;}
.copy_ab strong{font-size:12.5px;color: #4c85fc; text-transform: uppercase;}
.c_foot{height:6px; clear: both;}
/* //Ǫ��*/


/* �α��� */
.appendcontent > .popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color:rgba(0, 0, 0, 0.6);
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 200;
}

.popup > div.detail-container {
	position: relative;
	width: 50vw;
	min-width: 480px;
	margin: 3rem auto 0;
	padding: 1rem;
	background: #fff;
	border-radius: .3rem;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.45);
	box-shadow: 0 2px 10px rgba(0,0,0,0.45);
	border: 1px solid transparent;
}

.foot_news{display: none;}
.bottom_menu{display: none;}


/**/
@media only screen and (min-width: 1px) and (max-width:1380px){
    #header{height: auto;}
    .top_area{position: relative; background: #fff; padding: 15px 0 20px;}
    .m_gnb{display:block; float:left; margin-left:20px; margin-top:-25px;}
    .m_gnb img{height: 22px;}
    .m_search{display:block; float:right; margin-right:20px; margin-top:-25px;}
    .m_search img{height: 24px;}
	.language_area{display:none;}
    #header .menu-container {display:none; }
    #header .menu-container2 {display:none; }
    
    .p_header .servicesWrap{display:none;}
	.p_header{height:auto; border-bottom: 1px solid #ddd; padding: 0;}
	.p_header h1{padding: 0;}
	.p_header h1 img{margin-left:20px; height: 33px;}
	.p_header_right{display:none;}

    
    .header_search{position:absolute; right:5%; top:19px;}
    .header_search_bar{
        position: absolute;    
        /*position: fixed; */
        top: 0;
        z-index: 997;
        width: 100%; 
        height: 100%;
        /*background:#fff; */
    }
    .header_lnb{
        position: absolute;
        top: 22px;
        left: 20px;
        z-index: 99;
        background: #4d87ff;
        padding: 1px;
    }
    .header_lnb .hide{}
    .header_lnb .hide img{height: 23px;}

    .p_header .header_search_bar { display:none; }
    .p_header .header_search_bar ul.gnb {
        width: 100%;
        text-align: left;
        font-size: inherit;
        clear: both;
        background: #fff;
    }
    .p_header .header_search_bar ul.gnb > li { display:block; width:100%; height:auto; min-height:auto; margin-left:0; border:none; padding:0;  background-size:17px; }
    .p_header .header_search_bar ul.gnb > li:last-child{padding-bottom: 30px;}
    .p_header .header_search_bar ul.gnb > li:nth-child(1) { width:100%; }
    .p_header .header_search_bar ul.gnb > li:hover, 
    .p_header .header_search_bar ul.gnb > li.on { border:none; }
    .p_header .header_search_bar ul.gnb:hover > li { border:none; }
    .p_header .header_search_bar ul.gnb > li > p:nth-child(1){ }
    .p_header .header_search_bar ul.gnb > li > p { height:auto; /* border-bottom:1px solid #dddddd;*/ font-size:19px; line-height:60px;background:url("../img/common/ico_plus.png") #fff 95% 50% no-repeat;background-size:20px; padding-left:24px; }
    
    .p_header .header_search_bar ul.gnb > li:before { display:none; }
    .p_header .header_search_bar ul.gnb > li.open > p	{ background-image:url("../img/common/ico_minus.png"); }
    .p_header .header_search_bar ul.gnb > li.open > p.open{ }	
    .p_header .header_search_bar ul.gnb > li > p a { height:100%; line-height:inherit; }
    .p_header .header_search_bar ul.gnb > li:hover > p, 
    .p_header .header_search_bar ul.gnb > li.on > p { color:#000; cursor: pointer;}
    .p_header .header_search_bar ul.gnb > li.on > p.open{
        background-image:url("../img/common/ico_minus.png");
        color: #4d87ff;
    }
    .p_header .header_search_bar ul.gnb > li.on > p.close{
        background-image:url("../img/common/ico_plus.png");
        color: #000;
    }
    .p_header .header_search_bar ul.gnb + .footerMenu { display:none; }
    .p_header .header_search_bar ul.gnb > li.on > p + ul, 
    .p_header .header_search_bar ul.gnb > li:hover > p + ul { background:none; height: auto;}
    .p_header .header_search_bar ul.gnb > li > p + ul	{ margin-top:0px;  height:0; display:none;  padding-left:30px;padding-bottom:10px; /*background:#f7f7f7 !important; border-bottom: 1px solid #ddd;*/}		
    .p_header .header_search_bar ul.gnb.open > li > p + ul { height:auto;  display:block; }
    .p_header .header_search_bar ul.gnb > li.open > p + ul { height:auto;  display:block;}
    .p_header .header_search_bar ul.gnb > li > p + ul > li > p { position:relative; display:inline-block; }
    .p_header .header_search_bar ul.gnb > li > p + ul > li > p a { font-size:16px; color:#888; /*padding:11px 0;*/ line-height:30px; }
    .p_header .header_search_bar ul.gnb > li > p + ul > li > p:after {
        content:""; width:0; height:1px; position:absolute; bottom:8px; left:0; 
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;		
    }
    .p_header .header_search_bar ul.gnb > li > p + ul > li > p:hover:after,
    .p_header .header_search_bar ul.gnb > li > p + ul > li > p.on:after { width:100%; background:#00ad83; }
    .p_header .header_search_bar ul.gnb > li > p + ul > li > p:hover a { color:#041a72; }
    
    .p_header .lnb{position: relative;height: 90%;}


    .m_gnb_bot{
        background: #3c4450;
        height: 50px;
        width: 100%;
       /* position: absolute;
        bottom: 0;*/
    }
    .m_gnb_bot li a{width:50%; line-height:50px;float:left;font-size:13px; color: rgba(255,255,255, 0.6); font-weight: 300; text-align:center;border-left: 1px solid #636363;}
    .m_gnb_bot span{float:left; background:#888; margin-top: 20px; opacity:0.7; width:1px; height:10px;display: none;}

    .m_gnb_text{color:#888888; text-align:center; font-size:15px;height: auto; margin: 0 auto; padding-top:30px;}
    .m_gnb_text small{color:#333; font-size:15px;   }
    .m_gnb_text span{color:#888; font-size:15px;     padding-top: 0px; text-align:center; }
    .m_gnb_text strong{color:#b7090d; font-weight:900;}
    .m_gnb_text b{color:#18264e; font-weight:900;}
    .m_gnb_text img{margin-left:5px; margin-top:-3px;}
    
    .title_box{display: block; padding: 15px 5%; overflow: hidden;background: #fff;}
    .title_box .tit{font-size: 18px; color: #000; width: 100% !important;}
	.sub #content{min-width:96% !important;}
	.sub #content .section{width:96% !important;}
	.sub .new_wrap .list{width:100% !important;}
    .title_box .tit b{color: #4d87ff;text-decoration: underline;}
    .title_box .join{ float: right;background: #f7f7f7; margin: 5px 0; border-radius: 20px;}
    .title_box .join a{color: #4d87ff;font-weight: 500;font-size: 13px;padding: 10px 17px; display: inline-block;}
    .title_box p{float: left;}
    
    .gnb .title_box{background: #4d87ff;margin-bottom: 20px;}
    .gnb .title_box .tit b{color: #fff}
    .gnb .top_area{background: #4d87ff; border-bottom: 1px solid #9dbdff;}
    
    #footer { position:relative; width:100%; background-color:#fff; margin-top: 50px;}
	#footer .sitemap-container {display:none;}
	
    .foot_top{margin-right: 2%; right: 0; bottom: 118px;}
    .foot_top img{}
	#footer .copyright-wrap { position:relative; width:100%; height: 240px;}
	#footer .copyright-wrap .copyright { position:relative; width:100%; margin:0 auto; margin-top: 80px;display: inline-block;}
    
	.copyright-wrap{width:100%;}
	.copyright-wrap-box{width:90%; margin:0 auto; position: relative;}
	.copyright-wrap .copyright{width:94%; margin:0 auto; margin-top:20px;}
    .copyright-wrap .copyright a{font-size:12.5px;}
	.copyright-wrap .addres span{width:1px; height:10px; margin-top:4px; float:left; background:#acacac; margin-left:8px; margin-right:8px; display:block;}
    .copyright-wrap .copyright span{width:1px; height:10px; margin-top:5px; float:left; background:#acacac; margin-left:10px; margin-right:10px; display:block;}
	.copyright-wrap .copy_line{width:100%; height:1px; background:#dddddd; margin:0 auto; margin-top:20px;}
	.copyright-wrap .addres{width:100%; margin:5px auto; font-size:12px; letter-spacing:-1px; color:#888888; overflow: hidden;}
    .copyright-wrap .addres li{font-size:12px;}
	.copyright-wrap .addres strong{font-size:12px;color:#222; margin-right:5px;}
    .copyright-wrap .addres em{font-size:12px;display: block;}
	.copy_ab2{position:absolute; right:none; left:0; top:30px;}
    .copy_ab2 img{height: 30px;}
	.copy_ab{position:absolute; left:0; top: 180px;}
	.copy_ab p{font-size:11px; color:#999; letter-spacing: -0.5px;}
    .copy_ab strong{font-size: 11px;}
	.copyright-wrap .addres span:nth-child(2){display:none;}
	.c_foot{height:2px; clear: both;}
    
    .foot_news{display: block; background: #3c4450; overflow: hidden; padding: 15px 5%; /*margin-bottom: 100px;*/}
    .foot_news p{float: left;}
    .foot_news .tit{color: #fde116;}
    .foot_news .txt{ }
    .foot_news .txt a{color: #fff; opacity: 0.6;font-weight: 300;}
    .foot_news span {
        width: 1px;
        height: 10px;
        margin-top: 4px;
        float: left;
        background: #fde116;
        margin-left: 10px;
        margin-right: 10px;
        display: block;
        opacity: 0.5;
    }
    
    .bottom_menu{/*position:fixed;*/ display: block;  width:100%; bottom:0; z-index:9;}
    .bottom_menu ul {overflow: hidden; margin: 0 auto;}
    .bottom_menu ul li{float: left; width: 25%; text-align: center; padding: 12px 0;}
    .bottom_menu ul li a{ padding-top: 30px;color: #8f8f8f; width: 100%; display: inline-block;}
    
    .bottom_menu li:nth-child(1) a{background: url(../img/common/bottom_icon01.png) no-repeat 50% 10%;
        background-size: auto 23px;}
    .bottom_menu li:nth-child(2) a{background: url(../img/common/bottom_icon02.png) no-repeat 50% 10%;
    background-size: auto 23px;}
    .bottom_menu li:nth-child(3) a{background: url(../img/common/bottom_icon03.png) no-repeat 50% 10%;
    background-size: auto 23px;}
    .bottom_menu li:nth-child(4) a{background: url(../img/common/bottom_icon04.png) no-repeat 50% 10%;
    background-size: auto 23px;}
    
    
    .bottom_menu li:nth-child(1):hover a{color: #FF8C6D; background: url(../img/common/bottom_icon01_on.png) no-repeat 50% 10%;background-size: 26px;}
    .bottom_menu li:nth-child(2):hover a{color: #FF8C6D; background: url(../img/common/bottom_icon02_on.png) no-repeat 50% 10%;background-size: 26px;}

    .dim-layer {
        display: none;
        position: fixed;
        z-index: 0;
        top: 0px;
        right: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.85);
        /*background: #fff;*/
        z-index: 9;
    }
}

@media only screen and (min-width: 768px) and (max-width:1380px) {
    .copyright-wrap .addres em {display: inline-block;}
    /* .m_gnb{display:none;}
    #header { position:relative; width:100%; height: auto; background-color:#fff; }
    #header ul.top-container { width:100%; }
    #header ul.top-container li { float:left; }
    #header ul.top-container li:last-child { float:right; }
    #header ul.top-container li.locale { width:40%; padding-left:30px; }
    #header ul.top-container li.logo { width:20%; }
    #header ul.top-container li.common { width:40%; padding-right:30px; text-align:right; }
    #header ul.top-container li.common img { display:inline-block; vertical-align:middle; }
    #header .menu-container { position:absolute; z-index:3; width:100%; height:60px; bottom:-60px; background-color:rgba(255, 255, 255, 0); color:#fff; border-top:1px solid rgba(148, 148, 148, 0.5); border-bottom:1px solid rgba(148, 148, 148, 0.5); }
    #header .menu-container ul { width:100%; margin:0 auto; }
    #header .menu-container ul li { float:left; width:16.66%; text-align:center; font-size:14px; letter-spacing:-0.5px;   line-height:60px;}
    #header .active_open2 {background:#fff; height:60px; }
    #header .active_open2 ul li a{color:#000 !important;}
    #header .menu-container ul li a { color:#fff; font-weight:500; }

    #header .active_open2 li a{height:60px;}
    #header .active_open2 li a:hover{width:100%;height: 60px;    display: block; border-bottom:3px solid #100964; text-decoration: none !important; line-height: 60px;    transition: 0.2s; color:#100964 !important;} 

    .btn_lang_select a:hover div.lang_dropdown{display:block;}
    .menu-container2{background:#f6f6f6; width:100%; position: absolute; z-index:2; margin-top:0px; display:block; height: 0;
        overflow: hidden;}
    .menu-container2 ul.open{width:100%; margin:0 auto;height:120px;}
    .menu-container2 ul.open li {width:16.66%; float: left; padding-top:80px;}
    .menu-container2 ul.open li a{width:100%; display: block;  text-align:center;color:#777 !important;; font-size:13px; letter-spacing:-0.5px; line-height:25px !important;}
    .menu-container2 ul.open li a:hover{color:#100964 !important;; font-weight:900;}

    .active_open{height:210px; overflow: hidden;}
    .active_open li a:hover > .active_open2 li.on{display:none;}
    
	.language_area{display:none;}

	.p_header_right{display:none;}
	.p_header .servicesWrap .selectForm{ float:left; width:68px; height:32px; border:1px solid #888888; margin-top:30px; border-radius:30px; text-align:center; line-height:30px; margin-left:50px;}
	.p_header .servicesWrap .selectForm { position:relative; vertical-align:top; display:inline-block; font-size:13px; }
	.p_header .servicesWrap .selectForm p img{margin-right:5px;}
	.p_header .servicesWrap .selectForm p	{position:relative; display:inline-block;cursor:pointer; }
	.p_header .servicesWrap .selectForm p + ul	{display:none; position:absolute; width:68px; left:50px; top:30px; padding:4px 0; background:#19275f;  z-index:2;}
	.p_header .servicesWrap .selectForm p + ul li	{width:100%; padding-left:16px; text-align:left;}
	.p_header .servicesWrap .selectForm p + ul li.on{background:rgba(255,255,255,.1);}
	.p_header .servicesWrap .selectForm p + ul li a	{position:relative; display:inline-block; color:#fff; line-height:36px;}
	.p_header .servicesWrap .selectForm ul li.selected a:after	{content:""; position:absolute; left:0; bottom:8px; width:100%; height:1px; background:#fff;}
	.p_header .servicesWrap .selectForm .on p + ul	{display:block;}*/


    /*.foot_top{position:absolute; margin-top:-45px; right:0; margin-right:0px;}
	#footer { position:relative; width:100%; background-color:#fff; border-top:1px solid #ddd; }
	#footer .sitemap-container { position:relative; width:100%; margin:0 auto; }
	#footer .sitemap-container ul { width:100%; }
	#footer .sitemap-container ul li { float:left; width:33.3333333%; text-align:center; margin-bottom:30px; }
	#footer .sitemap-container ul li p { font-weight:600; color:#222; margin-bottom: 12px; margin-top:30px; }
	#footer .sitemap-container ul li a { display:block; color:#a1a1a1; margin-bottom:4px; }
	#footer .copyright-wrap { position:rlative; width:100%; background: #efefef; }
	#footer .copyright-wrap .copyright { position:relative; width:100%; margin:0 auto; margin-top:25px;display: inline-block;}
	.copyright-wrap{width:100%; height:200px; background:#f3f3f3;}
	.copyright-wrap-box{width:94%; margin:0 auto; position: relative;}
	.copyright-wrap .copyright{width:94%; margin:0 auto; margin-top:20px;}
	.copyright-wrap .copyright a{font-size:14px; color:#555;  float:left;}
	.copyright-wrap .copyright span{width:1px; height:10px; margin-top:5px; float:left; background:#acacac; margin-left:14px; margin-right:14px; display:block;}
	.copyright-wrap .copy_line{width:100%; height:1px; background:#dddddd; margin:0 auto; margin-top:20px;}
	.copyright-wrap .addres{width:100%; margin:0 auto; font-size:13px; letter-spacing:-1px; color:#888888; margin-top:20px;}
	.copy_ab p{font-size:12px; color:#999;}*/
    
;}


@media only screen and (min-width: 1px) and (max-width: 767px) {
    /*
    #header{height: auto;}
    .m_gnb{display:block; float:left; margin-left:20px; margin-top:-25px;}
    .m_gnb img{}
    .m_search{display:block; float:right; margin-right:20px; margin-top:-25px;}
    .m_search img{}
	.language_area{display:none;}
    #header .menu-container {display:none; }
    #header .menu-container2 {display:none; }
    
    .p_header .servicesWrap{display:none;}
	.p_header{height:70px; margin-bottom: 20px; border-bottom: 1px solid #ddd;}
	.p_header h1{}
	.p_header h1 img{margin-left:20px; width: 105px;}
	.p_header_right{display:none;}

    
    
    .header_search{position:absolute; right:5%; top:19px;}
    .header_search_bar{background-color:#fff; position: absolute; z-index: 997;width: 100%; margin-top: 27px;}
    .header_lnb{float: left; margin-left: 20px; margin-top: -55px;}

    .p_header .header_search_bar { display:none; }
    .p_header .header_search_bar ul.gnb {
        width: 100%;
        text-align: left;
        position: static;
        position: absolute;
        top: 0;
        right: 0;
        font-size: inherit;
        clear: both;
        border-top: 2px solid #000;
    }
    .p_header .header_search_bar ul.gnb > li { display:block; width:100%; height:auto; min-height:auto; margin-left:0; border:none; padding:0;  background-size:17px; }
    .p_header .header_search_bar ul.gnb > li:nth-child(1) { width:100%; }
    .p_header .header_search_bar ul.gnb > li:hover, 
    .p_header .header_search_bar ul.gnb > li.on { border:none; }
    .p_header .header_search_bar ul.gnb:hover > li { border:none; }
    .p_header .header_search_bar ul.gnb > li > p:nth-child(1){ }
    .p_header .header_search_bar ul.gnb > li > p { height:auto;  border-bottom:1px solid #dddddd; font-size:16px; line-height:56px;background:url("../img/common/ico_plus.png") #fff 95% 50% no-repeat;background-size:20px; padding-left:24px; font-weight:500; }
    
    .p_header .header_search_bar ul.gnb > li:before { display:none; }
    .p_header .header_search_bar ul.gnb > li.open > p	{ background-image:url("../img/common/ico_minus.png"); }
    .p_header .header_search_bar ul.gnb > li.open > p.open{ }	
    .p_header .header_search_bar ul.gnb > li > p a { height:100%; line-height:inherit; }
    .p_header .header_search_bar ul.gnb > li:hover > p, 
    .p_header .header_search_bar ul.gnb > li.on > p { color:#000; cursor: pointer;}
    .p_header .header_search_bar ul.gnb > li.on > p.open{
         background-image:url("../img/common/ico_minus.png");
    }
    .p_header .header_search_bar ul.gnb + .footerMenu { display:none; }
    .p_header .header_search_bar ul.gnb > li.on > p + ul, 
    .p_header .header_search_bar ul.gnb > li:hover > p + ul { background:none; height: auto;}
    .p_header .header_search_bar ul.gnb > li > p + ul	{ margin-top:0px; background:#f7f7f7 !important; height:0; display:none;  padding-left:30px; padding-top:10px; padding-bottom:10px; border-bottom: 1px solid #ddd;}		
    .p_header .header_search_bar ul.gnb.open > li > p + ul { height:auto;  display:block; }
    .p_header .header_search_bar ul.gnb > li.open > p + ul { height:auto;  display:block;}
    .p_header .header_search_bar ul.gnb > li > p + ul > li > p { position:relative; display:inline-block; }
    .p_header .header_search_bar ul.gnb > li > p + ul > li > p a { font-size:13px; color:#000; padding:11px 0; line-height:30px; }
    .p_header .header_search_bar ul.gnb > li > p + ul > li > p:after {
        content:""; width:0; height:1px; position:absolute; bottom:8px; left:0; 
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;		
    }
    .p_header .header_search_bar ul.gnb > li > p + ul > li > p:hover:after,
    .p_header .header_search_bar ul.gnb > li > p + ul > li > p.on:after { width:100%; background:#00ad83; }
    .p_header .header_search_bar ul.gnb > li > p + ul > li > p:hover a { color:#041a72; }


    .m_gnb_bot{
        background: #4d87ff;
        height: 50px;
        border-bottom: 1px solid #dddddd;
        width: 100%;
    }
    .m_gnb_bot li a{width:50%; line-height:50px;float:left;font-size:13px; color:#fff; text-align:center;}
    .m_gnb_bot span{float:left; background:#888; margin-top: 20px; opacity:0.7;   width:1px; height:10px;display: none;}

    .m_gnb_text{color:#888888; text-align:center; font-size:15px;height: auto; margin: 0 auto; padding-top:30px;}
    .m_gnb_text small{color:#333; font-size:15px;   }
    .m_gnb_text span{color:#888; font-size:15px;     padding-top: 0px; text-align:center; }
    .m_gnb_text strong{color:#b7090d; font-weight:900;}
    .m_gnb_text b{color:#18264e; font-weight:900;}
    .m_gnb_text img{margin-left:5px; margin-top:-3px;}
*/
    
    
    /*#footer { position:relative; width:100%; background-color:#fff; border-top:1px solid #ddd; }
	#footer .sitemap-container {display:none;}
	
    .foot_top{position:absolute; margin-top: -45px; right:0; margin-right:0px;}
	#footer .copyright-wrap { position:rlative; width:100%; background: #efefef; }
	#footer .copyright-wrap .copyright { position:relative; width:100%; margin:0 auto; margin-top:25px;display: inline-block;}
	.copyright-wrap{width:100%; height:270px; background:#f3f3f3;}
	.copyright-wrap-box{width:94%; margin:0 auto; position: relative;}
	.copyright-wrap .copyright{width:94%; margin:0 auto; margin-top:20px;}
	.copyright-wrap .addres span{width:1px; height:10px; margin-top:4px; float:left; background:#acacac; margin-left:8px; margin-right:8px; display:block;}
	.copyright-wrap .copyright a{font-size:12px; color:#555;  float:left;}
	.copyright-wrap .copyright span{width:1px; height:10px; margin-top:5px; float:left; background:#acacac; margin-left:10px; margin-right:10px; display:block;}
	.copyright-wrap .copy_line{width:100%; height:1px; background:#dddddd; margin:0 auto; margin-top:20px;}
	.copyright-wrap .addres{width:100%; margin:0 auto; font-size:12px; letter-spacing:-1px; color:#888888; margin-top:70px; overflow: hidden;}
	.copyright-wrap .addres strong{color:#222; margin-right:5px;}
	.copy_ab2{position:absolute; right:none; left:0; top:80px;}
	.copy_ab{position:absolute; left:0; top:190px;}
	.copy_ab p{font-size:12px; color:#999;}
	.copyright-wrap .addres span:nth-child(2){display:none;}
	.c_foot{height:2px; clear: both;}
    
    .dim-layer {
        display: none;
        position: fixed;
        z-index: 0;
        top: 0px;
        right: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        background: #fff;
        z-index: 9;
    }*/
}



@media screen and (max-width: 767px){
	/* �ø��� �� �߰� */
    .sub #content .book .boardSearch{display: block; float: none;width: 100%; margin-top: 10px;}
    .sub #content .book .boardSearch label{font-size: 13px;}
    .sub #content .section .cont_cen.left.book .page_title .go{top: 15px; right: 0;}
}



