@charset "utf-8";

/* wrap */
.wrap {}

/* header */
.header {
	position: relative;
	min-width: 1280px;
	background-color: #fff;
	border-bottom: 1px solid #e7eff6;
	z-index: 1000;
}

.header .header_inn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 60px;
	height: 90px;
}

.header .header_inn .left h1.h1_mtit a {
	font-size: 28px;
	font-weight: 700;
	color: #000;
}

.header .header_inn .right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	column-gap: 5px;
}

/* lnb */
.lnb {
	min-width: 260px;
	margin: 19px 0 0 60px;
	border-radius: 20px;
	background-color: #003477;
	z-index: 900;
}

.lnb .lnb_inn {
	padding: 15px 0;
	height: 100%;
}

.lnb_menu {
	padding: 0 15px;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

/* scroll */
.lnb_menu::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

/* Handle */
.lnb_menu::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .5);
}

/* Handle on hover */
.lnb_menu::-webkit-scrollbar-thumb:hover {
	background-color: rgba(255, 255, 255, .5);
}

/* Track */
.lnb_menu::-webkit-scrollbar-track {
	margin: 3px 0;
	background-color: rgba(255, 255, 255, .2);
}

.lnb_menu .depth1 {
	position: relative;
	margin: 0 0 10px;
	border-radius: 10px;
	overflow: hidden;
}

.lnb_menu .depth1:last-child {
	margin-bottom: 0;
}

.lnb_menu .depth1 .depth1_item {
	position: relative;
	display: block;
	min-height: 44px;
	padding: 13px 25px 12px 15px;
	background-color: #003477;
	text-align: left;
	-webkit-transition: all ease-out;
	-moz-transition: all ease-out .15s;
	-o-transition: all ease-out .15s;
	transition: all ease-out .15s;
}

.lnb_menu .depth1 .depth1_item::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 9px;
	height: 5px;
	margin-top: -2px;
	background-image: url(../../img/rissu2/ic_lnbArw.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.lnb_menu .depth1 .depth1_item>span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.lnb_menu .depth1 .depth1_item:hover,
.lnb_menu .depth1 .depth1_item.on {
	background-color: #fff;
}

.lnb_menu .depth1 .depth1_item:hover::after {
	background-position: 0 -5px;
	transform: rotate(-180deg);
}

.lnb_menu .depth1 .depth1_item.on::after {
	background-position: 0 -5px;
	transform: rotate(0);
}

.lnb_menu .depth1 .depth1_item:hover>span,
.lnb_menu .depth1 .depth1_item.on>span {
	color: #003477;
}

.lnb_menu .depth2 {
	background-color: rgba(255, 255, 255, .1);
}

.lnb_menu .depth2>ul {
	padding: 10px 0;
}

.lnb_menu .depth2 a.depth2_item {
	display: block;
	padding: 7px 15px 7px 25px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, .7);
	line-height: 18px;
}

.lnb_menu .depth2 a.depth2_item:hover,
.lnb_menu .depth2 a.depth2_item.on {
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

/* container */
.container {
	display: flex;
	position: relative;
	min-height: calc(100% - 332px);
}

.content {
	width: 100%;
	min-width: 1500px;
	min-height: 741px;
	padding: 19px 55px 0 40px;
}

/* footer */
.footer {
	position: relative;
	min-width: 1280px;
	background-color: #fff;
	z-index: 900;
}

.footer .footer_inn {
	padding: 40px 60px 30px;
}

.foot_menu>ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.foot_menu>ul>li {
	margin-left: 10px;
}

.foot_menu>ul>li:first-child {
	margin-left: 0;
}

.foot_menu>ul>li [class^="btn_"] {
	padding: 13px 25px;
}

.foot_cnt_info {
	margin: 15px 0 0;
}

.foot_cnt_info>ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.foot_cnt_info>ul>li {
	position: relative;
	display: inline-block;
	padding: 0 19px;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	line-height: 22px;
}

.foot_cnt_info>ul>li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 10px;
	background-color: #d4d5d7;
}

.foot_cnt_info>ul>li:first-child {
	padding: 0 19px 0 0;
}

.foot_cnt_info>ul>li:first-child::before {
	display: none;
}

.foot_cnt_info p.tx_copyright {
	margin: 10px 0 0;
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	color: #999;
}

/* fmaily site 콤보 버튼 */
.fmsite_combo {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.fmsite_combo .bt_fmsite,
.fmsite_combo .bt_move {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
}

.fmsite_combo .bt_fmsite {
	position: relative;
	width: 290px;
	height: 36px;
	border-radius: 10px;
	border: 1px solid #dbddde;
	padding: 0 35px 0 20px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 34px;
	text-align: left;
	letter-spacing: -0.02em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.fmsite_combo .bt_fmsite::after {
	content: '';
	position: absolute;
	top: 15px;
	right: 20px;
	display: inline-block;
	width: 9px;
	height: 5px;
	background-image: url(../../img/rissu2/ic_combo_arw.png);
	background-repeat: no-repeat;
}

.fmsite_combo .bt_fmsite.on::after {
	transform: rotate(-180deg);
}

.fmsite_combo .ly_fmsite {
	position: absolute;
	bottom: 38px;
	width: 290px;
	display: none;
	border: 1px solid #dbddde;
	background: #fff;
	padding: 9px 0;
	border-radius: 10px;
}

.fmsite_combo .ly_fmsite li {
	text-align: left;
}

.fmsite_combo .ly_fmsite li:hover {
	background: #eee;
}

.fmsite_combo .ly_fmsite li a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding: 8px 12px;
	letter-spacing: -0.02em;
}