/* 웹폰트 */
@font-face {
    font-family: 'BMDOHYEON';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMDOHYEON.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JejuGothic';
    src: url("../font/JejuGothic.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Katuri';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/Katuri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {background-color: #f3e6c4;}

/* a 초기화 */
a {
    display: block;
    text-decoration: none;
    color: inherit;
}



/*---------------------------------------------------*/
/* 컨테이너 */
#container {
    width: 100%;

    position: relative;
}



/*---------------------------------------------------*/
/* 내비게이션 */ 
#nav {
    width: 100%;
    background-color: #674A40;

    position: fixed;
    top: 0;
    left: 0;

    z-index: 1000;
}

#nav > ul {
    width: 1200px;
    height: 59px;
    margin: 0 auto;
}

#nav > ul > li {
    font-family: 'BMDOHYEON';
    font-size: 17px;
    text-align: center;

    float: left;
}

#nav > ul > li:not(:first-child) > a {
    line-height: 59px;
    color: white;
    padding: 0 39.75px;
}

#nav > ul > li:first-child > a {
    width: 116px;
    height: 23px;
    padding: 18px 39.64px;
}

#nav > ul > li:hover > a {background-color: #E58551;}


/*---------------------------------------------------*/
/* 컨텐츠 : 인사말 전체 */
#content_hello {
    width: 1200px;
    margin: 0 auto;
}



/*---------------------------------------------------*/
/* 상단 무늬 배경 */
.bg {
    width: 1200px;
    height: 283px;
    margin: 0 auto;

    background: url("../images/bg_line.png") no-repeat top center /cover;
    position: relative;
}

/* 제목 */
.title_b {
    width: 1200px;
    margin: -41px auto 0;
}

.tilte_line {
    width: 479px;
    height: 11px;
    margin-top: 22px;
    background-color: #E58551;
}

.line_left {float: left;}

.line_right {float: right;}

.title_b > h2 {
    margin-left: 49px;
    
    font-family: 'BMDOHYEON';
    font-size: 55.57px;
    color: #674A40;
    text-shadow: 2px 2px 0 white, 4px 4px 0 #188699;

    float: left;
}

.title_b::after {content: ""; display: block; clear: both;}



/*---------------------------------------------------*/
/* 인사말 :인트로 1 */
.intro_1 {
    width: 1200px;
    margin: 145px auto 0; 
}

.intro_1 > h2 {
    width: 608px;
    height: 190px;
    margin: 0 auto;
    padding-top: 51px;
    padding-left: 100px;

    box-sizing: border-box;
    background: url("../images/02/talk_bubble.png") no-repeat top center;

    font-family: 'Katuri';
    font-size: 33px;
    line-height: 45px;
    color: white; 
}

.intro_1 > img {
    width: 1156px;
    height: 516px;
    margin-top: 103px;
    margin-left: 22px;
}

.intro_1 > p {
    margin-top: 40px;

    font-family: 'JejuGothic';
    font-size: 33px;
    text-align: center;
    line-height: 40px;
    color: #1E1E1E;
}

/*---------------------------------------------------*/
/* 인사말 : 인트로 2 */
.intro_2 {
    width: 1200px;
    margin: 82px auto 0;
}

.intro_2::after {content: ""; display: block; clear: both;}

/* 인트로 2 : 내용 */
.intro_2_con {
    width: 563px;
    height: 324px;
    margin-top: 119px;
    margin-left: 27px;

    float: left;
    position: relative;
}

.intro_2_con > p {
    font-family: 'JejuGothic';
    font-size: 23px;
    line-height: 30px;
    color: #1E1E1E;
}

.intro_2_con > p:not(:last-child) {margin-bottom: 20px;}

.intro_2_con > p:last-child {
    margin-right: 40px;

    position: absolute;
    right: 0;
    bottom: 0;
}

.intro_2_con > p:last-child > img {
    width: 90px;
    height: 50px;
    
    mix-blend-mode: multiply;
}

/* 인트로 2 : 사진 */
.intro_2_image {
    width: 527px;
    height: 594px;

    float: right;
    position: relative;
}

.intro_2_image > div:first-child {
    width: 366px;
    height: 287px;
    background: url("../images/02/image_2_game.jpg") no-repeat top center;

    position: absolute;
    top: 0; 
    right: 147px;
    transform: rotate(-10.65deg);    

    box-shadow: 3px 3px 5px black;
    z-index: 10;
}

.intro_2_image > div:last-child {
    width: 527px;
    height: 329px;
    background: url("../images/02/image_3_game.jpg") no-repeat top center;

    position: absolute;
    bottom: 0; 
    right: 0;
}


/*---------------------------------------------------*/
/* 푸터 */
#footer {
    width: 100%;
    margin-top: 104px;
    background-color: white;
}

.footer_con{
    width: 1200px;
    margin: 0 auto;
    padding: 29px 19px;
}

.footer_con > p {
    font-family: 'JejuGothic';
    font-size: 15px;
}

.footer_con > p:first-child {
    line-height: 25px;

    float: left;
}

.footer_con > p:last-child {
    margin-top: 7px;
    line-height: 26px;

    float: right;
}

.footer_con > p:last-child > a {
    width: 26px;
    height: 26px;
    margin-left: 9px;

    float: right;
}

.footer_con::after {content:""; display: block; clear: both;}
