/*
Theme Name: theme_place
Theme URI: -
Author: jinho
Author URI: -
Description: theme place
Version:1.0
*/

@charset "utf-8";

/* CSS RESET */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:focus{
    outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, button, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin:0; 
    padding:0; 
    border:0;
    font-size:100%;
    font:inherit;
    background:none;
}

body {
    /* font-family: "Nanum Gothic", Nanum, Dotum, 돋음, "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'Noto Sans KR', sans-serif;
    line-height:100%;
    
    overflow-x : hidden;
}

ol, ul, li{
    margin:0;
    padding:0;
    list-style:none;
}

hr {
    display:none;
}

table{
    border-collapse:collapse; 
    border-spacing:0;
}

sup{
    vertical-align:text-top;
}

sub{
    vertical-align:text-bottom;
}

strong, b{
    font-weight:normal;
}

button{
    cursor:pointer;
}

input,textarea,select{
    margin:0px;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}

a:link, a:visited{
    text-decoration:none;
}

a:hover{
    text-decoration:none;
}

legend {
    display:none; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}

body {
    line-height:100%;
    overflow-x : hidden;
}         

blockquote, q{
    quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after{
    content:'';
    content:none;
}

/* ::-moz-selection {
    background: #FCCE00;
    color: #fff;
}

::selection {
    background: #FCCE00;
    color: #fff;
} */


.border{
    border: 1px red solid;
}
.pre{
    white-space: pre-line;
}
.text{
    line-height: 1.5;
    word-break: keep-all;
    font-family: 'IBMPlexSansKR-Regular';
}
.title{
    line-height: 1.5;
    word-break: keep-all;
    
    font-family: 'AppleSDGothicNeoEB00';
}

.wrapper{
    max-width: 1024px;
    margin: 0 auto;
}
.wrapper .main{
    position: relative;
    background:url(./images/main.jpg) center/cover no-repeat;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    justify-content: center;
}
.wrapper .main::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url(./images/main.jpg) center/cover no-repeat;
    filter: blur(2px);
    background-attachment: fixed;
}
.wrapper .main .background-box{
    position: absolute;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0,0,0, .5);
    width: 100%;
    /* z-index: 1; */
}
.wrapper .main .background-box::before{
    content: "";
    position: absolute;
    /* z-index: -1; */
    background:url(./images/main.jpg) center/cover no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrapper .main .background-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px #00000088 solid;
    transform: translate(10px, 10px);
    z-index: -1;
}
.wrapper .main .background-box .background-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    font-size: 38px;
    /* font-family: 'Cafe24Oneprettynight'; */
    font-family: 'AppleSDGothicNeoEB00';
    /* font-family: 'Bright'; */
    /* font-weight: bold; */
    /* color: #7E95D3; */
    color: #343434;
    line-height: 1.5;   
    text-align: center;
}
.wrapper .main .background-box .text-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    text-align: center;
    overflow: hidden;
    display: flex;
    white-space: pre;
    justify-content: center;
}
.wrapper .main .background-box .text-box h1{
    font-size: 38px;
    /* font-family: 'Cafe24Oneprettynight'; */
    font-family: 'AppleSDGothicNeoEB00';
    /* font-family: 'Bright'; */
    color: #fff;
    /* font-weight: bold; */
    line-height: 1.5;
}
.wrapper .main .background-box .text-box .text{
    color: #fff;
}
.wrapper .main>.text-box{
    position: absolute;
    bottom: 20px;
    font-family: 'IBMPlexSansKR-Regular';
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}
.wrapper .main .text-box .greeting{
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.wrapper .main .text-box a{
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    padding: 8px 10px;
    background-color: #343434;
    border-radius: 5px;
}
.wrapper .main .text-box i{
    font-size: 13px;
    padding-right: 5px;
    display: inline-block;
}

.wrapper .detail{
    width: 90%;
    margin : 0 auto;
    padding: 25px 0;

}
.wrapper .detail .text-box{
    padding: 10px;
    color: #111;
}
.wrapper .detail .text-box h2.title{
    font-size: 30px;
    position: relative;
    margin-bottom: 15px;
    
}
.wrapper .detail .text-box h2.title::before{
    /* content: ""; */
    position: absolute;
    border-bottom: 1px solid #111;
    width: 50%;
    bottom: 0;
    left: 0;
}
.wrapper .detail .text-box .item-box{
    
}
.wrapper .detail .text-box .item-box .item{
    
}
.wrapper .detail .text-box .item-box .item .title{
    font-size: 25px;
    position: relative;
    margin-bottom: 12px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapper .detail .text-box .item-box .item .title i {
    font-size: 20px;
}
.wrapper .detail .text-box .item-box .item .title::before{
    content: "";
    position: absolute;
    border-bottom: 1px solid #111;
    width: 50%;
    bottom: 0;
    left: 0;
}
.wrapper .detail .text-box .item-box .item .text{
    margin-bottom: 30px;
}
.wrapper .detail .text-box .item-box .item .text .tag{
    white-space: pre;
    background-color: #eee;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 2px 3px;
}
.wrapper .detail .text-box .item-box .item.button{
    
}
.wrapper .detail .text-box .item-box .item.button .text{
    display: flex;
    justify-content: center;
}
.wrapper .detail .text-box .item-box .item.button .text a{
    padding: 5px 10px;
    margin: 0 20px;
    color: #fff;
    background-color: #343434;
    border-radius: 5px;
}

.wrapper .banner{
    height: 350px;
}
.wrapper .banner .banner-box{
    height: 100%;
    background-image: url(./images/sub-2.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}
.wrapper .banner .banner-box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20,20,20, .5);
}
.wrapper .banner .banner-box .text-box{
    width: 90%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.wrapper .banner .banner-box .text-box p{

}
.wrapper .banner .banner-box .button{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrapper .banner .banner-box .button a{
    font-size: 14px;
    padding: 8px 10px;
    background-color: #ffffff80;
    margin-bottom: 10px;
    color: #111;
    border-radius: 5px;
}

/*media query*/
@media all and (min-width: 479px) {
    .wrapper .detail .text-box .item-box .item .title::before{
        width: 100%;
    }
    .wrapper .banner .banner-box .text-box p{
        font-size: 20px;
    }
    .wrapper .banner .banner-box .button a{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .wrapper .main .background-box .text-box h1{
        font-size: 50px;
    }
    .wrapper .main .background-box .background-text{
        font-size: 50px;
    }
}
@media all and (min-width: 767px) {
    .wrapper .main .background-box .text-box h1{
        font-size: 90px;
    }
    .wrapper .main .background-box .background-text{
        font-size: 90px;
    }
}
@media all and (min-width: 1024px) {
    .wrapper .main .background-box .text-box h1{
        font-size: 120px;
    }
    .wrapper .main .background-box .background-text{
        font-size: 120px;
    }
    .wrapper .main>.text-box{
        bottom: 30px;
    }
    .wrapper .main .text-box .greeting{
        font-size: 20px;
    }
}
@media all and (min-width: 1440px) {
    
}