.main_sec{
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 0;
}



/* common */
/* .main_banner01{
    background: url(../img/main/main_banner01.jpg);
}
.main_banner02{
    background: url(../img/main/main_banner02.jpg);
}
.main_banner03{
    background: url(../img/main/main_banner03.jpg);
} */
.main_banner{
    width: 100%;
    height: auto;
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; */
    margin-top: 120px;
    position: relative;
}
.main_banner_txtBox{
    position: absolute;
    top: 50%;
    right: 200px;
    transform: translateY(-50%);
}
.main_banner_txtBox h3{
    font-size: 46px;
    padding-bottom: 50px;
    color: #225316;
}
.main_banner_txtBox p{
    font-size: 32px;
    color: #225316;
}
.mo_banner{
    display: none !important;
}

/* banner */


.main_s1{
    padding-top: 80px;
}
.main_s1_icon_bigBox{
    width: 80%;
    height: auto;
    padding-bottom: 80%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}
.main_s1_icon_midiumBox{
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    background: #f5f4f4;
    border-radius: 100%;
    transition: all 0.3s;
}
.main_s1_icon_smallBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.main_s1_icon_imgBox{
    text-align: center;
}
.main_s1_icon_imgBox img{
    margin: 0 auto;
}
.main_s1_icon_link:hover .main_s1_icon_midiumBox{
    background: #A1C9EC;
}
.main_s1_icon_title{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    height: 44px;
}


/* s1 */


