@charset "euc-kr";

@media (min-width:1300px) {

  /* ÃÖ¼Ò 1300 ~ ÃÖ´ë */


  /* ¼­ºê¸Þ´º */
  .submenu {
    position: relative;
    z-index: 2;
    width: 1500px;
    margin: 0 auto;
  }

  .submenu .home {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }

  .submenu [class^="menu"] {
    display: inline-block;
    vertical-align: middle;
    width: 280px;
    text-align: center;
    background: url(/img/arrow03_b.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
  }

  .submenu [class^="menu"] p {
    font-size: 24px;
    cursor: pointer;
    padding: 20px 0;
  }

  .submenu [class^="menu"] p.on {
    background: url(/img/arrow03_w.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #c3e2f6;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #f2f2f2;
    display: none;
  }

  .submenu [class^="menu"] ul li a {
    font-size: 18px;
    color: #393939;
    display: block;
    width: 100%;
    padding: 15px 0;
  }

  .submenu [class^="menu"] ul li a:hover {
    color: #0071bc;
    background: #eaeaea;
  }

  .submenu .menu02 .child {
    display:none;
  }



  .page{}

 

   /* ¼­ºêÆäÀÌÁö ¸Þ´º ÀÌµ¿ ¹Ú½º */
   .wrap_button{
	font-size:0px;
   }


	/* ¹Ú½º01 */
   .wrap_button .box_button01{
	display:inline-block;
	border:1px solid #aaa;
	min-height:190px;
	box-sizing:border-box;
	padding:30px 30px 30px 30px;
	font-size:14px;	
	vertical-align:top;
   }


   .wrap_button .box_button01_half{
	width:calc((100% - 100px)/2);
	margin-right:49.5px;
	margin-bottom:50px;
   }
    .wrap_button .box_button01_half:nth-child(2n){
	margin-right:0%;
   }
 

   .wrap_button .box_button01_third{
	width:calc((100% - 100px)/3);
	margin-right:49.5px;
	margin-bottom:50px;
   }
    .wrap_button .box_button01_third:nth-child(3n){
	margin-right:0%;
   }

   .wrap_button .box_button01 p{
	font-size:28px;
	text-align:center;
	margin-bottom:20px;
   }

   .wrap_button .box_button01 .box01{
	text-align:center;
    background: #f2f2f2;
	padding-top:20px;
   }

   .wrap_button .box_button01 .box01 > li{
	display:inline-block; vertical-align:top;
	margin:0 20px 20px 20px;
	position:relative;
   }
   .wrap_button .box_button01 .box01 > li > a{
	font-size:20px;
   }
   .wrap_button .box_button01 .box01 > li > a:hover{
	color:#008adf;
   }

   .wrap_button .box_button01 .box02{
	position:absolute;
	border:1px solid #aaa;
	background:#fff;
	padding:10px 10px 0px 10px;
	width:300px;
	left:50%;
	margin-left:-150px;
	top:55px;
	z-index:11;
	box-shadow:10px 10px rgba(0,0,0,0.5);
	display:none;
	text-align:left;
   }

   .wrap_button .box_button01 .box02 .exit{
    position: absolute;
    font-size: 14px;
    line-height: 80%;
    background: #008adf;
    color: #fff;
    padding: 5px 5px;
    right: 5px;
    top: 5px;
	cursor:pointer;
   }

   .wrap_button .box_button01 .box02{
	left:50%;
   }


   .wrap_button .box_button01 .box02:before{
	position:absolute;
	display:inline-block;
	width:1px;
	height:20px;
	background:#aaa;
	content:'';
   }

   .wrap_button .box_button01 .box02:before{
	left:50%; 
	margin-left:-0.5px;
	top:-20px;
   }


   
   .wrap_button .box_button01 .box02 > li{
	display:inline-block; vertical-align:top;
	margin:0 8px 8px 0px;

   }
   .wrap_button .box_button01 .box02 > li a{
	font-size:16px;
	border:1px solid #aaa;
	display:inline-block; padding:5px;
   }
   .wrap_button .box_button01 .box02 > li a:hover{
	border:1px solid #008adf;
	color:#008adf;
   }



	/* ¹Ú½º02 */
	.wrap_button .box_button02{
	display:inline-block;
	width:32%;
	margin-right:2%;
	margin-bottom:50px;
	border:1px solid #aaa;
	min-height:190px;
	box-sizing:border-box;
	padding:50px 50px 30px 50px;
	font-size:14px;	
	vertical-align:top;
   }
    .wrap_button .box_button02:nth-child(3n){
	margin-right:0%;
   }

   .wrap_button .box_button02 p{
	font-size:34px;
	text-align:center;
	margin-bottom:30px;
   }

   .wrap_button .box_button02 .box01{
	text-align:center;
    background: #f2f2f2;
	padding-top:20px;
   }

   .wrap_button .box_button02 .box01 > li{
	display:inline-block; vertical-align:top;
	margin:0 20px 20px 20px;
	position:relative;
   }
   .wrap_button .box_button02 .box01 > li > a{
	font-size:24px;
   }
   .wrap_button .box_button02 .box01 > li > a:hover{
	color:#008adf;
   }




   /* ¹Ú½º03 */
   .wrap_button .box_button03{
	display:inline-block;
	width:48%;
	margin-right:4%;
	margin-bottom:50px;
	border:1px solid #aaa;
	min-height:190px;
	box-sizing:border-box;
	padding:50px 50px 30px 50px;
	font-size:14px;	
	vertical-align:top;
   }
    .wrap_button .box_button03:nth-child(2n){
	margin-right:0%;
   }

   .wrap_button .box_button03 p{
	font-size:34px;
	text-align:center;
	margin-bottom:30px;
   }

   .wrap_button .box_button03 .box01{
	text-align:center;
    background: #f2f2f2;
	padding-top:20px;
   }

   .wrap_button .box_button03 .box01 > li{
	display:inline-block; vertical-align:top;
	margin:0 20px 20px 20px;
	position:relative;
   }
   .wrap_button .box_button03 .box01 > li > a{
	font-size:24px;
   }
   .wrap_button .box_button03 .box01 > li > a:hover{
	color:#008adf;
   }



  /* °Ô½ÃÆÇ  ¹Ú½º */
  .page .contents .borad_box{
    width: 1300px;
    margin: 0 auto;
  }

  /* ¼Ò¸Þ´º*/

  .page .s_menu_s {
    width: 1300px;
    margin: 0px auto 80px;
    text-align: center;
  }

  .page .s_menu_s li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
    border: 1px solid #aaa;
  }

  .page .s_menu_s li>a {
    display: inline-block;
    width: 100%;
    font-family: NotoSans;
    color: #393939;
    font-size: 20px;
    padding: 10px 15px;
    box-sizing: border-box;
  }

  .page .s_menu_s li:hover {
    border: 1px solid #42baff;
  }

  .page .s_menu_s li:hover>a {
    color: #0071bc;
  }

  .page .s_menu_s li.on {
    border: 1px solid #42baff;
  }

  .page .s_menu_s li.on>a {
    color: #0071bc;
  }

  .page .s_page_s>li {
    display: none;
  }

  .page .s_page_s>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º */

	


	
.manual_link{text-align:center;}
.manual_link a{display:inline-block;  transition:all 1s; margin:0 20px; margin-bottom:50px; font-size:30px; font-weight:bold; color:#fff; background:#008adf; padding:20px 70px;}
.manual_link a:hover{border-radius:40px; transition:all 1s; color:#ffee00;}






  /*·Î±×ÀÎcss*/
  .login{}
    .login .login_inner{text-align:center; width:1300px; margin:0 auto; padding:75px 0; border-top:10px solid #eee;}
      .login .txt{line-height:normal;}
        .login .txt p{font-weight:800;font-size:35px; color:#0071bc; margin-bottom:40px;}
          .login .txt p span{display:block; color:#7d7d7d; font-size:16px; padding-top:5px;  letter-spacing: 4px;}
      .login .input table{width:50%; margin:0 auto; text-align:left; border:1px solid #aaa; border-bottom:0;}
        .login .input table td:nth-child(1){width:10%; padding:15px 20px; border-bottom:1px solid #aaa;}
        .login .input table td:nth-child(2){width:90%; padding:15px 10px; border-bottom:1px solid #aaa;}
        .login .input table td input{width:100%; border:0; outline:0; font-size:13px;}

          .login .input label{font-size:13px; padding-right:10px;}

    .login .btn_login { width:50%; margin:20px auto 0; background-color:#7c7c7c; font-size:16px; }
      .login .btn_login a { color:#FFF; display:block; height:35px; line-height:35px; }
      .login .btn_login a:hover { color:#FFF; background-color:#0071bc;}

}

@media screen and (min-width:1024px) and (max-width: 1299px) {

  /* ÃÖ¼Ò 768 ~ 1199  */
  #sub_contents {}


  /* ¼­ºê¸Þ´º */
  .submenu {
    position: relative;
    z-index: 2;
    width: 95%;
    margin: 0 auto;
	font-size:0px;
  }

  .submenu .home {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }

  .submenu [class^="menu"] {
    display: inline-block;
    vertical-align: middle;
    width: calc((100% - 46px)/4);
    text-align: center;
    background: url(/img/arrow03_b.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
  }

  .submenu [class^="menu"] p {
    font-size: 18px;
    cursor: pointer;
    padding: 15px 0;
  }

  .submenu [class^="menu"] p.on {
    background: url(/img/arrow03_w.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #c3e2f6;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #f2f2f2;
    display: none;
  }

  .submenu [class^="menu"] ul li a {
    font-size: 16px;
    color: #393939;
    display: block;
    width: 100%;
    padding: 12px 0;
  }

  .submenu [class^="menu"] ul li a:hover {
    color: #0071bc;
    background: #eaeaea;
  }

  .submenu .menu02 .child {
    display:none;
  }


  /* ¼­ºêÆäÀÌÁö ¸Þ´º ÀÌµ¿ ¹Ú½º */
   .wrap_button{
	font-size:0px;
   }


   /* ¹Ú½º01 */
   .wrap_button .box_button01{
	display:inline-block;
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
	border:1px solid #aaa;
	min-height:160px;
	box-sizing:border-box;
	padding:30px 20px 15px 20px;
	font-size:14px;	
	vertical-align:top;
   }
    .wrap_button .box_button01:nth-child(2n){
	margin-right:0%;
   }

   .wrap_button .box_button01 p{
	font-size:28px;
	text-align:center;
	margin-bottom:20px;
   }

   .wrap_button .box_button01 .box01{
	text-align:center;
    background: #f2f2f2;
	padding-top:15px;
   }

   .wrap_button .box_button01 .box01 > li{
	display:inline-block; vertical-align:top;
	margin:0 15px 15px 15px;
	position:relative;
   }
   .wrap_button .box_button01 .box01 > li > a{
	font-size:18px;
   }
   .wrap_button .box_button01 .box01 > li > a:hover{
	color:#008adf;
   }

   .wrap_button .box_button01 .box02{
	position:absolute;
	border:1px solid #aaa;
	background:#fff;
	padding:10px 10px 5px 10px;
	width:350px;
	top:50px;
	z-index:11;
	box-shadow:5px 5px rgba(0,0,0,0.5);
	display:none;
	text-align:left;
   }
   .wrap_button .box_button01 .box02:before{
	position:absolute;
	display:inline-block;
	width:1px;
	height:20px;
	background:#aaa;
	content:'';
   }

   .wrap_button .box_button01 .box02 .exit{
    position: absolute;
    font-size: 14px;
    line-height: 80%;
    background: #008adf;
    color: #fff;
    padding: 5px 5px;
    right: 5px;
    top: 5px;
	cursor:pointer;
   }


   .wrap_button .box_button01:nth-child(2n-1) .box02{
	left:0;
   }

   .wrap_button .box_button01:nth-child(2n) .box02{
	right:0;
   }

   .wrap_button .box_button01:nth-child(2n-1) .box02:before{
	left:20px; 
	top:-20px;
   }

   .wrap_button .box_button01:nth-child(2n) .box02:before{
	right:20px; 
	top:-20px;
   }

   
   .wrap_button .box_button01 .box02 > li{
	display:inline-block; vertical-align:top;
	margin:0 5px 5px 5px;

   }
   .wrap_button .box_button01 .box02 > li a{
	font-size:14px;
	border:1px solid #aaa;
	display:inline-block; padding:5px;
   }
   .wrap_button .box_button01 .box02 > li a:hover{
	border:1px solid #008adf;
	color:#008adf;
   }




   /* ¹Ú½º02 */
   .wrap_button .box_button02{
	display:inline-block;
	width:32%;
	margin-right:2%;
	margin-bottom:30px;
	border:1px solid #aaa;
	min-height:160px;
	box-sizing:border-box;
	padding:30px 20px 15px 20px;
	font-size:14px;	
	vertical-align:top;
   }
    .wrap_button .box_button02:nth-child(3n){
	margin-right:0%;
   }

   .wrap_button .box_button02 p{
	font-size:28px;
	text-align:center;
	margin-bottom:20px;
   }

   .wrap_button .box_button02 .box01{
	text-align:center;
    background: #f2f2f2;
	padding-top:15px;
   }

   .wrap_button .box_button02 .box01 > li{
	display:inline-block; vertical-align:top;
	margin:0 15px 15px 15px;
	position:relative;
   }
   .wrap_button .box_button02 .box01 > li > a{
	font-size:18px;
   }
   .wrap_button .box_button02 .box01 > li > a:hover{
	color:#008adf;
   }




   /* ¹Ú½º03 */
   .wrap_button .box_button03{
	display:inline-block;
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
	border:1px solid #aaa;
	min-height:160px;
	box-sizing:border-box;
	padding:30px 20px 15px 20px;
	font-size:14px;	
	vertical-align:top;
   }
    .wrap_button .box_button03:nth-child(2n){
	margin-right:0%;
   }

   .wrap_button .box_button03 p{
	font-size:28px;
	text-align:center;
	margin-bottom:20px;
   }

   .wrap_button .box_button03 .box01{
	text-align:center;
    background: #f2f2f2;
	padding-top:15px;
   }

   .wrap_button .box_button03 .box01 > li{
	display:inline-block; vertical-align:top;
	margin:0 15px 15px 15px;
	position:relative;
   }
   .wrap_button .box_button03 .box01 > li > a{
	font-size:18px;
   }
   .wrap_button .box_button03 .box01 > li > a:hover{
	color:#008adf;
   }

   




  /* °Ô½ÃÆÇ  ¹Ú½º */
  .page .contents .borad_box{
    width: 95%;
    margin: 0 auto;
  }



  /* ¼Ò¸Þ´º*/

  .page .s_menu_s {
    width: 95%;
    margin: 0px auto 40px;
    text-align: center;
  }

  .page .s_menu_s li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid #aaa;
  }

  .page .s_menu_s li>a {
    display: inline-block;
    width: 100%;
    font-family: NotoSans;
    color: #393939;
    font-size: 16px;
    padding: 5px 10px;
    box-sizing: border-box;
  }

  .page .s_menu_s li:hover {
    border: 1px solid #42baff;
  }

  .page .s_menu_s li:hover>a {
    color: #0071bc;
  }

  .page .s_menu_s li.on {
    border: 1px solid #42baff;
  }

  .page .s_menu_s li.on>a {
    color: #0071bc;
  }

  .page .s_page_s>li {
    display: none;
  }

  .page .s_page_s>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º */
  


.manual_link{text-align:center;}
.manual_link a{display:inline-block; transition:all 1s; margin-bottom:40px; font-size:20px; font-weight:bold; color:#fff; background:#008adf; padding:15px 60px;}
.manual_link a:hover{border-radius:20px; transition:all 1s; color:#ffee00;}



 

 



  /*·Î±×ÀÎcss*/
  .login{}
    .login .login_inner{text-align:center; width:95%; margin:0 auto; padding:75px 0; border-top:10px solid #eee;}
      .login .txt{line-height:normal;}
        .login .txt p{font-weight:800;font-size:35px; color:#0071bc; margin-bottom:40px;}
          .login .txt p span{display:block; color:#7d7d7d; font-size:16px; padding-top:5px;  letter-spacing: 4px;}
      .login .input table{width:80%; margin:0 auto; text-align:left; border:1px solid #aaa; border-bottom:0;}
        .login .input table td:nth-child(1){width:10%; padding:15px 20px; border-bottom:1px solid #aaa;}
        .login .input table td:nth-child(2){width:90%; padding:15px 10px; border-bottom:1px solid #aaa;}
        .login .input table td input{width:100%; border:0; outline:0; font-size:13px;}

          .login .input label{font-size:13px; padding-right:10px;}

    .login .btn_login { width:80%; margin:20px auto 0; background-color:#7c7c7c; font-size:16px; }
      .login .btn_login a { color:#FFF; display:block; height:35px; line-height:35px; }
      .login .btn_login a:hover { color:#FFF; background-color:#0071bc;}



}


@media screen and (min-width:768px) and (max-width: 1023px) {

  /* ÃÖ¼Ò 768 ~ 1199  */
  #sub_contents {}


  /* ¼­ºê¸Þ´º */
  .submenu {
    position: relative;
    z-index: 2;
    width: 95%;
    margin: 0 auto;
	font-size:0px;
  }

  .submenu .home {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }

  .submenu [class^="menu"] {
    display: inline-block;
    vertical-align: middle;
    width: calc((100% - 46px)/4);
    text-align: center;
    background: url(/img/arrow03_b.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
  }

  .submenu [class^="menu"] p {
    font-size: 16px;
    cursor: pointer;
    padding: 15px 0;
  }

  .submenu [class^="menu"] p.on {
    background: url(/img/arrow03_w.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #c3e2f6;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #f2f2f2;
    display: none;
  }

  .submenu [class^="menu"] ul li a {
    font-size: 14px;
    color: #393939;
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .submenu [class^="menu"] ul li a:hover {
    color: #0071bc;
    background: #eaeaea;
  }

  .submenu .menu02 .child {
    display:none;
  }



	/* ¼­ºêÆäÀÌÁö ¸Þ´º ÀÌµ¿ ¹Ú½º */
   .wrap_button{
	font-size:0px;
   }
	
	/* ¹Ú½º01 */
   .wrap_button .box_button01{
	display:inline-block;
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
	border:1px solid #aaa;
	box-sizing:border-box;
	padding:15px 10px 10px 10px;
	vertical-align:top;
   }
    .wrap_button .box_button01:nth-child(2n){
	margin-right:0%;
   }

   .wrap_button .box_button01 p{
	font-size:26px;
	text-align:center;
	margin-bottom:15px;
   }

   .wrap_button .box_button01 .box01{
	text-align:center;
    background: #f2f2f2;
	padding-top:15px;
   }


   .wrap_button .box_button01 .box01 > li{
	display:inline-block; vertical-align:top;
	margin:0 10px 10px 10px;
	position:relative;
   }
   .wrap_button .box_button01 .box01 > li > a{
	font-size:16px;
   }
   .wrap_button .box_button01 .box01 > li > a:hover{
	color:#008adf;
   }

   .wrap_button .box_button01 .box02{
	position:absolute;
	border:1px solid #aaa;
	background:#fff;
	padding:10px 10px 5px 10px;
	width:300px;
	top:50px;
	z-index:11;
	box-shadow:5px 5px rgba(0,0,0,0.5);
	display:none;
	text-align:left;
   }

   .wrap_button .box_button01 .box02 .exit{
    position: absolute;
    font-size: 14px;
    line-height: 80%;
    background: #008adf;
    color: #fff;
    padding: 5px 5px;
    right: 5px;
    top: 5px;
	cursor:pointer;
   }

   
   .wrap_button .box_button01:nth-child(2n-1) .box02{
	left:0;
   }

   .wrap_button .box_button01:nth-child(2n) .box02{
	right:0;
   }

   .wrap_button .box_button01 .box02:before{
	position:absolute;
	display:inline-block;
	width:1px;
	height:20px;
	background:#aaa;
	content:'';
   }

   .wrap_button .box_button01:nth-child(2n-1) .box02:before{
	left:20px; 
	top:-20px;
   }

   .wrap_button .box_button01:nth-child(2n) .box02:before{
	right:20px; 
	top:-20px;
   }

   .wrap_button .box_button01 .box02 > li{
	display:inline-block; vertical-align:top;
	margin:0 5px 5px 5px;

   }
   .wrap_button .box_button01 .box02 > li a{
	font-size:14px;
	border:1px solid #aaa;
	display:inline-block; padding:5px;
   }
   .wrap_button .box_button01 .box02 > li a:hover{
	border:1px solid #008adf;
	color:#008adf;
   }


   /* ¹Ú½º02 */
   .wrap_button .box_button02{
	display:inline-block;
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
	border:1px solid #aaa;
	box-sizing:border-box;
	padding:15px 10px 10px 10px;
	vertical-align:top;
   }
    .wrap_button .box_button02:nth-child(2n){
	margin-right:0%;
   }

   .wrap_button .box_button02 p{
	font-size:26px;
	text-align:center;
	margin-bottom:15px;
   }

   .wrap_button .box_button02 .box01{
	text-align:center;
    background: #f2f2f2;
	padding-top:15px;
   }


   .wrap_button .box_button02 .box01 > li{
	display:inline-block; vertical-align:top;
	margin:0 10px 10px 10px;
	position:relative;
   }
   .wrap_button .box_button02 .box01 > li > a{
	font-size:16px;
   }
   .wrap_button .box_button02 .box01 > li > a:hover{
	color:#008adf;
   }


   /* ¹Ú½º03 */
   .wrap_button .box_button03{
	display:inline-block;
	width:48%;
	margin-right:4%;
	margin-bottom:20px;
	border:1px solid #aaa;
	box-sizing:border-box;
	padding:15px 10px 10px 10px;
	vertical-align:top;
   }
    .wrap_button .box_button03:nth-child(2n){
	margin-right:0%;
   }

   .wrap_button .box_button03 p{
	font-size:26px;
	text-align:center;
	margin-bottom:15px;
   }

   .wrap_button .box_button03 .box01{
	text-align:center;
    background: #f2f2f2;
	padding-top:15px;
   }


   .wrap_button .box_button03 .box01 > li{
	display:inline-block; vertical-align:top;
	margin:0 10px 10px 10px;
	position:relative;
   }
   .wrap_button .box_button03 .box01 > li > a{
	font-size:16px;
   }
   .wrap_button .box_button03 .box01 > li > a:hover{
	color:#008adf;
   }

  

  


  /* °Ô½ÃÆÇ  ¹Ú½º */
  .page .contents .borad_box{
    width: 95%;
    margin: 0 auto;
  }



  /* ¼Ò¸Þ´º */

  .page .s_menu_s {
    width: 95%;
    margin: 0px auto 40px;
    text-align: center;
  }

  .page .s_menu_s li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid #aaa;
  }

  .page .s_menu_s li>a {
    display: inline-block;
    width: 100%;
    font-family: NotoSans;
    color: #393939;
    font-size: 16px;
    padding: 5px 10px;
    box-sizing: border-box;
  }

  .page .s_menu_s li:hover {
    border: 1px solid #42baff;
  }

  .page .s_menu_s li:hover>a {
    color: #0071bc;
  }

  .page .s_menu_s li.on {
    border: 1px solid #42baff;
  }

  .page .s_menu_s li.on>a {
    color: #0071bc;
  }

  .page .s_page_s>li {
    display: none;
  }

  .page .s_page_s>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º */
  

 

 
	
.manual_link{text-align:center;}
.manual_link a{display:inline-block; transition:all 1s; margin-bottom:40px; font-size:16px; font-weight:bold; color:#fff; background:#008adf; padding:10px 40px;}
.manual_link a:hover{border-radius:20px; transition:all 1s; color:#ffee00;}




  /*·Î±×ÀÎcss*/
  .login{}
    .login .login_inner{text-align:center; width:95%; margin:0 auto; padding:75px 0; border-top:10px solid #eee;}
      .login .txt{line-height:normal;}
        .login .txt p{font-weight:800;font-size:35px; color:#0071bc; margin-bottom:40px;}
          .login .txt p span{display:block; color:#7d7d7d; font-size:16px; padding-top:5px;  letter-spacing: 4px;}
      .login .input table{width:80%; margin:0 auto; text-align:left; border:1px solid #aaa; border-bottom:0;}
        .login .input table td:nth-child(1){width:10%; padding:15px 20px; border-bottom:1px solid #aaa;}
        .login .input table td:nth-child(2){width:90%; padding:15px 10px; border-bottom:1px solid #aaa;}
        .login .input table td input{width:100%; border:0; outline:0; font-size:13px;}

          .login .input label{font-size:13px; padding-right:10px;}

    .login .btn_login { width:80%; margin:20px auto 0; background-color:#7c7c7c; font-size:16px; }
      .login .btn_login a { color:#FFF; display:block; height:35px; line-height:35px; }
      .login .btn_login a:hover { color:#FFF; background-color:#0071bc;}



}

@media (max-width:767px) {
  #sub_contents {}



  /* ¼­ºê¸Þ´º */
  .submenu {
    position: relative;
    z-index: 2;
    background: #edf6fb;
	font-size:0px;
	text-align:center;
	border-bottom:1px solid #aaa;
  }

  .submenu .home {
    display: inline-block;
    vertical-align: middle;
    width:45px; text-align:center;
	box-sizing:border-box;
	border-right:1px solid #aaa;
	height:40px; line-height:40px;
  }
   .submenu .home img{
    vertical-align: middle;
  }

  .submenu [class^="menu"] {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: url(/img/arrow03_b.png) no-repeat calc(100% - 15px) center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    position: relative;
  }

  .submenu .menu01 {
    width: calc(100% - 45px);
  }

  .submenu .menu02 {
    width: 50%;
	border-top:1px solid #aaa;
	border-right:1px solid #aaa;
	box-sizing:border-box;
  }

  .submenu .menu03 {
    width: 50%;
	border-top:1px solid #aaa;
	box-sizing:border-box;
  }

  .submenu .menu04 {
    width: 100%;
	border-top:1px solid #aaa;
	box-sizing:border-box;
  }


  .submenu .two {
    width: calc((100% - 45px)/2);
	box-sizing:border-box;
  }
  .submenu .two:nth-of-type(1) { 
    border-right: 1px solid #aaa;
  }
  .submenu .two:nth-of-type(2) { 
    border-right: 0px solid #aaa;
    border-top: 0px solid #aaa;
  }






  .submenu [class^="menu"] p {
    font-size: 16px;
    cursor: pointer;
    padding: 0px 30px 0px 10px;
	height:40px; line-height:40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .submenu [class^="menu"] p.on {
    background: url(/img/arrow03_w.png) no-repeat 95% center;
    /* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
    background-color: #c3e2f6;
  }

  .submenu [class^="menu"] ul {
    position: absolute;
    display: block;
    width: 100%;
    background: #eaeaea;
    display: none;
	z-index:1;
  }

  .submenu [class^="menu"] ul li a {
    font-size: 14px;
    color: #393939;
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .submenu [class^="menu"] ul li a:hover {
    color: #0071bc;
    background: #eaeaea;
  }


  .submenu .menu02 .child {
    display:none;
  }



	/* ¼­ºêÆäÀÌÁö ¸Þ´º ÀÌµ¿ ¹Ú½º */
   .wrap_button{
	font-size:0px;
   }
	
	/* ¹Ú½º01 */
   .wrap_button .box_button01{
	margin-bottom:20px;
	border:1px solid #aaa;
	box-sizing:border-box;
	padding:15px 10px 10px 10px;
	vertical-align:top;
   }
    .wrap_button .box_button01:last-child{
	margin-bottom:0%;
   }

   .wrap_button .box_button01 p{
	font-size:26px;
	text-align:center;
	margin-bottom:15px;
   }

   .wrap_button .box_button01 .box01{
	font-size:0px;
	text-align:left;
    background: #f2f2f2;
	padding:0 15px;
	padding-top:15px;
   }

   .wrap_button .box_button01 .box01 > li{
	margin-bottom:10px;
	position:relative;
	display:inline-block; width:48%; margin-right:4%;
	vertical-align:top;
	text-align:center;
    box-sizing: border-box;
   }
   .wrap_button .box_button01 .box01 > li:nth-child(2n){
	 margin-right:0%;
   }
   .wrap_button .box_button01 .box01 > li > a{
	font-size:16px;
	display:block;
    border: 1px solid #aaa;
	background:#fff;
   }
   .wrap_button .box_button01 .box01 > li > a:hover{
	color:#008adf;
   }

    .wrap_button .box_button01 .box02{
	position:absolute;
	border:1px solid #aaa;
	background:#fff;
	padding:10px 10px 5px 10px;
	width:calc(100% + 8px);
	top:35px;
	left:-4px;
	z-index:11;
	box-shadow:5px 5px rgba(0,0,0,0.5);
	box-sizing:border-box;
	display:none;
	text-align:left;
   }


	.wrap_button .box_button01 .box02 .exit{
    position: absolute;
    font-size: 14px;
    line-height: 80%;
    background: #008adf;
    color: #fff;
    padding: 5px 5px;
    right: 5px;
    top: 5px;
	cursor:pointer;
   }
   
  
   .wrap_button .box_button01 .box02:before{
	position:absolute;
	display:inline-block;
	width:1px;
	height:10px;
	background:#aaa;
	content:'';
	left:50%;
	margin-left:-0.5px;
	top:-10px;
   }

   .wrap_button .box_button01 .box02 > li{
	margin-bottom:5px;

   }
   .wrap_button .box_button01 .box02 > li a{
	font-size:14px;
	border:1px solid #aaa;
	display:block; padding:5px;
	word-break:keep-all;
   }
   .wrap_button .box_button01 .box02 > li a:hover{
	border:1px solid #008adf;
	color:#008adf;
   }

   .wrap_button .box_button01  .ready_box > li{
	width:100%;
   }
   .wrap_button .box_button01  .ready_box > li > a{
	border:0px;
	background:none;
   }


   /* ¹Ú½º02 */
   .wrap_button .box_button02{
	margin-bottom:20px;
	border:1px solid #aaa;
	box-sizing:border-box;
	padding:15px 10px 10px 10px;
	vertical-align:top;
   }
    .wrap_button .box_button02:last-child{
	margin-bottom:0%;
   }

   .wrap_button .box_button02 p{
	font-size:26px;
	text-align:center;
	margin-bottom:15px;
   }

   .wrap_button .box_button02 .box01{
	font-size:0px;
	text-align:left;
    background: #f2f2f2;
	padding:0 15px;
	padding-top:15px;
   }

   .wrap_button .box_button02 .box01 > li{
	margin-bottom:10px;
	position:relative;
	display:inline-block; width:48%; margin-right:4%;
	vertical-align:top;
	text-align:center;
    box-sizing: border-box;
   }
   .wrap_button .box_button02 .box01 > li:nth-child(2n){
	 margin-right:0%;
   }
   .wrap_button .box_button02 .box01 > li > a{
	font-size:16px;
	display:block;
    border: 1px solid #aaa;
	background:#fff;
   }
   .wrap_button .box_button02 .box01 > li > a:hover{
	color:#008adf;
   }



   /* ¹Ú½º03 */
   .wrap_button .box_button03{
	margin-bottom:20px;
	border:1px solid #aaa;
	box-sizing:border-box;
	padding:15px 10px 10px 10px;
	vertical-align:top;
   }
    .wrap_button .box_button03:last-child{
	margin-bottom:0%;
   }

   .wrap_button .box_button03 p{
	font-size:26px;
	text-align:center;
	margin-bottom:15px;
   }

   .wrap_button .box_button03 .box01{
	font-size:0px;
	text-align:left;
    background: #f2f2f2;
	padding:15px;
   }

   .wrap_button .box_button03 .box01 > li{

	position:relative;
	vertical-align:top;
	text-align:center;
    box-sizing: border-box;
   }
   .wrap_button .box_button03 .box01 > li > a{
	font-size:16px;
	display:block;
    border: 1px solid #aaa;
	background:#fff;
   }
   .wrap_button .box_button03 .box01 > li > a:hover{
	color:#008adf;
   }

   




   
  /* °Ô½ÃÆÇ  ¹Ú½º */
  .page .contents .borad_box{
    width: 95%;
    margin: 0 auto;
  }

  /* ¼Ò¸Þ´º */

  .page .s_menu_s {
    width: 95%;
    margin: 0px auto 40px;
    text-align: center;
	background:#efefef;
	padding-top:10px;
  }

  .page .s_menu_s li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid #aaa;
	background:#fff;
  }

  .page .s_menu_s li>a {
    display: inline-block;
    width: 100%;
    font-family: NotoSans;
    color: #393939;
    font-size: 16px;
    padding: 5px 10px;
    box-sizing: border-box;
  }

  .page .s_menu_s li:hover {
    border: 1px solid #42baff;
  }

  .page .s_menu_s li:hover>a {
    color: #0071bc;
  }

  .page .s_menu_s li.on {
    border: 1px solid #42baff;
  }

  .page .s_menu_s li.on>a {
    color: #0071bc;
  }

  .page .s_page_s>li {
    display: none;
  }

  .page .s_page_s>li.on {
    display: block;
  }

  /* ¼Ò¸Þ´º */
 


.manual_link{text-align:center;}
.manual_link a{display:block; transition:all 1s; margin-bottom:40px; font-size:16px; font-weight:bold; color:#fff; background:#008adf; padding:10px 40px;}
.manual_link a:hover{border-radius:20px; transition:all 1s; color:#ffee00;}




  /*·Î±×ÀÎcss*/
  .login{}
    .login .login_inner{text-align:center; width:95%; margin:0 auto; padding:75px 0; border-top:10px solid #eee;}
      .login .txt{line-height:normal;}
        .login .txt p{font-weight:800;font-size:35px; color:#0071bc; margin-bottom:40px;}
          .login .txt p span{display:block; color:#7d7d7d; font-size:16px; padding-top:5px;  letter-spacing: 4px;}
      .login .input table{width:80%; margin:0 auto; text-align:left; border:1px solid #aaa; border-bottom:0;}
        .login .input table td:nth-child(1){width:10%; padding:15px 20px; border-bottom:1px solid #aaa;}
        .login .input table td:nth-child(2){width:90%; padding:15px 10px; border-bottom:1px solid #aaa;}
        .login .input table td input{width:100%; border:0; outline:0; font-size:13px;}

          .login .input label{font-size:13px; padding-right:10px;}

    .login .btn_login { width:80%; margin:20px auto 0; background-color:#7c7c7c; font-size:16px; }
      .login .btn_login a { color:#FFF; display:block; height:35px; line-height:35px; }
      .login .btn_login a:hover { color:#FFF; background-color:#0071bc;}

}

/* ÄÃ·¯Áý */
.c1 {
  color: #0071bc;
}

.c2 {
  color: #37b646;
}

   
