.main .container {
	padding-top: 206px;
}

.quick_link {display: inline-block;padding:5px 10px;border:1px solid #ddd;}
.quick_link i {display: inline-block;margin-left:5px;}
.quick_link:hover {background-color: #0084CA;border-color:#0084CA; color:#fff;font-weight:bold;}

.visual_wrap {
	position: relative;
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.visual_wrap .visual_view ul li {
	position:relative;
	background-size: cover !important;
	background-position: center !important;
	line-height: 0;
}

.visual_txt {
	position:absolute;
	left:150px; 
	top:100px;
    line-height: 1.24;
}
.visual_txt .title {
	display: block;
	font-size:clamp(42px, 5vw, 82px);font-weight:900;
	color:#fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.visual_txt .title .point {
	position:relative;
	color:#fff64e;
}
.visual_txt .title .point:before {
	content:'';
	position: absolute;
	top: -22px;
	left:50%;
	transform:translateX(-50%);
	width: 17px;
	height: 17px;
	background:#ffdf48;
	border-radius:50%;
}
.visual_txt .exp {
	font-size:clamp(19px, 1.4vw, 25px);
	margin-top:20px;
	display: block;
	color:#fff;
	word-break: keep-all;
	width:75%;
	text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.visual_wrap .visual_view img {
	opacity: 0;
	width: 100%;
	max-width: 100%;
}

.visual_wrap .control_area {
	position: absolute;
	    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 30px;
}

.visual_wrap .control_area .dots {
	display: inline-block;
	vertical-align: top;
}

.visual_wrap .control_area .dots ul {
	display: flex !important;
	align-items: center;
	height: 18px;
}

.visual_wrap .control_area .dots li {
	cursor: pointer;
	display: none;color:#fff;
	/* text-indent: -99999px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 50%; */
	margin: 0 5px;
}
.visual_wrap .control_area .dots li span {color:#fff;}

.visual_wrap .control_area .dots li.slick-active {
	/* background-color: #0084CA; */
	display: inline-block;
}

.visual_wrap .control_area .dots li:focus-within {
	border: 2px solid #000;
}

.visual_wrap .control_area .play_area {
	display: inline-block;
	color: #fff;
	vertical-align: top;
}

.visual_wrap .control_area .play_area i {
	color: #fff;
}

.scroll_icon {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 30px;
	animation: scrollani 1000ms 0ms infinite ease;
}


@-webkit-keyframes scrollani {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(4px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes scrollani {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(4px);
	}

	100% {
		transform: translateY(0);
	}
}


section {
	padding: 80px 0;
}

section h3.title {
	font-size: 50px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 40px;
}

section h3 + .sub_exp {
	transform: translateY(-15px);
}

section .sub_exp {
	text-align: center;
	font-size:19px;
}

.alram_wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 52px 0;
}
.alram_wrap > a {display: block;}
.alram_wrap .block {
	display: flex;
}

.alram_wrap .block .tab_area {
	flex: 0 0 150px;
}
.alram_wrap .block .tab_area ul {
	margin-bottom:20px;
}
.alram_wrap .block .tab_area ul li {
	padding: 7px 11px;
}

.alram_wrap .block .tab_area ul li.on a {
	font-weight: bold;
	color: #0084CA;
}

.alram_wrap .block .tab_area ul li.on a span {
	position: relative;
	display: inline-block;
}

/* .alram_wrap .block .tab_area ul li.on a span:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	right: -25px;
	top: calc(50% - 5px);
	background-color: #0084CA;
} */

.alram_wrap .block .tab_area ul li a {
	display: inline-block;
	padding: 0;
}
.alram_wrap .block .tab_area ul li a:hover {font-weight:700;}
.alram_wrap .block .tab_area ul li a.tab {
	font-size: 21px;
}

.alram_wrap .block .tab_area ul li a.link {
	display: none;
	margin-left:5px;
}
.alram_wrap .block .tab_area ul li a.link i {
	font-weight:900;
}
.alram_wrap .block .tab_area ul li.on a.link {
	display: inline-block;
}
.alram_list_area ul {
	display: none;
	flex-wrap: wrap;
	 gap:20px; 
	 border-left: 1px solid #ddd; 
	 padding-left: 30px; 
}

.alram_list_area ul.active {
	display: flex;
} 
/* 
.alram_list_area ul li {
    flex: 1 1 calc(50% - 10px);
    padding: 25px;
    background: #f9f9f9;
}


.alram_list_area ul li.teg_1 {background:#f5f9fb;}
.alram_list_area ul li.teg_1:hover {background:#e0eef9;}
.alram_list_area ul li.teg_2 {background:#fff7f1;}
.alram_list_area ul li.teg_2:hover {background:#fff4f1;}
.alram_list_area ul li.teg_3 {background:#f4fcec;}
.alram_list_area ul li.teg_3:hover {background:#e8f4dd;}
.alram_list_area ul li.teg_4 {background:#faf5ff;}
.alram_list_area ul li.teg_4:hover {background:#f9f2ff;}

.alram_list_area ul li:hover {
	background-color:#f0f0f0; 
}

 */

.alram_list_area ul li {
    flex: 1 1 calc(50% - 20px);
    padding: 0 25px 25px 25px;
    min-height:120px;
}
.alram_list_area ul li a {display: block;}
.alram_list_area ul li:nth-child(1) {
	position:relative;
	padding-top:0;
}
.alram_list_area ul li:nth-child(1):before {
	content:'';
	position: absolute;
	bottom:0;left:0;right:20px;
	height:1px;background:#ddd; 
}
.alram_list_area ul li:nth-child(1):after {
	content:'';
	position: absolute;
	bottom:20px;top:0;right:0;
	width:1px;background:#ddd;
}
.alram_list_area ul li:nth-child(2) {
	border-bottom:1px solid #ddd;
	padding-top:0;
}

.alram_list_area ul li:nth-child(3) {
	border-right:1px solid #ddd;
	padding-bottom:0;
}
.alram_list_area ul li:nth-child(4) {
	padding-bottom:0;
}
.alram_list_area ul li .title {
	margin-bottom: 10px;
	font-size: 21px;
	line-height: 1.5;
	word-break:keep-all;
	font-weight: 500;
}
.alram_list_area ul li a:hover .title .subject {font-weight:bold;letter-spacing:-0.031rem;}
.alram_list_area ul li .title .subject {
	display: block;
	margin-top:5px;
	transition:all .1s;
}
.alram_list_area ul li .title .dates{
    font-size: 17px;
}
.alram_list_area ul li dl {
	display: flex;
	padding: 2px 0;
	line-height: 1.4;
}

.alram_list_area ul li dl dt {
	flex: 0 0 60px;
	color: #7D7D7D;
}

.alram_list_area ul li dl dd {
	color: #7D7D7D;
}

.story_wrap {
	position: relative;
	background-color: #ECF4F9;
	background-image: url(/resource/images/main/bg_story.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.story_wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/resource/images/main/bg_story2.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.story_wrap .more {
	position: relative;
	background: #0084CA;
	border-radius: 15px;
	display: inline-block;
	color: #fff;
	padding: 7px 10px;
	vertical-align: bottom;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 500;
	transform: translateY(-28px);
}

.story_wrap .more:hover {
	background: #0062b3;
}

.story_wrap .more:hover:after {
	border-top-color: #0062b3;
}
.story_wrap .more:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 80%;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-top-color: #0084CA;
	border-bottom: 0;
	border-left: 0;
	margin-left: -4.5px;
	margin-bottom: -6px;
}

.story_wrap .write {
	position: relative;
	background: #E43258;
	border-radius: 15px;
	display: inline-block;
	color: #fff;
	padding: 7px 10px;
	vertical-align: bottom;
	letter-spacing: 0;
	font-weight: 500;
	font-size: 14px;
	transform: translateY(-28px);
}

.story_wrap .write:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 80%;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-top-color: #E43258;
	border-bottom: 0;
	border-left: 0;
	margin-left: -4.5px;
	margin-bottom: -6px;
}

.story_wrap .story_block {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	display: block;
}

.story_wrap .control_area {
	position: absolute;
	right: 15px;
	top: 15px;
}

.story_wrap .control_area .dots {
	display: inline-block;
	vertical-align: top;
}

.story_wrap .control_area .dots ul {
	display: flex;
	align-items: center;
	height: 18px;
}

.story_wrap .control_area .dots ul li {
	display: none;
	cursor: pointer;
	/* text-indent: -99999px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border:2px solid #aaa; */
	margin: 0 5px;
}

.story_wrap .control_area .dots ul li.slick-active {
	/* background-color: #0084CA;
	border-color:#0084ca; */
	display: inline-block;
}

.story_wrap .control_area .play_area {
	display: inline-block;
	vertical-align: top;
}

.story_wrap .control_area .play_area button {
	line-height: 18px;
}

.story_wrap .top_title_area:after {
	content: "";
	clear: both;
	width: 100%;
	display: block;
}
.story_wrap .thumb_bg {background-color:#aaa;}
.story_wrap .top_title_area h4 {
	font-size: 32px;
	padding: 0 15px;
	letter-spacing: -2px;
	font-weight: 900;
}

.story_wrap .top_title_area h4 .link_area {
	display: inline-block;
}

.story_wrap .top_title_area h4 span {
	color: #0084CA;
}

.story_wrap .story_video_area {
	position: relative;
	float: left;
	width: 50%;
}

.story_wrap .story_sns_area {
	position: relative;
	float: left;
	width: 50%;
}

.story_wrap .story_news_area {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
}

.story_wrap .story_news_area:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
}

.story_wrap .story_news_area .control_area {
	position: absolute;
	right: 15px;
	top: 45px;
}

.sns_list_slider,
.video_list_slider {
	position: relative;
	padding: 0 10px;
}

.sns_list_slider ul li,
.video_list_slider ul li {
	position: relative;
	padding: 8px;
}
.sns_list_slider ul li a,
.video_list_slider ul li a {
	display: block;
	padding:2px;
}

.sns_list_slider ul li .subject,
.video_list_slider ul li .subject {
	padding-top: 10px;
	font-weight: 500;
	letter-spacing: -1px;
}

.sns_list_slider ul li .label,
.video_list_slider ul li .label {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 2;
}

.sns_list_slider ul li .label img,
.video_list_slider ul li .label img {
	width: 41px;
}

.control_arrow button {
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}

.visual_wrap .control_arrow button {
	background-color: transparent;
	box-shadow: none;
}

.control_arrow button:hover {
	background-color: rgba(0, 132, 202, 0.8);
}

.control_arrow button:hover i {
	color: #fff;
}

.visual_wrap .control_arrow button:hover {
	background-color: transparent;
	text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

.control_arrow button i {
	font-size: 22px;
	color: #777777;
	font-weight: 900;
}

.visual_wrap .control_arrow button i {
	color: #fff;
	font-size: 55px;
}

.control_arrow button.prev {
	left: 5px;
}

.visual_wrap .control_arrow button.prev {
	left: 70px;
}

.control_arrow button.next {
	right: 5px;
}

.visual_wrap .control_arrow button.next {
	right: 70px;
}

.news_list_slider {
	position: relative;
	overflow: hidden;
}

.news_list_slider2 .control_arrow button {
	width: 55px;
	height: 55px;
	background-color: #fff;
	background-position: 55% center;
	background-repeat: no-repeat;
}

.news_list_slider2 .control_arrow button.prev {
	left: 0%;
	transform: translateX(250px);
}

.news_list_slider2 .control_arrow button.next {
	right: 0%;
	transform: translateX(250px);
}

.news_list_slider2 .control_arrow button:hover {
	background-color: #0084CA;
	
}

.news_list_slider ul {
	float: left;
	margin-top: 0;
}

.news_list_slider ul.left_slider {
	width: 33.33%; 
}

.news_list_slider ul.left_slider .slick-slide {
	padding: 15px 0 15px 15px;
}

.news_list_slider ul.right_slider {
	width: 66.66%;
	padding-left: 15px;
}

.news_list_slider ul li.slick-slide {
	padding: 15px;
}

.news_list_slider ul li .img_area {
	border-radius: 10px;
	overflow: hidden;
	display: block;
}

.news_list_slider ul li.slick-active.slick-current a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0084CA;
	color: #fff;
	height: 278px;
	width: 100%;
	padding: 30px 35px;
	border-radius: 10px;
	overflow: hidden;
}

.news_list_slider ul li.slick-active.slick-current a .title {
	display: block;
	font-size: 25px;
	margin-bottom: 10px;
	word-break: keep-all;
	font-weight: 500;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_list_slider ul li.slick-active.slick-current a ul {
	line-height: 1.4;
}

.news_list_slider ul li a {
	display: none;
}

.news_list_slider ul li .flex {
	display: flex;
}

.news_list_slider ul li .flex img {
	width: 385px;
}

.clearfix:after {content:'';display: block;clear:both;width:100%;}

/* ----------------ver2--------------------- */
.story_news_area2 {
	position:relative;
	margin-top: 50px;
}
.story_news_area2:before {
	clear:both;
	content:'';
	width:100%;
}
.news_list_slider2 {
	position: relative;
	overflow: hidden;
}

.news_list_slider2 .control_arrow button {
	width: 55px;
	height: 55px;
	background-color: #fff;
	opacity:.7;
	background-position: 55% center;
	background-repeat: no-repeat;
} 

.news_list_slider2 .control_arrow button.prev {
	left: 50%;
	transform: translateX(-250px);
}


.news_list_slider2 .control_arrow button.next {
	right: 50%;
	transform: translateX(250px);
}

.news_list_slider2 .control_arrow button:hover {
	background-color: #0084CA;
	opacity:1;
}

.news_list_slider2 ul {
	/* float: left; */
	margin-top: 0;
}

.news_list_slider2 ul.left_slider {
	width: 33.33%;
}

.news_list_slider2 ul.left_slider .slick-slide {
	padding: 15px 0 15px 15px;
}

.news_list_slider2 ul.right_slider {
	width: 66.66%;
	padding-left: 15px;
}

.news_list_slider2 ul li.slick-slide {
	padding: 15px;
}

.news_list_slider2 ul li .img_area {
	border-radius: 10px;
	overflow: hidden;
	display: block;

}

.news_list_slider2 ul li.slick-active.slick-current a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.news_list_slider2 ul li a {
	color: #fff;
	position: relative;
	border-radius: 10px;
	padding:2px;display: block;
}

.news_list_slider2 ul li a .txt_wrap {
	/* display: none;  */
    opacity: 0;
    transition: all .2s ease-in-out;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom:0;
    padding: 30px 35px;
    width: 100%;
}

.news_list_slider2 ul li a:hover .txt_wrap {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	bottom: 0;
	right: 0;
	background-color: #0084CA;
	color: #fff;
	width: 100%;
	padding: 30px 35px;
	overflow: hidden;
	opacity:1;
}

.news_list_slider2 ul li a .title {
	display: block;
	font-size: 25px;
	margin-bottom: 10px;
	word-break: keep-all;
	font-weight: 500;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_list_slider2 .teg {
 background:#143a68;color:#fff;padding:5px 10px;border-radius:5px;display: inline-block;
 }
.news_list_slider2 ul li a ul {
	line-height: 1.4;
}


.news_list_slider2 ul li .flex {
	display: flex;
}

.news_list_slider2 ul li .flex img {
	width: 385px;
}

.check_box a {
	text-decoration: underline;
	display: block;
	padding-left: 15px;
}

/* ----------------webzine_wrap--------------------- */



.webzine_wrap .webzine_flex_area {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.webzine_wrap .webzine_flex_area .webzine_list_area {
	flex: 1 1 70%;
	display: flex;
	flex-wrap: wrap;
}

.webzine_wrap .webzine_flex_area .webzine_list_area .block {
	flex: 1 1 50%;
	padding: 10px;
}

.webzine_wrap .webzine_flex_area .webzine_list_area .block a {
	position: relative;
	background-size: cover;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	display: block;
}

.webzine_wrap .webzine_flex_area .webzine_list_area .block a img {
	width: 100%;
	opacity: 0;
}

.webzine_wrap .webzine_flex_area .webzine_list_area .block a .txt {
	position: absolute;
	text-align: center;
	font-weight: bold;
	width: 100%;
	font-size: 21px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0 25px;
	word-break: keep-all;
}

.webzine_wrap .webzine_flex_area .subscribe_area {
	padding: 10px;
	flex: 1 1 410px;
}

.webzine_wrap .webzine_flex_area .subscribe_area .block {
	background-color: #D9E9EE;
	height: 100%;
	border-radius: 10px;
	padding: 60px 35px;
}

.webzine_wrap .webzine_flex_area .subscribe_area .block .title {
	color: #2F6879;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
}

.webzine_wrap .webzine_flex_area .subscribe_area .block input[type=text] {
	border: 0;
	height: 60px;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
	padding-left: 15px;
}

.webzine_wrap .webzine_flex_area .subscribe_area .chick_box {
	margin-top: 25px;
}

.webzine_wrap .webzine_flex_area .subscribe_area .btn_subs {
	margin-top: 40px;
	display: flex;
	gap: 15px;
}

.webzine_wrap .webzine_flex_area .subscribe_area .btn_subs > button {
	flex: 1 1 auto;
}

.btn {
	padding: 10px 25px;
	background-color: #333;
	color: #fff;
	border-radius: 5px;
}

.btn.btn_type3 {
	background-color: #d31740;
	/* pink */
}

.btn.btn_type3:hover {
	background-color: #be143a;
}

.btn.btn_type1 {
	background-color: #7D7D7D;
}

.btn.btn_type1:hover {
	background-color: #6a6a6a;
}

.btn.btn_type2 {
	background-color: #007dc1;
}

.btn.btn_type2:hover {
	background-color: #006faa;
}

.mo {
	display: none;
}

@media all and (max-width: 1400px) {
	.alram_wrap {
		padding: 50px 30px;
		margin-bottom:30px;
	}

	section {
		padding: 80px 20px;
	}
}

@media all and (max-width: 1280px) {
	.alram_wrap {
		position: relative;
	}
	.alram_wrap .block .tab_area ul li a.link {
	    position: absolute;
	    bottom: 0;
	    left: 30px;
	    font-size: 16px;
	    border: 1px solid #aaa;
	    color: #777;
	    border-radius: 5px;
	    margin:0;
	    padding: 9px 30px;
	    right: 30px
	}
	.alram_wrap .block .tab_area ul li a.link i {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    gap:5px;
	}
	.alram_wrap .block .tab_area ul li a.link .hide {
	    font-size: 16px;
	    text-indent: 0;
	    padding:0;
	    opacity: 1;
	    display: inline-block;
	    vertical-align: top;
	    line-height: 1.2;
	    height: auto;
    }
	
	.alram_list_area ul {
		padding:25px 0;border:0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;
	}
	.alram_list_area ul li:nth-child(1),
	.alram_list_area ul li:nth-child(2) {
		/* padding-top:25px; */
	}
	.alram_list_area ul li:nth-child(3),
	.alram_list_area ul li:nth-child(4) {
		/* padding-bottom:25px; */
	}
	section {
		padding: 60px 15px;
	}

	section h3.title {
		margin-bottom: 30px;
	}

	.story_wrap {
		padding: 60px 20px;
		background-size: 20%;
	}

	.story_wrap .story_video_area {
		float: none;
		width: 100%;
	}

	.story_wrap .story_sns_area {
		float: none;
		width: 100%;
		padding-top: 50px;
	}

	.story_wrap .story_sns_area .control_area {
		top: 65px;
	}

	.story_wrap .story_news_area {
		padding-top: 50px;
	}

	.story_wrap .story_news_area .control_area {
		top: 65px;
	}

	.news_list_slider ul {
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.news_list_slider ul li {
		font-size: 17px;
	}

	.news_list_slider ul li.slick-active.slick-current a .title {
		font-size: 21px;
		font-weight: bold;
	}

	.news_list_slider ul li.slick-active.slick-current a {
		height: 19vw;
		width: 100%;
		padding: 3vw;
	}

	.alram_wrap .block {
		display: block;
	}

	.alram_wrap .block .tab_area ul {
		text-align: center;
		margin-bottom: 15px;
	}

	.alram_wrap .block .tab_area ul li {
		display: inline-block;
	}

	.alram_list_area ul li {
		/* border: 1px solid #ddd;
		margin: -0.03rem; */
	}

	.alram_list_area ul li .title {
		font-size: 19px;
	}


	.alram_wrap .block .tab_area ul li.on a span {
    	padding-top: 10px;
	}
	.alram_wrap .block .tab_area ul li.on a span:after {
	    width: 5px;
	    height: 5px;
	    right: -10px;
	    top: 8px;
	}
}

@media all and (max-width: 1180px) {
	.webzine_wrap .webzine_flex_area {
		display: block;
	}

	.webzine_wrap .webzine_flex_area .subscribe_area .block {
		padding: 5vw;
	}

	.webzine_wrap .webzine_flex_area .webzine_list_area .block a {
		background-position: center;
	}

	.webzine_wrap .webzine_flex_area .webzine_list_area .block a img {
		height: 20vw;
	}

	.webzine_wrap .webzine_flex_area .subscribe_area .block input[type=text].username {
		width: 150px;
		height: 40px;
	}

	.webzine_wrap .webzine_flex_area .subscribe_area .block input[type=text].useremail {
		width: calc(100% - 400px);
		height: 40px;
	}

	.webzine_wrap .webzine_flex_area .subscribe_area .btn_subs {
		margin: 0;
		gap: 5px;
	}

	.webzine_form {
		position: relative;
	}

	.webzine_form .btn_subs {
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
	}

	.webzine_form .check_box {
		display: inline-block;
	}
}

@media all and (max-width: 960px) {
.alram_list_area ul li:nth-child(1):before,
.alram_list_area ul li:nth-child(1):after {display: none;}
	
	.story_wrap {
		background: none;
	}

	.story_wrap:before {
		display: none;
	}

	.sns_list_slider ul,
	.video_list_slider ul {
		padding-top: 10px;
	}

	.sns_list_slider ul li,
	.video_list_slider ul li {
		padding: 7px;
	}

	.alram_list_area ul {
		padding: 0;
		gap: 10px;
		border:0;
	}

	.alram_list_area ul li {
		flex: 1 1 100%;
		margin: 0;
		border-radius: 5px;
		background-color: #f7f7f7;
		border: 0;
		padding: 15px !important;
		min-height:auto;
		border:1px solid #ddd;
	}
	.visual_txt {
	    position: absolute;
	    left: 0;
	    top: 0;
	    line-height: 1.24;
	    padding: 10vw 15vw;
	}
	.visual_txt .title {
		font-size:48px;
	}
 	.visual_wrap .visual_view ul li.on:before {
		position: absolute;
		top:0;left:0;right:0;bottom:0;
		background-color:rgba(0,0,0,0.2);
		content:'';
	}
	.visual_wrap .visual_view ul li a {
		position: relative;
		display: block;
	}
	.visual_wrap .control_area {
		bottom:20px;
	}
}

@media all and (max-width: 768px) {
	.alram_wrap .block .tab_area ul li a.link {
		left:3vw;right:3vw;
	}
	.visual_wrap .visual_view img {
		display: none;
	}
	.visual_txt {
	    position: static;
	    padding: 10vw;
	    min-height: 320px;
	}
	.visual_txt .title {
    font-size: 40px;
    word-break: keep-all;
    line-height: 1.2;
	}
	.visual_txt .exp {
    font-size: 18px;
    word-break: keep-all;
		width: 100%;
    text-shadow: 0 0 10px rgba(0,0,0,1.3);
	}
	.visual_txt .exp br {display: none}
	.news_list_slider2 ul li a .txt_wrap {
		display: block;
	    position: static;
	    padding: 0;
	    background: none;
	    margin-top:10px;
	    color: #333;
	}
	.news_list_slider2 ul li a .txt_wrap {
		display: block;
	    position: static;
	    padding: 0;
	    background: none;
	    color: #333;
		opacity:1;
	}
	.news_list_slider2 ul li a .title {
	    font-size: 17px;
	    margin-bottom: 10px;
	    word-break: break-all;
	}
	.visual_wrap .control_arrow button.prev {
		left: 10px;
	}

	.visual_wrap .control_arrow button.next {
		right: 10px;
	}

	.visual_wrap .control_arrow button i {
		font-size: 35px;
	}

	.story_wrap,
	.alram_wrap,
	section {
		padding: 10vw 3vw 8vw 3vw;
		margin-bottom:0;
	}

	section h3.title {
		font-size: 45px;
		margin-bottom: 5vw;
	}

	.visual_wrap .control_area {
		bottom: 5vw;
	}

	footer .footer_info .logo img {
		height: 40px;
	}
	.sns_list_slider ul li .subject, .video_list_slider ul li .subject {
	    display: -webkit-box;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	
	}
	.sns_list_slider, .video_list_slider {
		padding:0;
	}
	.news_list_slider2 ul li.slick-slide {
		padding: 7px 7px 0 7px;
	}
	
	.news_list_slider2 .teg {
	 background:#143a68;color:#fff;padding:3px 5px;border-radius:5px;display: inline-block;font-size:14px;
	 margin-bottom:5px;
	 }
	.news_list_slider2 ul li a ul {display: none;}
	.news_list_slider2 ul li.slick-active.slick-current a {
		height: auto;
		width: 100%;
		padding: 0;
	}

	.news_list_slider2 .control_arrow button.next {
		right: 41vw;
		transform: none;
	}
	.alram_wrap .block .tab_area ul {
		margin-bottom:15px;
    display: flex;
    justify-content: start;
    width: 100%;
    overflow: auto;
		
	}
	.alram_wrap .block .tab_area ul li.on a span {padding-top:0;}
	.alram_wrap .block .tab_area ul li.on a span:after {top:0;}
	.alram_wrap .block .tab_area ul li {
		display: inline-block;
	    padding: 10px 5px;
	    min-width: 25%;
	}
	.alram_wrap .block .tab_area ul li:first-child {min-width:0;padding:0;}
	.alram_wrap .block .tab_area ul li:first-child .tab {
		display: none;
	}
	.alram_wrap .block .tab_area ul li a {
		font-size: 19px;
	}

	.alram_list_area ul li .title {
		margin: 0;
		position: relative;
		line-height: 1.2;
	}

	.alram_list_area ul li .title .subject {
		line-height: 1.4;
		margin-top: 8px;
	}
 
	.alram_list_area ul li dl {
		display: none;
	}

	/* .visual_wrap .visual_view img {
    height: 50vw;
  } */
	.control_arrow button {
		display: none;
		width: 35px;
		height: 35px;
	}

	.story_wrap .control_area .play_area {
		display: none;
	}

	.story_video_area .control_arrow button {
		display: none;
	}

	.control_arrow button i {
		font-size: 4vw;
		color: #fff;
	}

	section .sub_exp {
		display: none;
	}

	.webzine_wrap .webzine_flex_area .webzine_list_area .block {
		padding: 5px;
	}

	.webzine_wrap .webzine_flex_area .webzine_list_area .block a .txt {
		font-size: 17px;
		letter-spacing: -1px;
	}

	.webzine_wrap .webzine_flex_area .subscribe_area .block input[type=text].useremail {
		width: calc(100% - 155px);
	}

	.webzine_wrap .webzine_flex_area .subscribe_area .btn_subs {
		position: static;
		margin-top: 10px;
	}
}

@media all and (max-width: 480px) {
	
	.alram_wrap .block .tab_area ul li a.tab {
		font-size:17px;
	}
	.visual_txt {
    	min-height: 290px;
		padding:9vw 13vw;
	}	
	.visual_txt .title {
    font-size: 9vw;
	}
	
	.visual_txt .exp {
    font-size: 4.2vw;
    margin-top:7px;
	}
	.alram_list_area ul {padding:0;}
	.story_wrap .story_news_area2,
	.story_wrap .story_sns_area {
		padding-top: 10vw;
		padding-bottom: 40px;
		margin-top:0;
	}

	.story_wrap .story_video_area {
		padding-bottom: 40px;
	}

	.story_wrap .story_news_area2 .control_area,
	.story_wrap .story_sns_area .control_area {
		bottom: 0;
		top: auto;
		right: auto;
		width: 100%;
		text-align: center;
		left: 0;
	}

	.story_wrap .control_area {
		bottom: 0;
		top: auto;
		right: auto;
		width: 100%;
		text-align: center;
		left: 0;
	}

	.story_wrap .control_area .dots ul li {
		text-align: initial;
	}

	.story_wrap .top_title_area h4 {
		font-size: clamp(19px, 6.5vw, 28px);
		text-align: left;
		padding: 0;
	}

	.story_wrap .top_title_area h4 .link_area {
		float: right;
	}

	.story_wrap .top_title_area h4 .link_area a {
		transform: translateY(-5px);
	}


	.news_list_slider ul li.slick-slide img {
		width: 100%;
	}

	.new {
		margin: 1px 0 0 5px;
		width: 5vw;
		height: 5vw;
		font-size: 3vw;
		line-height: 5vw;
	}

	.alram_wrap .block .tab_area ul {
		text-align: center;
		 margin-bottom: 5px; 
		
	}

	.alram_wrap .block .tab_area ul li a {
		font-size: 17px;
		
		font-weight: 500;
	}

	.alram_list_area ul li {
		padding: 3vw !important;
	}

	.alram_list_area ul li .title .subject {
		font-size: 17px;
	}

	.sns_list_slider ul li .subject,
	.video_list_slider ul li .subject {
		font-size: 17px;
	}

	.story_wrap, .alram_wrap, section {
		padding:6vw 3vw 14vw 3vw;
	}

	section h3.title {
		font-size: 7.5vw;
		margin-bottom:5px;
	}

	.webzine_wrap .webzine_flex_area .webzine_list_area .block a .txt {
		font-size: 3.8vw;
	}

	.webzine_wrap .webzine_flex_area .subscribe_area .block .title {
		font-size: 5.5vw;
		font-weight: bold;
	}

	.webzine_wrap .webzine_flex_area .subscribe_area .block input[type=text] {
		width: 100% !important;
	}
}

@media all and (max-width: 350px) {
		
	.alram_wrap .block .tab_area ul li a.tab {
		font-size:16px;
	}
	.alram_wrap .block .tab_area ul li a.link .hide {
		font-size:14px;
	}
	.visual_txt {
    	min-height: 250px;
	}	
	.visual_txt .exp {
    font-size: 4.5vw;
    margin-top:7px;
	}
	.webzine_wrap .webzine_flex_area .webzine_list_area .block {
		flex: 1 1 100%;
	}

	.webzine_wrap .webzine_flex_area .webzine_list_area .block a .txt {
		font-size: 17px;
	}

	.webzine_wrap .webzine_flex_area .webzine_list_area .block a img {
		height: 32vw;
	}


}

@media all and (max-width: 320px) {
	.alram_wrap .block .tab_area ul li a.link {
    	padding: 5px 0;
	}
	.visual_txt {
	    min-height: 240px;
	}
	.alram_wrap .block .tab_area ul li a {
		font-size:16px;
	}
	.news_list_slider2 ul li a .title,
	.sns_list_slider ul li .subject, .video_list_slider ul li .subject {
		font-size:15px;
	}
	.webzine_wrap .webzine_flex_area .webzine_list_area .block a .txt,
	.alram_list_area ul li .title .subject {
		font-size: 15px;
	}
	.teg {
		font-size:14px;
	}

	.story_wrap .write,
	.story_wrap .more {
		padding:5px 9px;
	}
	.sns_list_slider ul li .label img, .video_list_slider ul li .label img {
		width:35px;
	}
	.btn {
		padding:7px 10px;
		font-size:15px;
	}
	footer .top_area .link a.point {
	display: inline-block;
	}
}

.fullbanner_area {
	padding: 0;
	line-height: 1;
	font-size: 0;
	overflow: hidden;
}

.fullbanner_area .link {
	line-height: 1;
	font-size: 0;
	display: block;
	height: 188px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.fullbanner_area .link .banner_img {
	max-width: none;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	height: 188px;
	top: 0;
}

.fullbanner_area .link .banner_img.mo {
	display: none;
}

@media all and (max-width:1680px) {

	.fullbanner_area .link {
		height: 11.23vw
	}

	.fullbanner_area .link .banner_img {
		height: 11.23vw
	}

}

@media all and (max-width:640px) {

	.fullbanner_area .link {
		height: auto;
	}

	.fullbanner_area .link .banner_img.web {
		display: none;
	}

	.fullbanner_area .link .banner_img.mo {
		display: block;
		height: auto;
		height: auto;
		position: static;
		transform: none;
		max-width: 100%;
	}
}