* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	word-break:keep-all;
}
html,body {
	scroll-behavior: smooth;
}
.flex_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wrap_1200 {
	width:390px;
	margin:0 auto;
}
/* 임시 네비 숨김 처리 */

/*   ----- */

.banner {
	padding:146px 0 112px;
	text-align:center;
	position:relative;
	background:url(../img/anniversary/banner_anniversary.jpg) no-repeat 50%;
	background-size:cover;
	position:relative;
	height:400px;
}
.banner h3 {
	font-size:23px;
	color:#fff;
	padding-bottom:10px;
	border-bottom:4px solid #006EB8;
	margin-bottom:12px;
	display:inline-block;
}
.banner h2 {
	font-size:40px;
	color:#fff;
}
.banner h4 {
	color:#fff;
	font-size:18px;
	font-weight:500;
}
.tab_wrapper {
	display:flex;
	justify-content: center;
	position:absolute;
	left:50%;
	bottom:0;
	transform:translate(-50%,0);
	width:100%;
}
.tab_wrapper li{
	padding:10px;
}
.tab_wrapper li.active {
	border-bottom:4px solid #13B5EA;
}
.tab_wrapper li.active a {
	color:#13B5EA;
	font-weight:700;
}
.tab_wrapper li a {
	color:rgba(255,255,255,0.5);
	font-size:23px;
}
.contents {
	padding:60px 0 ;
	text-align:center;
	color:#333;
}
.contents.gray {
	background:#F4F4F4;
}
.contents .tit {
	font-size:36px;
}
.contents .cont {
	font-size:15px;
	line-height:1.7;
}
footer {
	padding:30px 0 35px;
	background:#333333;
	position:relative;
	text-align:center;
}
footer img {
	width:270px;
}
footer p {
	color:#fff;
	font-size:12px;
}
footer p em {
	display:inline-block;
	width:1px;
	height:13px;
	background:#fff;
	opacity:0.2;
	margin:0px 8px -2px 8px
}
footer p.mb_5 {
	margin:11px 0 5px;
}
footer select {
	border:1px solid #FFFFFF;
	background:rgba(255,255,255,0.1);
	color:#fff;
	font-size:14px;
	padding:14px 16px;
	width:314px;
	margin-top:17px;
}
footer select option {
	color:#333;
}
.detail_layer {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index: 999;
	left:0;
	top:0;
	display:none;
}
.detail_layer .img_area {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:90%;
}
.detail_layer .img_area .view_img {
	width:100%;
}
.detail_layer .close {
	position:absolute;
	right:-25px;
	top:-25px;
	cursor:pointer;
	width:50px;
}

#AnniVideo .tab_wrapper li {
	padding:10px 20px;
}

