@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'; font-weight:400;

	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:50px 80px 50px 80px;
    box-sizing: border-box;
  }

  .doc_box .bottom .pf{
   
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .doc_box .bottom .t1{
	float:left;
	width:15%;
    font-weight: 500;
    font-size: 34px;
    font-family: 'KCC-Hanbit'; font-weight:400;

  }


  .doc_box .bottom .t1 span{
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
   background-repeat: no-repeat;
   background-size: 100% 100%;
  }





 .doc_box .bottom .pf ul {

	float:left;
	width:85%;
	padding-top:10px;
  }
  .doc_box .bottom .pf ul li{
	font-size:20px;
	float:left;
	width:50%;
	margin-bottom:15px;
	word-break:keep-all;
	padding-left:20px;
	position:relative;
	box-sizing:border-box;
  }
  .doc_box .bottom .pf ul li:before{
	display:inline-block;
	content:"";
	width:10px;
	height:10px;
	margin-right:10px;
	background:#fed63e;
	border-radius:50%;
	position:absolute;
	left:0px;
	top:10px;
  }




}


@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'; font-weight:400;

	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'; font-weight:400;

  }


   
      .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 .pf{
        position: relative;
        z-index: 1;
      }
      .doc_box .bottom .t1{
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 20px;
      font-family: 'KCC-Hanbit'; font-weight:400;
      }
      .doc_box .bottom .t1 span{
        background-image: linear-gradient(transparent 60%, #fed63e 40%);
       background-repeat: no-repeat;
       background-size: 100% 100%;
      }




      .doc_box .bottom .pf ul{
    
      }

      .doc_box .bottom .pf ul li{
        font-size: 14px;
        margin-bottom: 10px;
	word-break:keep-all;
	padding-left:15px;
	position:relative;
	box-sizing:border-box;
      }

	   .doc_box .bottom .pf ul li:before{
	display:inline-block;
	content:"";
	width:5px;
	height:5px;
	background:#fed63e;
	border-radius:50%;
	position:relative;
	position:absolute;
	left:0px;
	top:9px;
  }















}
