
/* sub_common */
section {width:1180px;margin:0 auto;position: relative;}
.sub_top_right {float:right; margin:30px 0 60px;}
.sub_top_right li {float:left; padding-right: 32px; font-size:16px; color:#333333;}
.sub_top_right li:last-child {padding-right:0;}
.sub_top_right li.home_move {position:relative;}
.sub_top_right li.home_move img {margin-top:3px;}
.sub_top_right li.home_move:after {content: ''; width: 7px; height: 12px; background: url("/img/sub_gnb_next.png")no-repeat; position: absolute; right: 11px; top: 7px;}
.sub_top_right li.move {position:relative;}
.sub_top_right li.move:after {content: ''; width: 7px; height: 12px; background: url("/img/sub_gnb_next.png")no-repeat; position: absolute; right: 11px; top: 7px;}
.drop_btn {padding-left:9px; margin-top:-3px; vertical-align: middle;}
.sub_tit {margin-bottom:40px;}
.sub_tit .k_tit {font-size:50px; color:#000; font-weight:bold;}
.sub_tit .k_cont {font-size:20px; color:#666666; font-weight:300;}
.sub_cont {margin-top: 97px;}

.ceo_interview{background: var(--page-theme-color);color: #fff;padding: 10px; margin-left:20px; font-size: 20px;}
.ceo_interview2{background: #9d1c4c;color: #fff;padding: 10px; margin-left:10px; font-size: 20px;}

.greeting_content.top {background: url("../img/greeting_img1.jpg")no-repeat center;width: 100%;height: 647px;color: #232323;font-size: 50px;position: relative;background-size: cover;}
.greeting_content .greeting_topImg {position: absolute;top:50%;left: 0;transform: translateY(-50%);}
.greeting_content .greeting_topImg p {font-weight: 300; position: relative; display: inline-block; line-height: 65px;}
.greeting_content .greeting_topImg p::before {position: absolute; top: -35px; left: -220px; content: ""; width: 100%; height: 26px; background: url("../img/greeting_quote_icon.png") no-repeat center; }
.greeting_content .greeting_topImg p::after {position: absolute; bottom: -35px; right: -220px; content: ""; width: 100%; height: 26px; background: url("../img/greeting_quote_icon2.png") no-repeat center; }
.greeting_content .greeting_topImg p strong { font-weight: 700;}
.greeting_content .greeting_topImg span {color: #333333; font-size: 16px; font-weight: 400; display: block; margin-top: 70px; text-align: right;}
.greeting_content .greeting_topImg span strong {font-weight: 600; font-size: 28px; color: #232323; margin-left: 15px;}
.greeting_content .greeting_text {margin: 100px 0;float: left;width: 100%;border-right: 2px solid #efefef;padding-right: 30px;}
.greeting_content .greeting_text_1 {color: #333333; font-size: 17px; font-weight: 400; line-height: 33px;}
.greeting_content .greeting_text_1 strong {font-weight: 600; color: #181818;}
.greeting_content .greeting_text_2 {color:#333333;font-size: 27px;font-weight: 400;margin-top: 45px;margin-bottom: 30px;}
.greeting_content .greeting_text_2 strong { font-weight: 700; color: #181818;}
.greeting_content .greeting_sign {text-align: right; position: relative; padding-right: 180px;}
.greeting_content .greeting_sign::after {position: absolute; top: -6px; right: 0; content: ""; background: url("../img/greeting_signature.png")no-repeat center; width: 157px; height: 65px; }
.greeting_content .greeting_sign span {display: block; color: #666666; font-size: 18px; font-weight: 400;}
.greeting_content .greeting_sign span:nth-child(1) {font-weight: 600; font-family: 'Lato', sans-serif; font-size: 20px;}

.greeting_content section{
    display: flex;
    align-items: center;
    height: 100%;
}
.greeting_content .youtube_wrapper{
    width: 600px;
    margin-left: 30px;
    margin-top: -250px;
}
.greeting_content .youtube_wrapper p{text-align: center;margin-bottom: 10px;font-size: 28px;font-weight: bold;}
.greeting_content .youtube_wrapper .video-wrapper{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.greeting_content .youtube_wrapper .youtube-area{
    position: absolute;
    width: 100%;
    height: 100%;
}
