@charset "utf-8";

html {
	font-size: 100%;
}
@media (max-width: 767px) {
	html {
		font-size: 80%;
	}
}
body {
	position: relative;
	color: #333;
}
@media (min-width: 768px) {
	body {
		min-width: 1400px;
	}
}

body.overflow-hidden {
    overflow: hidden !important;
}
@media (max-width: 1199px) {
    body.gnb-open {
        overflow: hidden !important;
    }
}

img {
	max-width: 100%;
}

.mt100 {margin-top: 6.25rem !important;}
.mt90 {margin-top: 5.625rem !important;}
.mt80 {margin-top: 5rem !important;}
.mt70 {margin-top: 4.375rem !important;}
.mb70 {margin-bottom: 4.375rem !important;}
.mt60 {margin-top: 3.75rem !important;}
.mb60 {margin-bottom: 3.75rem !important;}
.mt50 {margin-top: 3.125rem !important;}
.mb50 {margin-bottom: 3.125rem !important;}
.mt43 {margin-top: 2.6875rem !important;}
.mt40 {margin-top: 2.5rem !important;}
.mb40 {margin-bottom: 2.5rem !important;}
.mt30 {margin-top: 1.875rem !important;}
.mb30 {margin-bottom: 1.875rem !important;}
.mt20 {margin-top: 1.25rem !important;}
.mr20 {margin-right: 1.25rem !important;}
.mb20 {margin-bottom: 1.25rem !important;}
.ml20 {margin-left: 1.25rem !important;}
.mt15 {margin-top: 0.9375rem !important;}
.mt10 {margin-top: 0.625rem !important;}
.mr10 {margin-right: 0.625rem !important;}
.mb10 {margin-bottom: 0.625rem !important;}
.ml10 {margin-left: 0.625rem !important;}
.mt5 {margin-top: 0.3125rem !important;}
.mr5 {margin-right: 0.3125rem !important;}
.m0 {margin: 0 !important;}
.p0 {padding: 0 !important;}
.pt0 {padding-top: 0 !important;}
.pr0 {padding-right: 0 !important;}
.pb0 {padding-bottom: 0 !important;}
.pl0 {padding-left: 0 !important;}
.pt5 {padding-top: 0.3125rem !important;}
.pt70 {padding-top: 4.375rem !important;}
.pb70 {padding-bottom: 4.375rem !important;}
.pt50 {padding-top: 3.125rem !important;}
.pb50 {padding-bottom: 3.125rem !important;}
.pt40 {padding-top: 2.5rem !important;}
.p30 {padding: 1.875rem !important;}
.pt20 {padding-top: 1.25rem !important;}
.pb20 {padding-bottom: 1.25rem !important;}
.pl30 {padding-left: 1.875rem !important;}
.pl20 {padding-left: 1.25rem !important;}
.pl10 {padding-left: 0.625rem !important;}

.fw_100 {font-weight: 100 !important;}
.fw_200 {font-weight: 200 !important;}
.fw_300 {font-weight: 300 !important;}
.fw_350 {font-weight: 350 !important;}
.fw_400 {font-weight: 400 !important;}
.fw_500 {font-weight: 500 !important;}
.fw_600 {font-weight: 600 !important;}
.fw_700 {font-weight: 700 !important;}
.fw_800 {font-weight: 800 !important;}
.fw_900 {font-weight: 900 !important;}

.fs_100 {font-size: 6.25rem !important;}
.fs_80 {font-size: 5rem !important;}
.fs_70 {font-size: 4.375rem !important;}
.fs_65 {font-size: 4.0625rem !important;}
.fs_60 {font-size: 3.75rem !important;}
.fs_50 {font-size: 3.125rem !important;}
.fs_48 {font-size: 3rem !important;}
.fs_45 {font-size:2.813rem !important;}
.fs_43 {font-size: 2.6875rem !important;}
.fs_40 {font-size: 2.5rem !important;}
.fs_38 {font-size: 2.375rem !important;}
.fs_35 {font-size: 2.1875rem !important;}
.fs_33 {font-size: 2.0625rem !important;}
.fs_32 {font-size: 2rem !important;}
.fs_30 {font-size: 1.875rem !important;}
.fs_25 {font-size: 1.5625rem !important;}
.fs_22 {font-size: 1.375rem !important;}
.fs_20 {font-size: 1.25rem !important;}
.fs_18 {font-size: 1.125rem !important;}
.fs_17 {font-size: 1.0625rem !important;}
.fs_16 {font-size: 1rem !important;}
.fs_15 {font-size: 0.9375rem !important;}
.fs_14 {font-size: 0.875rem !important;}
.fs_13 {font-size: 0.8125rem !important;}
.fs_0 {font-size: 0 !important;}