/* Style the tab */
.main_tab {
    overflow: hidden;
    position: relative;
  }
  .main_tab::after{
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 2px;
    background: #A1C9EC;
  }
  
  /* Style the buttons inside the tab */
  .main_tab button {
    background-color: inherit;
    float: left;
    width: 17%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 5px;
    transition: 0.3s;
    font-size: 16px;
    border: 1px solid #A1C9EC;
    border-radius: 5px;
    margin: 0 2px;
  }
  .main_tab button:first-child{
      margin-left: 0;
  }
  /* Change background color of buttons on hover */
  .main_tab button:hover {
    background: #A1C9EC;
    color: #fff;
  }
  
  /* Create an active/current tablink class */
  .main_tab button.active {
      background: #A1C9EC;
      color: #fff;
  }
  
  /* Style the tab content */
  .main_tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }
  .first_main_tabcontent{
      display: block;
      border-bottom: 2px solid #222;
  }
  .go_notice{
      float: right;
  }
  .go_notice p{
    color: #2a416d;
    margin-top: 17px;
  }

  /* ============tab=========== */
  .main_s2_rightBox{
      width: 100%;
      height: auto;
      padding: 60px 40px;
      background: url(../img/main/main_s2_right_bg.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      border-radius: 20px;
      overflow: hidden;

  }
  .main_s2_rightBox>h3{
      font-size: 34px;
      font-weight: bold;
      color: #fff;
  }
  .main_s2_rightBox>p{
    font-size: 16px;
    font-weight: 400;
    padding: 30px 0 60px;
    color: #fff;
  }
  .main_s2_rightBox>ul li{
      width: 100%;
      height: auto;
      padding: 15px 20px;
      background: rgba(255,255,255,0.88);
      transition: all 0.3s;
  }
  .main_s2_rightBox>ul li:first-child{
    margin-bottom: 20px;
    }
    .main_s2_rightBox>ul li p, .main_s2_rightBox>ul li .main_go_list_right{
        display: inline-block;
        margin-left: -4px;
        vertical-align: middle;
    }
  .main_s2_rightBox>ul li p{
      font-size: 20px;
      font-weight: 500;
      width: 70%;
      text-align: left;
  }
  .main_s2_rightBox>ul li .main_go_list_right{
      width: 30%;
      text-align: right;
  }
  .main_s2_rightBox>ul li .main_go_list_right i{
      margin-left: 30px;
  }
  .main_s2_rightBox>ul>a:hover>li{
      background: #A1C9EC;
  }

/* s2 */

.main_s3{
    background: #f1f1f1;
}
.main_s3_secTitle{
    text-align: center;
    padding-bottom: 40px;
}
.main_s3_secTitle h3{
    font-size: 34px;
    padding-bottom: 20px;
}
.main_s3_secTitle p{
    font-size: 16px;
    font-weight: 400;
}
/* s3 */
.main_s4_banner_line li{
    float: left;
    width: 13%;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 0.5%;
    height: 45px;
    line-height: 43px;
}
.main_s4_banner_line li img{
    max-width: 100%;
    width: auto;
    height: auto;
    height: 35px;
}

.main_right_area { position:relative; width:98%; margin:0 auto; overflow:hidden; }
.main_right_area ul { width:100%; margin:0; }
.main_right_area li { float:left; display:inline; width:62%; background:#fff; padding:10px 0 10px 10px; }
.main_right_area li span { font-family: 'Noto Sans KR', sans-serif; color:#333; font-size:15px; font-weight:500; line-height:2.0em; }
.main_right_area li span.bols { font-size:20px; font-weight:600;  }
.main_right_area li.maps { float:left; display:inline; width:35%; margin-left:3%; }

@media(max-width:1200px){
    .main_s1_icon_title{
        margin-bottom: 30px;
    }

    .main_banner_txtBox{
        position: absolute;
        top: 50%;
        right: inherit;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 100%;
    }
    .main_banner_txtBox h3{
        font-size: 40px;
        padding-bottom: 40px;
    }
    .main_banner_txtBox p{
        font-size: 30px;
    }
    .main_s2_rightBox>ul li .main_go_list_right i{
        display: none;
    }
    .main_banner_wrap{
        margin-top: 60px;
    }
    /* banner */
}


@media(max-width:1100px){
    .main_banner{
        margin-top: 0px;
    }
    .main_s1{
        padding-top: 60px;
    }

    /* banner */
}
@media(max-width:992px){
    .main_banner_txtBox h3{
        font-size: 36px;
        padding-bottom: 30px;
    }
    .main_banner_txtBox p{
        font-size: 27px;
    }

    /* banner */

    .main_tab button{
        width: calc(33% - 3px);
    }
    .main_tabcontent{
        margin-bottom: 30px;
    }
    .go_notice{
        float: left;
    }
    .go_notice p{
        margin-top: 0;
        padding: 10px 0;
    }
    /* s1 */
}

@media(max-width:767px){
    /* .main_banner{
        height: 50vh;
    } */
    .main_banner_txtBox h3{
        font-size: 30px;
        padding-bottom: 30px;
    }
    .main_banner_txtBox p{
        font-size: 24px;
    }
    .mo_banner{
        display: block !important;
    }
    .pa_banner{
        display: none !important;
    }

    /* banner */

    .main_s1_icon_title{
        font-size: 16px;
    }
    
    
    /* s1 */
}
@media(max-width:450px){

    .main_banner_txtBox h3{
        font-size: 27px;
    }
    .main_banner_txtBox p{
        font-size: 21px;
    }
	.main_right_area li span { font-size:12px; line-height:1.2em; }
	.main_right_area li span.bols { font-size:14px; }
    /* banner */
}
@media(max-width:385px){

    .main_banner_txtBox h3{
        font-size: 24px;
    }
    .main_banner_txtBox p{
        font-size: 18px;
    }
    /* banner */
}
@media(max-width:360px){
    .main_banner_txtBox h3{
        font-size: 21px;
    }
    .main_banner_txtBox p{
        font-size: 16px;
    }
    /* banner */

    .main_s1_icon_title{
        font-size: 12px;
    }
    
    /* s1 */
}

/* s1 */



/* 팝업 */

.modal__background{
    position: fixed;
    top:0; left: 0; bottom: 0; right: 0;
    background: rgba(0, 0, 0, 0.8);
  }
   
  .modal__box{
    position: absolute;
    top: calc(50vh - 100px); left: calc(50vw - 200px);
    background-color: white;
    display: flex; justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 400px;
    height: 200px;
  }

/* 팝업 */

/* The Modal (background) */
.with_modal {
	display: block; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 55; /* Sit on top */
	right: 10%;
	top: 15%;
	overflow: auto; /* Enable scroll if needed */
}

/* Modal Content/Box */
.with_modal-content {
	background-color: #fefefe;
	margin: 0 auto; /* 15% from the top and centered */
	padding: 20px;
    padding-top: 0;
	border: 1px solid #888;
	width: 100%; /* Could be more or less, depending on screen size */     
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/ 
}
/* The Close Button */
.with_close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.with_close:hover,
.with_close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.modal-today-close{
    cursor: pointer;
    padding: 5px 0;
    font-size: 16px;
}
@media(max-width:1024px){
    .with_modal-content{
        max-width: 300px;
        width: 100%;
    }
}



/* 박스추가 */


.main_s4{
    padding: 20px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006198+0,006198+50,3c1251+50,3c1251+100 */
background: #87C6D6; /* Old browsers */
background: -moz-linear-gradient(left,  #87C6D6 0%, #87C6D6 50%, #879CD6 50%, #879CD6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #87C6D6 0%,#87C6D6 50%,#879CD6 50%,#879CD6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #87C6D6 0%,#87C6D6 50%,#879CD6 50%,#879CD6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87C6D6', endColorstr='#879CD6',GradientType=1 ); /* IE6-9 */

    /* background: url(../img/main/main_s4_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; */
}
.main_s4_txtBox *{
    color: #fff;
}
.main_s4_con_title{
    font-size: 20px;
    margin-bottom: 15px;
}
.main_s4_left_point{
    /* float: left; */
    font-size: 40px;
    font-weight: bold;
}
.main_s4_right_txt{
    /* float: right; */
    margin-top: 15px;
}
.main_s4_right_txt p{
    font-size: 20px;
    font-weight: 400;
}
.main_s4_right_txt p span{
    position: relative;
}
.main_s4_right_txt p span::before{
    content: "|";
    display: inline-block;
    padding: 0 7px;
}
.main_s4_go_notice{
    display: block;
    max-width: 250px;
    width: 100%;
    
}
.main_s4_go_notice p{
    padding: 5px 10px;
    border: 1px solid #fff;
    text-align: center;
}
@media(max-width:1200px){
    .main_s4{
        padding: 20px 0;
        background: none;
    }
    .main_s4_left_txt_wrap{
        background: #87C6D6;
        padding: 25px 15px;
    }
    .main_s4_right_txt_wrap{
        background: #879CD6;
        padding: 25px 15px;
        min-height: 208px;
    }
    .main_s4_left_point{
        clear: both;
        width: 100%;
        margin-bottom: 10px;
    }
    .main_s4_right_txt{
        clear: both;
        width: 100%;
    }
    .main_s4_left_point{
        font-size: 27px;
    }
    .main_s4_right_txt p{
        font-size: 16px;
    }
}
