@charset "euc-kr";

@media (min-width:1200px) {

  /* ÃÖ¼Ò 1200 ~ ÃÖ´ë */




  #myModal .arrow_cm{
	font-size:20px;
	line-height:20px;
	position:relative;
	font-weight:600;
  }

  #myModal .arrow_cm img{
	display:inline-block;
	vertical-align:bottom;
	position:relative;
	z-index:1;
	right:0px;
	padding:0 10px;
	height:20px;
	
  }
 #myModal  .arrow_cm:after{
	content:"";
	width:40px;
	height:40px;
	display:inline-block;
	position:absolute;
	right:0px;
	top:-10px;
	border-radius:50%;
	border:2px solid #4a4e58;
  }
   #myModal  .arrow_cm:hover:after{
	transition:all 0.5s;
	right:5px;
  }

   #myModal  .arrow_cm:hover img{
	transition:all 0.5s;
	right:-10px;
  }


  #myModal {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
  }

  #myModal .modal {
    position: absolute;
    width: 100%;
	text-align:center;
	vertical-align:middle;
  }

  #myModal .modal_content {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    opacity: 1;
    line-height: normal;
    top: 0px;
  }

  #myModal .close {
    position: absolute;
    left: 0px;
    top: -50px;
    font-size: 36px;
    line-height: 36px;
    padding-left: 15px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    vertical-align: middle;
  }

  #myModal .close img {
    position: relative;
    vertical-align: middle;
    transition: all 0.3s;
    left: 0px;
  }

  #myModal .close:hover img {
    left: -10px;

  }

  .modal_inner {
    display: none;
  }
	
 /*modal_box*/
  .modal_box {
	width: 1200px;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
  }



/* ÀÇ·áÁø¼Ò°³ */
.doc_box {
	width:1200px;
	height:100%;
        border-radius: 20px;
        overflow: hidden;
        max-height: 750px;
    
  }
.doc_inner {
   width:100%;
	height:100%;
	min-height:600px;
	
  }
  .doc_box .top {
    background: #f9f5e6;
    position: relative;
    
	height:50%;
  }








  .doc_box .top .img {
    float: left;
    position: relative;
    z-index: 0;
	box-sizing:border-box;
	padding:20px;
	width:30%;
	height:100%;
  }



  .doc_box .top .img img {
   
	max-height:100%;
  }

  .doc_box .top .txt {
    width:70%;
	
	height:100%;
	float: right;	
	position:relative;
  }

  .doc_box .top .txt p:nth-child(1){
    font-size:22px;
    line-height: 36px;
    text-align: left;
	position:absolute;
	left:150px;
	top:100px;
  }
  .doc_box .top .txt p:nth-child(2){

      font-size:45px;
      font-family: 'KCC-Hanbit';

	position:absolute;
	left:100px;
	bottom:20px;
  }

  .doc_box .top .txt p:nth-child(2) span{
      font-size:30px;
      vertical-align: bottom;
  }
  .doc_box .top .txt p:nth-child(3){
    font-size:24px;
	line-height:24px;
    font-weight: 500;
	position:absolute;
	right:20px;
	bottom:20px;
  }


  .doc_box .bottom {
    background: #fff;
    position: relative;
	width:100%;
	height:50%;
	padding:20px 20px 40px 20px;
    box-sizing: border-box;
  }

  .doc_box .bottom .sc{
    float: left; width: 60%;
    text-align: left;
    position: relative;
    z-index: 1;
    padding-right: 100px;
    box-sizing: border-box;
  }
  .doc_box .bottom .pf{
    float: left; width: 40%; height:100%;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .doc_box .bottom .t1{
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;font-family: 'KCC-Hanbit';

  }
  .doc_box .bottom .t1 span{
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
   background-repeat: no-repeat;
   background-size: 100% 100%;
  }

  .doc_box .bottom .iframe_box{
		
    padding: 0 0 20px 0;
    box-sizing: border-box;
	  }




  .doc_box .tb01 {
    width: 100%;
  }

  .doc_box .tb01_innner {
    width: 100%;
    overflow: hidden;
  }

  .doc_box .tb01 table {
    position: relative;
    overflow: hidden;
    text-align: center;
      width: 100%;
    border-top: 5px solid #113058;
  }

  .doc_box .tb01 table thead th {
    padding: 5px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;font-family: 'KCC-Hanbit';
  }

  .doc_box .tb01 table tbody th {
    padding: 5px;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;font-family: 'KCC-Hanbit';
  }

  .doc_box .tb01 table tbody td {
    padding: 15px;
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
    color: #fed63e;
  }

 .doc_box .bottom .pf ul {
   height:70%;
   overflow-y:scroll;
  }
  .doc_box .bottom .pf ul li{
    font-size: 16px;
    margin-bottom: 12px;
  }




}


@media (max-width:1199px) {





	  #myModal .arrow_cm{
		font-size:16px;
		line-height:16px;
		position:relative;
	  }

	  #myModal .arrow_cm img{
		display:inline-block;
		vertical-align:bottom;
		position:relative;
		z-index:1;
		right:0px;
		padding:0 5px;
		height:14px;
		
	  }
	 #myModal  .arrow_cm:after{
		content:"";
		width:28px;
		height:28px;
		display:inline-block;
		position:absolute;
		right:-3px;
		top:-5px;
		border-radius:50%;
		border:2px solid #4a4e58;
	  }
	   #myModal  .arrow_cm:hover:after{
		transition:all 0.5s;
		right:2px;
	  }

	   #myModal  .arrow_cm:hover img{
		transition:all 0.5s;
		right:-5px;
	  }