#Emblem .wrap_1200>img {
	width:100%;
}
#Emblem .wrap_1200 a img {
	width:100%;
}
#Emblem .mb60 {
	margin-bottom:60px;
}
#Emblem .contents h4 {
	color:#B4B4B4;
	font-size:20px;
	font-weight:400;
	margin-bottom:40px;
}
#Emblem .contents .box_wrapper {
	align-items: center;
	flex-wrap:wrap;
	gap:10px;
	justify-content: center;
}
#Emblem .contents .box_wrapper img {
	width:20px;
}
#Emblem .contents .box_wrapper>div {
	border:1px solid #B4B4B4;
	border-radius:10px;
	padding:20px 0;
	font-size:20px;
	font-weight:300;
	width:100%;
	text-align:center;
}
#Emblem .contents .box_wrapper>div h3 {
	font-size:22px;
	margin-bottom:10px;
}
#Emblem .yellow_box {
	background:#FFF9F5;
	border:1px solid #FFD4C1;
	border-radius:10px;
	display:flex;
	padding:25px 20px 20px 20px;
	color:#333333;
	font-size:15px;
	font-weight:300;
	text-align: left;
	line-height:1.5;
}
#Emblem .yellow_box img {
	zoom:0.5;
	margin-right:30px;
}
#Emblem .yellow_box h3 {
	font-size:18px;
}
#Emblem .left {
	width:390px;
}
#Emblem .left,#Emblem .right {
	padding-top:16px;
	text-align:left;
	padding-bottom:20px;
}
#Emblem .left h3,#Emblem .right h3 {
	font-size:20px;
	color:#333;
}
#Emblem .right {
	width:390px;
}
#Emblem .color_wrapper {
	margin-top:20px;
	justify-content: flex-start;
	gap:22px;
}
#Emblem .color_wrapper h5 {
	font-size:13px;
	color:#333;
}
#Emblem .color_wrapper span {
	font-size:13px;
	color:#333;
	line-height:1.3;
	display: inline-block;
}
#Emblem .color {
	width:115px;
	height:91px;
	border-radius:10px;
	margin-bottom:12px;
}
#Emblem .navy {
	background:#2FB4E9;
}
#Emblem .blue {
	background:#006EB8;
}
#Emblem .gradient {
	background:linear-gradient(to right,#2fb4e9,#006eb8);
}
#Emblem .gold {
	background:#886D4B;
}
#Emblem .silver {
	background:#8B8F91;
}
#Emblem .black {
	background:#000;
}

#History {
	background:url(../img/history/history_bg.jpg) no-repeat top center;
	background-size:cover;
	overflow-x: hidden;
}
#History .banner {
	background:transparent;
}
#History .tab_wrapper {
	border-bottom:2px solid rgba(255,255,255,0.5);
}
#History .tab_wrapper li{
	padding:13px 5px;
}
#History .tab_wrapper li a {
	font-size:16px;
}
#History div[class^=tab0] {
	display:none;
	color:#fff;
}
#History div[class^=tab0] h2 {
	font-size:32px;
}
#History div[class^=tab0] h3 {
	font-size:25px;
	font-weight:300;
	margin-bottom:40px;
}
#History div[class^=tab01] {
	display:block;
}
#History .swiper-container {
	position:relative;
}
#History .swiper-slide {
	text-align:left;
	max-height:340px;
	padding:0 30px;
}
#History .swiper-slide .date {
	color:rgba(255,255,255,0.6);
	font-weight:500;
	font-size:20px;
}
#History .swiper-slide img {
	width:100%;
	margin:10px 0 10px;
	cursor:pointer;
}
#History .swiper-slide h4 {
	font-size:15px;
	word-break: keep-all;
	min-height:50px;
	font-weight:400
}
#History .swiper-button-next {
	right:15px;
	bottom:152px;
	top:auto;
}
#History .swiper-button-next img, #History .swiper-button-prev img {
	width:50px;
}
#History .swiper-button-prev {
	left:15px;
	bottom:152px;
	top:auto;
}
#History .swiper-button-next::after,#History .swiper-button-prev::after {
	display:none;
}

