@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, "Nanum Gothic", "Malgun Gothic", "맑은 고딕", -apple-system, BlinkMacSystemFont, Helvetica, "Apple SD Gothic Neo", sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

ol,
ul {
	list-style: none;
}

img {
	display: inline-block;
	vertical-align: top;
}

em {
	font-style: normal;
}

button,
select,
input,
textarea {
	font-family: inherit;
}

button,
[role=button],
select,
input {
	color: inherit;
}

button {
	width: 100%;
	padding: 0;
	border: 0;
	background: none;
	vertical-align: top;
}

button,
[role=button] {
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none;
}

input {
	padding: 0;
}

table {
	border-collapse: collapse;
}

address {
	font-style: normal;
}

.hide {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0, 0, 0, 0);
}

.sp {
	display: inline-block;
	background-image: url(../images/sp_app_2d58555a.png?t=2);
	background-repeat: no-repeat;
	-webkit-background-size: 452px 426px;
	   -moz-background-size: 452px 426px;
	        background-size: 452px 426px;
	vertical-align: top;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 15px;
}

.swiper-pagination-bullet {
	opacity: 1;
	width: 12px;
	height: 12px;
	background-color: rgba(0, 0, 0, 0.6);
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333;
}

body.light_mode .swiper-horizontal > .swiper-pagination-progressbar,
body.light_mode .swiper-pagination-progressbar.swiper-pagination-horizontal {
	background-color: #ddd;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #fff;
}

body.light_mode .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #000;
}

.swiper-scrollbar {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333;
}

body.light_mode .swiper-horizontal > .swiper-scrollbar,
body.light_mode .swiper-scrollbar.swiper-scrollbar-horizontal {
	background-color: #ddd;
}

.swiper-scrollbar-drag {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	background-color: #fff;
}

body.light_mode .swiper-scrollbar-drag {
	background-color: #000;
}

.swiper-button-prev::after {
	margin-left: -2px;
}

.swiper-button-next::after {
	margin-left: 2px;
}

/* HEADER */
.header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5000;
	height: 122px;
	background-color: rgba(0, 0, 0, 0.85);
}
.header .layout_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100%;
}

body.light_mode .header {
	background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1199px) {
	.header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		height: 70px;
		background-color: #000;
	}
	body.light_mode .header {
		background-color: #fff;
	}
}
.header_logo_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 165px;
	height: 122px;
	margin-right: 60px;
}
.header_logo_area .logo {
	display: block;
}
.header_logo_area .logo .icon {
	display: block;
	width: 112px;
	height: 27px;
	background-position: -200px -198px;
}
.header_logo_area .logo .logo_txt {
	display: block;
	margin-top: 5px;
	font-size: 1.2rem;
	color: #bfbfbf;
	letter-spacing: -0.8px;
}

body.light_mode .header_logo_area .logo .icon {
	width: 112px;
	height: 27px;
	background-position: -162px -169px;
}
body.light_mode .header_logo_area .logo .logo_txt {
	color: #404040;
}

@media screen and (max-width: 1199px) {
	.header_logo_area {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		   -moz-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		height: 70px;
		margin-right: 0;
	}
	.header_logo_area .logo .icon {
		width: 83px;
		height: 20px;
		background-position: -102px -250px;
	}
	.header_logo_area .logo .logo_txt {
		margin-top: 0;
		margin-bottom: -10px;
		font-size: 1rem;
	}
}
.header_gnb_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 122px;
}
.header_gnb_area .gnb_wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.header_gnb_area .gnb_wrapper + .gnb_wrapper {
	padding-left: 40px;
}
.header_gnb_area .gnb {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 1.8rem;
	line-height: 12.2rem;
	white-space: nowrap;
}
.header_gnb_area .gnb_wrapper:hover {
	position: relative;
}
.header_gnb_area .gnb_wrapper:hover::before {
	position: absolute;
	top: 0;
	right: -15px;
	bottom: 0;
	left: -15px;
	background-color: #1e4a9f;
	content: "";
}
.header_gnb_area .gnb_wrapper:hover .gnb {
	font-size: 2.3rem;
	font-weight: 800;
	color: #fff;
}
.header_gnb_area .gnb_wrapper:hover .snb {
	color: #fff;
}
.header_gnb_area .gnb_wrapper + .gnb_wrapper:hover::before {
	left: 25px;
}
.header_gnb_area .snb_wrapper {
	display: none;
	position: relative;
	height: 328px;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.header_gnb_area .snb_wrapper::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #aaa;
	content: "";
}
.header_gnb_area .snb_num {
	display: block;
	margin-bottom: 20px;
}
.header_gnb_area .snb {
	display: block;
	position: relative;
	font-size: 1.4rem;
	line-height: 2.2rem;
}
.header_gnb_area .snb:hover {
	font-size: 1.7rem;
	font-weight: 800;
	color: #5a87e1;
}
.header_gnb_area .snb + .snb {
	margin-top: 15px;
}

@media screen and (max-width: 1199px) {
	.header_gnb_area {
		display: none;
	}
	.header_gnb_area_mobile {
		display: block;
	}
}
.header_gnb_area_mobile {
	display: none;
	border-top: 1px solid #171717;
}
.header_gnb_area_mobile .gnb_wrapper + .gnb_wrapper {
	border-top: 1px solid #171717;
}
.header_gnb_area_mobile .gnb {
	display: block;
	position: relative;
	padding: 20px 15px;
	font-size: 1.6rem;
	font-weight: bold;
}
.header_gnb_area_mobile .gnb .icon {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 19px;
	height: 11px;
	background-position: -79px -394px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	content: "";
}
.header_gnb_area_mobile .snb_wrapper {
	display: none;
	padding-bottom: 10px;
}
.header_gnb_area_mobile .snb {
	display: block;
	padding: 10px 15px;
}
.header_gnb_area_mobile .gnb_wrapper.on {
	background-color: #1e4a9f;
}
.header_gnb_area_mobile .gnb_wrapper.on .gnb {
	color: #fff;
}
.header_gnb_area_mobile .gnb_wrapper.on .gnb .icon {
	-webkit-transform: translateY(-50%) scaleY(-1);
	   -moz-transform: translateY(-50%) scaleY(-1);
	    -ms-transform: translateY(-50%) scaleY(-1);
	     -o-transform: translateY(-50%) scaleY(-1);
	        transform: translateY(-50%) scaleY(-1);
}
.header_gnb_area_mobile .gnb_wrapper.on .snb_wrapper {
	display: block;
}
.header_gnb_area_mobile .gnb_wrapper.on .snb {
	color: #fff;
}

body.light_mode .header_gnb_area_mobile {
	border-top-color: #ebebeb;
}
body.light_mode .header_gnb_area_mobile .gnb_wrapper + .gnb_wrapper {
	border-top-color: #ebebeb;
}
body.light_mode .header_gnb_area_mobile .gnb .icon {
	width: 19px;
	height: 11px;
	background-position: -58px -394px;
}