@media (max-width: 575px) {
	.fs_100 {font-size: 28px !important;}
	.fs_80 {font-size: 28px !important;}
	.fs_70 {font-size: 28px !important;}
	.fs_65 {font-size: 28px !important;}
	.fs_60 {font-size: 28px !important;}
	.fs_50 {font-size: 28px !important;}
	.fs_48 {font-size: 26px !important;}
	.fs_45 {font-size: 26px !important;}
	.fs_43 {font-size: 26px !important;}
	.fs_40 {font-size: 24px !important;}
	.fs_38 {font-size: 24px !important;}
	.fs_35 {font-size: 22px !important;}
	.fs_33 {font-size: 22px !important;}
	.fs_32 {font-size: 22px !important;}
	.fs_30 {font-size: 20px !important;}
	.fs_25 {font-size: 18px !important;}
	.fs_22 {font-size: 18px !important;}
	.fs_20 {font-size: 17px !important;}
	.fs_18 {font-size: 16px !important;}
	.fs_17 {font-size: 15px !important;}
	.fs_16 {font-size: 14px !important;}
	.fs_15 {font-size: 13px !important;}
	.fs_14 {font-size: 12px !important;}
	.fs_13 {font-size: 11px !important;}
}

.ver_mid {vertical-align: middle;}

.lh_1_8 {line-height: 1.8;}
.lh_1_5 {line-height: 1.5;}
.lh_1_4 {line-height: 1.4;}
.lh_1_3 {line-height: 1.3;}
.lh_1_2 {line-height: 1.2;}
.lh_1 {line-height: 1;}

/* header */
#header {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 2560px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5010;
    -webkit-transition: .2s background ease-in-out;
    -o-transition: .2s background ease-in-out;
    transition: .2s background ease-in-out;

    border-bottom: 1px solid rgba(255,255,255,.2);
}
body.main #header {
    background: rgba(255,255,255,1);
    border-bottom-color: rgba(255,255,255,0);
}
body.main #header.scroll-bg,
body.main #header.hover-bg {
    background-color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.header_head {
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}
.header_head .header_inner {
    position: relative;
    height: 3.125rem;
}
.header_head__tit {
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #003d75;
    line-height: 1;
}
.header_head__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: center;
    font-size: 0;
}
.header_head__link > li {
    position: relative;
}
.header_head__link > li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #c4c6ca;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	display: none;
}
.header_head__link > li.bullet_none:after {
    display: none;
}
.header_head__link > li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header_head__link > li:last-child:after {
    display: none;
}
.header_head__link > li > a {
    display: block;
    padding: 1.0625rem 0.5rem;
}
.header_head__link > li > a.type_ico {
    font-size: 0;
    color: #7d7d7d;
}
.header_head__link > li > a.type_ico:hover {
    color: #003d75;
}
.header_head__link > li > a.type_ico img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.625rem;
}
.header_head__link > li > a.type_ico span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;;
    font-weight: 400;
    color: inherit;
    line-height: 1;
}
.header_body {
}
.header_body .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 83px;
    padding-right: 20px;
}
.header_logo {
    font-size: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 270px;
}
.header_body__pc_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 270px);
    height: 100%;
}
.header_body__pc_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.header_body__pc_nav ul li {
    position: relative;
    padding-right: 35px;
    margin-right: 35px;
}
.header_body__pc_nav ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e1e1e1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    
    display: none;
}
.header_body__pc_nav ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header_body__pc_nav ul li:last-child:after {
    display: none;
}
.header_body__pc_nav ul li a {
    font-size: 20px;
    font-weight: 500;
	color: #fff;
}

.search_area {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 90px;
}
#searchBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    font-size: 0;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	cursor: pointer;
}
#searchBtn img {
	
}
.search_box--fc{
    position: relative;
	/* position: absolute; */
	/* display: none; */
    /* top: 100%; */
    right: 4px;
    border: 1px solid #c6c6c6;
}
.search_box.block {
	display: block;
}
.search_form--fc {
	width: 280px;
    font-size: 0;
}
input[type="text"].search_txt--fc,
.search_txt--fc {
	width: 240px;
    height: 40px;
    padding: 10px;
    border: 0;
    font-size: 12px;
    font-weight: 400;
	background-color: rgba(255,255,255,.1);
	color: #fff;
    outline: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
input[type="text"].search_txt--fc::-webkit-input-placeholder, .search_txt--fc::-webkit-input-placeholder {
	color: rgba(255,255,255,.5);
}
input[type="text"].search_txt--fc::-moz-placeholder, .search_txt--fc::-moz-placeholder {
	color: rgba(255,255,255,.5);
}
input[type="text"].search_txt--fc:-ms-input-placeholder, .search_txt--fc:-ms-input-placeholder {
	color: rgba(255,255,255,.5);
}
input[type="text"].search_txt--fc::-ms-input-placeholder, .search_txt--fc::-ms-input-placeholder {
	color: rgba(255,255,255,.5);
}
input[type="text"].search_txt--fc::placeholder,
.search_txt--fc::placeholder {
	color: rgba(255,255,255,.5);
}
input[type="submit"].search_submit--fc,
.search_submit--fc {
	width: 40px;
    height: 40px;
    vertical-align: top;
    background: rgba(255,255,255,.2) url(/images/2021/common/icon_search_white.png) no-repeat center;
    border-left: 0;
	background-size: 20px;
	font-size: 0;
	border: 0;
}
.search_area.on {
	background: url(/images/2021/common/ico_gnb_close.png) no-repeat center !important;
    background-size: 25px !important;
}
.search_area.on #searchBtn img {
	display: none;
}