#Change .contents {
	padding-bottom:145px;
	position:relative;
}
#Change .go_top_btn {
	position:absolute;
	bottom:20px;
	left:185px;
}
#Change .go_top_btn img {
	width:65px;
}
#Change .banner{
	background:url(../img/historyChange/change_bg.jpg) no-repeat top center;
	background-size:cover;
	overflow-x: hidden;
}
#Change .tab_wrapper li {
	padding:10px 13px;
}
#Change .tab_wrapper li a{
	font-size:16px;
}
#Change .cont {
	text-align:left;
}
#Change .history_tit {
	font-size:32px;
	line-height:1.2;
}
#Change .date {
	font-size:20px;
	color:#B4B4B4;
	margin:5px 0 20px;
}
#Change article:last-child {
	border-bottom:0;
	padding-bottom:0;
}
#Change .nice-select {
	float:none;
	width:390px;
	border:1px solid rgba(22,22,22,0.3);
	border-radius:10px;
	padding:13px 20px;
	font-size:16px;
	line-height:1.6;
	font-weight:bold;
	height:auto;
}
#Change .nice-select .option {
	padding:10px 14px;
	font-size:15px;
}
#Change .nice-select::after {
	background:url(../img/history/ico_arrow.png) no-repeat 50%;
	border:none;
	width:17px;
	height:10px;
	background-size:contain;
}
#Change .chapter {
	text-align:center;
	padding:60px 0;
	color:#ffff;
	background:url(../img/historyChange/ch1_bg.jpg) no-repeat 50%;
	background-size:cover;
	border-radius:10px;
}
#Change .chapter2 {
	background:url(../img/historyChange/ch2_bg.jpg) no-repeat 50%;
	background-size:cover;
}
#Change .chapter3 {
	background:url(../img/historyChange/ch3_bg.jpg) no-repeat 50%;
	background-size:cover;
}
#Change .chapter4 {
	background:url(../img/historyChange/ch4_bg.jpg) no-repeat 50%;
	background-size:cover;
}
#Change .chapter5 {
	background:url(../img/historyChange/ch5_bg.jpg) no-repeat 50%;
	background-size:cover;
}

#Change .chapter_num {
	font-size:30px;
}
#Change .chapter_tit {
	font-size:36px;
	border-top:1px solid rgba(255,255,255,0.4);
	border-bottom:1px solid rgba(255,255,255,0.4);
	display:inline-block;
	padding:3px 0 8px;
	margin:13px 0 30px;
}
#Change .chapter p {
	font-size:16px;
	line-height:1.6;
	width:350px;
	margin:auto;
	text-align:justify;
}
#Change .chapter p br {
	display:none;
}
#Change .art_tit_wrap {
	padding:40px 0;
	border-top:1px solid #B4B4B4;
	border-bottom:1px solid #B4B4B4;
}
#Change .article_cont {
	padding-top:40px;
	font-size:18px;
	text-align:center;
	line-height:1.6;
}
#Change .article_cont p {
	text-align:justify;
}
/*#Change .article_cont p br {
	display:none;
}*/
#Change .article_num {
	font-size:36px;
	font-weight:500;
	border-bottom:3px solid #333333;
	display:inline-block;
	margin-bottom:10px;
}
#Change .article_tit h2 {
	font-size:36px;
	margin-top:5px;
	line-height:1.2;
	margin-bottom:40px;
}
#Change .anchor>ul {
	margin-top:20px;
}
#Change .anchor>ul li{
	margin-bottom:10px;
}
#Change .anchor>ul li:last-child {
	margin-bottom:0;
}
#Change .anchor a {
	font-size:16px;
	font-weight:500;
	color:#333;
}
#Change .anchor a.active {
	font-weight:700;
	color:#006EB8;
	border-bottom:1px solid #006EB8;
	display:inline-block;
}
#Change .img_wrap {
	gap:20px;
}
#Change .img_wrap>div {
	position:relative;
	border-radius:10px;
	overflow:hidden;
}
#Change .img_wrap>div img {
	max-width:100%;
}
#Change .img_wrap .txt {
	font-size:16px;
	font-weight:500;
	backdrop-filter: blur(2px) brightness(0.25);
	-webkit-backdrop-filter: blur(2px) brightness(0.25);
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	text-align:center;
	color:#fff;
	padding:3px 0;
}
#Change article {
	padding-top:80px;
}
#Change #art1 {
	padding-top:80px;
}
#Change .btn {
	font-size:16px;
	color:#fff;
	display:block;
	position:relative;
	background:#006EB8;
	border-radius:10px;
	padding:20px;
	font-weight:700;
	text-align:left;
	flex:1 0;
}
#Change .btn_wrapper {
	gap:20px;
}
#Change .btn_prev {
	text-align:right;
	background:#004471;
	margin-bottom: 20px;
}
#Change .btn_prev img {
	right:auto;
	left:20px;
	transform:rotate(180deg);
}
#Change .btn img {
	position: absolute;
    right: 20px;
    top: 31px;
    width: 38px;
}

