* {
    word-break: keep-all;
}
#wrap {
    max-width: 375px;
}
.in_wrap {
    width: 85%;
}
header {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
}
.m_logo {
    float: left;
    width: 40px;
    overflow: hidden;
    padding: 20px 0 0 9%;
}
.m_logo > img {
    width: 100%;
}
div#hd_left {
    width: 20%;
    float: left;
}
div#hd_center {
    width: 60%;
    text-align: center;
	 float: left;
}	
div#hd_center img {
    width: 75%;
    padding-top: 15px;
    float: none;
    display: inline-block;
}	
div#btn_wrap {
    float: right;
    width: 20%;
}	
#btn {
    margin: 0 auto;
    width: 30px;
    padding-top: 27px;
    overflow: hidden;
}
#btn li {
    float: left;
    width: 100%;
    height: 2px;
    background-color: #dfd4c0;
    margin-bottom: 6px;
}
#btn li:last-child {
    margin-bottom: 0;
}
#nav {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999;
    background-color: #ffffff;
    padding-top: 35%;
}
.in_nav {
    float: left;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 25px;
    transition-duration: 0.5s;
}
.in_nav li {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 23px;
    font-weight: 500;
    color: #e3ae36;
}
.in_navs {
    float: left;
    width: 100%;
    overflow: hidden;
}
.in_navs li {
    float: left;
    width: 100%;
    height: 30px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    color: #222222;
}
.in_nav li a {
    color: #e3ae36;
}
.in_navs li a {
    color: #565656;
}
.in_navs li:first-child {
    margin-top: 10px;
}

#close {
    float: left;
    width: 20px;
    overflow: hidden;
    position: absolute;
    top: 35px;
    right: 30px;
}
#close > img {
    width: 100%;
}
#section_1 {
    background-image: url(../img/header/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
}
#s1_title_wrap {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    padding-top: 40px;
    position: relative;
    z-index: 150;
}
#s1_title {
    float: left;
    width: 100%;
    overflow: hidden;
    font-family: 'Noto Serif KR', serif;
    font-size: 32px;
    padding-bottom: 12px;
    font-weight: 200;
    text-align: center;
    color: #ffffff;
}
#s1_line {
    margin: 0 auto;
    width: 102px;
    height: 1px;
    overflow: hidden;
    background-color: #ffffff;
}
#s1_s_title {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin: 15px 0;
    text-align: center;
}
.cover,
.cover1 {
    float: left;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}
#s1_boxs {
    margin: 0 auto;
    width: 220px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 1);
    box-sizing: border-box;
    text-align: center;
    padding: 10px 12px;
    color: #ffffff;
}
#s2_title_wrap {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}
.s2_title {
    float: left;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
#s2_main_title {
    font-size: 35px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 15px;
}
#s2_sub_title {
    font-size: 15px;
    font-weight: 400;
    color: #6a6868;
    padding-bottom: 30px;
}
footer {
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #1c1c1c;
    padding: 25px 0;
}
#f_box {
    float: left;
    width: 175px;
    overflow: hidden;
    margin: 0 0 27px 5%;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}
#f_nav {
    float: left;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 25px 5%;
}
#f_nav li {
    float: left;
    display: inline-block;
    font-size: 10px;
    font-weight: 300;
    color: #ffffff;
    margin-right: 18px;
}
.f_s_nav {
    float: left;
    width: 95%;
    overflow: hidden;
    margin-left: 5%;
}
.f_s_nav li {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 10px;
    font-weight: 400;
    color: #767676;
    margin-bottom: 8px;
    font-family: 'Nanum Gothic', sans-serif;
}
.f_s_nav li:nth-child(1) {
    width: 90px;
}
.f_s_nav li:nth-child(2) {
    width: 100px;
}
.f_s_nav li:nth-child(3) {
    width: 150px;
}
#copy {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 10px;
    font-weight: 300;
    font-style: normal;
    color: #767676;
    margin-left: 5%;
    padding-top: 11px;
}
@media all and (min-width:376px) {
    #wrap {
        max-width: 1025px;
    }
}


@media all and (max-width:1024px) and (min-width:760px){
    .m_logo{
        width: 70px;
    }
    
    #btn_wrap{
        width: 140px;
    }
    
    #btn{
        margin-top: 60px;
        transform: scale(1.1);
        padding-bottom: 5px;
    }
}