* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.clear:after {
    display: block;
    content: '';
    clear: both
}

body {
    color: #333;
    word-break: break-all;
    font-size: 14px;
    line-height: initial;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'GmarketSansLight';
}

li {
    list-style: none
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%
}

a:focus,a:hover {
    text-decoration: none!important
}

address {
    font-style: normal
}

img {
    width: 100%;
    vertical-align: bottom
}

.wrap {
    max-width: 1200px;
    margin: 0 auto
}

.no-line {
    border: 0!important
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: inherit;
    color: inherit;
    outline: 0
}

button:active {
    background-color: none
}

i {
    display: inline-block;
    vertical-align: middle
}

input {
    border-radius: 0;
    border: 0
}

input:focus {
    outline: 0
}

.checkbox,.radio {
    width: 0;
    height: 0;
    border: 0;
    -webkit-appearance: none
}

select {
    -webkit-appearance: none
}

.input {
    border: 1px solid #aaa;
    width: 100%
}

.pc_none {
    display: none;
    width: 0
}

.mo_none {
    display: block
}


.wrap{
    max-width : 1200px;
    margin : 0 auto;
    width : 90%;
}

section{
    min-height : calc( 100vh - 223px - 263px );
    position : relative;
}

section{
    padding : 100px 0;
}


.ellipsis3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}

@media screen and (max-width : 768px) {
    .pc_none {
        display:block;
        width: inherit
    }

    img.pc_none {
        width: 100%
    }

    .mo_none {
        display: none
    }

    body {
        font-size: 12px
    }
}


.sub-wrap{
    padding : 50px 0;
}

.sub-wrap h2{
    text-align : center;
    padding : 10px 0;
    font-size : 1.2em;
    font-family: 'GmarketSansMedium';
    
    width : 200px;
    margin : 0 auto;
    margin-bottom : 50px;
    border-top : 1px solid #999;
    border-bottom : 1px solid #999;
}

@media screen and (max-width : 480px){
    section{
        padding : 50px 0 100px;
    }
}