.youtube_box {
	display:block;
	border-radius:10px;
	overflow:hidden;
	width:390px;
	margin:0 auto 30px;
}
.youtube_box .thumb {
	height:219px;
	background:#B4B4B4;
}
.youtube_box .thumb img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.youtube_box .text {
	padding:20px 25px;
	background:#F4F4F4;
	font-size:14px;
	color:#333;
	position:relative;
	text-align:left;
}
.youtube_box .text h3 {
	color:#333333;
	font-size:22px;
	margin-bottom:4px;
}
.youtube_box .text h3 b {
	font-weight:900;
}
.youtube_box .text img {
	width:52px;
	position:absolute;
	top:32px;
	right:25px;
}
.written_list {
	flex-direction: column;
	gap:30px;
}
.written_list li {
	border-radius:10px;
	background:#ffff;
	padding:40px 35px 30px 35px;
	width:390px;
	font-size:18px;
	display:flex;
	display:-webkit-flex;
	flex-direction: column;
	gap: 10px;
	justify-content: baseline;
}
.written_list li img {
	max-width:100%;
	width:100%;
	height:400px;
	object-fit: none;
	zoom:0.5;
}
.written_list .text {
	text-align:left;
}
.written_list h2 {
	font-size:30px;
	margin-bottom:5px;
	font-weight:900;
}
.written_list .btn {
	display:flex;
	display:-webkit-flex;
	height:46px;
	justify-content: center;
	align-items: center;
	background:#006EB8;
	color:#fff;
	border-radius:10px;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
}
.popup_back {
	position:fixed;
	z-index: 151;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	left:0;
	top:0;
	display:none;
}
.popup {
	position:fixed;
	max-width:374px;
	width:90%;
	height:600px;
	max-height:70svh;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	display:none;
}
.pop_cont {
	width:100%;
	height:100%;
	overflow:auto;
}
.pop_cont img {
	width:100%;
}
.pop_close {
	position:absolute;
	right:-20px;
	top:-20px;
	z-index: 3;
}
.pop_close img {
	zoom:0.5;
}

#Interview .banner {
	background:url(../img/interview/banner_interview.jpg) no-repeat 50%;
	background-size:cover;
}
#Interview .tab_wrapper li {
	padding:10px 40px;
}

#Celebration .banner {
	background:url(../img/interview/banner_interview.jpg) no-repeat 50%;
	background-size:cover;
}
#Celebration .tab_wrapper li {
	padding:10px 20px;
}
#Celebration .tab02>img{
	max-width:390px;
}
div[class^=tab0] {
	display:none;
}
div[class^=tab01] {
	display:block;
}
iframe {
	border:none;
}

#EBook .banner{
	background:url(../img/ebook/banner_ebook.jpg) no-repeat 50%;
	background-size:cover;
}



.ta_c { text-align:center;}
.pad_80 { padding:80px 0;}
.pt_25 { padding-top:25px;}
.pl_30 { padding-left:30px;}
.pl_20 { padding-left:20px;}
.pl_10 { padding-left:10px;}
.pb_80 { padding-bottom:80px;}
.pb_100 { padding-bottom:100px !important;}
.mt100 { margin-top:100px; }
.mb_10 {margin-bottom:10px;}
.mb_15 { margin-bottom:15px;}
.mb_20 { margin-bottom:20px;}
.mb_30 {margin-bottom:30px;}
.mb_35 {margin-bottom:35px;}
.mb_40 {margin-bottom:40px;}
.mb_55 {margin-bottom:55px;}
.mb_60 {margin-bottom:60px;}
.mb_70 {margin-bottom:70px;}
.mb_80 {margin-bottom:80px;}
.mb_120 { margin-bottom:120px;}