@charset "utf-8";

@font-face {
    font-family: 'KoPubWorldBatang';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangLight.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangLight.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangLight.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangLight.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'KoPubWorldBatang';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangMedium.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangMedium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangMedium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangMedium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'KoPubWorldBatang';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangBold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangBold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangBold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldBatangBold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'KoPubWorldDotum';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumLight.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'KoPubWorldDotum';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumMedium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'KoPubWorldDotum';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/kopus/KoPubWorldDotumBold.ttf') format("truetype");
    font-display: swap;
}

body{
    font-family: 'KoPubWorldDotum';
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-thumb {
    background-color: #5B5555;
    border-radius: 10px;
}
body::-webkit-scrollbar-track {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}
img{
    width: 100%;
    height: auto;
}

/* 헤더 */
#header{
    z-index: 5000;
    width: 100%;
    position: fixed;
    background-color: #fff;
}
#h_in{
    position: relative;
    margin: 0 auto;
    z-index: 1000;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.h_logo{
    width: 100px;
    height: auto;
}
.h_logo img{
    width: 100%;
    height: auto;
}
#nav{
    display: none;
}

/* 햄버거 메뉴 */
#icon + label + #ham_menu{
    width: 200px;
}

#ham_icon{
    position: fixed !important;
    left: 10px;
    z-index: 999;
}
#ham_icon{
    margin: auto 0;
}
#ham_menu li{
    padding: 10px 0;
    text-align: center;
}
input[id="icon"] {
    display:none;
} 

input[id="icon"] + label{
    position: fixed;
    display:block;
    width:30px;
    height:22px;
    cursor:pointer;  /* 커서를 올려놓을 때 모양이 바뀐다. */
    z-index: 900 !important;
} 

input[id="icon"] + label > span {
    position: absolute;
    display:block;
    width:100%;
    height:2px;
    border-radius:30px;
    background: #000;
    transition: all 0.35s;  /* 진행되는 과정들을 천천히 보여줄 수 있다. 0.35초 동안 진행됨 */
}

input[id="icon"] + label > span:nth-child(1) {
    top:0px;
}

input[id="icon"] + label > span:nth-child(2) {
    top:50%;
    transform: translateY(-50%);  /* 엘리먼트를 변형할 때 쓴다. 비틀거나 구부리거나 돌릴 때 . 여러가지로 모양을 바꿀 때 */
}

input[id="icon"] + label > span:nth-child(3) {
    bottom:0px;
}


input[id="icon"]:checked + label > span:nth-child(1) {
    top:50%;
    transform:translateY(-50%) rotate(45deg);
}

input[id="icon"]:checked + label > span:nth-child(2) {
    opacity: 0;
}

input[id="icon"]:checked + label > span:nth-child(3) {
    bottom:50%;
    transform:translateY(50%) rotate(-45deg);
}

#icon + label + #ham_menu {
    position:fixed !important;  /* 스크롤을 내리더라도 같은 위치에서 붙어다닌다. */
    width:265px;
    height:100%;
    background: rgba(255, 255, 255, 0.8);
    top:0px;
    padding:60px 25px 25px 25px;
    box-sizing:border-box;
    left:-300px;
    z-index: 800 !important;
    transition: all 0.35s;
}

#icon:checked + label + #ham_menu {
    left:0px;
}
#icon:checked + label + #ham_menu > ul {
    padding-left: 0;
}
#icon:checked + label + #ham_menu > ul > li > a {
    color: #000;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
    z-index: 200;
}
.accordion{
    width: 200px;
    margin: 50px auto;
}
.accordion li{
    border-bottom: 1px solid #aaa;
}
.accordion li:last-child{
    border-bottom: 0;
}
.accordion li a{
    display: block;
    padding: 0 20px;
    line-height: 50px;
    font-size: 17px;
    color: #222;
    font-weight: 700;
    text-decoration: none;
}
.accordion li a.on{
    color: #777;
}
.accordion .sub{
    display: none;
}
.accordion .sub ul{
    padding: 20px 0;
    border-top: 1px solid #ddd;
}
.accordion .sub li{
    border: 0;
}
.accordion .sub li a{
    line-height: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #777;
}

/* 섹션1 */
#sec1{
    overflow-x: hidden;
    padding-top: 47px;
    background-image: url(../img/main.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
}
#sec1_in h3{
    color: #fff;
    text-align: center;
    line-height: 200px;
    font-size: 20px;
}

