@charset 'utf-8';
/* 0. 폰트CDN 연결 */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
:root {
    --color-neutral-0: #0e0c0c;
    --color-neutral-10: #171717;
    --color-neutral-30: #a8a29e;
    --color-neutral-40: #f5f5f5;
}

/* 1. 리셋 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 2. 요소별 설정 */
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    background-color: #fff;
}
ol, ul {
    list-style-type: none;
}
table {
    width: 100%;
    border-collapse: collapse; 
}
img {
    vertical-align: middle;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #555;
}
p {
    margin: 1em 0;
}

/* 3. 공용클래스 */
.wrap {
    width: 96%;
    max-width: 1600px;
    margin: auto;
}
.clearfix:after {
    display: block;
    clear: both;
    content: '';
}
.blind {
    position: absolute;
    left: -9999em;
    top: -9999em;
}
.pd-large {
    padding: 100px 0 120px;
}
.pd-medium {
    padding: 80px 0 100px;
}
.pd-small {
    padding: 40px 0 60px;
}
.center {
    text-align: center;
}

/* 글자 */
.wh, .wh:hover, .wh a, .wh a:hover {color: #fff;}
.bk, .bk:hover, .bk a, .bk a:hover {color: #000;}
.lt-gray, .lt-gray:hover, .lt-gray a, .lt-gray a:hover {color: #ccc;}
.md-gray, .md-gray:hover, .md-gray a, .md-gray a:hover {color: #999;}
.dk-gray, .dk-gray:hover, .dk-gray a, .dk-gray a:hover {color: #666;}



/* 4. 영역별 설계 */
/* 4.1 헤더 영역(메가 메뉴) */
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #333;
    background-color: #000;
    z-index: 100;
}
#header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background-color: #000;
}
.logo {
    width: 150px;
}
.header_logo {
    padding-left: 70px;
}
#gnb {
    display: flex;
    justify-content: center;
    width: calc(100% - 300px);
}
.depth1 {
    display: inline-block;
    padding: 0 1.5em;
}
.depth1 a {
    display: block;
}
.depth2 {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    display: none;
    background-color: #000;
    font-size: 0.9em;
    line-height: 56px;
    text-align: center;
}
.depth1 > a {
    position: relative;
    line-height: 80px;
}
.depth1 > a:after {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 3px;
    background-color: #ff9900;
    content: '';
    transform: scaleX(0);
    transition: transform 0.2s linear;
}
.depth1:hover > a:after {
    transform: scaleX(1);   
}
.depth1:hover .depth2 {
    display: block;
}
.depth2 li {
    display: inline-block;
    padding: 0 2em;
}
.hd-sns {
    display: flex;
    height: 30px;
    background-color: #000;
}
.hd-sns li {
    padding: 0 0.8em;
}
.hd-sns li > a:hover {
    color: #ff9900;
}






/* 4.2 메인 영역 */
#main {
    padding-top: 80px;
}

#h2 {
    font-weight: bold;
}

.index-p2 {
    font-weight: 700;
    width: 100%;
    height: 545px;
    padding-top: 170px;
}
.index-p2 .wrap {

}
.txt-dc {
    line-height: 1.2;
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
}
.span-dc {
    font-size: 3em;
    color: #ff9900;
}
.span-dc1 {
    font-size: 3em;
    color: #000;
}
.txt-dc1 {
    margin-bottom: 20px;
    font-size: 1.3em;
    font-weight: 700;
}

.index-p3 {
    width: 100%;
    height: 838px;
    color: #fff;
    background-color: #000;
}
.index-p3 .poster {
    width: 33%;
    height: 838px;
    margin-right: 100px;
    float: left;
}
.index-p3-suzume {
    padding: 200px 0;
}
.index-p3-suzume .titil_img {
    margin-bottom: 50px;
    padding-left: 30px;
    scale: 1.3;
}
.index-p3-suzume h4 {
    padding-bottom: 2em;
}
.index-p3-suzume dt {
    padding-bottom: 2em;
}
.index-p3-suzume a {
    /* text-decoration: underline; */
    display: inline-block;
    width: 150px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    padding-top: 13px;
    font-size: 16px;
    font-weight: 400;
    background-color: #ff9900;
    color: #fff;
}
.index-p3-suzume a:hover {
    background-color: #ff6600;
}
.poster {
    width: 400px;
    height: 600px;
}
.index-p3-suzume h4 {}

.index-p4 {
    height: 850px;
    font-size: 2.5em;
}
.index-p4 h2 {
    margin-bottom: 50px;
}
.id-movie {}
.mv-item {
    float: left;
    width: 320px;
    margin-right: 70px;
}
.mv-poster img {
    width: 100%;
}


/* 4.3 푸터 영역 */
#footer {
    width: 100%;
    color: var(--color-neutral-40);
    background-color: #000;
}
.footer-link {
    text-decoration: dashed;
}
#footer_content{
    background-color: #000;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 2rem 3.5rem;
}
#footer_contacts h1 {
    margin-bottom: 0.75rem;
}
#footer_social_media {
    display: flex;
    gap: 2.85rem;
    margin-top: 1.5rem;
}
#footer_social_media .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: var(--color-neutral-40);
    border-radius: 50%;
    transition: all 0.3s;
}
#footer_social_media .footer-link i {
    font-size: 1.25rem;
}
#footer_social_media .footer-link:hover {
    opacity: 0.8;
}
#instagram {
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
}
#facebook {
    background-color: #4267b3;
}
#youtube {
    background-color: #f00;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}
.footer-list .footer-link {
    color: var(--color-neutral-30);
}
.footer-list .footer-link:hover {
    color: #ff9900;
}
#footer_subscribe {
    display: flex;
    flex-direction: column;
}
#footer_subscribe p {
    color: var(--color-neutral-30);
}
#input_group {
    display: flex;
    align-items: center;
    background-color: var(--color-neutral-0);
    border-radius: 4px;
}
#input_group input {
    all: unset;
    padding: 0.75rem;
    width: 100%;
}
#input_group button {
    background-color: #ff9900;
    border: none;
    color: var(--color-neutral-40);
    padding: 0px 1.25rem;
    font-size: 1.125rem;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    transition: all 0.3s;
}
#input_group button:hover {
    opacity: 0.8;
}
#footer_copyright {
    display: flex;
    justify-content: center;
    background-color:#000;
    font-size: 0.9rem;
    padding: 2.5rem;
    font-weight: 300;
}
.tt {
    font-weight: 700;
}