.gnb {
    display: none;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
}
.gnb ul.depth1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
}
.gnb ul.depth1 > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 35px 30px;
}
.gnb ul.depth1 > li > a {
    font-size: 20px;
    font-weight: 700;
    color: #1ea69c;
}
.gnb ul.depth2 {
    margin-top: 15px;
}
.gnb ul.depth2 > li > a {
    line-height: 1.8;
}

@media (max-width: 1540px) {
    .header_inner {
        padding-right: 0;
    }
    .header_head__link {
        padding-right: 20px;
    }
    .btn_issuance_service {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        right: auto;
        width: auto;
        height: 3.125rem;
        padding: 0 5rem 0 1.5625rem;
        border-radius: 0;
        background-position: right bottom;
        background-size: auto 90%;
        font-size: 14px;
    }
}
@media (max-width: 1500px) {
    .header_head__tit {
        display: none;
    }
    /* .header_logo {
        width: 210px;
    }
    .header_body__pc_nav {
        width: 100%;
    }
    .header_body__pc_nav ul {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .header_body__pc_nav ul li {
        padding-right: 20px;
        margin-right: 20px;
    }
    .header_body__pc_nav ul li:last-child {
        padding-right: 0;
        margin-right: 0;
    }
    .header_body__pc_nav ul li a {
        font-size: 18px;
    } */
}
@media (min-width: 768px) {
	#header {
		min-width: 1400px;
    	width: 100%;
	}
	.search_box--fc{
		border: 0;
	}
	input[type="text"].search_txt--fc,
	.search_txt--fc {
		height: 50px;
		border-bottom: 2px solid #fff;
		background-color: transparent;
	}
	input[type="submit"].search_submit--fc,
	.search_submit--fc {
		height: 50px;
		background-color: transparent;
	}

	.header_body__pc_nav ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
		height: 83px;
	}
	.header_body__pc_nav .depth1 > li {
		position: relative;
	}
	.header_body__pc_nav .depth2 {
		position: absolute;
		top: 100%;
		right: -10px;
		left: -10px;
		width: auto;
		padding: 0 !important;
		border-top: 2px	solid #fff;
		display: none !important;
	}
	.header_body__pc_nav .depth1 > li:hover .depth2 {
		display: block !important;
	}
	.header_body__pc_nav .depth2 li {
		padding: 0 !important;
	}
	.header_body__pc_nav .depth2 li a {
		display: block;
		font-size: 16px;
		font-weight: 400;
		height: auto;
		padding: 10px;
		color: #fff;
		background-color: rgba(0,0,0,.7);
		border-bottom: 1px solid rgba(255,255,255,.3);
	}
	.header_body__pc_nav .depth2 li a:hover {
		background-color: #000;
	}

    .btn_gnb_open {
        display: none;
    }
    .gnb {
        background-color: #fff;
    }
    .gnb__head {
        display: none;
    }
    .gnb ul.depth1 > li {
        position: relative;
    }
    .gnb ul.depth1 > li + li {
        border-left: 1px solid #ddd;
    }
    .gnb ul.depth1 > li:hover {
        background-color: #f3f3f3;
    }
    .gnb ul.depth1 > li:hover:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 3px;
        background-color: #1ea69c;
    }
    .gnb ul.depth1 > li > a:after {
        content: "";
        display: block;
        margin: 13px 0;
        width: 20px;
        height: 2px;
        background-color: #1ea69c;
    }
    .gnb ul.depth2 > li > a {
        font-size: 20px;
        font-weight: 400;
    }
    .gnb ul.depth2 > li > a:hover {
        text-decoration: underline;
    }
    .gnb ul.depth3 {
        display: none !important;
    }

    /* gnb new style */
    .header_body__pc_nav ul {
        /* -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; */
        padding-left: 20px;
    }
    .header_body__pc_nav ul li,
    .header_body__pc_nav ul li:last-child {
        padding: 0 33px;
        margin-right: 0;
        text-align: center;
        /* -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; */
    }

    .gnb ul.depth1 {
        max-width: 1640px;
        padding-left: 310px;
    }
    .gnb ul.depth1 > li {
        padding: 35px 20px;
    }
}
/* @media (min-width: 1200px) and (max-width: 1350px) {
    .header_body__pc_nav ul li a {
        font-size: 18px;
    }
    .gnb ul.depth2 {
        word-break: break-all;
    }
    .gnb ul.depth1 > li > a,
    .gnb ul.depth2 > li > a {
        font-size: 18px;
    }
} */
@media (max-width: 767px) {
	.header_body__pc_nav .depth2 {
		display: none !important;
	}
    .header_head__link {
        padding-right: 0;
    }
    .header_head__link > li {
        padding-right: 0;
        margin-right: 0;
    }
    .header_head__link > li:after {
        display: none;
    }
    .header_head__link > li > a.type_ico {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 3.125rem;
        padding: 0.625rem;
        /* border-left: 1px solid #e5e5e5; */
    }
    .header_body .header_inner {
        height: 70px;
    }
    .header_logo {
        width: 120px;
    }
    .btn_gnb_open {
        display: block;
        background: none;
        border: 0;
        outline: none;
        font-size: 0;
        width: 3rem;
    }
    .header_body__pc_nav {
        display: none;
    }

    .search_box--fc{
        position: absolute;
        top: 9px;
        right: auto;
        left: -100%;
        z-index: 1;
        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
    }

	input[type="submit"].search_submit--fc,
	.search_submit--fc {
		background-image: url(/images/2021/common/ico_search.png);
	}

    body.gnb-open .search_box--fc{
        left: 9px;
    }

    .gnb {
        position: fixed;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        opacity: 0;

        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
    }
    body.gnb-open .gnb {
        left: 0;
        opacity: 1;
    }
    .gnb__head {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 3.625rem;
        padding: 0 20px;
        background-color: #fff;
        border-bottom: 1px solid #e5e5e5;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .gnb__head__right {
        font-size: 0;
    }
    .btn_gnb_close {
        border: 0;
        outline: none;
        background: none;
        font-size: 0;
    }
    .header_translate_box {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 2;
        top: 0;
        left: -100%;
        width: calc(100% - 5.125rem);
        height: 3.625rem;
        padding-right: 0;
        padding-left: 20px;
        opacity: 0;

        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
    }
    body.gnb-open .header_translate_box {
        left: 0;
        opacity: 1;
    }
    .translation-icons {
        text-align: right !important;
        margin-right: 0 !important;
    }
    .translation-icons > a {
        width: 9%;
        max-width: 31px;
    }
    .gnb ul.depth1 {
        position: relative;
        display: block;
        padding: 0;
        margin: 0 auto 0 0;
        width: 100%;
        height: calc(100% - 3.625rem);
        background: #1ea69c;
        overflow-y: auto;
    }
    .gnb ul.depth1 > li {
        padding: 0;
        width: 11.875rem;
        border-bottom: 2px solid rgba(255,255,255,.2);
    }
    .gnb ul.depth1 > li > a {
        display: block;
        font-size: 1.125rem;
        font-weight: 500;
        padding: 0.9375rem 20px;
        color: #fff;
        margin-right: -1px;
        margin-left: -1px;
    }
    .gnb ul.depth1 > li > a span {
        background: -o-linear-gradient(top,rgba(255,255,255,0) 93%, #1ea69c 93%);
        background: -webkit-gradient(linear,left top, left bottom,color-stop(93%, rgba(255,255,255,0)), color-stop(93%, #1ea69c));
        background: linear-gradient(180deg,rgba(255,255,255,0) 93%, #1ea69c 93%);
        padding-bottom: 2px;
        background-repeat: no-repeat;
        background-size: 0% 100%;
        background-position: 50% 100%;
        -webkit-transition: .2s background ease-in-out;
        -o-transition: .2s background ease-in-out;
        transition: .2s background ease-in-out;
    }
    .gnb ul.depth2 {
        position: absolute;
        top: 0;
        left: 11.875rem;
        width: calc(100% - 11.875rem);
        min-height: 100%;
        background-color: #fff;
        margin-top: 0;
        padding: 0.625rem 1.25rem 2.5rem;

        display: none;
    }
    .gnb ul.depth1 > li.on > a {
        background-color: #fff;
        font-weight: 700;
        color: #111;
    }
    .gnb ul.depth1 > li.on > a span {
        background-size: 100% 100%;
    }
    .gnb ul.depth1 > li.on ul.depth2 {
        display: block;
    }
    .gnb ul.depth2 > li > a {
        position: relative;
        display: block;
        font-size: 1.125rem;
        font-weight: 400;
        padding: 0.625rem 3.125rem 0.625rem 0;
        border-bottom: 2px solid #e4e4e4;
    }
    .gnb ul.depth2 > li.in > a:after {
        content: "";
        position: absolute;
        top: 0.75rem;
        right: 0;
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 50%;
        border: 1px solid #e2e2e2;
        background: #fff url('/images/2021/common/ico_fold_arrow_down.png') no-repeat center/0.75rem;
    }
    .gnb ul.depth2 > li.on > a {
        font-weight: 700;
        border-bottom-color: #000;
    }
    .gnb ul.depth2 > li.in.on > a:after {
        background: #000 url('/images/2021/common/ico_fold_arrow_up.png') no-repeat center/0.75rem;
        border-color: #000;
    }
    .gnb ul.depth3 {
        padding: 0.625rem;
        background-color: #f2f2f2;

        display: none;
    }
    .gnb ul.depth3 > li > a {
        display: block;
        padding: 0.625rem 0.5rem;
        font-size: 0.9375rem;
        font-weight: 400;
        color: #444;
    }
}
@media (max-width: 767px) {
    .header_body .header_inner {
        height: 60px;
    }
    .header_logo {
        width: 140px;
    }
    .btn_issuance_service {
        font-size: 12px;
    }
    .header_head__link > li > a.type_ico span {
        font-size: 12px;
    }

    .search_box--fc{
        top: 4px;
        width: calc(100% - 70px);
    }
    body.gnb-open .search_box--fc{
        left: 4px;
    }
    .search_form--fc {
        width: 100%;
    }
    input[type="text"].search_txt--fc,
    .search_txt--fc {
        width: calc(100% - 35px);
        height: 35px;
    }
    input[type="submit"].search_submit--fc,
    .search_submit--fc {
        width: 35px;
        height: 35px;
    }
}

/* footer */
.footer {
	font-family: 'S-Core Dream', 'Pretendard', sans-serif;
}

.footer__quick {
	position: fixed;
	top: 50%;
	right: 4.2%;
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
	/* -webkit-box-shadow: 0 3px 10px -2px rgba(0,0,0,.2);
	        box-shadow: 0 3px 10px -2px rgba(0,0,0,.2); */
}
.footer__quick__head {
	padding: 10px 7px;
	text-align: center;
	background-color: #555;
	border-bottom: 1px solid #d0d0d0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}
.footer__quick__body {}
.footer__quick__body ul {}
.footer__quick__body ul li {
	position: relative;
	text-align: center;
	padding: 15px 28px;
	min-height: 90px;
	border-bottom: 1px solid #d0d0d0;
}

.footer__quick__body ul li:hover {
	background-color: #f7f7f7;
}
.footer__quick__body ul li figure {
	height: 35px;
	font-size: 0;
}
.footer__quick__body ul li p {
	font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
	line-height: 0.8;
	color: #222;
}
.footer__quick__body ul li p small {
	font-size: 11px;
    letter-spacing: -1px;
}
.footer__quick__body ul li a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.footer__quick__foot {}
.footer__quick__foot a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 8px;
	text-align: center;
	background-color: #002C5D;
	line-height: 1;
}
.footer__quick__foot a:hover {
	background-color: #205294;
}
@media (max-width: 1800px) {
	.footer__quick {
		right: 20px;
	}
}
@media (max-width: 1600px) {
	.footer__quick {
		display: none;
	}
}

.sitebanner {
	padding: 20px 20px 20px 0;
	white-space: nowrap;
	width: calc(100% - 160px);
}
.sitebanner .sitemap_slide {
	display: inline-block;
	white-space: normal;
	padding: 0 10px;
}
.sitebanner .sitemap_slide a {
    display: inline-block;
    border: 1px solid transparent;
}
.sitebanner button.slick-arrow {
	width: 30px;
    height: 30px;
    border: 1px solid #dcdcdc;
}
.sitebanner button.slick-arrow:before {
	display: none;
}
.sitebanner button.slick-arrow.slick-prev {
	background: #fff url('/images/2019/common/icon_footer_member_prev.png') no-repeat center;
	right: 29px;
    left: auto;
}
.sitebanner button.slick-arrow.slick-next {
	background: #fff url('/images/2019/common/icon_footer_member_next.png') no-repeat center;
	right: 0;
}
.sitebanner_wrap {
	border-top: 1px solid #eee;
	font-family: 'Noto Sans KR', sans-serif;
}
.footer_main {
	padding: 0;
	background-color: #f9f9f9;
	border-top: 0;
}
.relsite_outwarp {
	position: absolute;
	top: 50px;
	right: 20px;
	z-index: 10;
}
.relatedsites_wrap {
	position: relative;
	width: 240px;
}
.relatedsites_wrap > a:not(.relatedsite_btn) {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #737584;
	padding: 12px 19px;
	line-height: 1;
	border: 1px solid #9b9dac;
	background: url(/images/2021/common/icon_triangle_up.png) no-repeat right 60px center;
	-webkit-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out;
}
a.relatedsite_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42px;
	height: 40px;
	background-color: #737584;
	border: 1px solid #9b9dac;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	-webkit-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out;
}
.relatedsites_wrap .opt_list {
	position: absolute;
	bottom: 100%;
	right: 0;
	left: 0;
	background-color: #eee;
	border: 1px solid #9b9dac;
	border-bottom: 0;
	display: none;
}
.relatedsites_wrap .opt_list li {
	border-top: 1px solid #ccc;
}
.relatedsites_wrap .opt_list li:first-child {
	border-top: 0;
}
.relatedsites_wrap .opt_list li a {
	display: block;
	font-size: 14px;
	color: #222;
	font-weight: 300;
	padding: 6px 19px;
}
.relatedsites_wrap.on > a:not(.relatedsite_btn) {
	background: #fff url(/images/2021/common/icon_triangle_up.png) no-repeat right 60px center;
	border-radius: 0;
}
.relatedsites_wrap.on + a.relatedsite_btn {
	border-radius: 0;
}
.footer_main .container {
	font-size: 0;
	padding: 3.125rem 20px;
}
.footer_logo {
	display: inline-block;
    width: 247px;
	vertical-align: top;
}
.info_wrap {
	display: inline-block;
    width: calc(100% - 247px);
    padding-right: 300px;
	vertical-align: top;
}
.footer_terms {
	margin-top: 5px;
    margin-bottom: 20px;
}
.footer_terms li {
	margin-right: 30px;
	margin-left: 0;
}
.footer_terms li:last-child {
	margin-right: 0;
}
.footer_terms li a {
	font-size: 15px;
    font-weight: 700;
    color: #000;
}
.footer_main .footer_info {
	float: none;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #000;
}
.footer_main .footer_info li {
	font-size: 1rem;
    font-weight: 300;
    color: #737584;
    padding: 0;
}
.footer_copy {
	padding: 20px 0;
	background-color: #272a32;
	text-align: center;
}
.footer_copy p {
	max-width: 1360px;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	margin: 0 auto;
}

.footer_partner_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer_partner_btn {
	font-size: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 160px;
}
.footer_partner_btn button {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	border: 1px solid #e1e1e1;
	outline: none;
	text-indent: -9999px;
	overflow: hidden;
}
.footer_partner_btn button + button {
	margin-left: -1px;
}
.footer_partner_btn button.footer_partner_btn_prev {
	width: 2.8125rem;
	height: 2.8125rem;
	background: url("/images/2021/common/ico_footer_partner_slider_prev.png") no-repeat center/0.625rem;
}
.footer_partner_btn button.footer_partner_btn_next {
	width: 2.8125rem;
	height: 2.8125rem;
	background: url("/images/2021/common/ico_footer_partner_slider_next.png") no-repeat center/0.625rem;
}
.footer_partner_btn button.footer_partner_btn_pause {
	width: 2.8125rem;
	height: 2.8125rem;
	background: url("/images/2021/common/ico_footer_partner_slider_pause.png") no-repeat center/0.5625rem;
}
.footer_partner_btn button.footer_partner_btn_play {
	width: 2.8125rem;
	height: 2.8125rem;
	background: url("/images/2021/common/ico_footer_partner_slider_play.png") no-repeat center/0.5625rem;
	display: none;
}

@media screen and (min-width: 768px) {
	.sitebanner .sitemap_slide a:hover {
		display: inline-block;
/*		border-color: #ddd; */
	}
	.sitebanner button.slick-arrow:hover {
		background-color: #eee;
	}
	.relatedsites_wrap:not(.on) > a:not(.relatedsite_btn):hover {
		background: #f7f7f7 url(/images/2021/common/icon_triangle_up.png) no-repeat right 60px center;
	}
	a.relatedsite_btn:hover {
		background-color: #8c8e9e;
	}
	.relatedsites_wrap .opt_list li a:hover {
		background-color: #ddd;
	}
	.footer_terms li a:hover {
		color: #666;
	}
}
@media screen and (max-width: 767px) {
	.relsite_outwarp {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 20px;
	}
	.relatedsites_wrap {
		width: 100%;
	}
	.relatedsites_wrap > a:not(.relatedsite_btn) {
		font-size: 12px;
		padding: 8px 15px;
		background-position: right 40px center;
	}
	.relatedsites_wrap.on > a:not(.relatedsite_btn) {
		background-position: right 40px center;
	}
	.relatedsites_wrap .opt_list li a {
		font-size: 12px;
		padding: 5px 15px;
	}
	a.relatedsite_btn {
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 28px;
	}
	
	.footer_main .footer_logo img {
		width: 182px;
	}
	.info_wrap {
		display: block;
		width: 100%;
		padding-right: 0;
		margin-top: 30px;
	}
	.footer_terms {
		margin-bottom: 10px;
    	text-align: left;
	}
	.footer_terms li {
		margin-right: 15px;
	}
	.footer_terms li a {
		font-size: 12px;
	}
	.footer_main .footer_info {
		font-size: 12px;
		margin: 0;
		line-height: 1.4;
	}
	.footer_copy {
		padding: 10px 0;
	}
	.footer_copy p {
		font-size: 12px;
	}
}
@media (max-width: 575px) {
	.footer_partner_wrap {
		display: block;
    	margin-top: 20px;
	}
	.footer_partner_btn {
		width: auto;
	}
	.sitebanner {
		width: 100%;
    	padding: 20px 0;
	}
}

ul.flex_box--fc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -1.875rem;
  }
  ul.flex_box--fc.a_c {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  ul.flex_box--fc.j_c {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  ul.flex_box--fc > li {
	margin-top: 1.875rem;
  }
  ul.flex_box--fc.space-top-4 {
	margin-top: -0.25rem;
  }
  ul.flex_box--fc.space-top-4 > li {
	margin-top: 0.25rem;
  }
  ul.flex_box--fc.space-top-5 {
	margin-top: -0.3125rem;
  }
  ul.flex_box--fc.space-top-5 > li {
	margin-top: 0.3125rem;
  }
  ul.flex_box--fc.space-top-10 {
	margin-top: -0.625rem;
  }
  ul.flex_box--fc.space-top-10 > li {
	margin-top: 0.625rem;
  }
  ul.flex_box--fc.space-top-20 {
	margin-top: -1.25rem;
  }
  ul.flex_box--fc.space-top-20 > li {
	margin-top: 1.25rem;
  }
  ul.flex_box--fc.space-top-30 {
	margin-top: -1.875rem;
  }
  ul.flex_box--fc.space-top-30 > li {
	margin-top: 1.875rem;
  }
  ul.flex_box--fc.space-top-40 {
	margin-top: -2.5rem;
  }
  ul.flex_box--fc.space-top-40 > li {
	margin-top: 2.5rem;
  }
  ul.flex_box--fc.space-top-50 {
	margin-top: -3.125rem;
  }
  ul.flex_box--fc.space-top-50 > li {
	margin-top: 3.125rem;
  }
  ul.flex_box--fc.space-2 {
	margin-right: -0.125rem;
	margin-left: -0.125rem;
  }
  ul.flex_box--fc.space-2 > li {
	padding: 0 0.125rem;
  }
  ul.flex_box--fc.space-5 {
	margin-right: -0.3125rem;
	margin-left: -0.3125rem;
  }
  ul.flex_box--fc.space-5 > li {
	padding: 0 0.3125rem;
  }
  ul.flex_box--fc.space-8 {
	margin-right: -0.5rem;
	margin-left: -0.5rem;
  }
  ul.flex_box--fc.space-8 > li {
	padding: 0 0.5rem;
  }
  ul.flex_box--fc.space-10 {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
  }
  ul.flex_box--fc.space-10 > li {
	padding: 0 0.625rem;
  }
  ul.flex_box--fc.space-18 {
	margin-right: -1.125rem;
	margin-left: -1.125rem;
  }
  ul.flex_box--fc.space-18 > li {
	padding: 0 1.125rem;
  }
  ul.flex_box--fc.space-20 {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
  }
  ul.flex_box--fc.space-20 > li {
	padding: 0 1.25rem;
  }
  ul.flex_box--fc.space-30 {
	margin-right: -1.875rem;
	margin-left: -1.875rem;
  }
  ul.flex_box--fc.space-30 > li {
	padding: 0 1.875rem;
  }
  ul.flex_box--fc.space-40 {
	margin-right: -2.5rem;
	margin-left: -2.5rem;
  }
  ul.flex_box--fc.space-40 > li {
	padding: 0 2.5rem;
  }
  ul.flex_box--fc.ea-1 > li {
	width: 100%;
  }
  ul.flex_box--fc.ea-2 > li {
	width: 50%;
  }
  ul.flex_box--fc.ea-3 > li {
	width: 33.333333%;
  }
  ul.flex_box--fc.ea-4 > li {
	width: 25%;
  }
  ul.flex_box--fc.ea-5 > li {
	width: 20%;
  }
  ul.flex_box--fc.ea-6 > li {
	width: 16.666666%;
  }
  ul.flex_box--fc.ea-7 > li {
	width: 14.285%;
  }
  ul.flex_box--fc.ea-8 > li {
	width: 12.5%;
  }
  ul.flex_box--fc.ea-9 > li {
	width: 11.111111%;
  }
  ul.flex_box--fc.ea-10 > li {
	width: 10%;
  }
  @media (max-width: 1199px) {
	ul.flex_box--fc.ea-xl-1 > li {
	  width: 100%;
	}
	ul.flex_box--fc.ea-xl-2 > li {
	  width: 50%;
	}
	ul.flex_box--fc.ea-xl-3 > li {
	  width: 33.333333%;
	}
	ul.flex_box--fc.ea-xl-4 > li {
	  width: 25%;
	}
	ul.flex_box--fc.ea-xl-5 > li {
	  width: 20%;
	}
	ul.flex_box--fc.ea-xl-6 > li {
	  width: 16.666666%;
	}
	ul.flex_box--fc.ea-xl-7 > li {
	  width: 14.285%;
	}
	ul.flex_box--fc.ea-xl-8 > li {
	  width: 12.5%;
	}
	ul.flex_box--fc.ea-xl-9 > li {
	  width: 11.111111%;
	}
	ul.flex_box--fc.ea-xl-10 > li {
	  width: 10%;
	}
  }
  @media (max-width: 991px) {
	ul.flex_box--fc.ea-lg-1 > li {
	  width: 100%;
	}
	ul.flex_box--fc.ea-lg-2 > li {
	  width: 50%;
	}
	ul.flex_box--fc.ea-lg-3 > li {
	  width: 33.333333%;
	}
	ul.flex_box--fc.ea-lg-4 > li {
	  width: 25%;
	}
	ul.flex_box--fc.ea-lg-5 > li {
	  width: 20%;
	}
	ul.flex_box--fc.ea-lg-6 > li {
	  width: 16.666666%;
	}
	ul.flex_box--fc.ea-lg-7 > li {
	  width: 14.285%;
	}
	ul.flex_box--fc.ea-lg-8 > li {
	  width: 12.5%;
	}
	ul.flex_box--fc.ea-lg-9 > li {
	  width: 11.111111%;
	}
	ul.flex_box--fc.ea-lg-10 > li {
	  width: 10%;
	}
  }
  @media (max-width: 767px) {
	ul.flex_box--fc.ea-md-1 > li {
	  width: 100%;
	}
	ul.flex_box--fc.ea-md-2 > li {
	  width: 50%;
	}
	ul.flex_box--fc.ea-md-3 > li {
	  width: 33.333333%;
	}
	ul.flex_box--fc.ea-md-4 > li {
	  width: 25%;
	}
	ul.flex_box--fc.ea-md-5 > li {
	  width: 20%;
	}
	ul.flex_box--fc.ea-md-6 > li {
	  width: 16.666666%;
	}
	ul.flex_box--fc.ea-md-7 > li {
	  width: 14.285%;
	}
	ul.flex_box--fc.ea-md-8 > li {
	  width: 12.5%;
	}
	ul.flex_box--fc.ea-md-9 > li {
	  width: 11.111111%;
	}
	ul.flex_box--fc.ea-md-10 > li {
	  width: 10%;
	}
  }
  @media (max-width: 575px) {
	ul.flex_box--fc.ea-sm-1 > li {
	  width: 100%;
	}
	ul.flex_box--fc.ea-sm-2 > li {
	  width: 50%;
	}
	ul.flex_box--fc.ea-sm-3 > li {
	  width: 33.333333%;
	}
	ul.flex_box--fc.ea-sm-4 > li {
	  width: 25%;
	}
	ul.flex_box--fc.ea-sm-5 > li {
	  width: 20%;
	}
	ul.flex_box--fc.ea-sm-6 > li {
	  width: 16.666666%;
	}
	ul.flex_box--fc.ea-sm-7 > li {
	  width: 14.285%;
	}
	ul.flex_box--fc.ea-sm-8 > li {
	  width: 12.5%;
	}
	ul.flex_box--fc.ea-sm-9 > li {
	  width: 11.111111%;
	}
	ul.flex_box--fc.ea-sm-10 > li {
	  width: 10%;
	}
  }

.thumb_fig {
	position: relative;
	height: 0;
	overflow: hidden;
}
.thumb_fig img {
	opacity: 0;
}
.thumb_fig.on img {
	opacity: 1;
}

.link_color_txt {
	color: #1aaea4 !important;
}
.link_color_txt:hover {
	text-decoration: underline;
}