/* 섹션2 */
#sec2_in{
    padding: 30px 0;
}
#sec2_in h3{
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.sec2_1, .sec2_2{
    margin: 0 30px;
    text-align: center;
    background-image: url(../img/pattern.png);
    background-size: cover;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
}
.sec2_1{
    margin-bottom: 20px;
}
.sec2_1 h4{
    font-size: 0.9rem;
    font-weight: bold;
    background-color: #FFF9F2;
    margin-bottom: 10px;
    padding: 8px 0;
}
.sec2_2 h4{
    font-size: 0.9rem;
    font-weight: bold;
    background-color: #EDE6DE;
    margin-bottom: 10px;
    padding: 8px 0;
}
.sec2_info h5{
    font-size: 0.7rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.sec2_txt1, .sec2_txt2{
    font-size: 12px;
    padding: 0 10px 8px 10px;
    display: flex;
    justify-content: space-between;
}
.sec2_txt2{
    padding-bottom: 20px;
}

/* 푸터 */
#footer{
    background-color: #000;
}
#f_in{
    padding: 20px 10px;
}
#f_in p{
    display: inline;
    color: #fff;
    font-size: 10px;
}
#f_in p::after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin-left: 6px;
    margin-right: 2px;
    margin-bottom: -1px;
    background-color: #fff;
}
#f_in p:last-child::after{
    display: none;
}
.copyright{
    margin-top: 10px;
    font-size: 10px;
    color: #fff;
}

/* 픽스 */
.fix_icon{
    position: fixed;
    right: 10px; bottom: 5%;
}
.fix_icon div{
    width: 40px; height: 40px;
}
.fix_icon div:first-child{
    margin-bottom: 5px;
}



@media screen and (min-width:300px) {

}

@media screen and (min-width:300px) {

}



@media screen and (min-width:400px) {

    /* 헤더 */
    .h_logo{
        width: 130px;
    }
    /* 헤더 */

    /* 섹션2 */
    #sec2{
        background-position: top 220px center;
    }
    #sec2_in h3{
        margin-left: 20px;
        font-size: 1.5rem;
    }
    .sec2_1 h4, .sec2_2 h4{
        font-size: 1.1rem;
    }
    .sec2_info{
        margin: 0 20px;
    }
    .sec2_info h5{
        font-size: 1rem;
        margin-bottom: 20px;
    }
    .sec2_info p{
        font-size: 1rem;
        line-height: 20px;
    }
    .sec2_info > div{
        font-size: 1.2rem;
    }
    .sec2_txt2{
        padding-bottom: 20px;
    }

    /* 푸터 */
    #f_in{
        padding: 30px;
    }
    /* 푸터 */

    /* 픽스 */
    .fix_icon div{
        width: 60px; height: 60px;
    }
}



@media screen and (min-width:500px) {
    /* 햄버거 메뉴 */
    input[id="icon"] + label{
        width: 40px;
        height: 30px;
    }
    #icon + label + #ham_menu{
        width: 300px;
    }

    /* 섹션1 */
    #sec1_in h3{
        font-size: 1.5rem;
    }

    /* 섹션2 */
    #sec2{
        overflow: hidden;
        background-position: top 170px center;
    }
    #sec2_in{
        padding: 30px 10px;
    }
    .sec2_wrap{
        display: flex;
        justify-content: center;
    }
    .sec2_info{
        padding: 0 20px;
        margin: 0px;
    }
    .sec2_1, .sec2_2{
        margin: 0 10px;
    }
    .sec2_info > div{
        padding: 5px 0;
    }
    .sec2_info p{
        padding: 0 5px;
        box-sizing: border-box;
        font-size: 12px;
    }
}



@media screen and (min-width:600px) {

    /* 헤더 */
    .h_logo{
        width: 170px;
    }
    /* 헤더 */

    /* 햄버거 메뉴 */
    #ham_icon{
        left: 20px;
    }
    /* 햄버거 메뉴 */

}




@media screen and (min-width:700px) {
    
    /* 햄버거 메뉴 */
    #ham_menu li{
        margin-bottom: 50px;
    }
    #icon:checked + label + #ham_menu > ul > li > a{
        font-size: 25px;
    }

    /* 섹션1 */
    #sec1_in h3{
        font-size: 1.8rem;
    }
    /* 섹션1 */
    #sec1{
        padding-top: 87px;
        height: 250px;
    }
    #sec1_in h3{
        line-height: 250px;
    }

    /* 섹션2 */
    #sec2_in{
        max-width: 650px;
        margin: 0 auto;
        padding: 60px;
    }
    .sec2_info h5{
        margin-bottom: 10px;
    }
    .sec2_info > div{
        padding: 5px;
    }

    /* 푸터 */
    #f_in{
        padding: 60px 30px 40px 30px;
    }
    .copyright{
        margin-top: 20px;
    }

    /* 픽스 */
    .fix_icon div{
        width: 80px; height: 80px;
    }
    .fix_icon div:first-child{
        margin-bottom: 20px;
    }
}