.header_menu_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 165px;
	height: 122px;
	margin-left: 60px;
}
.header_menu_area .menu_wrapper {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.header_menu_area .menu_wrapper.type_only_mobile {
	display: none;
}
.header_menu_area .menu {
	display: block;
	width: 31px;
	height: 31px;
}
.header_menu_area .menu.menu_search .icon {
	width: 31px;
	height: 31px;
	background-position: -330px -361px;
}
.header_menu_area .menu.menu_lang .icon {
	width: 31px;
	height: 31px;
	background-position: -132px -361px;
}
.header_menu_area .menu.menu_lang.type_kr .icon {
	width: 31px;
	height: 31px;
	background-position: -66px -361px;
}
.header_menu_area .menu.menu_lang.type_en .icon {
	width: 31px;
	height: 31px;
	background-position: 0px -361px;
}
.header_menu_area .menu.menu_my .icon {
	width: 31px;
	height: 31px;
	background-position: -264px -361px;
}
.header_menu_area .menu.menu_side_menu .icon {
	width: 31px;
	height: 31px;
	background-position: -198px -361px;
}
.header_menu_area .menu.menu_side_menu.show .icon {
	width: 31px;
	height: 31px;
	background-position: -374px -271px;
}
.header_menu_area .layer_login_info {
	display: none;
	position: absolute;
	top: 50px;
	right: -15px;
	z-index: 100;
	width: 330px;
	padding: 20px;
	border: 1px solid #313131;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	background-color: #000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}
.header_menu_area .layer_login_info::before {
	position: absolute;
	top: -10px;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #313131 transparent;
	content: "";
}
.header_menu_area .layer_login_info::after {
	position: absolute;
	top: -9px;
	right: 21px;
	z-index: 10;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 9px 8px;
	border-color: transparent transparent #000 transparent;
	content: "";
}
.header_menu_area .layer_login_info .text_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.header_menu_area .layer_login_info .text_area strong {
	font-size: 1.8rem;
}
.header_menu_area .layer_login_info .email_area {
	margin-top: 30px;
	color: #626262;
}
.header_menu_area .layer_login_info .button_area {
	margin-top: 20px;
}
.header_menu_area .layer_login_info .button_area .button {
	display: block;
	border: 1px solid;
	line-height: 5rem;
}
.header_menu_area .layer_login_info .button_area .button .icon {
	width: 26px;
	height: 26px;
	background-position: -408px -316px;
	margin: 11px 5px 0 0;
}
.header_menu_area .layer_login_info .button_area .button + .button {
	margin-top: 15px;
}
.header_menu_area .layer_login_info .button_area .button.button_primary {
	border-color: #1e4a9f;
	background-color: #1e4a9f;
	color: #fff;
}
.header_menu_area .layer_login_info .button_area .button.button_default {
	border-color: #363636;
	color: #aaa;
}
.header_menu_area .layer_login_info.show {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.header_menu_area .layer_search_area {
	display: none;
	position: fixed;
	top: 122px;
	right: 0;
	left: 0;
}
.header_menu_area .layer_search_area.show {
	display: block;
}

body.light_mode .header_menu_area .menu.menu_search .icon {
	width: 31px;
	height: 31px;
	background-position: -297px -361px;
}
body.light_mode .header_menu_area .menu.menu_lang .icon {
	width: 31px;
	height: 31px;
	background-position: -99px -361px;
}
body.light_mode .header_menu_area .menu.menu_lang.type_kr .icon {
	width: 31px;
	height: 31px;
	background-position: -33px -361px;
}
body.light_mode .header_menu_area .menu.menu_lang.type_en .icon {
	width: 31px;
	height: 31px;
	background-position: -374px -304px;
}
body.light_mode .header_menu_area .menu.menu_my .icon {
	width: 31px;
	height: 31px;
	background-position: -231px -361px;
}
body.light_mode .header_menu_area .menu.menu_side_menu .icon {
	width: 31px;
	height: 31px;
	background-position: -165px -361px;
}
body.light_mode .header_menu_area .menu.menu_side_menu.show .icon {
	width: 31px;
	height: 31px;
	background-position: -374px -238px;
}
body.light_mode .header_menu_area .layer_login_info {
	border-color: #dedede;
	background-color: #fff;
}
body.light_mode .header_menu_area .layer_login_info::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #dedede transparent;
}
body.light_mode .header_menu_area .layer_login_info::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 9px 8px;
	border-color: transparent transparent #fff transparent;
}
body.light_mode .header_menu_area .layer_login_info .email_area {
	color: #cecece;
}
body.light_mode .header_menu_area .layer_login_info .button_area .button.button_default {
	border-color: #dcdcdc;
	color: #999;
}

@media screen and (max-width: 1199px) {
	.header_menu_area {
		display: block;
		width: auto;
		height: auto;
		margin-left: 0;
	}
	.header_menu_area .menu_wrapper + .menu_wrapper {
		margin-left: 10px;
	}
	.header_menu_area .menu_wrapper.type_only_pc {
		display: none;
	}
	.header_menu_area .menu_wrapper.type_only_mobile {
		display: inline-block;
		vertical-align: top;
	}
	.header_menu_area .layer_login_info {
		right: -44px;
		width: 300px;
	}
	.header_menu_area .layer_login_info::before {
		right: 50px;
	}
	.header_menu_area .layer_login_info::after {
		right: 51px;
	}
}
.header_search_area {
	display: none;
	position: absolute;
	top: 122px;
	right: 0;
	left: 0;
}
.header_search_area .search_area_inner {
	width: 870px;
	margin: 0 auto;
	padding: 30px 0;
}
.header_search_area .search_keyword_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
}
.header_search_area .search_keyword_area .keyword_area {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-top: 10px;
	border-top: 1px solid #7a7a7a;
}
.header_search_area .search_keyword_area .keyword_area .title_area {
	margin-bottom: 20px;
	font-size: 1.8rem;
	color: #959595;
}
.header_search_area .search_keyword_area .keyword_area + .keyword_area {
	margin-left: 120px;
}
.header_search_area .search_keyword_area .recent_keyword_area {
	position: relative;
}
.header_search_area .search_keyword_area .recent_keyword_area .recent_keyword_list .listitem {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 10px;
}
.header_search_area .search_keyword_area .recent_keyword_area .recent_keyword_list .link {
	display: inline-block;
	vertical-align: top;
}
.header_search_area .search_keyword_area .recent_keyword_area .recent_keyword_list .button_delete {
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 11px;
	margin-top: 4px;
	margin-left: 10px;
}
.header_search_area .search_keyword_area .recent_keyword_area .recent_keyword_list .button_delete .icon {
	width: 11px;
	height: 11px;
	background-position: -440px -47px;
}
.header_search_area .search_keyword_area .recent_keyword_area .button_delete_all {
	position: absolute;
	top: 13px;
	right: 0;
	color: #959595;
}
.header_search_area .search_keyword_area .recent_keyword_area .button_delete_all .icon_wrapper {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 17px;
	height: 17px;
	margin-top: 1px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #636363;
}
.header_search_area .search_keyword_area .recent_keyword_area .button_delete_all .icon_wrapper .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 11px;
	height: 11px;
	background-position: -440px -34px;
}
.header_search_area .search_keyword_area .popular_keyword_area .popular_keyword_list_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.header_search_area .search_keyword_area .popular_keyword_area .popular_keyword_list {
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.header_search_area .search_keyword_area .popular_keyword_area .popular_keyword_list .listitem + .listitem {
	margin-top: 10px;
}
.header_search_area .search_keyword_area .popular_keyword_area .popular_keyword_list .link {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}
.header_search_area .search_keyword_area .popular_keyword_area .popular_keyword_list .num {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	color: #5a87e1;
}

body.light_mode .header_search_area .search_keyword_area .keyword_area {
	border-top-color: #b9b9b9;
}
body.light_mode .header_search_area .search_keyword_area .keyword_area .title_area {
	color: #acacac;
}
body.light_mode .header_search_area .search_keyword_area .recent_keyword_area .button_delete_all {
	color: #acacac;
}
body.light_mode .header_search_area .search_keyword_area .recent_keyword_area .button_delete_all .icon_wrapper {
	background-color: #cdcdcd;
}

.header_search_area_mobile {
	display: none;
}
.header_search_area_mobile .search_input_area {
	position: relative;
	padding-top: 20px;
	padding-right: 50px;
}
.header_search_area_mobile .search_input_area .input_text {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 0;
	outline: none;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.header_search_area_mobile .search_input_area .button_search {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
}
.header_search_area_mobile .search_input_area .button_search .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 19px;
	height: 19px;
	background-position: -343px -298px;
}

body.light_mode .header_search_area_mobile .search_input_area .button_search .icon {
	width: 19px;
	height: 19px;
	background-position: -322px -298px;
}

@media screen and (max-width: 1199px) {
	.header.type_mobile .side_menu_mobile {
		display: none;
		overflow: hidden;
		overflow-y: auto;
		position: fixed;
		top: 70px;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #000;
	}
	.header.type_mobile .side_menu_mobile .header_search_area_mobile,
	.header.type_mobile .side_menu_mobile .header_gnb_area_mobile,
	.header.type_mobile .side_menu_mobile .header_link_area,
	.header.type_mobile .side_menu_mobile .header_sns_area {
		display: block;
	}
	.header.type_mobile .side_menu_mobile .header_link_area {
		position: static;
		width: 100%;
	}
	.header.type_mobile .side_menu_mobile .header_link_area .link {
		padding: 20px 15px;
		border-top-color: #171717;
		font-weight: bold;
	}
	.header.type_mobile .side_menu_mobile .header_link_area .link .icon_play {
		display: none;
	}
	.header.type_mobile .side_menu_mobile .header_link_area .link .icon_outlink {
		top: 50%;
		right: 15px;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.header.type_mobile .side_menu_mobile .header_link_area .link + .link {
		margin-top: 0;
	}
	.header.type_mobile .side_menu_mobile .header_sns_area {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
	}
	.header.type_mobile .side_menu_mobile .header_sns_area .tit_area {
		padding: 20px 15px;
		border-top-color: #171717;
	}
	.header.type_mobile .side_menu_mobile .header_sns_area .sns_list {
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		width: auto;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.header.type_mobile .side_menu_mobile .header_sns_area .sns_list .sns_wrapper {
		display: inline-block;
		vertical-align: top;
		width: 28px;
		height: 28px;
		margin-bottom: 0;
	}
	.header.type_mobile .side_menu_mobile .header_sns_area .sns_list .sns_wrapper + .sns_wrapper {
		margin-left: 3px;
	}
	.header.type_mobile .side_menu_mobile.show {
		display: block;
	}
	body.light_mode .header.type_mobile .side_menu_mobile {
		background-color: #fff;
	}
	body.light_mode .header.type_mobile .side_menu_mobile .header_link_area .link {
		border-top-color: #ebebeb;
	}
	body.light_mode .header.type_mobile .side_menu_mobile .header_sns_area .tit_area {
		border-top-color: #ebebeb;
	}
}
.header_link_area {
	display: none;
	position: absolute;
	top: 122px;
	left: 60px;
	width: 165px;
}
.header_link_area .link {
	display: block;
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #aaa;
	font-size: 16px;
	font-weight: 800;
}
.header_link_area .link .sub_txt {
	display: block;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
}
.header_link_area .link .icon_play {
	margin: 2px 6px 0 0;
}
.header_link_area .link .icon_outlink {
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 14px;
	height: 14px;
	background-position: -48px -412px;
}
.header_link_area .link.link_online .icon_play {
	width: 18px;
	height: 18px;
	background-position: -207px -250px;
}
.header_link_area .link.link_offline .icon_play {
	width: 18px;
	height: 18px;
	background-position: -296px -169px;
}
.header_link_area .link + .link {
	margin-top: 20px;
}
.header_link_area .link:hover {
	color: #5a87e1;
}
.header_link_area .link:hover .sub_txt {
	color: #fff;
}
.header_link_area .link:hover .icon_outlink {
	width: 14px;
	height: 14px;
	background-position: -32px -412px;
}
.header_link_area .link.link_online:hover .icon_play {
	width: 18px;
	height: 18px;
	background-position: -187px -250px;
}
.header_link_area .link.link_offline:hover .icon_play {
	width: 18px;
	height: 18px;
	background-position: -276px -169px;
}

body.light_mode .header_link_area .link {
	border-top-color: #999;
}
body.light_mode .header_link_area .link .sub_txt {
	color: #000;
}
body.light_mode .header_link_area .link .icon_outlink {
	width: 14px;
	height: 14px;
	background-position: -16px -412px;
}
body.light_mode .header_link_area .link:hover .icon_outlink {
	width: 14px;
	height: 14px;
	background-position: -32px -412px;
}
body.light_mode .header_link_area .link.link_online .icon_play {
	width: 18px;
	height: 18px;
	background-position: -285px -227px;
}
body.light_mode .header_link_area .link.link_offline .icon_play {
	width: 18px;
	height: 18px;
	background-position: -284px -146px;
}
body.light_mode .header_link_area .link.link_online:hover .icon_play {
	width: 18px;
	height: 18px;
	background-position: -187px -250px;
}
body.light_mode .header_link_area .link.link_offline:hover .icon_play {
	width: 18px;
	height: 18px;
	background-position: -276px -169px;
}

@media screen and (max-width: 1199px) {
	.header_link_area {
		left: 45px;
	}
}
@media screen and (max-width: 767px) {
	.header_link_area {
		right: 15px;
	}
}
.header_sns_area {
	display: none;
	position: absolute;
	top: 122px;
	right: 60px;
	width: 165px;
}
.header_sns_area .tit_area {
	display: block;
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #aaa;
	font-size: 16px;
	font-weight: 800;
}
.header_sns_area .tit_area .sub_txt {
	display: block;
	font-size: 9px;
	font-weight: normal;
}
.header_sns_area .sns_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
.header_sns_area .sns_list .sns_wrapper {
	width: 25%;
	height: 32px;
	margin-bottom: 10px;
}
.header_sns_area .sns_list .sns {
	display: block;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #fff;
}
.header_sns_area .sns_list .sns:hover {
	background-color: #5a87e1;
}
.header_sns_area .sns_list .sns.sns_youtube .icon {
	width: 32px;
	height: 32px;
	background-position: -374px -204px;
}
.header_sns_area .sns_list .sns.sns_youtube:hover .icon {
	width: 32px;
	height: 32px;
	background-position: -374px -170px;
}
.header_sns_area .sns_list .sns.sns_instagram .icon {
	width: 32px;
	height: 32px;
	background-position: -374px -68px;
}
.header_sns_area .sns_list .sns.sns_instagram:hover .icon {
	width: 32px;
	height: 32px;
	background-position: -374px -34px;
}
.header_sns_area .sns_list .sns.sns_facebook .icon {
	width: 32px;
	height: 32px;
	background-position: -284px -112px;
}
.header_sns_area .sns_list .sns.sns_facebook:hover .icon {
	width: 32px;
	height: 32px;
	background-position: -284px -78px;
}
.header_sns_area .sns_list .sns.sns_twitter .icon {
	width: 32px;
	height: 32px;
	background-position: -374px -136px;
}
.header_sns_area .sns_list .sns.sns_twitter:hover .icon {
	width: 32px;
	height: 32px;
	background-position: -374px -102px;
}
.header_sns_area .sns_list .sns.sns_homepage .icon {
	width: 32px;
	height: 32px;
	background-position: -374px 0px;
}
.header_sns_area .sns_list .sns.sns_homepage:hover .icon {
	width: 32px;
	height: 32px;
	background-position: -336px -319px;
}

body.light_mode .header_sns_area .tit_area {
	border-top-color: #999;
}

@media screen and (max-width: 1199px) {
	.header_sns_area {
		right: 45px;
	}
}
@media screen and (max-width: 767px) {
	.header_sns_area {
		right: 15px;
	}
}
.header.show_snb {
	height: 450px;
}
.header.show_snb .layout_inner {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.header.show_snb .header_gnb_area .snb_wrapper {
	display: block;
}
.header.show_snb .header_gnb_area .gnb_wrapper:hover {
	position: relative;
}
.header.show_snb .header_gnb_area .gnb_wrapper:hover .snb_wrapper {
	display: block;
	position: relative;
}
.header.show_snb .header_gnb_area .gnb_wrapper:hover .snb_wrapper::before {
	position: absolute;
	top: 0;
	right: -15px;
	bottom: 0;
	left: -15px;
	background-color: #1e4a9f;
	content: "";
}
.header.show_snb .header_gnb_area .gnb_wrapper:hover .snb_wrapper::after {
	top: -15px;
	right: auto;
	width: 1px;
	height: 50px;
	background-color: #fff;
}
.header.show_snb .header_gnb_area .gnb_wrapper:hover .snb:hover {
	color: #fff;
}
.header.show_snb .header_link_area,
.header.show_snb .header_sns_area {
	display: block;
}

.header.show_search {
	height: 541px;
}
.header.show_search .layout_inner {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.header.show_search .header_gnb_area .snb_wrapper {
	display: none;
}
.header.show_search .header_link_area,
.header.show_search .header_sns_area {
	display: none;
}
.header.show_search .header_menu_area .menu.menu_search .icon {
	width: 31px;
	height: 31px;
	background-position: -374px -271px;
}
.header.show_search .header_search_area {
	display: block;
}

body.light_mode .header.show_search .header_menu_area .menu.menu_search .icon {
	width: 31px;
	height: 31px;
	background-position: -374px -238px;
}

/* FOOTER */
.footer {
	padding: 60px 0;
	background-color: #202020;
}

body.light_mode .footer {
	background-color: #efefef;
}

@media screen and (max-width: 1199px) {
	.footer {
		padding: 45px 0;
	}
}
@media screen and (max-width: 1023px) {
	.footer {
		padding: 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.footer {
		padding: 15px 0;
	}
}
.footer_menu_area {
	position: relative;
}
.footer_menu_area .menu {
	display: inline-block;
	vertical-align: top;
	width: 247px;
	margin-right: 24px;
	padding: 17px 0;
	border-top: 1px solid #636363;
	font-size: 1.6rem;
	font-weight: bold;
	color: #b5b5b5;
}
.footer_menu_area .menu .sub_txt {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
.footer_menu_area .menu.type_sns {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	margin-right: 0;
}
.footer_menu_area .menu.type_sns .sns_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 52px;
}
.footer_menu_area .menu.type_sns .sns_list .sns {
	display: block;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #fff;
}
.footer_menu_area .menu.type_sns .sns_list .sns.sns_youtube .icon {
	width: 50px;
	height: 50px;
	background-position: -322px -156px;
}
.footer_menu_area .menu.type_sns .sns_list .sns.sns_instagram .icon {
	width: 50px;
	height: 50px;
	background-position: -322px -52px;
}
.footer_menu_area .menu.type_sns .sns_list .sns.sns_facebook .icon {
	width: 50px;
	height: 50px;
	background-position: -322px 0px;
}
.footer_menu_area .menu.type_sns .sns_list .sns.sns_twitter .icon {
	width: 50px;
	height: 50px;
	background-position: -322px -104px;
}

body.light_mode .footer_menu_area .menu {
	border-top: 1px solid #cdcdcd;
	color: #8c8c8c;
}

@media screen and (max-width: 1199px) {
	.footer_menu_area .menu {
		width: 190px;
	}
	.footer_menu_area .menu.type_sns {
		width: 240px;
	}
}
@media screen and (max-width: 1023px) {
	.footer_menu_area .menu {
		width: auto;
	}
	.footer_menu_area .menu.type_sns {
		position: relative;
		width: 180px;
	}
	.footer_menu_area .menu.type_sns .sns_list {
		margin-top: 22px;
	}
	.footer_menu_area .menu.type_sns .sns_list .sns {
		width: 32px;
		height: 32px;
	}
	.footer_menu_area .menu.type_sns .sns_list .sns.sns_youtube .icon {
		width: 32px;
		height: 32px;
		background-position: -374px -204px;
	}
	.footer_menu_area .menu.type_sns .sns_list .sns.sns_instagram .icon {
		width: 32px;
		height: 32px;
		background-position: -374px -68px;
	}
	.footer_menu_area .menu.type_sns .sns_list .sns.sns_facebook .icon {
		width: 32px;
		height: 32px;
		background-position: -284px -112px;
	}
	.footer_menu_area .menu.type_sns .sns_list .sns.sns_twitter .icon {
		width: 32px;
		height: 32px;
		background-position: -374px -136px;
	}
}
@media screen and (max-width: 767px) {
	.footer_menu_area .menu {
		margin-right: 12px;
	}
	.footer_menu_area .menu:first-child {
		width: 180px;
	}
}
.footer_logo_area {
	position: relative;
	margin-top: 49px;
}
.footer_logo_area .icon_logo {
	width: 96px;
	height: 50px;
	background-position: -102px -198px;
}

@media screen and (max-width: 1023px) {
	.footer_logo_area {
		margin-top: 30px;
	}
}
.footer_info_area {
	margin-top: 28px;
	font-size: 1.3rem;
	color: #7d7d7d;
}
.footer_info_area strong {
	display: block;
	margin-bottom: 16px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #bfbfbf;
}
.footer_info_area .info_list .item + .item:not(.type_address)::before {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	content: "|";
}
.footer_info_area .info_list .item.type_address {
	display: block;
}
.footer_info_area address {
	margin-top: 20px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

body.light_mode .footer_info_area strong {
	color: #808080;
}

/* MAIN PAGE */
.section .section_title {
	margin-bottom: 20px;
	font-size: 4.3rem;
	font-weight: bold;
	line-height: 6rem;
}
.section .section_title .sub_txt {
	margin-left: 15px;
	font-size: 2.1rem;
	font-weight: normal;
}
.section .section_button_more {
	position: absolute;
	top: 30px;
	right: 60px;
}
.section .section_button_more .icon {
	width: 9px;
	height: 13px;
	background-position: -440px -88px;
	margin: 3px 0 0 4px;
}

body.light_mode .section .section_button_more .icon {
	width: 9px;
	height: 13px;
	background-position: -440px -73px;
}

@media screen and (max-width: 1199px) {
	.section .section_title {
		font-size: 3.3rem;
		line-height: 5rem;
	}
	.section .section_title .sub_txt {
		margin-left: 15px;
		font-size: 2.1rem;
	}
	.section .section_button_more {
		top: 25px;
		right: 45px;
	}
}
@media screen and (max-width: 767px) {
	.section .section_title {
		margin-bottom: 10px;
		font-size: 2.6rem;
		line-height: 3.6rem;
	}
	.section .section_title .sub_txt {
		margin-left: 10px;
		font-size: 1.4rem;
	}
	.section .section_button_more {
		top: 12px;
		right: 15px;
	}
}
.section + .section {
	margin-top: 100px;
}

@media screen and (max-width: 1199px) {
	.section + .section {
		margin-top: 70px;
	}
}
@media screen and (max-width: 767px) {
	.section + .section {
		margin-top: 40px;
	}
}
.top_banner_area .swiper-container {
	overflow: hidden;
	position: relative;
}
.top_banner_area .common_content_link {
	position: relative;
	padding-top: 56.25%;
}
.top_banner_area .top_banner_image_area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.top_banner_area .top_banner_image_area img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.top_banner_area .top_banner_image_area::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
}
.top_banner_area .layout_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	height: 100%;
	padding-top: 122px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_banner_area .title_area {
	font-size: 6.6rem;
	color: #fff;
}
.top_banner_area .title_area .eng_name {
	font-size: 2.6rem;
}
.top_banner_area .title_area .kor_name {
	margin-left: -5px;
}
.top_banner_area .director_area {
	margin-top: 30px;
	font-size: 2.6rem;
	color: #fff;
}
.top_banner_area .overview_area {
	font-size: 2rem;
	color: #fff;
}
.top_banner_area .overview_area .item + .item::before {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	content: "|";
}

@media screen and (max-width: 1199px) {
	.top_banner_area .layout_inner {
		padding-top: 0;
	}
	.top_banner_area .title_area {
		font-size: 5rem;
	}
	.top_banner_area .title_area .eng_name {
		font-size: 2rem;
	}
	.top_banner_area .director_area {
		margin-top: 20px;
		font-size: 2rem;
	}
	.top_banner_area .overview_area {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767px) {
	.top_banner_area .swiper-container {
		height: 300px;
	}
	.top_banner_area .common_content_link {
		height: 100%;
		padding-top: 0;
	}
	.top_banner_area .top_banner_image_area {
		position: relative;
		height: 100%;
	}
	.top_banner_area .title_area {
		font-size: 3.5rem;
	}
	.top_banner_area .title_area .eng_name {
		font-size: 1.5rem;
	}
	.top_banner_area .director_area {
		margin-top: 15px;
		font-size: 1.5rem;
	}
	.top_banner_area .overview_area {
		font-size: 1.3rem;
	}
}
.section.section_tag {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.section.section_tag {
		margin-top: 20px;
	}
}
.tag_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.tag_area .tag_wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-right: 20px;
}
.tag_area .tag_wrapper:last-child {
	margin-right: 0;
}
.tag_area .tag {
	display: block;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
	background-color: #4a4a4a;
	font-size: 2rem;
	color: #fff;
	line-height: 6rem;
	text-align: center;
	white-space: nowrap;
}
.tag_area .tag:hover {
	background-color: #1e4a9f !important;
	color: #fff !important;
}

body.light_mode .tag_area .tag {
	background-color: #d9d9d9;
	color: #000;
}

@media screen and (max-width: 1199px) {
	.tag_area .tag {
		font-size: 1.6rem;
		line-height: 4.6rem;
	}
}
@media screen and (max-width: 767px) {
	.tag_area {
		display: block;
	}
	.tag_area .tag_wrapper {
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.tag_area .tag {
		padding: 0 16px;
		font-size: 1.5rem;
		line-height: 3.6rem;
	}
}
.common_content_area .swiper-container {
	overflow: hidden;
	position: relative;
	padding-bottom: 120px;
}
.common_content_area .swiper_direction_button_area {
	position: absolute;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100px;
	height: 46px;
}
.common_content_area .swiper_direction_button_area .swiper-button-prev,
.common_content_area .swiper_direction_button_area .swiper-button-next {
	position: relative;
	right: auto;
	left: auto;
	width: 45px;
	height: 45px;
}
.common_content_area .swiper_direction_button_area .swiper-button-prev::before,
.common_content_area .swiper_direction_button_area .swiper-button-next::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	content: "";
}
.common_content_area .swiper_direction_button_area .swiper-button-prev::after,
.common_content_area .swiper_direction_button_area .swiper-button-next::after {
	font-size: 14px;
	color: #fff;
}
.common_content_area .swiper-pagination-progressbar.swiper-pagination-horizontal {
	bottom: 65px;
}

body.light_mode .common_content_area .swiper_direction_button_area .swiper-button-prev::before,
body.light_mode .common_content_area .swiper_direction_button_area .swiper-button-next::before {
	border-color: #000;
}
body.light_mode .common_content_area .swiper_direction_button_area .swiper-button-prev::after,
body.light_mode .common_content_area .swiper_direction_button_area .swiper-button-next::after {
	color: #000;
}

.common_content_multiple_area .common_content_list {
	z-index: 100;
}
.common_content_multiple_area .common_content_list .listitem {
	position: relative;
}
.common_content_multiple_area .common_content_list .title_area {
	padding-top: 15px;
	border-top: 1px solid #fff;
}
.common_content_multiple_area .common_content_list .title_area .sub_txt {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.5rem;
}
.common_content_multiple_area .common_content_list .title_area .txt {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 2.6rem;
	font-weight: bold;
}
.common_content_multiple_area .common_content_list .image_area {
	position: relative;
	margin-top: 10px;
}
.common_content_multiple_area .common_content_list .image_area.type_video::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
}
.common_content_multiple_area .common_content_list .image_area.type_video .icon_video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 10;
	width: 60px;
	height: 43px;
	background-position: 0px -274px;
}
.common_content_multiple_area .common_content_list .image_area.type_video .running_time {
	position: absolute;
	right: 2px;
	bottom: 2px;
	z-index: 10;
	padding: 3px 5px 1px;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 1.3rem;
	line-height: 1.5rem;
}
.common_content_multiple_area .common_content_list .overview_area {
	margin-top: 10px;
	padding-right: 10px;
	font-size: 1.3rem;
}
.common_content_multiple_area .common_content_list .overview_area .item + .item::before {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	content: "|";
}
.common_content_multiple_area .common_content_list .button_area {
	margin-top: 10px;
}
.common_content_multiple_area .common_content_list .button_area .button_more {
	font-size: 1.2rem;
}
.common_content_multiple_area .common_content_list .button_area .button_more .icon {
	width: 13px;
	height: 9px;
	background-position: -170px -394px;
	margin: 6px 0 0 6px;
}
.common_content_multiple_area .common_content_list .detail_area {
	display: none;
	position: absolute;
	right: 0;
	bottom: -120px;
	left: 0;
	background-color: #4a4a4a;
	-webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
	        box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
	-webkit-transform: translateY(-50px);
	   -moz-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	     -o-transform: translateY(-50px);
	        transform: translateY(-50px);
}
.common_content_multiple_area .common_content_list .detail_area .detail_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
}
.common_content_multiple_area .common_content_list .detail_area .left_area {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.common_content_multiple_area .common_content_list .detail_area .right_area {
	width: 30%;
	margin-left: 30px;
}
.common_content_multiple_area .common_content_list .detail_area .info {
	font-size: 1.2rem;
}
.common_content_multiple_area .common_content_list .detail_area .info .tit {
	font-weight: bold;
	color: #959595;
}
.common_content_multiple_area .common_content_list .detail_area .info .txt {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	max-height: 100px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	/* autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	white-space: normal;
}
.common_content_multiple_area .common_content_list .detail_area .info + .info {
	margin-top: 15px;
}
.common_content_multiple_area .common_content_list .detail_area .director {
	padding-top: 20px;
}
.common_content_multiple_area .common_content_list .detail_area .director .name {
	margin-top: 10px;
	font-size: 1.3rem;
}
.common_content_multiple_area .common_content_list .detail_area .director .description {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	max-height: 80px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	/* autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-top: 10px;
	font-size: 1.1rem;
}
.common_content_multiple_area .common_content_list .detail_area .button_area {
	margin-top: 0;
	padding: 0 15px 15px;
}
.common_content_multiple_area .common_content_list .detail_area .button_area .icon {
	-webkit-transform: scaleY(-1);
	   -moz-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	     -o-transform: scaleY(-1);
	        transform: scaleY(-1);
}
.common_content_multiple_area .common_content_list .detail_area.show {
	display: block;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}

body.light_mode .common_content_multiple_area .common_content_list .title_area {
	border-top-color: #000;
}
body.light_mode .common_content_multiple_area .common_content_list .button_area .button_more .icon {
	width: 13px;
	height: 9px;
	background-position: -155px -394px;
}
body.light_mode .common_content_multiple_area .common_content_list .detail_area {
	background-color: #d9d9d9;
}
body.light_mode .common_content_multiple_area .common_content_list .detail_area .info .tit {
	color: #5c5c5c;
}

@media screen and (max-width: 1023px) {
	.common_content_multiple_area .common_content_list .listitem {
		width: 250px;
	}
	.common_content_multiple_area .common_content_list .image_area.type_video .running_time {
		font-size: 1.1rem;
		line-height: 1.3rem;
	}
	.common_content_multiple_area .common_content_list .title_area .sub_txt {
		font-size: 1.4rem;
	}
	.common_content_multiple_area .common_content_list .title_area .txt {
		font-size: 2.2rem;
	}
	.common_content_multiple_area .common_content_list .button_area {
		display: none;
	}
	.common_content_multiple_area .common_content_list .detail_area {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.common_content_multiple_area .common_content_list .title_area .sub_txt {
		font-size: 1.3rem;
	}
	.common_content_multiple_area .common_content_list .title_area .txt {
		font-size: 1.8rem;
	}
}
.common_content_multiple_area.type_list {
	margin-top: 30px;
}
.common_content_multiple_area.type_list .common_content_list {
	margin: -20px;
}
.common_content_multiple_area.type_list .common_content_list::after {
	display: block;
	clear: both;
	content: "";
}
.common_content_multiple_area.type_list .common_content_list .listitem {
	float: left;
	width: 25%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.common_content_multiple_area.type_list .common_content_list .detail_area {
	right: 20px;
	bottom: 0;
	left: 20px;
}
.common_content_multiple_area.type_list .common_content_list .image_area + .title_area {
	border-top: 0;
}
.common_content_multiple_area.type_list .common_content_list .overview_area {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
}

.common_content_multiple_area.type_list.type_search .common_content_list .overview_area {
	color: #959595;
}

@media screen and (max-width: 1589px) {
	.common_content_multiple_area.type_list .common_content_list {
		margin: -15px;
	}
	.common_content_multiple_area.type_list .common_content_list .listitem {
		width: 33.33%;
		padding: 15px;
	}
	.common_content_multiple_area.type_list .common_content_list .detail_area {
		right: 15px;
		left: 15px;
	}
}
@media screen and (max-width: 1199px) {
	.common_content_multiple_area.type_list .common_content_list {
		margin: -10px;
	}
	.common_content_multiple_area.type_list .common_content_list .listitem {
		padding: 10px;
	}
	.common_content_multiple_area.type_list .common_content_list .detail_area {
		right: 10px;
		left: 10px;
	}
}
@media screen and (max-width: 767px) {
	.common_content_multiple_area.type_list .common_content_list {
		margin: -5px;
	}
	.common_content_multiple_area.type_list .common_content_list .listitem {
		width: 50%;
		padding: 5px;
	}
	.common_content_multiple_area.type_list .common_content_list .detail_area {
		right: 5px;
		left: 5px;
	}
}
.common_content_multiple_area.type_2 .common_content_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.common_content_multiple_area.type_2 .common_content_list .listitem {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.common_content_multiple_area.type_2 .common_content_list .listitem:last-child {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 30%;
	margin-left: 40px;
}
.common_content_multiple_area.type_2 .common_content_list .director_area {
	margin-top: 15px;
	font-size: 1.6rem;
}
.common_content_multiple_area.type_2 .common_content_list .overview_area {
	color: #959595;
}
.common_content_multiple_area.type_2 .common_content_list .text_area {
	margin-top: 10px;
	color: #959595;
}

@media screen and (max-width: 1199px) {
	.common_content_multiple_area.type_2 .common_content_list .listitem:last-child {
		margin-left: 30px;
	}
}
@media screen and (max-width: 1023px) {
	.common_content_multiple_area.type_2 .common_content_list .listitem:last-child {
		margin-left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.common_content_multiple_area.type_2 .common_content_list {
		display: block;
	}
	.common_content_multiple_area.type_2 .common_content_list .listitem {
		width: 100%;
	}
	.common_content_multiple_area.type_2 .common_content_list .listitem:last-child {
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
	}
}
.common_content_single_area .common_content_link {
	height: 100%;
}
.common_content_single_area .listitem {
	height: 550px;
}
.common_content_single_area .image_area {
	float: left;
	width: 60%;
	height: 100%;
}
.common_content_single_area .image_area img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.common_content_single_area .info_area {
	overflow: hidden;
	padding: 30px;
}
.common_content_single_area .title_area {
	font-size: 4.3rem;
	color: #fff;
}
.common_content_single_area .title_area .eng_name {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.3rem;
}
.common_content_single_area .title_area .kor_name {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: -5px;
}
.common_content_single_area .director_area {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
	font-size: 1.6rem;
	color: #fff;
}
.common_content_single_area .overview_area {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	font-size: 1.4rem;
	color: #fff;
}
.common_content_single_area .overview_area .item + .item::before {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	content: "|";
}
.common_content_single_area .text_area {
	margin-top: 20px;
	font-size: 1.4rem;
	color: #fff;
}
.common_content_single_area .text_area .tit {
	font-weight: bold;
	color: #959595;
}
.common_content_single_area .text_area .txt {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	max-height: 100px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	/* autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	white-space: normal;
}

@media screen and (max-width: 1023px) {
	.common_content_single_area {
		height: auto;
	}
	.common_content_single_area .listitem {
		height: 100% !important;
	}
	.common_content_single_area .image_area {
		float: none;
		width: 100% !important;
		height: 300px;
		max-height: 300px;
	}
	.common_content_single_area .info_area {
		overflow: hidden;
		padding: 30px;
	}
	.common_content_single_area .title_area {
		font-size: 3.4rem;
	}
	.common_content_single_area .title_area .kor_name {
		margin-left: -3px;
	}
	.common_content_single_area .director_area {
		margin-top: 15px;
		font-size: 1.5rem;
	}
	.common_content_single_area .overview_area {
		margin-top: 6px;
		font-size: 1.3rem;
	}
	.common_content_single_area .text_area {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 767px) {
	.common_content_single_area .image_area {
		height: 200px;
	}
	.common_content_single_area .info_area {
		padding: 15px;
	}
	.common_content_single_area .title_area {
		font-size: 2.4rem;
	}
	.common_content_single_area .title_area .eng_name {
		font-size: 1.2rem;
	}
}
.common_content_single_area.type_2 .listitem {
	height: 416px;
}
.common_content_single_area.type_2 .overview_area {
	color: #959595;
}
.common_content_single_area.type_2 .image_area {
	width: 40%;
}
.common_content_single_area.type_2 .text_area {
	color: #959595;
}

.common_content_single_area.type_has_media .media_area {
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%;
	padding: 30px 0;
	background-color: #4a4a4a;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.common_content_single_area.type_has_media .media_area .swiper-container {
	overflow: visible;
	padding-bottom: 0;
}
.common_content_single_area.type_has_media .media_area .swiper-button-prev,
.common_content_single_area.type_has_media .media_area .swiper-button-next {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: black;
	-webkit-transform: translateY(19px);
	   -moz-transform: translateY(19px);
	    -ms-transform: translateY(19px);
	     -o-transform: translateY(19px);
	        transform: translateY(19px);
}
.common_content_single_area.type_has_media .media_area .swiper-button-prev::after,
.common_content_single_area.type_has_media .media_area .swiper-button-next::after {
	font-size: 14px;
	color: #fff;
}
.common_content_single_area.type_has_media .media_area .swiper-button-disabled {
	opacity: 0;
}
.common_content_single_area.type_has_media .media_area .media_list li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: auto;
	padding-top: 30px;
}
.common_content_single_area.type_has_media .media_area .media_list .tit {
	position: absolute;
	top: 0;
	left: 0;
}
.common_content_single_area.type_has_media .media_area .media_list .media_image_area {
	position: relative;
}
.common_content_single_area.type_has_media .media_area .media_list .media_image_area.type_video::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
}
.common_content_single_area.type_has_media .media_area .media_list .media_image_area.type_video .icon_video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 10;
	width: 40px;
	height: 40px;
	background-position: 0px -319px;
}

body.light_mode .common_content_single_area.type_has_media .media_area {
	background-color: #d9d9d9;
}
body.light_mode .common_content_single_area.type_has_media .media_area .swiper-button-prev,
body.light_mode .common_content_single_area.type_has_media .media_area .swiper-button-next {
	background-color: white;
}
body.light_mode .common_content_single_area.type_has_media .media_area .swiper-button-prev::after,
body.light_mode .common_content_single_area.type_has_media .media_area .swiper-button-next::after {
	color: #000;
}

@media screen and (max-width: 1023px) {
	.common_content_single_area.type_has_media .swiper-container {
		padding-bottom: 120px;
	}
	.common_content_single_area.type_has_media .common_content_link {
		padding-bottom: 180px;
	}
	.common_content_single_area.type_has_media .media_area {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.common_content_single_area.type_has_media .media_area .common_content_link {
		padding-bottom: 0;
	}
}
/* CONTENT DETAIL PAGE */
.content_title_area {
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 10rem;
}
.content_title_area .eng_name {
	margin-left: 10px;
	font-size: 1.6rem;
	font-weight: normal;
}

@media screen and (max-width: 1023px) {
	.content_title_area {
		font-size: 3.5rem;
		line-height: 8rem;
	}
}
@media screen and (max-width: 767px) {
	.content_title_area {
		font-size: 2.5rem;
		line-height: 5rem;
	}
}
.player_area {
	background-color: #333;
}
.player_area .video_wrapper {
	position: relative;
	padding-top: 56.25%;
}
.player_area .video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

body.light_mode .player_area {
	background-color: #ddd;
}

@media screen and (max-width: 1199px) {
	.player_area {
		margin: 0 -45px;
	}
}
@media screen and (max-width: 1023px) {
	.player_area {
		margin: 0 -30px;
	}
}
@media screen and (max-width: 767px) {
	.player_area {
		margin: 0 -15px;
	}
}
.player_area.fixed .video {
	position: fixed;
	top: auto;
	right: 60px;
	bottom: 60px;
	left: auto;
	z-index: 10010;
	width: 384px;
	height: 216px;
	background-color: #333;
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

body.light_mode .player_area.fixed .video {
	background-color: #ddd;
}

@media screen and (max-width: 1199px) {
	.player_area.fixed .video {
		right: 45px;
		bottom: 45px;
	}
}
@media screen and (max-width: 1023px) {
	.player_area.fixed .video {
		right: 30px;
		bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.player_area.fixed .video {
		right: 0;
		bottom: 0;
		width: 320px;
		height: 180px;
	}
}
.content_info_area {
	position: relative;
	min-height: 119px;
	margin-top: 40px;
	padding-right: 550px;
}
.content_info_area .overview_area {
	font-size: 1.8rem;
}
.content_info_area .overview_area .item + .item::before {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	content: "|";
}
.content_info_area .function_button_area {
	margin-top: 25px;
}
.content_info_area .function_button_area .button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 52px;
	height: 52px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #1c1c1c;
}
.content_info_area .function_button_area .button .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.content_info_area .function_button_area .button + .button {
	margin-left: 10px;
}
.content_info_area .function_button_area .button.button_like .icon {
	width: 40px;
	height: 40px;
	background-position: -146px -274px;
}
.content_info_area .function_button_area .button.button_like.on .icon {
	width: 40px;
	height: 40px;
	background-position: -104px -274px;
}
.content_info_area .function_button_area .button.button_recommend .icon {
	width: 40px;
	height: 40px;
	background-position: -210px -319px;
}
.content_info_area .function_button_area .button.button_recommend.on .icon {
	width: 40px;
	height: 40px;
	background-position: -168px -319px;
}
.content_info_area .function_button_area .button.button_share .icon {
	width: 40px;
	height: 40px;
	background-position: -294px -319px;
}
.content_info_area .button_area {
	position: absolute;
	top: 0;
	right: 0;
}
.content_info_area .button_area .button {
	display: block;
	width: 522px;
	background-color: #1e4a9f;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	line-height: 8rem;
	text-align: center;
}
.content_info_area .guide_button_area {
	position: relative;
	margin-top: 15px;
	text-align: right;
}
.content_info_area .guide_button_area .button_guide {
	font-size: 1.6rem;
	color: #fff;
}
.content_info_area .guide_button_area .button_guide .icon {
	width: 16px;
	height: 16px;
	background-position: -40px -394px;
	margin: 4px 4px 0 0;
}
.content_info_area .guide_button_area .layer_guide {
	display: none;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 100;
	width: 420px;
	padding: 15px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #666;
	text-align: left;
}
.content_info_area .guide_button_area .layer_guide::after {
	position: absolute;
	top: -6px;
	right: 25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #f6f6f6 transparent;
	content: "";
}
.content_info_area .guide_button_area .layer_guide.show {
	display: block;
}

body.light_mode .content_info_area .function_button_area .button {
	background-color: #e6e6e6;
}
body.light_mode .content_info_area .function_button_area .button.button_like .icon {
	width: 40px;
	height: 40px;
	background-position: -62px -274px;
}
body.light_mode .content_info_area .function_button_area .button.button_like.on .icon {
	width: 40px;
	height: 40px;
	background-position: -104px -274px;
}
body.light_mode .content_info_area .function_button_area .button.button_recommend .icon {
	width: 40px;
	height: 40px;
	background-position: -126px -319px;
}
body.light_mode .content_info_area .function_button_area .button.button_recommend.on .icon {
	width: 40px;
	height: 40px;
	background-position: -168px -319px;
}
body.light_mode .content_info_area .function_button_area .button.button_share .icon {
	width: 40px;
	height: 40px;
	background-position: -252px -319px;
}
body.light_mode .content_info_area .guide_button_area .button_guide {
	color: #000;
}
body.light_mode .content_info_area .guide_button_area .button_guide .icon {
	width: 16px;
	height: 16px;
	background-position: -304px -146px;
}

@media screen and (max-width: 1023px) {
	.content_info_area {
		margin-top: 30px;
		padding-right: 300px;
	}
	.content_info_area .button_area .button {
		width: 250px;
		line-height: 6rem;
	}
}
@media screen and (max-width: 767px) {
	.content_info_area {
		margin-top: 20px;
		padding-right: 0;
	}
	.content_info_area .overview_area {
		font-size: 1.6rem;
	}
	.content_info_area .function_button_area .button {
		width: 36px;
		height: 36px;
	}
	.content_info_area .button_area {
		position: relative;
		margin-top: 20px;
	}
	.content_info_area .button_area .button {
		width: 100%;
		font-size: 1.6rem;
		line-height: 4.8rem;
	}
	.content_info_area .guide_button_area .button_guide {
		font-size: 1.4rem;
	}
	.content_info_area .guide_button_area .button_guide .icon {
		margin: 2px 4px 0 0;
	}
	.content_info_area .guide_button_area .layer_guide {
		width: 290px;
	}
}
.content_detail_area {
	position: relative;
	padding: 60px;
	background-color: #1e1e1e;
}
.content_detail_area h2 {
	margin-bottom: 30px;
	font-size: 2rem;
}
.content_detail_area .button_more {
	position: absolute;
	top: 60px;
	right: 60px;
	text-decoration: underline;
}

body.light_mode .content_detail_area {
	background-color: #e1e1e1;
}

@media screen and (max-width: 1199px) {
	.content_detail_area {
		padding: 55px 45px;
	}
	.content_detail_area .button_more {
		position: absolute;
		top: 60px;
		right: 45px;
	}
}
@media screen and (max-width: 1023px) {
	.content_detail_area {
		padding: 40px 30px;
	}
	.content_detail_area .button_more {
		position: absolute;
		top: 45px;
		right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.content_detail_area {
		padding: 25px 15px;
	}
	.content_detail_area .button_more {
		position: absolute;
		top: 30px;
		right: 15px;
	}
}
.content_detail_area + .content_detail_area {
	margin-top: 2px;
}

.content_detail_area.type_detail_info {
	margin-top: 60px;
}
.content_detail_area.type_detail_info .detail_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.content_detail_area.type_detail_info .left_area {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.content_detail_area.type_detail_info .right_area {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 30%;
	margin-left: 30px;
}
.content_detail_area.type_detail_info .info + .info {
	margin-top: 30px;
}
.content_detail_area.type_detail_info .info {
	font-size: 1.6rem;
	color: #b5b5b5;
	line-height: 2.6rem;
}
.content_detail_area.type_detail_info .info .tit {
	margin-bottom: 5px;
	font-size: 2rem;
	font-weight: bold;
	color: #707070;
}
.content_detail_area.type_detail_info .director .tit {
	margin-bottom: 5px;
	font-size: 2rem;
	font-weight: bold;
	color: #707070;
}
.content_detail_area.type_detail_info .director .image_area img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.content_detail_area.type_detail_info .director .name {
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #b5b5b5;
	line-height: 2.6rem;
}
.content_detail_area.type_detail_info .director .description {
	margin-top: 5px;
	font-size: 1.4rem;
	color: #b5b5b5;
	line-height: 2.2rem;
}
.content_detail_area.type_detail_info .director .description + .name {
	margin-top: 20px;
}

body.light_mode .content_detail_area.type_detail_info .info {
	color: #7c7c7c;
}
body.light_mode .content_detail_area.type_detail_info .info .tit {
	color: #7f7f7f;
}
body.light_mode .content_detail_area.type_detail_info .director .tit {
	color: #7f7f7f;
}
body.light_mode .content_detail_area.type_detail_info .director .name {
	color: #7c7c7c;
}
body.light_mode .content_detail_area.type_detail_info .director .description {
	color: #7c7c7c;
}

@media screen and (max-width: 1023px) {
	.content_detail_area.type_detail_info {
		margin-top: 30px;
	}
	.content_detail_area.type_detail_info .detail_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.content_detail_area.type_detail_info .right_area {
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.content_detail_area.type_detail_info .info {
		font-size: 1.4rem;
	}
	.content_detail_area.type_detail_info .info .tit {
		font-size: 1.6rem;
	}
	.content_detail_area.type_detail_info .director .tit {
		font-size: 1.6rem;
	}
}
.content_detail_area.type_media h2 {
	margin-bottom: 10px;
}
.content_detail_area.type_media .media_area {
	position: relative;
}
.content_detail_area.type_media .media_area .swiper-container {
	overflow: hidden;
}
.content_detail_area.type_media .media_area .swiper-button-prev,
.content_detail_area.type_media .media_area .swiper-button-next {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: black;
}
.content_detail_area.type_media .media_area .swiper-button-prev::after,
.content_detail_area.type_media .media_area .swiper-button-next::after {
	font-size: 14px;
	color: #fff;
}
.content_detail_area.type_media .media_area .swiper-button-disabled {
	opacity: 0;
}
.content_detail_area.type_media .media_area + h2 {
	margin-top: 30px;
}
.content_detail_area.type_media .media_list .listitem {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: auto;
}
.content_detail_area.type_media .media_list .image_area {
	position: relative;
}
.content_detail_area.type_media .media_list .image_area.type_video::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
}
.content_detail_area.type_media .media_list .image_area.type_video .icon_video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 10;
	width: 40px;
	height: 40px;
	background-position: 0px -319px;
}

body.light_mode .content_detail_area.type_media .media_area .swiper-button-prev,
body.light_mode .content_detail_area.type_media .media_area .swiper-button-next {
	background-color: white;
}
body.light_mode .content_detail_area.type_media .media_area .swiper-button-prev::after,
body.light_mode .content_detail_area.type_media .media_area .swiper-button-next::after {
	color: #000;
}

.content_detail_area.type_cast .cast_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.content_detail_area.type_cast .cast_list .listitem {
	-webkit-flex-basis: 33.33%;
	    -ms-flex-preferred-size: 33.33%;
	        flex-basis: 33.33%;
	position: relative;
	margin-bottom: 20px;
}
.content_detail_area.type_cast .cast_list .common_content_link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.content_detail_area.type_cast .cast_list .common_content_link .icon_arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 19px;
	height: 11px;
	background-position: -79px -394px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.content_detail_area.type_cast .cast_list .common_content_link.more .icon_arrow {
	-webkit-transform: translateY(-50%) scaleY(-1);
	   -moz-transform: translateY(-50%) scaleY(-1);
	    -ms-transform: translateY(-50%) scaleY(-1);
	     -o-transform: translateY(-50%) scaleY(-1);
	        transform: translateY(-50%) scaleY(-1);
}
.content_detail_area.type_cast .cast_list .image_area {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.content_detail_area.type_cast .cast_list .image_area .img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.content_detail_area.type_cast .cast_list .info_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.content_detail_area.type_cast .cast_list .layer_guide {
	display: none;
	position: absolute;
	top: 80px;
	right: 0;
	left: 0;
	z-index: 100;
	padding: 15px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #666;
	text-align: left;
}
.content_detail_area.type_cast .cast_list .layer_guide.show {
	display: block;
}

body.light_mode .content_detail_area.type_cast .cast_list .common_content_link .icon_arrow {
	width: 19px;
	height: 11px;
	background-position: -58px -394px;
}

@media screen and (max-width: 1023px) {
	.content_detail_area.type_cast .cast_list .listitem {
		-webkit-flex-basis: 50%;
		    -ms-flex-preferred-size: 50%;
		        flex-basis: 50%;
	}
}
@media screen and (max-width: 767px) {
	.content_detail_area.type_cast .cast_list .listitem {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.content_detail_area.type_cast .cast_list .icon_arrow {
		right: 0;
	}
}
.content_detail_area.type_award .award_list {
	margin-bottom: -30px;
}
.content_detail_area.type_award .award_list .listitem {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	width: 160px;
	height: 160px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 18px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}
.content_detail_area.type_award .award_list .listitem .icon_bg {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 160px;
	height: 118px;
	background-position: 0px -78px;
}
.content_detail_area.type_award .award_list .year {
	position: relative;
	z-index: 10;
	font-size: 1.9rem;
}
.content_detail_area.type_award .award_list .name {
	position: relative;
	z-index: 10;
	margin-top: 5px;
	font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {
	.content_detail_area.type_award .award_list .listitem {
		width: 120px;
		height: 120px;
	}
	.content_detail_area.type_award .award_list .listitem .icon_bg {
		width: 120px;
		height: 89px;
		background-position: -162px -78px;
	}
	.content_detail_area.type_award .award_list .year {
		font-size: 1.6rem;
	}
	.content_detail_area.type_award .award_list .name {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 767px) {
	.content_detail_area.type_award .award_list {
		margin-bottom: -15px;
	}
	.content_detail_area.type_award .award_list .listitem {
		width: 100px;
		height: 100px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.content_detail_area.type_award .award_list .listitem .icon_bg {
		width: 100px;
		height: 74px;
		background-position: 0px -198px;
	}
	.content_detail_area.type_award .award_list .year {
		font-size: 1.5rem;
	}
	.content_detail_area.type_award .award_list .name {
		font-size: 1.3rem;
	}
}
.content_detail_area.type_credit .credit_area .credit {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	background-color: #787878;
	font-size: 1.6rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.6);
	line-height: 6.4rem;
}
.content_detail_area.type_credit .credit_area .credit .icon {
	width: 18px;
	height: 16px;
	background-position: -20px -394px;
	opacity: 0.6;
	margin: 23px 5px 0 0;
}
.content_detail_area.type_credit .credit_area .credit + .credit {
	margin-left: 10px;
}
.content_detail_area.type_credit .credit_area .credit.on {
	background-color: #1e4a9f !important;
	color: #fff !important;
}
.content_detail_area.type_credit .credit_area .credit.on .icon {
	opacity: 1;
}

body.light_mode .content_detail_area.type_credit .credit_area .credit {
	background-color: #bbb;
	color: rgba(0, 0, 0, 0.6);
}
body.light_mode .content_detail_area.type_credit .credit_area .credit .icon {
	width: 18px;
	height: 16px;
	background-position: 0px -394px;
}
body.light_mode .content_detail_area.type_credit .credit_area .credit.on .icon {
	width: 18px;
	height: 16px;
	background-position: -20px -394px;
}

@media screen and (max-width: 1023px) {
	.content_detail_area.type_credit .credit_area .credit {
		padding: 0 20px;
		font-size: 1.5rem;
		line-height: 4.5rem;
	}
	.content_detail_area.type_credit .credit_area .credit .icon {
		margin: 13px 4px 0 0;
	}
}
@media screen and (max-width: 767px) {
	.content_detail_area.type_credit .credit_area .credit {
		padding: 0 10px;
		font-size: 1.4rem;
		line-height: 3.5rem;
	}
	.content_detail_area.type_credit .credit_area .credit .icon {
		margin: 8px 3px 0 0;
	}
}
.common_modal.modal_docschool_screening .title_area {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.common_modal.modal_docschool_screening .check_area {
	margin-top: 15px;
}
.common_modal.modal_docschool_screening .check_area .input_label {
	font-size: 1.3rem;
	color: #8c8c8c;
	cursor: pointer;
}
.common_modal.modal_docschool_screening .check_area .input_label .icon {
	width: 15px;
	height: 11px;
	background-position: -138px -394px;
	margin-top: 5px;
}
.common_modal.modal_docschool_screening .check_area .input_checkbox:checked + .input_label .icon {
	width: 15px;
	height: 11px;
	background-position: -121px -394px;
}

.common_modal.modal_buy .modal_wrapper {
	width: 720px;
}
.common_modal.modal_buy .modal_content {
	max-height: 840px;
}
.common_modal.modal_buy .content_area::after {
	display: block;
	clear: both;
	content: "";
}
.common_modal.modal_buy .content_area .image_area {
	float: left;
	width: 230px;
	margin-right: 15px;
}
.common_modal.modal_buy .content_area .info_area {
	overflow: hidden;
}
.common_modal.modal_buy .content_area .title_area {
	font-size: 1.8rem;
	font-weight: bold;
}
.common_modal.modal_buy .content_area .title_area .eng_name {
	font-size: 1.4rem;
	font-weight: normal;
	color: #707070;
}
.common_modal.modal_buy .content_area .overview_area {
	margin-top: 20px;
	color: #a0a0a0;
}
.common_modal.modal_buy .content_area .overview_area .tit {
	color: #000;
}
.common_modal.modal_buy .content_area .overview_area .item + .item::before {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	content: "|";
}
.common_modal.modal_buy .content_area .period_area {
	color: #a0a0a0;
}
.common_modal.modal_buy .content_area .period_area .tit {
	color: #000;
}
.common_modal.modal_buy .payment_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: 15px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
}
.common_modal.modal_buy .payment_area .title_area {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
.common_modal.modal_buy .payment_area .title_area ~ .title_area {
	margin-top: 30px;
}
.common_modal.modal_buy .payment_setting_area {
	-webkit-flex-basis: 50%;
	    -ms-flex-preferred-size: 50%;
	        flex-basis: 50%;
	padding: 20px;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.common_modal.modal_buy .payment_setting_area .selected_coupon_area {
	margin-top: 5px;
}
.common_modal.modal_buy .payment_setting_area .button_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -3px;
}
.common_modal.modal_buy .payment_setting_area .button_area .button_wrapper {
	-webkit-flex-basis: 50%;
	    -ms-flex-preferred-size: 50%;
	        flex-basis: 50%;
	padding: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.common_modal.modal_buy .payment_setting_area .button_area .input_label {
	display: block;
	border: 1px solid #ededed;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	background-color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 5rem;
	text-align: center;
	cursor: pointer;
}
.common_modal.modal_buy .payment_setting_area .button_area .input_radio:checked + .input_label {
	background-color: #e8e8e8;
}
.common_modal.modal_buy .payment_setting_area .check_area {
	position: relative;
	margin-top: 10px;
}
.common_modal.modal_buy .payment_setting_area .check_area .input_label {
	padding-left: 3px;
	font-size: 1.3rem;
	color: #8c8c8c;
	cursor: pointer;
}
.common_modal.modal_buy .payment_setting_area .check_area .input_label .icon {
	width: 15px;
	height: 11px;
	background-position: -138px -394px;
	margin-top: 5px;
	margin-right: 2px;
}
.common_modal.modal_buy .payment_setting_area .check_area .input_checkbox:checked + .input_label .icon {
	width: 15px;
	height: 11px;
	background-position: -121px -394px;
}
.common_modal.modal_buy .payment_setting_area .check_area .link {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.2rem;
	color: #959595;
	text-decoration: underline;
}
.common_modal.modal_buy .payment_setting_area .check_area.type_all {
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f6f6f6;
}
.common_modal.modal_buy .payment_setting_area .check_area.type_all .input_label {
	padding-left: 0;
	font-weight: bold;
	color: #000;
}
.common_modal.modal_buy .payment_setting_area .check_area.type_all .input_label .icon_wrapper {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 1px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #b3b3b3;
}
.common_modal.modal_buy .payment_setting_area .check_area.type_all .input_label .icon_wrapper .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	background-position: -305px -227px;
	margin: 0;
}
.common_modal.modal_buy .payment_setting_area .check_area.type_all .input_checkbox:checked + .input_label .icon_wrapper {
	background-color: #1e4a9f;
}
.common_modal.modal_buy .payment_setting_area .check_area.type_all .input_checkbox:checked + .input_label .icon_wrapper .icon {
	width: 14px;
	height: 14px;
	background-position: -305px -227px;
}
.common_modal.modal_buy .payment_info_area {
	-webkit-flex-basis: 50%;
	    -ms-flex-preferred-size: 50%;
	        flex-basis: 50%;
	padding: 20px;
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.common_modal.modal_buy .payment_info_area .table_payment_info {
	width: 100%;
	margin-top: 15px;
}
.common_modal.modal_buy .payment_info_area .table_payment_info th {
	color: #959595;
	text-align: left;
}
.common_modal.modal_buy .payment_info_area .table_payment_info td {
	font-weight: bold;
	color: #000;
	text-align: right;
}
.common_modal.modal_buy .payment_info_area .table_payment_info .price {
	color: #1f9689;
}
.common_modal.modal_buy .payment_info_area .table_payment_info .dc_price {
	color: #000;
}
.common_modal.modal_buy .payment_info_area .table_payment_info .dc_price.on {
	color: #fe0101;
}
.common_modal.modal_buy .payment_info_area .table_payment_info tbody .txt {
	padding-bottom: 15px;
}
.common_modal.modal_buy .payment_info_area .table_payment_info tfoot th {
	color: #000;
}
.common_modal.modal_buy .payment_info_area .table_payment_info tfoot th,
.common_modal.modal_buy .payment_info_area .table_payment_info tfoot td {
	height: 60px;
	border-top: 1px solid #dbdbdb;
	font-size: 1.8rem;
}
.common_modal.modal_buy .payment_info_area .table_payment_info tfoot .txt {
	padding-top: 15px;
}
.common_modal.modal_buy .payment_info_area .table_payment_info tfoot .sub {
	display: block;
	font-size: 1.2rem;
	color: #959595;
}
.common_modal.modal_buy .payment_info_area .table_payment_info tfoot .price {
	color: #000;
}
.common_modal.modal_buy .payment_info_area .button_area {
	margin-top: 20px;
}
.common_modal.modal_buy .payment_info_area .description_area {
	margin-top: 10px;
	font-size: 1.2rem;
	color: #b0b0b0;
}
.common_modal.modal_buy .guide_area {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.common_modal.modal_buy .modal_wrapper {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100% !important;
		-webkit-transform: translate(0, 0);
		   -moz-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		     -o-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	.common_modal.modal_buy .modal_content {
		max-height: -webkit-calc(100% - 57px);
		max-height: -moz-calc(100% - 57px);
		max-height: calc(100% - 57px);
	}
	.common_modal.modal_buy .content_area .image_area {
		float: none;
		width: 100%;
	}
	.common_modal.modal_buy .content_area .info_area {
		margin-top: 15px;
	}
	.common_modal.modal_buy .payment_setting_area,
	.common_modal.modal_buy .payment_info_area {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
}
.buy_complete_area {
	padding-top: 15px;
}
.buy_complete_area .button_area {
	margin-top: 45px;
}

/* CONTENT LIST PAGE */
.content_page_search_area {
	max-width: 870px;
	margin: 0 auto;
}

/* FAQ PAGE */
.faq_list {
	margin-top: 60px;
}
.faq_list .listitem:last-child {
	border-bottom: 1px solid #1a1a1a;
}
.faq_list .listitem + .listitem {
	border-top: 1px solid #1a1a1a;
}
.faq_list .button_question {
	display: block;
	position: relative;
	padding: 30px 0;
	font-size: 1.6rem;
}
.faq_list .button_question .q {
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
	color: #5a87e1;
}
.faq_list .button_question .icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: 19px;
	height: 11px;
	background-position: -79px -394px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.faq_list .button_question.on .icon {
	-webkit-transform: scaleY(-1);
	   -moz-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	     -o-transform: scaleY(-1);
	        transform: scaleY(-1);
}
.faq_list .answer_area {
	display: none;
	padding-bottom: 30px;
	color: #a0a0a0;
}
.faq_list .answer_area.show {
	display: block;
}

body.light_mode .faq_list .listitem:last-child {
	border-bottom-color: #e9e9e9;
}
body.light_mode .faq_list .listitem + .listitem {
	border-top-color: #e9e9e9;
}
body.light_mode .faq_list .button_question .icon {
	width: 19px;
	height: 11px;
	background-position: -58px -394px;
}
body.light_mode .faq_list .answer_area {
	color: #9f9f9f;
}

@media screen and (max-width: 767px) {
	.faq_list {
		margin-top: 15px;
	}
	.faq_list .button_question {
		padding: 15px 0;
		font-size: 1.4rem;
	}
}
/* Q&A PAGE */
.qna_tap_area {
	margin-top: 60px;
	margin-bottom: 15px;
}
.qna_tap_area::after {
	display: block;
	clear: both;
	content: "";
}
.qna_tap_area .tab {
	float: left;
	font-size: 2rem;
	color: #666;
}
.qna_tap_area .tab + .tab {
	margin-left: 30px;
}
.qna_tap_area .tab.on {
	font-weight: bold;
	color: #fff;
}

body.light_mode .qna_tap_area .tab {
	color: #ccc;
}
body.light_mode .qna_tap_area .tab.on {
	color: #000;
}

@media screen and (max-width: 767px) {
	.qna_tap_area {
		margin-top: 15px;
	}
	.qna_tap_area .tab {
		font-size: 1.8rem;
	}
}
.qna_list_table {
	table-layout: fixed;
	width: 100%;
}
.qna_list_table tr:last-child td {
	border-bottom: 1px solid #262626;
}
.qna_list_table td {
	padding: 25px 0;
	border-top: 1px solid #262626;
}
.qna_list_table .link_wrapper {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	max-width: 100%;
}
.qna_list_table .link {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 10px;
	color: #b5b5b5;
}
.qna_list_table .link:hover {
	color: #fff;
}
.qna_list_table .date {
	display: block;
	color: #a0a0a0;
	text-align: right;
}
.qna_list_table .no_data {
	padding: 60px 0;
	color: #b5b5b5;
	text-align: center;
}
.qna_list_table .no_data .icon_wrapper {
	margin-bottom: 15px;
}
.qna_list_table .no_data .icon_wrapper .icon {
	width: 40px;
	height: 40px;
	background-position: -84px -319px;
}

body.light_mode .qna_list_table tr:last-child td {
	border-bottom-color: #ececec;
}
body.light_mode .qna_list_table td {
	border-top-color: #ececec;
}
body.light_mode .qna_list_table .link {
	color: #8c8c8c;
}
body.light_mode .qna_list_table .link:hover {
	color: #000;
}
body.light_mode .qna_list_table .date {
	color: #9f9f9f;
}
body.light_mode .qna_list_table .no_data {
	color: #8c8c8c;
}
body.light_mode .qna_list_table .no_data .icon_wrapper .icon {
	width: 40px;
	height: 40px;
	background-position: -42px -319px;
}

.qna_detail_area .title_area {
	padding: 15px 0;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}
.qna_detail_area .subject_area {
	margin-top: 10px;
	font-size: 1.6rem;
}
.qna_detail_area .date_area {
	margin-top: 5px;
	font-size: 1.3rem;
	color: #a0a0a0;
}
.qna_detail_area .text_area {
	padding: 30px 0;
}
.qna_detail_area .reply_area {
	margin-top: 15px;
	padding: 30px;
	background-color: #141414;
}

body.light_mode .qna_detail_area .title_area {
	border-top-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
}
body.light_mode .qna_detail_area .date_area {
	color: #9f9f9f;
}
body.light_mode .qna_detail_area .reply_area {
	background-color: #ededed;
}

.qna_register_area {
	margin-top: 30px;
}
.qna_register_area .button_area {
	margin-top: 60px;
	text-align: center;
}
.qna_register_area .button_area .common_button {
	width: 50%;
}

/* LOGIN PAGE */
.login_area {
	margin-top: 60px;
}
.login_area .common_input_area_wrapper {
	padding-bottom: 0;
}
.login_area .common_input_area_wrapper + .common_input_area_wrapper {
	margin-top: 10px;
}
.login_area .check_area {
	margin-top: 15px;
}
.login_area .check_area .item {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.login_area .check_area .item + .item {
	margin-left: 10px;
}
.login_area .check_area .input_label {
	color: #8c8c8c;
	cursor: pointer;
}
.login_area .check_area .input_label .icon_wrapper {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 1px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.login_area .check_area .input_label .icon_wrapper .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	background-position: 0px -412px;
}
.login_area .check_area .input_checkbox:checked + .input_label .icon_wrapper {
	background-color: #1e4a9f;
}
.login_area .check_area .input_checkbox:checked + .input_label .icon_wrapper .icon {
	width: 14px;
	height: 14px;
	background-position: -305px -227px;
}
.login_area .button_area {
	margin-top: 60px;
	text-align: center;
}
.login_area .link_area {
	margin-top: 30px;
	text-align: center;
}
.login_area .link_area .link_wrapper + .link_wrapper::before {
	margin: 0 10px;
	color: #8c8c8c;
	content: "|";
}
.login_area .link_area .link {
	color: #8c8c8c;
}
.login_area .sns_login_area {
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #1d1d1d;
}
.login_area .sns_login_area .title_area {
	color: #8c8c8c;
	text-align: center;
}
.login_area .sns_login_area .sns_button_area {
	margin-top: 15px;
}
.login_area .sns_login_area .sns_button_area .button {
	display: block;
	position: relative;
	height: 50px;
}
.login_area .sns_login_area .sns_button_area .button .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.login_area .sns_login_area .sns_button_area .button + .button {
	margin-top: 10px;
}
.login_area .sns_login_area .sns_button_area .button_google {
	background-color: #dc493c;
}
.login_area .sns_login_area .sns_button_area .button_google .icon {
	width: 40px;
	height: 40px;
	background-position: -188px -274px;
}
.login_area .sns_login_area .sns_button_area .button_naver {
	background-color: #23b909;
}
.login_area .sns_login_area .sns_button_area .button_naver .icon {
	width: 40px;
	height: 40px;
	background-position: -272px -274px;
}
.login_area .sns_login_area .sns_button_area .button_kakaotalk {
	background-color: #ffec00;
}
.login_area .sns_login_area .sns_button_area .button_kakaotalk .icon {
	width: 40px;
	height: 40px;
	background-position: -230px -274px;
}

body.light_mode .login_area .check_area .input_label {
	color: #b5b5b5;
}
body.light_mode .login_area .link_area .link_wrapper + .link_wrapper::before {
	color: #b5b5b5;
}
body.light_mode .login_area .link_area .link {
	color: #b5b5b5;
}
body.light_mode .login_area .sns_login_area {
	border-top-color: #e4e4e4;
}

/* SIGNUP PAGE */
.signup_step_area {
	margin-top: 60px;
	margin-bottom: 60px;
}
.signup_step_area .title_area {
	font-size: 1.6rem;
	text-align: right;
}
.signup_step_area .step_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}
.signup_step_area .step_area .step {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 3px;
	background-color: #5e5e5e;
}
.signup_step_area .step_area .step + .step {
	margin-left: 5px;
}
.signup_step_area .step_area .step.on {
	background-color: #fff;
}

body.light_mode .signup_step_area .step_area .step {
	background-color: #c1c1c1;
}
body.light_mode .signup_step_area .step_area .step.on {
	background-color: #000;
}

.signup_step1_area .check_area {
	margin-top: 15px;
}
.signup_step1_area .check_area .input_label {
	padding-left: 3px;
	font-size: 1.3rem;
	color: #8c8c8c;
	cursor: pointer;
}
.signup_step1_area .check_area .input_label .icon {
	width: 15px;
	height: 11px;
	background-position: -138px -394px;
	margin-top: 4px;
	margin-right: 2px;
}
.signup_step1_area .check_area .input_checkbox:checked + .input_label .icon {
	width: 15px;
	height: 11px;
	background-position: -121px -394px;
}
.signup_step1_area .check_area.type_all .input_label {
	padding-left: 0;
}
.signup_step1_area .check_area.type_all .input_label .icon_wrapper {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 1px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #313131;
}
.signup_step1_area .check_area.type_all .input_label .icon_wrapper .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	background-position: 0px -412px;
	margin: 0;
}
.signup_step1_area .check_area.type_all .input_checkbox:checked + .input_label .icon_wrapper {
	background-color: #1e4a9f;
}
.signup_step1_area .check_area.type_all .input_checkbox:checked + .input_label .icon_wrapper .icon {
	width: 14px;
	height: 14px;
	background-position: -305px -227px;
}
.signup_step1_area .button_area {
	margin-top: 60px;
	text-align: center;
}
.signup_step1_area .button_area .common_button {
	width: 50%;
}
.signup_step1_area .signup_agree_area .agree_area {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
	font-size: 1.3rem;
}
.signup_step1_area .signup_agree_area .signup_policy_area {
	overflow: hidden;
	overflow-y: auto;
	height: 200px;
	padding: 15px;
	background-color: #1d1d1d;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body.light_mode .signup_step1_area .check_area .input_label {
	color: #b5b5b5;
}
body.light_mode .signup_step1_area .check_area.type_all .input_label .icon_wrapper {
	background-color: #dedede;
}
body.light_mode .signup_step1_area .signup_agree_area .agree_area {
	border-bottom-color: #ddd;
}
body.light_mode .signup_step1_area .signup_agree_area .signup_policy_area {
	background-color: #e4e4e4;
}

.signup_step2_area .button_area {
	margin-top: 15px;
	text-align: center;
}

.signup_step3_area .text_area {
	font-size: 1.6rem;
}
.signup_step3_area .button_area {
	margin-top: 60px;
	text-align: center;
}

/* MY PAGE */
.my_main_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -5px;
	margin-top: 60px;
}
.my_main_area .button_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 33.33%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.my_main_area .button_wrapper {
	position: relative;
	padding-top: 100%;
	text-align: center;
}
.my_main_area .button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #1a1a1a;
	font-size: 1.6rem;
	font-weight: bold;
}
.my_main_area .button .icon {
	margin: 0 auto 10px;
}
.my_main_area .button .message {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	font-size: 1.3rem;
	font-weight: normal;
	color: #fe0101;
}
.my_main_area .button:hover {
	background-color: #1e4a9f !important;
	color: #fff !important;
}
.my_main_area .button.button_content .icon {
	width: 30px;
	height: 30px;
	background-position: -408px -64px;
}
.my_main_area .button.button_like .icon {
	width: 30px;
	height: 30px;
	background-position: -408px -192px;
}
.my_main_area .button.button_coupon .icon {
	width: 30px;
	height: 30px;
	background-position: -408px -128px;
}
.my_main_area .button.button_qna .icon {
	width: 30px;
	height: 30px;
	background-position: -408px -256px;
}
.my_main_area .button.button_adult_cert .icon {
	width: 30px;
	height: 30px;
	background-position: -408px 0px;
}
.my_main_area .button.button_user .icon {
	width: 45px;
	height: 43px;
	background-position: -322px -253px;
}

body.light_mode .my_main_area .button {
	background-color: #e9e9e9;
}
body.light_mode .my_main_area .button.button_content .icon {
	width: 30px;
	height: 30px;
	background-position: -408px -32px;
}
body.light_mode .my_main_area .button.button_content:hover .icon {
	width: 30px;
	height: 30px;
	background-position: -408px -64px;
}
body.light_mode .my_main_area .button.button_like .icon {
	width: 30px;
	height: 30px;
	background-position: -408px -160px;
}
body.light_mode .my_main_area .button.button_like:hover .icon {
	width: 30px;
	height: 30px;
	background-position: -408px -192px;
}
body.light_mode .my_main_area .button.button_coupon .icon {
	width: 30px;
	height: 30px;
	background-position: -408px -96px;
}
body.light_mode .my_main_area .button.button_coupon:hover .icon {
	width: 30px;
	height: 30px;
	background-position: -408px -128px;
}
body.light_mode .my_main_area .button.button_qna .icon {
	width: 30px;
	height: 30px;
	background-position: -408px -224px;
}
body.light_mode .my_main_area .button.button_qna:hover .icon {
	width: 30px;
	height: 30px;
	background-position: -408px -256px;
}
body.light_mode .my_main_area .button.button_adult_cert .icon {
	width: 30px;
	height: 30px;
	background-position: -363px -361px;
}
body.light_mode .my_main_area .button.button_adult_cert:hover .icon {
	width: 30px;
	height: 30px;
	background-position: -408px 0px;
}
body.light_mode .my_main_area .button.button_user .icon {
	width: 45px;
	height: 43px;
	background-position: -322px -208px;
}
body.light_mode .my_main_area .button.button_user:hover .icon {
	width: 45px;
	height: 43px;
	background-position: -322px -253px;
}

@media screen and (max-width: 767px) {
	.my_main_area {
		margin-top: 30px;
	}
	.my_main_area .button_area {
		width: 50%;
	}
	.my_main_area .button .message {
		bottom: 10px;
		font-size: 1.1rem;
	}
}
.my_user_info_area {
	margin-top: 60px;
}
.my_user_info_area .common_input_area_wrapper .common_input_area .common_button {
	width: 120px;
}
.my_user_info_area .link_area .link {
	color: #959595;
	text-decoration: underline;
}
.my_user_info_area .button_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	text-align: center;
}
.my_user_info_area .button_area .common_button {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.my_user_info_area .button_area .common_button + .common_button {
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.my_user_info_area {
		margin-top: 30px;
	}
}
.my_content_list_area {
	margin-top: 60px;
}

@media screen and (max-width: 767px) {
	.my_content_list_area {
		margin-top: 30px;
	}
}
.my_content_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -5px;
}
.my_content_list .listitem {
	-webkit-flex-basis: 50%;
	    -ms-flex-preferred-size: 50%;
	        flex-basis: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.my_content_list .listitem_area {
	border: 1px solid #4e4e4e;
}
.my_content_list .image_area {
	position: relative;
}
.my_content_list .image_area .label {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 8px;
	color: #fff;
}
.my_content_list .image_area .label.label_free {
	background-color: #000;
}
.my_content_list .image_area .label.label_docschool {
	background-color: #5a87e1;
}
.my_content_list .image_area .label.label_charge {
	background-color: #fe0101;
}
.my_content_list .image_area .remain {
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 5px 8px;
	background-color: #434343;
	color: #fff;
}
.my_content_list .image_area .remain .icon {
	width: 18px;
	height: 18px;
	background-position: -247px -250px;
	margin: 1px 2px 0 0;
}
.my_content_list .image_area .remain.on {
	background-color: #5a87e1;
}
.my_content_list .info_area {
	position: relative;
	padding: 15px;
}
.my_content_list .title_area {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.8rem;
}
.my_content_list .director_area {
	font-size: 1.3rem;
	color: #959595;
}
.my_content_list .overview_area {
	font-size: 1.3rem;
	color: #959595;
}
.my_content_list .overview_area .item + .item::before {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	content: "|";
}
.my_content_list .purchase_area {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #626262;
	color: #959595;
}
.my_content_list .purchase_area .tit {
	margin-right: 4px;
	font-weight: bold;
	color: #fff;
}
.my_content_list .button_delete {
	position: absolute;
	top: 15px;
	right: 10px;
}
.my_content_list .button_delete .icon {
	width: 22px;
	height: 22px;
	background-position: -408px -344px;
}

body.light_mode .my_content_list .listitem_area {
	border-color: #d2d2d2;
}
body.light_mode .my_content_list .purchase_area {
	border-top-color: #c2c2c2;
}
body.light_mode .my_content_list .purchase_area .tit {
	color: #000;
}

@media screen and (max-width: 767px) {
	.my_content_list .listitem {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
}
.my_coupon_list_area {
	margin-top: 60px;
}
.my_coupon_list_area .no_data_area {
	padding: 60px 0;
	color: #b5b5b5;
	text-align: center;
}
.my_coupon_list_area .no_data_area .icon_wrapper {
	margin-bottom: 15px;
}
.my_coupon_list_area .no_data_area .icon_wrapper .icon {
	width: 40px;
	height: 40px;
	background-position: -84px -319px;
}

body.light_mode .my_coupon_list_area .no_data_area {
	color: #8c8c8c;
}
body.light_mode .my_coupon_list_area .no_data_area .icon_wrapper .icon {
	width: 40px;
	height: 40px;
	background-position: -42px -319px;
}

@media screen and (max-width: 767px) {
	.my_coupon_list_area {
		margin-top: 30px;
	}
}
.my_coupon_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -5px;
}
.my_coupon_list .listitem {
	-webkit-flex-basis: 50%;
	    -ms-flex-preferred-size: 50%;
	        flex-basis: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.my_coupon_list .listitem_area.on .common_content_link {
	background-color: #121c30;
}
.my_coupon_list .listitem_area.on .title_area {
	color: #fff;
}
.my_coupon_list .common_content_link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px;
	background-color: #2f2f2f;
}
.my_coupon_list .image_area {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	position: relative;
	width: 132px;
	height: 132px;
	margin-right: 15px;
	padding-right: 15px;
}
.my_coupon_list .image_area .image {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #5e5e5e;
}
.my_coupon_list .image_area img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.my_coupon_list .image_area .label_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}
.my_coupon_list .image_area .label_wrapper .label {
	display: inline-block;
	vertical-align: top;
	padding: 4px 5px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.my_coupon_list .image_area::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-right: 1px dashed #656565;
	content: "";
}
.my_coupon_list .info_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 132px;
}
.my_coupon_list .label_area {
	margin-bottom: 10px;
}
.my_coupon_list .title_area {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	max-height: 40px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	/* autoprefixer: ignore next */
	-webkit-box-orient: vertical;
	white-space: normal;
	font-size: 1.8rem;
	font-weight: bold;
	color: #959595;
}
.my_coupon_list .remain_area {
	margin-top: 5px;
	font-size: 1.5rem;
}
.my_coupon_list .remain_area em {
	font-weight: bold;
	color: #5a87e1;
}
.my_coupon_list .period_area {
	margin-top: 5px;
	color: #959595;
}

body.light_mode .my_coupon_list .listitem_area.on .common_content_link {
	background-color: #d7e0f2;
}
body.light_mode .my_coupon_list .listitem_area.on .common_content_link .title_area {
	color: #000;
}
body.light_mode .my_coupon_list .listitem_area.on .common_content_link .period_area {
	color: #555;
}
body.light_mode .my_coupon_list .common_content_link {
	background-color: #e0e0e0;
}
body.light_mode .my_coupon_list .image_area .image {
	background-color: #c1c1c1;
}
body.light_mode .my_coupon_list .image_area .label_wrapper {
	color: #fff;
}
body.light_mode .my_coupon_list .image_area .label_wrapper .label {
	background-color: rgba(255, 255, 255, 0.6);
	color: #000;
}
body.light_mode .my_coupon_list .image_area::after {
	border-right-color: #ccc;
}

@media screen and (max-width: 767px) {
	.my_coupon_list .listitem {
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	}
	.my_coupon_list .image_area {
		width: 84px;
		height: 84px;
	}
	.my_coupon_list .image_area .label_wrapper {
		font-size: 1.6rem;
	}
	.my_coupon_list .image_area .label_wrapper .label {
		font-size: 1.1rem;
	}
	.my_coupon_list .title_area {
		font-size: 1.6rem;
	}
	.my_coupon_list .remain_area {
		font-size: 1.4rem;
	}
	.my_coupon_list .period_area {
		font-size: 1.3rem;
	}
}
.common_modal.modal_coupon_detail .coupon_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px;
	border: 1px solid #e0e0e0;
}
.common_modal.modal_coupon_detail .coupon_area .image_area {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	position: relative;
	width: 84px;
	height: 84px;
	margin-right: 15px;
}
.common_modal.modal_coupon_detail .coupon_area .image_area .image {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #5e5e5e;
}
.common_modal.modal_coupon_detail .coupon_area .image_area img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.common_modal.modal_coupon_detail .coupon_area .image_area .label_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}
.common_modal.modal_coupon_detail .coupon_area .image_area .label_wrapper .label {
	display: inline-block;
	vertical-align: top;
	padding: 4px 5px;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 1.4rem;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.common_modal.modal_coupon_detail .coupon_area .info_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 132px;
}
.common_modal.modal_coupon_detail .coupon_area .label_area {
	margin-bottom: 10px;
}
.common_modal.modal_coupon_detail .coupon_area .title_area {
	font-size: 1.6rem;
	font-weight: bold;
	color: #959595;
}
.common_modal.modal_coupon_detail .coupon_area .remain_area {
	margin-top: 5px;
	font-size: 1.4rem;
}
.common_modal.modal_coupon_detail .coupon_area .remain_area em {
	font-weight: bold;
	color: #5a87e1;
}
.common_modal.modal_coupon_detail .coupon_area .period_area {
	margin-top: 5px;
	font-size: 1.3rem;
	color: #959595;
}
.common_modal.modal_coupon_detail .date_area {
	position: relative;
	margin-top: 15px;
}
.common_modal.modal_coupon_detail .date_area .title_area {
	font-size: 1.5rem;
	font-weight: bold;
	color: #000;
}
.common_modal.modal_coupon_detail .date_area .date {
	position: absolute;
	top: 2px;
	right: 0;
	color: #5a87e1;
}

/* MODAL */
.common_modal.modal_player .modal_wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	background-color: transparent;
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0);
}
.common_modal.modal_player .modal_content {
	overflow: visible;
	height: 100%;
	max-height: none;
	padding: 0;
}
.common_modal.modal_player .button_close {
	z-index: 10;
}
.common_modal.modal_player .button_close .icon {
	width: 20px;
	height: 20px;
	background-position: -408px -368px;
}
.common_modal.modal_player .swiper-container {
	height: 100%;
}
.common_modal.modal_player .swiper-button-prev,
.common_modal.modal_player .swiper-button-next {
	opacity: 0;
	width: 45px;
	height: 45px;
}
.common_modal.modal_player .swiper-button-prev::before,
.common_modal.modal_player .swiper-button-next::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	content: "";
}
.common_modal.modal_player .swiper-button-prev::after,
.common_modal.modal_player .swiper-button-next::after {
	font-size: 14px;
	color: #fff;
}
.common_modal.modal_player .swiper-button-prev {
	left: 60px;
}
.common_modal.modal_player .swiper-button-next {
	right: 60px;
}
.common_modal.modal_player .swiper-container:hover .swiper-button-prev,
.common_modal.modal_player .swiper-container:hover .swiper-button-next {
	opacity: 1;
}
.common_modal.modal_player .swiper-container:hover .swiper-button-prev.swiper-button-disabled,
.common_modal.modal_player .swiper-container:hover .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
}
.common_modal.modal_player .player_area {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 1200px;
	margin: 0;
	-webkit-transform: translate(-50%, -webkit-calc(-50% - 29px));
	   -moz-transform: translate(-50%, -moz-calc(-50% - 29px));
	    -ms-transform: translate(-50%, calc(-50% - 29px));
	     -o-transform: translate(-50%, calc(-50% - 29px));
	        transform: translate(-50%, calc(-50% - 29px));
}
.common_modal.modal_player .title_area {
	position: absolute;
	right: 0;
	bottom: -58px;
	left: 0;
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	padding: 15px 0;
	background-color: #000;
	font-size: 1.8rem;
	color: #fff;
}

body.light_mode .common_modal.modal_player .swiper-button-prev::before,
body.light_mode .common_modal.modal_player .swiper-button-next::before {
	border-color: #000;
}
body.light_mode .common_modal.modal_player .swiper-button-prev::after,
body.light_mode .common_modal.modal_player .swiper-button-next::after {
	color: #000;
}
body.light_mode .common_modal.modal_player .title_area {
	background-color: #fff;
	color: #000;
}

@media screen and (max-width: 1199px) {
	.common_modal.modal_player .swiper-button-prev {
		left: 45px;
	}
	.common_modal.modal_player .swiper-button-next {
		right: 45px;
	}
	.common_modal.modal_player .player_area {
		-webkit-transform: translate(-50%, -webkit-calc(-50% - 27px));
		   -moz-transform: translate(-50%, -moz-calc(-50% - 27px));
		    -ms-transform: translate(-50%, calc(-50% - 27px));
		     -o-transform: translate(-50%, calc(-50% - 27px));
		        transform: translate(-50%, calc(-50% - 27px));
	}
	.common_modal.modal_player .title_area {
		bottom: -54px;
		padding: 15px 15px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 1023px) {
	.common_modal.modal_player .swiper-button-prev {
		left: 30px;
	}
	.common_modal.modal_player .swiper-button-next {
		right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.common_modal.modal_player .swiper-button-prev {
		left: 15px;
	}
	.common_modal.modal_player .swiper-button-next {
		right: 15px;
	}
	.common_modal.modal_player .player_area {
		max-width: 500px;
	}
}
.common_modal.modal_event .modal_wrapper {
	top: auto;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 500px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	background-color: transparent;
	-webkit-transform: translate(-50%, 0);
	   -moz-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	     -o-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.common_modal.modal_event .modal_content {
	overflow: visible;
	height: 100%;
	max-height: none;
	padding: 0;
}
.common_modal.modal_event .swiper-container {
	overflow: hidden;
	-webkit-border-radius: 15px 15px 0 0;
	   -moz-border-radius: 15px 15px 0 0;
	        border-radius: 15px 15px 0 0;
}
.common_modal.modal_event .swiper-button-prev,
.common_modal.modal_event .swiper-button-next {
	opacity: 0;
	width: 45px;
	height: 45px;
}
.common_modal.modal_event .swiper-button-prev::before,
.common_modal.modal_event .swiper-button-next::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	content: "";
}
.common_modal.modal_event .swiper-button-prev::after,
.common_modal.modal_event .swiper-button-next::after {
	font-size: 14px;
	color: #fff;
}
.common_modal.modal_event .swiper-button-prev {
	left: -22px;
}
.common_modal.modal_event .swiper-button-next {
	right: -22px;
}
.common_modal.modal_event .swiper-pagination {
	top: 10px;
	right: 10px;
	bottom: auto;
	left: auto;
	width: auto;
	padding: 2px 8px 1px;
	-webkit-border-radius: 11px;
	   -moz-border-radius: 11px;
	        border-radius: 11px;
	background-color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
	color: #959595;
}
.common_modal.modal_event .swiper-pagination .swiper-pagination-current {
	color: #fff;
}
.common_modal.modal_event .swiper-container:hover .swiper-button-prev,
.common_modal.modal_event .swiper-container:hover .swiper-button-next {
	opacity: 1;
}
.common_modal.modal_event .swiper-container:hover .swiper-button-prev.swiper-button-disabled,
.common_modal.modal_event .swiper-container:hover .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
}
.common_modal.modal_event .event_image_area .image_wrapper {
	position: relative;
	padding-top: 100%;
}
.common_modal.modal_event .event_image_area .image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
.common_modal.modal_event .button_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	background-color: #fff;
}
.common_modal.modal_event .button_area .check_area {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.common_modal.modal_event .button_area .check_area .input_label {
	cursor: pointer;
}
.common_modal.modal_event .button_area .check_area .input_label .icon_wrapper {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 1px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.common_modal.modal_event .button_area .check_area .input_label .icon_wrapper .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 14px;
	height: 14px;
	background-position: 0px -412px;
}
.common_modal.modal_event .button_area .check_area .input_checkbox:checked + .input_label .icon_wrapper {
	background-color: #1e4a9f;
}
.common_modal.modal_event .button_area .check_area .input_checkbox:checked + .input_label .icon_wrapper .icon {
	width: 14px;
	height: 14px;
	background-position: -305px -227px;
}
.common_modal.modal_event .button_area .button_close_text {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}

.debug_breakpoint {
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 10000;
}

html {
	font-size: 10px;
	line-height: 10px;
}

body {
	background-color: #000;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: -0.3px;
	line-height: 1.5;
}

body.overflow_hidden {
	overflow: hidden;
}

body.light_mode {
	background-color: #fff;
	color: #000;
}

.button_to_top {
	display: none;
	position: fixed;
	right: 60px;
	bottom: 60px;
	z-index: 10000;
	width: 34px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}
.button_to_top .wrapper_icon {
	display: block;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 auto 5px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.button_to_top .wrapper_icon .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 12px;
	height: 15px;
	background-position: -440px -17px;
}

body.light_mode .button_to_top {
	color: #000;
}
body.light_mode .button_to_top .wrapper_icon {
	border-color: #000;
}
body.light_mode .button_to_top .wrapper_icon .icon {
	width: 12px;
	height: 15px;
	background-position: -440px 0px;
}

@media screen and (max-width: 1199px) {
	.button_to_top {
		right: 45px;
		bottom: 45px;
	}
}
@media screen and (max-width: 1023px) {
	.button_to_top {
		right: 30px;
		bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.button_to_top {
		right: 15px;
		bottom: 15px;
	}
}
.common_content_link {
	display: block;
}

.image_area,
.media_image_area {
	overflow: hidden;
}
.image_area img,
.media_image_area img {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	-moz-transition: transform 0.5s, -moz-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}

.image_area:hover img,
.media_image_area:hover img {
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}

.layout_inner {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 60px;
}

.layout_inner.type_md {
	max-width: 800px;
}

.layout_inner.type_sm {
	max-width: 400px;
}

@media screen and (max-width: 1199px) {
	.layout_inner {
		max-width: 1200px;
		padding: 0 45px;
	}
}
@media screen and (max-width: 1023px) {
	.layout_inner {
		padding: 0 30px;
	}
}
@media screen and (max-width: 767px) {
	.layout_inner {
		padding: 0 15px;
	}
}
.content {
	min-height: 100vh;
	padding-bottom: 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (max-width: 1199px) {
	.content {
		min-height: -webkit-calc(100vh - 70px);
		min-height: -moz-calc(100vh - 70px);
		min-height: calc(100vh - 70px);
	}
}
@media screen and (max-width: 767px) {
	.content {
		padding-bottom: 30px;
	}
}
.common_sub_page {
	padding-top: 122px;
}

@media screen and (max-width: 1199px) {
	.common_sub_page {
		margin-top: 15px;
		padding-top: 0;
	}
}
.common_sub_page_title {
	padding-top: 60px;
	padding-bottom: 10px;
	background-color: #121212;
	font-size: 4.3rem;
	line-height: 5rem;
}
.common_sub_page_title .txt {
	position: relative;
	z-index: 10;
}
.common_sub_page_title .sub_txt {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 10;
	font-size: 1.4rem;
	line-height: 2rem;
	vertical-align: baseline;
}
.common_sub_page_title .sub_txt em {
	color: #959595;
}
.common_sub_page_title .icon {
	position: absolute;
	right: 100px;
	bottom: -10px;
	width: 320px;
	height: 76px;
	background-position: 0px 0px;
}
.common_sub_page_title .count {
	position: absolute;
	right: 60px;
	bottom: 0;
	font-size: 1.6rem;
	line-height: 2rem;
}
.common_sub_page_title .count em {
	color: #fe0101;
}

body.light_mode .common_sub_page_title {
	background-color: #eee;
}
body.light_mode .common_sub_page_title .icon {
	opacity: 0.06;
}

@media screen and (max-width: 1199px) {
	.common_sub_page_title .count {
		right: 45px;
	}
}
@media screen and (max-width: 1023px) {
	.common_sub_page_title {
		padding-top: 30px;
		font-size: 3.3rem;
	}
	.common_sub_page_title .count {
		right: 30px;
	}
}
@media screen and (max-width: 767px) {
	.common_sub_page_title {
		padding-top: 15px;
		font-size: 2.4rem;
	}
	.common_sub_page_title .icon {
		right: 15px;
		-webkit-transform: scale(0.5);
		   -moz-transform: scale(0.5);
		    -ms-transform: scale(0.5);
		     -o-transform: scale(0.5);
		        transform: scale(0.5);
		-webkit-transform-origin: bottom right;
		   -moz-transform-origin: bottom right;
		    -ms-transform-origin: bottom right;
		     -o-transform-origin: bottom right;
		        transform-origin: bottom right;
	}
	.common_sub_page_title .count {
		right: 15px;
	}
}
.common_sub_page_sub_title {
	margin-top: 60px;
	font-size: 2.2rem;
	font-weight: bold;
}
.common_sub_page_sub_title em {
	font-weight: 800;
}

@media screen and (max-width: 1023px) {
	.common_sub_page_sub_title {
		margin-top: 30px;
		font-size: 2rem;
	}
}
@media screen and (max-width: 767px) {
	.common_sub_page_sub_title {
		margin-top: 15px;
		font-size: 1.8rem;
	}
}
.common_area_title {
	margin-bottom: 15px;
	font-size: 2.8rem;
}

.common_area_title.type_sm {
	font-size: 1.6rem;
}

.common_area_title_description {
	margin-bottom: 15px;
	font-size: 1.6rem;
	color: #b5b5b5;
}
.common_area_title_description .link {
	font-weight: bold;
	color: #fff;
}

body.light_mode .common_area_title_description {
	color: #7c7c7c;
}
body.light_mode .common_area_title_description .link {
	color: #000;
}

.common_page_area {
	margin-top: 60px;
	text-align: center;
}
.common_page_area .button {
	display: inline-block;
	vertical-align: top;
	min-width: 40px;
	height: 40px;
	margin: 0 -0.5px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 3.8rem;
}
.common_page_area .button.on {
	position: relative;
	border-color: #fff;
	background-color: #fff;
	font-weight: bold;
	color: #000;
}
.common_page_area .button_direction {
	position: relative;
}
.common_page_area .button_direction .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.common_page_area .button_direction.button_first .icon {
	width: 13px;
	height: 13px;
	background-position: -79px -412px;
}
.common_page_area .button_direction.button_prev .icon {
	width: 13px;
	height: 13px;
	background-position: -169px -412px;
}
.common_page_area .button_direction.button_next .icon {
	width: 13px;
	height: 13px;
	background-position: -139px -412px;
}
.common_page_area .button_direction.button_last .icon {
	width: 13px;
	height: 13px;
	background-position: -109px -412px;
}

body.light_mode .common_page_area .button {
	border-color: #aaa;
}
body.light_mode .common_page_area .button.on {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
body.light_mode .common_page_area .button_direction.button_first .icon {
	width: 13px;
	height: 13px;
	background-position: -64px -412px;
}
body.light_mode .common_page_area .button_direction.button_prev .icon {
	width: 13px;
	height: 13px;
	background-position: -154px -412px;
}
body.light_mode .common_page_area .button_direction.button_next .icon {
	width: 13px;
	height: 13px;
	background-position: -124px -412px;
}
body.light_mode .common_page_area .button_direction.button_last .icon {
	width: 13px;
	height: 13px;
	background-position: -94px -412px;
}

.common_search_input_area {
	position: relative;
	padding-right: 88px;
	border-bottom: 2px solid #fff;
}
.common_search_input_area .input_text {
	width: 100%;
	height: 54px;
	border: 0;
	outline: none;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 2rem;
}
.common_search_input_area .button_reset {
	position: absolute;
	top: 50%;
	right: 54px;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #444;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.common_search_input_area .button_reset .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 11px;
	height: 11px;
	background-position: -440px -60px;
}
.common_search_input_area .button_search {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
}
.common_search_input_area .button_search .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 31px;
	height: 31px;
	background-position: -330px -361px;
}

.common_search_input_area.focus {
	border-bottom-color: #5a87e1;
}

body.light_mode .common_search_input_area {
	border-bottom-color: #000;
}
body.light_mode .common_search_input_area .button_reset {
	background-color: #ddd;
}
body.light_mode .common_search_input_area .button_search .icon {
	width: 31px;
	height: 31px;
	background-position: -297px -361px;
}

.common_label {
	display: inline-block;
	vertical-align: top;
	padding: 2px 5px 1px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	background-color: #2d2d2d;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
}

.common_label.type_on,
.common_label.type_complete {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	background-color: #5a87e1 !important;
	color: #fff !important;
}

.common_label.type_off,
.common_label.type_wating {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	background-color: #666;
}

body.light_mode .common_label {
	background-color: #e4e4e4;
	color: #000;
}
body.light_mode .common_label.type_off,
body.light_mode .common_label.type_wating {
	background-color: #ccc;
}

.common_input_area_wrapper {
	position: relative;
	padding-bottom: 26px;
}
.common_input_area_wrapper .input_label {
	display: block;
	margin-bottom: 5px;
	font-size: 1.6rem;
	font-weight: bold;
}
.common_input_area_wrapper .input_label .require {
	position: relative;
	color: #fe0101;
}
.common_input_area_wrapper .common_select_area {
	position: relative;
}
.common_input_area_wrapper .common_select_area .input_select {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	outline: none;
	background-color: #1d1d1d;
	font-size: 1.4rem;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.common_input_area_wrapper .common_select_area .icon {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 19px;
	height: 11px;
	background-position: -79px -394px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	pointer-events: none;
}
.common_input_area_wrapper .common_input_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.common_input_area_wrapper .common_input_area .input_text {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	outline: none;
	background-color: #1d1d1d;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: 1.4rem;
	color: #fff;
}
.common_input_area_wrapper .common_input_area .input_text.type_textarea {
	height: 200px;
	padding: 15px;
	resize: none;
}
.common_input_area_wrapper .common_input_area .input_text.type_password {
	padding-right: 50px;
}
.common_input_area_wrapper .common_input_area .common_button {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	   -moz-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 84px;
	margin-left: 10px;
	text-align: center;
}
.common_input_area_wrapper .common_input_area .button_show_password {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
}
.common_input_area_wrapper .common_input_area .button_show_password .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 19px;
	height: 17px;
	background-position: -288px -250px;
}
.common_input_area_wrapper .common_input_area .button_show_password.on .icon {
	width: 19px;
	height: 17px;
	background-position: -267px -250px;
}
.common_input_area_wrapper .error_message {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.3rem;
	color: #fe0101;
}
.common_input_area_wrapper .guide_message {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.3rem;
}

body.light_mode .common_input_area_wrapper .common_select_area .input_select {
	background-color: #e4e4e4;
}
body.light_mode .common_input_area_wrapper .common_select_area .icon {
	width: 19px;
	height: 11px;
	background-position: -58px -394px;
}
body.light_mode .common_input_area_wrapper .common_input_area .input_text {
	background-color: #e4e4e4;
	color: #000;
}

.common_input_area_wrapper.type_no_message {
	padding-bottom: 0;
}

.common_input_area_wrapper.type_modal .input_label {
	color: #000;
}
.common_input_area_wrapper.type_modal .common_select_area .input_select {
	background-color: #f6f6f6;
	color: #000;
}
.common_input_area_wrapper.type_modal .common_select_area .icon {
	width: 19px;
	height: 11px;
	background-position: -100px -394px;
}
.common_input_area_wrapper.type_modal .common_input_area .input_text {
	background-color: #f6f6f6;
	color: #000;
}

.common_input_area_wrapper + .common_input_area_wrapper {
	margin-top: 30px;
}

.common_button {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #626262;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 5rem;
	text-align: center;
}

body.light_mode .common_button {
	background-color: #cecece;
	color: #000;
}

.common_button.common_button_primary {
	background-color: #1e4a9f !important;
	color: #fff !important;
}

.common_modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.6);
}
.common_modal .modal_wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 360px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	background-color: #fff;
	color: #000;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.common_modal .modal_header {
	position: relative;
	padding: 15px 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.common_modal .modal_header::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	content: "";
}
.common_modal .modal_content {
	overflow: hidden;
	overflow-y: auto;
	max-height: 600px;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.common_modal .guide_area {
	margin-top: 20px;
}
.common_modal .guide_area .title_area {
	font-size: 1.5rem;
	font-weight: bold;
	color: #000;
}
.common_modal .guide_area .list_guide {
	margin-top: 10px;
}
.common_modal .guide_area .list_guide li {
	position: relative;
	padding-left: 7px;
	font-size: 1.2rem;
	color: #7d7d7d;
}
.common_modal .guide_area .list_guide li::before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 2px;
	height: 2px;
	background-color: #7d7d7d;
	content: "";
}
.common_modal .modal_footer {
	position: relative;
	padding: 0 20px 15px;
	text-align: center;
}
.common_modal .modal_footer::before {
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	height: 30px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
	content: "";
}
.common_modal .button_close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 40px;
	height: 40px;
}
.common_modal .button_close .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background-position: -374px -337px;
}

body.light_mode .common_modal {
	background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 390px) {
	.common_modal .modal_wrapper {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-transform: translate(0, 0);
		   -moz-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		     -o-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	.common_modal .modal_content {
		max-height: -webkit-calc(100% - 57px - 65px);
		max-height: -moz-calc(100% - 57px - 65px);
		max-height: calc(100% - 57px - 65px);
	}
}
.common_modal.modal_alert .modal_content {
	font-size: 1.5rem;
	font-weight: bold;
	color: #000;
	text-align: center;
}