#myModal {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
  }

  #myModal .modal {
    position: absolute;
    width: 100%;
	text-align:center;
  }

  #myModal .modal_content {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    opacity: 1;
    line-height: normal;
    top: 0px;
	width:90%; 
  }

  #myModal .close {
    position: absolute;
    left: 0%;
    top: -40px;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    vertical-align: middle;
  }

  #myModal .close img {
    position: relative;
    vertical-align: middle;
	height:20px;
    transition: all 0.3s;
    left: 0px;
  }

  #myModal .close:hover img {
    left: -10px;

  }

  .modal_inner {
    display: none;
  }


   /*modal_box*/
  .modal_box {
	width: 100%;
	position:relative;

	height: 100%;
	border-radius: 10px;
	overflow: hidden;
  }







.doc_box {
   width:100%;
	height:100%;
        border-radius: 15px;
        overflow: hidden;
    
  }
.doc_inner {
   width:100%;
	height:100%;
	min-height:500px;
	
  }





  .doc_box .top {
        background: #f9f5e6;
        position: relative;
        overflow: hidden;
	  text-align: right;
	  height:40%;
      }




  .doc_box .top .img {
    float: left;
    position: relative;
    z-index: 0;
	box-sizing:border-box;
	padding:10px;
	width:60%;
	height:100%;
	text-align:left;
  }



  .doc_box .top .img img {
	vertical-align:middle;
	max-height:100%;
  }

  .doc_box .top .txt {
    width:40%;
	height:100%;
	float: right;	
	position:relative;
  }

  .doc_box .top .txt p:nth-child(1){
  
	display:none;
  }
  .doc_box .top .txt p:nth-child(2){

      font-size:28px;
	  line-height:36px;
      font-family: 'KCC-Hanbit';

	text-align: right;
	position:absolute;
	width:100%;0px;
	box-sizing:border-box;
	bottom:20px;
	right:20px;
  }

  .doc_box .top .txt p:nth-child(2) span{
      font-size:20px;
      vertical-align: bottom;
	  display:block;
  }
  .doc_box .top .txt p:nth-child(3){
  font-size:14px;
    text-align: right;
	position:absolute;
	padding:0px;
	box-sizing:border-box;
	top:20px;
	right:20px;
      font-family: 'KCC-Hanbit';

  }


   
      .doc_box .bottom {
        background: #fff;
        position: relative;
        overflow: hidden;
        min-height: 200px;
        box-sizing: border-box;
        padding: 15px;
        text-align: left;
		height:60%;
      }
      .doc_box .bottom > img{
        position: absolute;
        right:0px;
        z-index: 0;
        bottom: 0px;
        width:50%;
      }
      .doc_box .bottom .sc{
        position: relative;
        z-index: 1;
        box-sizing: border-box;
		height:50%;
      }
      .doc_box .bottom .pf{
        position: relative;
        z-index: 1;
		height:50%;
      }
      .doc_box .bottom .t1{
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 10px;
      font-family: 'KCC-Hanbit';
      }
      .doc_box .bottom .t1 span{
        background-image: linear-gradient(transparent 60%, #fed63e 40%);
       background-repeat: no-repeat;
       background-size: 100% 100%;
      }


	  .doc_box .bottom .iframe_box{
		height:30px;
	  }







        .doc_box .tb01 {
          width: 100%;
        }


      .doc_box .tb01::after {
        width: 30px;
        height: 100%;
        position: absolute;
        z-index: 2;
        right: 0px;
        top: 0px;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1.0));
        content: "";
      }

      .doc_box .tb01::before {
        content: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
        display: block;
        font-size: 12px;
        color: rgba(0, 176, 201, 1.0);
        text-align: right;
        position: absolute;
        right: 0px;
        top: 0px;
        overflow: hidden;
        z-index: 3;
      }

      .doc_box .tb01_innner {
        width: 100%;
        overflow-x: scroll;
        position: relative;
        right: 0px;
        box-sizing: border-box;
      }

      .doc_box .tb01 table {
        width: 130%;
        position: relative;
        overflow: hidden;
        text-align: center;
        border-top: 3px solid #113058;
      }








      .doc_box .tb01 table thead th {
        padding:3px 3px;
        font-size:12px;
        line-height: normal;
      font-family: 'KCC-Hanbit';
        font-weight: 500;
      }

      .doc_box .tb01 table tbody th {
        padding:3px 3px;
        font-size: 12px;
      font-family: 'KCC-Hanbit';
        line-height: normal;
        font-weight: 500;
      }

      .doc_box .tb01 table tbody td {
        padding:10px 5px;
        font-size: 12px;
        line-height: normal;
        font-weight: 500;
      font-family: 'KCC-Hanbit';
        color: #fed63e;
      }
      .doc_box .bottom .pf ul{
        height: 60%;
        overflow-y: scroll;
      }

      .doc_box .bottom .pf ul li{
        font-size: 11px;
        margin-bottom: 4px;
      }

      .doc_box .bottom .pf::before {
        content: '"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
        display: block;
        font-size: 12px;
        color: rgba(0, 176, 201, 1.0);
        text-align: right;
        overflow: hidden;
        z-index: 3;
      }



}