@media screen and (min-width:900px) {
    
    /* 헤더 */
    .h_logo{
        width: 250px;
    }
    /* 헤더 */

    /* 햄버거 메뉴 */
    #ham_icon{
        width: 50px;
        height: 40px;
    }
    /* 햄버거 메뉴 */

    /* 푸터 */
    #f_in{
        text-align: center;
    }
    /* 푸터 */
}



@media screen and (min-width:1200px) {

    /* 헤더 */
    #h_in{
        justify-content: space-between;
        padding: 20px 40px;
    }
    .h_logo{
        width: 200px;
    }
    #nav{
        display: block;
        width: 100%;
    }
    #nav:after{
        content: "";
        display: block;
        clear: both;
    }
    .menu{
        margin: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu>li{
        position: relative;
        box-sizing: border-box;
        line-height: 50px;
        text-align: center;
        margin-right: 30px;
        font-weight: bold;
    }
    .menu>li>a{
        font-size: 20px;
    }
    .menu>li a{
        font-family: 'KoPubWorldDotum';
        display: block;
        transition: all 0s;
        color: #000;
    }
    .sub{
        display: none;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 1;
        width: 190px;
    }
    .sub > li > a{
        font-weight: bold;
        font-size: 18px;
        color: #000;
        background: rgba(255, 255, 255, 0.8);
    }
    .sub > li > a:hover{
        color: #fff;
    }

    /* 햄버거 메뉴 */
    #ham_icon{
        display: none;
    }

    /* 섹션1 */
    #sec1{
        padding-top: 150px;
    }

    #sec2_in{
        max-width: 1000px;
    }
    .sec2_img{
        margin-right: 60px;
    }
    .sec2_txt{
        margin-top: 60px;
    }
    .sec2_title h3{
        font-size: 2.8rem;
    }
    .sec2_title p{
        font-size: 1.8rem;
    }
    .sec2_title p::after{
        height: 100px;
        margin-top: -80px;
        width: 3000px;
    }
    .sec2_info h3{
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .sec2_info p{
        font-size: 1.2rem;
        line-height: 20px;
    }
    .sec2_info div{
        margin-top: 20px;
        font-size: 1.7rem;
        padding: 10px 10px 13px 10px;
    }

    img{
      width: 40%;
      height: auto;
      margin: auto;
      display: block;
  }

  .sec3_img {
    background: #000;
  }

    /* 푸터 */
    #f_in p{
        font-size: 15px;
    }
    .copyright{
        font-size: 15px;
    }
}



@media screen and (min-width:1400px) {

    /* 헤더 */
    .menu>li{
        margin-right: 50px;
    }
    /* 헤더 */

    /* 푸터 */
    #f_in{
        padding: 70px 0;
    }
    /* 푸터 */
}

#sec_03 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #000;
}

#sec_03 h2 {
  color: #fff;
  text-align: center;
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 30px;
}

#sec_03 .wrap {
  width: 100%;
  max-width: 760px;
  height: auto;
  margin: 0 auto;
}

#sec_03 .wrap iframe {
  width: 100%;
  height: 450px;
}

#sec_03 .wrap .text_box {
  height: auto;
  border: 1px solid #fff;
  border-top: none;
  padding: 38px 46px;
}

#sec_03 .wrap .text_box .text {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#sec_03 .wrap .text_box .text:last-of-type {
  margin-bottom: 0;
}

#sec_03 .wrap .text_box .text p {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

#sec_03 .wrap .text_box .text:last-of-type p {
  font-size: 35px;
  font-weight: bold;
}

#sec_03 .wrap .text_box .text span {
  width: 88px;
  height: 23px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  display: flex;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  #sec_03 h2 {
    font-size: 48px;
  }

  #sec_03 .wrap {
    max-width: 500px;
  }

  #sec_03 .wrap .text_box .text p {
    font-size: 16px;
    word-break: keep-all;
  }

  #sec_03 .wrap .text_box .text:last-of-type p {
    font-size: 24px;
  }

  #sec_03 .wrap .text_box {
    padding: 30px 20px;
  }
}

@media (max-width: 500px) {
  #sec_03 {
    padding: 50px 0;
  }

  #sec_03 h2 {
    font-size: 24px;
  }

  #sec_03 .wrap iframe {
    height: 300px;
  }

  #sec_03 .wrap {
    max-width: 90%;
  }

  #sec_03 .wrap .text_box .text span {
    width: 75px;
    height: 20px;
    margin-right: 10px;
    font-size: 14px;
  }

  #sec_03 .wrap .text_box .text p {
    font-size: 14px;
  }

  #sec_03 .wrap .text_box .text:last-of-type p {
    font-size: 18px;
  }
}