﻿@font-face {
    font-family: CarismaClassic;
    src: url(../fonts/CarismaClassic-400Regular.woff2);
    font-weight: 400;
}
@font-face {
    font-family: CarismaClassic;
    src: url(../fonts/CarismaClassic-500Medium.woff2);
    font-weight: 500;
}
.sub-title-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top : 130px;
    width : 100%;
    height : 300px;
    position : relative;
    overflow : hidden;
}
.sub-title-bg{
    width : 100%;
    height : 100%;
    background : url(../images/sub/sub-title-bg-new.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    animation : sub-title-bg 3s both;
    position : absolute;
    left : 0;
    top : 0;
}
@keyframes sub-title-bg {
    0%{
        transform: scale(1.15);
    }
    100%{
        transform: scale(1);
    }
}
.sub-title{
    /* font-size: 40px; */
	font-size : 35px;
    position : relative;
    font-weight: 400;
    letter-spacing: -0.04em;
	color : #fff;
    animation : sub-title 1.5s both .5s;
}
@keyframes sub-title {
    0%{
        opacity: 0;
        transform: translateY(-50px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.sub-title-eng{
	display : none;
    font-family: CarismaClassic;
    position : relative;
    font-weight: 400;
    margin-top : 3px;
    font-size: 19px;
	color : #fff;
    letter-spacing: 0.25em;
    animation : sub-title-eng 1.5s both .5s;
    white-space: nowrap;
}
@keyframes sub-title-eng {
    0%{
        opacity: 0;
        letter-spacing: 1em;
    }
    100%{
        opacity: 1;
        letter-spacing: 0.25em;
    }
}
.sub-menu-box{
    display: flex;
    justify-content: center;
    align-items: center;
    height : 50px;
}
.sub-menu-inner{
    display: flex;
    align-items: center;
    width : 100%;
    max-width : 1200px;
    height : 100%;
}
.sub-home{
}
.sub-menu{
    display: flex;
    align-items: center;
    font-size: 16px;
    color : #001241;
    min-width : 160px;
    height : 100%;
    padding : 0 13px;
    position : relative;
    letter-spacing: -0.04em;
}
.sub-menu::after{
    position : absolute;
    content : '';
    width : 5px;
    height : 5px;
    border-top : 1px solid #999999;
    border-right : 1px solid #999999;
    transform: rotate(135deg);
    right : 13px;
}
.sub-menu > ul{
    display: none;
    position : absolute;
    width : 100%;
    background : #fff;
    left : 0;
    top : 100%;
    border-top : 1px solid #ddd;
    z-index: 1;
}
.sub-menu:hover > ul{
    display: block;
}
.sub-menu > ul > li > a{
    display: flex;
    align-items: center;
    padding : 0 13px;
    height : 40px;
    font-size: 14px;
    border-bottom : 1px solid #ddd;
    border-right : 1px solid #ddd;
    border-left : 1px solid #ddd;
}
.sub-menu > ul > li > a:hover{
    background : #e7e7e7;
}
.sub-content-box{
    padding : 64px 0 77px;
	animation : sub-content-box 1.2s both;
	width: 1200px;
	margin: auto;
}
@keyframes sub-content-box {
	0%{
		opacity : 0;
	}
	100%{
		opacity : 1;
	}
}
.sub-content-img{
    margin : 0 auto;
}
/* 오리발 CSS */
.page_info{display:flex;flex-direction:column;justify-content:center;max-width : 1200px;margin : 4em auto 0;background:#f7f7f7;border:1px solid #e5e5e5;padding:25px 60px 25px 120px;min-height :120px;font-size:13px;letter-spacing:-0.04em;color:#777;position:relative;}
.page_info::after{display: flex;align-items: center;justify-content: center;color : #fff;font-size: 36px;font-weight: 700;content : '!';position : absolute;width : 70px;height : 70px;border-radius: 50%;background : #ddd;left : 25px;top : 50%;transform: translateY(-50%);}
.page_info>li{position : relative;padding-left : 14px;}
.page_info>li+li{margin-top : 3px;}
.page_info>li::before{content : '※ ';position : absolute;left : 0;font-size: 11px;line-height: 18px;}
.page_info>li>a{color:rgba(50,80,255,1);text-decoration:underline;}
/* 오리발 CSS END */
