@charset "utf-8";

.wrap {position: relative; overflow: hidden;}
.inner {max-width: 1440px; margin: 0 auto; padding: 0 20px;}

/* =============== header =============== */
.header {position: relative;z-index: 1010;width: 100%;}

/* ========== m 메뉴 ========== */
.m_head {border: 1px solid #E9E9E9; padding: 15px 0;}
.m_head .inner {display: flex;justify-content: space-between; align-items: center; min-height: 60px;word-break: keep-all;}
.m_head h1.logo {display: flex;align-items: center;padding-right: 10px;}
.m_head h1.logo > a {max-height:30px;margin-right: 5px;}
.m_head h1.logo > a img {width: 112px;}
.m_head .logo .logo_group {position: relative;display: block;border-radius: 5px;background: #0E2955;}
.m_head .logo .logo_group a {display: block;width: 100%;color: #fff;font-size: 15px;text-align: center;padding: 4px 6px;}
.m_head .btn_search {flex: none; margin: -10px -5px -10px auto;padding:10px 5px 10px 10px;font-size: 22px;color: #111;}
.m_head .btn_menu {flex: none; margin: -5px -15px -5px 10px;padding:5px 15px 5px 5px;font-size: 24px;color: #111;}
.m_head .btn_close {position: absolute;top: 12px;right: 15px;margin-right: -15px;padding: 5px 15px;line-height: 1.25;font-size: 36px;color: #000;z-index: 1;}
.m_head .head_menu {flex: none;padding: 15px;border-bottom: 1px solid #E9E9E9;} /* 모바일 메뉴 열기 > head */
.m_head .head_menu h1.logo {min-height: 60px;}

.m_head .form_search {position:absolute;display: none;top: 90px;left: 0;right: 0;width: 100%;height: auto;padding: 20px 10px;background: #0E2955;z-index: 9999;}
.m_head .form_search.open {display: block;}
.m_head .form_search fieldset {display: flex;align-items: center;justify-content: center;}
.m_head .form_search .inp_search {width: 360px;height: 50px;line-height: 51px; padding: 0 20px;border: 1px solid #1E6EED;border-radius: 5px;font-size: 16px;}
.m_head .form_search .link_search {position:relative;width: 50px;height: 50px;line-height: 50px;margin-left: 8px;background: #206CED;border-radius: 5px;text-align: center;font-size: 18px;}
.m_head .form_search .link_search i {color: #fff;}
.m_head .form_search .link_close {position:relative;width: 50px;height: 50px;line-height: 50px;margin-left: 8px;background: #E02306;border-radius: 5px;text-align: center;font-size: 24px;}
.m_head .form_search .link_close i {color: #fff;}

.nav_menu.on {opacity: 1; visibility: visible;}
.nav_menu {display: flex;flex-direction: column;overflow: hidden;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #fff;opacity: 0;visibility: hidden;z-index: 10000;transition: all 0.4s;}
.nav_menu::before, .nav_menu::after {position: absolute;top: 0;bottom: 0; right: 50%;z-index: 10;width: 50%; background: #000; transition: all ease 0.3s; content: "";}
.nav_menu::after {right: auto;left: 50%;}
.nav_menu.on::before {transform: translateX(-100%);}
.nav_menu.on::after {transform: translateX(100%);}

.m_gnb {flex: 1; overflow: auto; position: relative; min-height: 0; z-index: 0; background: #fff;} /* 모바일 메뉴 열기 > gnb */
.m_gnb::before {position: absolute; top: 0; left: 0; z-index: -10; height: 100%; background: #21375b; width: 45%; pointer-events: none; content: "";}
.m_gnb .link_depth1 {display: flex; align-items: flex-start; width: 45%; padding: 15px 20px;border-bottom: 1px solid rgba(255, 255, 255, 0.1);line-height: 1.25;font-size: 18px;font-weight: 700;color: #97A8D9;background: #21375b;}
.m_gnb .on .link_depth1 {border-bottom-color: #fff; color: #fff; background: #0E2955;}
.m_gnb .link_depth1[aria-expanded=true]::before {position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px;margin: -1px;overflow: hidden;content: "선택됨";}

.m_gnb .on .m_gnb_sub {display: block;}
.m_gnb_sub {display: none; overflow: auto; position: absolute; top: 0; right: 0; bottom: 0; width: 55%; padding-left: 10px;}
.m_gnb_sub .link_depth2 {display: flex; align-items: center; padding: 15px 15px 15px 10px; color: #333; border-bottom: 1px solid #D9D9D9; line-height: 1.25; font-size: 18px; font-weight: 400;}
.m_gnb_sub .link_depth2::after {flex: none; margin-left: auto; font-family: "Font Awesome 5 Pro", sans-serif; -webkit-font-smoothing: antialiased; text-rendering: auto; transition: transform 0.3s; content: "\f078"; font-weight: 300;}
.m_gnb_sub .link_depth2[aria-expanded=true] {color: #1F6EED;font-weight: 500;}
.m_gnb_sub .link_depth2[aria-expanded=true]::after {transform: rotateX(180deg);}
.m_gnb_sub .link_depth2[target=_blank]::after {flex: none; -webkit-font-smoothing: antialiased; text-rendering: auto; font-size: 16px; font-weight: 300; color: #777;}

.m_gnb_sub .sub_none .link_depth2 {padding-right: 15px;} /* 2뎁스 밑으로 없는 거 */
.m_gnb_sub .sub_none .link_depth2::after {content: normal;}

.m_gnb_list {display: none;}
.m_gnb_list li {border-bottom: 1px dashed #DBDBDB;}
.m_gnb_list li:last-child {border-bottom: 1px solid #000;}
.m_gnb_list a {display: flex; align-items: flex-start; padding: 10px 19px; font-weight: 500; font-size: 14px; line-height: 18px; color: #7E7E7E; word-break: break-word; word-wrap: break-word;}

#partLinks {display: flex;flex-direction: column;position:fixed;top:0;right:-250px;width:250px;height:100%;border-left:#216CED solid 3px;padding:30px 20px 0;background:rgba(0,0,0,0.8);transition: cubic-bezier(.2,.62,.51,.9) 0.4s; z-index: 6000;}
#partLinks.open {right:0;}
#partLinks .part_open {position:absolute;top: 105px;left:0;width: 45px;height: 82px;padding-top: 20px;background: #222125;color: #fff;border-radius: 8px 0 0 8px;font-size: 15px;text-align: center;line-height: 1.25;transform: translateX(calc(-100% - 3px));}
#partLinks .part_open i {margin-bottom:8px;}
#partLinks.open .part_open i {transform: rotate(180deg);}
#partLinks h3 {flex:none;color:#fff; margin-bottom:20px;}
#partLinks ul {flex:1;min-height: 0;overflow: auto;padding-bottom: 30px}
#partLinks ul li {border-top:rgba(255,255,255,0.3) solid 1px;}
#partLinks ul li:last-child {border-bottom:rgba(255,255,255,0.3) solid 1px;}
#partLinks ul li a {position:relative; display:block; color:#fff; padding:10px 0; line-height: 30px;}
#partLinks ul li a::after {position:absolute; right:0; top:50%; transform:translateY(-50%); display:inline-block; vertical-align: middle; content:"\f0a9"; font-family:"font awesome 5 pro"; font-weight:bold; color:#fff;}
#partLinks ul li a:hover:after {color:#216CED;}
#partLinks ul li a::before, .part_link_pc ul li a::before {display:inline-block; vertical-align: middle; content:""; width:25px; font-size:20px; font-family:"Font Awesome 5 Pro"; font-weight:bold; color:#fff; margin-right:8px;}
#partLinks ul li:nth-child(1) a::before, .part_link_pc ul li:nth-child(1) a::before {content:"\f85a";} 
#partLinks ul li:nth-child(2) a::before, .part_link_pc ul li:nth-child(2) a::before {content:"\f495";}
#partLinks ul li:nth-child(3) a::before, .part_link_pc ul li:nth-child(3) a::before {content:"\f3b3";} 
#partLinks ul li:nth-child(4) a::before, .part_link_pc ul li:nth-child(4) a::before {content:"\f0fa";} 
#partLinks ul li:nth-child(5) a::before, .part_link_pc ul li:nth-child(5) a::before {content:"\f82c";} 
#partLinks ul li:nth-child(6) a::before, .part_link_pc ul li:nth-child(6) a::before {content:"\f53b";} 
#partLinks ul li:nth-child(7) a::before, .part_link_pc ul li:nth-child(7) a::before {content:"\f0e3";} 
#partLinks ul li:nth-child(8) a::before, .part_link_pc ul li:nth-child(8) a::before {content:"\f06c";} 
#partLinks ul li:nth-child(9) a::before, .part_link_pc ul li:nth-child(9) a::before {content:"\f72d";} 
#partLinks ul li:nth-child(10) a::before, .part_link_pc ul li:nth-child(10) a::before {content:"\f06d";} 
#partLinks ul li:nth-child(11) a::before, .part_link_pc ul li:nth-child(11) a::before {content:"\f0c0";} 
#partLinks ul li:nth-child(12) a::before, .part_link_pc ul li:nth-child(12) a::before {content:"\f7a6";} 
#partLinks ul li:nth-child(13) a::before, .part_link_pc ul li:nth-child(13) a::before {content: "\f4c9";} 
#partLinks.open + .part_link_drawer {visibility: visible;opacity: .8;}
.part_link_drawer {position:fixed; left:0; right:0; top:0; bottom:0; background:#000;opacity: 0;visibility: hidden; z-index: 5002;transition: all .4s;}

/* part_link_pc */
.part_link_pc {position: relative;flex: none;display: flex;}
.part_link_pc a {align-self: flex-start;display: flex;align-items: center;margin-top: -16px;padding: 18px 25px;color: #fff;border-radius: 0 0 20px 20px;background: #216CED;}
.part_link_pc a span {margin-left: 3px;font-weight: 600; padding: 0 30px;}
.part_link_pc a i {margin-left: 8px;}

.part_link_pc.open ul {display: table;background: #216CED;padding-bottom: 8px;}
.part_link_pc.open a {border-radius:0;}
.part_link_pc.open > a i.fa-chevron-circle-down:before {content: "\f139" !important;}
.part_link_pc ul {display: none;position: absolute;top: 100%;left: 0;right: 0;bottom: 0;width: 100%;min-width: 140px;background: #fff;border-radius: 10px;transform: translatey(10px);z-index: 1;}
.part_link_pc ul li a::before {margin-right: 5px;font-size: 16px;}

/* ========== pc 메뉴 ========== */
.header.on .pc_head {background: #fff;border-bottom: 1px solid #cecece;}
.header.on .pc_head .link_depth1 {color: #747474;}
.pc_head {display: none;align-items: center;transition: background-color 0.2s;}

/* info_head */
.info_head {display: block;min-height: 100px;border-bottom: 1px solid #E9E9E9;}
.info_head .logo {display: flex;align-items: center;width:28%;}
.info_head .logo > a {margin-right: 10px;}
.info_head .logo .logo_group {position: relative;display: block;border-radius: 5px;background: #0E2955;}
.info_head .logo .logo_group a {display: block;width: 100%;color: #fff;font-size: 19px;text-align: center;padding: 5px 10px;}

.info_head .form_search {position:relative;}
.info_head .form_search .inp_search {width: 420px;height: 50px;line-height: 51px; padding: 0 20px;border: 1px solid #1E6EED;border-radius: 100px;font-size: 16px;}
.info_head .form_search .link_search {position:absolute;top: 0;right:0;width: 36px;height: 36px;line-height: 36px;margin: 8px;background: #206CED;border-radius: 100px;text-align: center;}
.info_head .form_search .link_search i {color: #fff;}

.head_etc {display: flex; width:32%;}
.head_etc > div {display: block;width: 100%;border-right: 1px solid #E9E9E9;}
.head_etc .family_site {position: relative; min-width: 140px;}
.head_etc .link_lang {position: relative;min-width: 120px;border-right: none;}
.head_etc div > a {position: relative;display: flex;justify-content: center;align-items: center;width: 100%;padding-top: 30px;text-align: center;font-weight: 400;}
.head_etc div > a::before {position: absolute;top: 0; color: #595959; font-family: "Font Awesome 5 Pro";font-size:21px;font-weight:300;}
.family_site > a::before {content:"\f80a" !important; font-size: 24px !important;} /* 패밀리 사이트 */
.login a::before {content:"\f007" !important;} /* 로그인 */
.logout2 a::before {content:"\f08b" !important;} /* 로그아웃 */
.signup a::before {content:"\f30d" !important;} /* 회원가입 */
.mypage a::before {content:"\f2bd" !important;} /* 마이페이지 */
.link_lang > a::before {content:"\f0ac" !important;} /* Language */
.family_site > a i, .link_lang > a i {margin-left: 5px;}
.family_site.open > a > i.fa-chevron-circle-down:before, 
.link_lang.open > a > i.fa-chevron-circle-down:before {content: "\f139" !important;}
.family_site.open .list_family, .link_lang.open .list_language {display: table;}
.list_family {display: none; position: absolute;top: 100%;left: 0;right: 0;bottom: 0;width: 100%;min-width: 155px;background: #fff;border: 1px solid #595959;border-radius: 10px;transform: translatey(10px);z-index: 1;}
.list_family li a {display: block; padding: 8px 15px; border-bottom: 1px dashed #E9E9E9;font-size: 15px;}
.list_family li:last-child a {border-bottom: none;}
.list_family li a[target="_blank"]:after {color: #C9C9C9; font-size: 14px; content: "\f08e" !important;}
.list_language {transform: translate(-9px, 10px);}

/* group_head */
.group_head {position: relative;display: block;border-bottom: 1px solid #E9E9E9;}

/* pc_gnb */
.pc_gnb {display: flex;margin-right: auto}
.pc_gnb .link_depth1 {display: block;position: relative;height: 100%; padding: 25px 0;color: #111;font-size: 20px;font-weight: 700;transition: color 0.3s;word-break: keep-all}
.pc_gnb .link_depth1[target=_blank]:after {margin-left: 5px;-webkit-font-smoothing: antialiased; text-rendering: auto; content: "\f08e";}
.pc_gnb > li {position: relative;margin-right: 70px;}
/* .pc_gnb > li:first-child .link_depth1{padding-left: 0} */
.pc_gnb > li:hover .link_depth1, .pc_gnb > li:focus-within .link_depth1, .pc_gnb > li.on .link_depth1 {color: #216CED !important;}
.pc_gnb > li:hover .pc_gnb_depth2, .pc_gnb > li:focus-within .pc_gnb_depth2, .pc_gnb > li.on .pc_gnb_depth2 {opacity: 1;visibility:visible;z-index: 10000}

.pc_gnb_depth2 {overflow:hidden;position:absolute;top:100%;left:50%;width:100%;min-width:220px;padding:10px 0;background:#216CED;border-radius:10px;box-shadow:1px 2px 7px rgb(0 0 0 / 15%);opacity:0;visibility:hidden;transition:background-color 0.2s;transform:translate(-50%, -10px);}
.pc_gnb_depth2 li {position:relative; display: block; width: 100%; text-align: center; z-index:0;}
.pc_gnb_depth2 li .link_depth2 {position: relative;display: block;width: 100%;height: 100%;margin: 5px 0;padding: 10px;color: #fff;font-size: 16px;font-weight: 500;line-height: 1.25;word-break: keep-all;word-wrap: break-word;text-align: center;transition: color 0.3s;}
.pc_gnb_depth2 li .link_depth2:hover, 
.pc_gnb_depth2 li .link_depth2:focus-within {background: #4685F0; font-weight: 700;}
.pc_gnb_depth2 li .link_depth2:hover:before, 
.pc_gnb_depth2 li .link_depth2:focus:before {position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px;margin: -1px;overflow: hidden;content: "선택됨";}

.info_head .inner {display: flex;justify-content: space-between;align-items: center;padding: 25px 20px;}
.group_head .inner {display: flex;align-items: center;}

/* =============== footer =============== */
.footer {position:relative;}
.total_banner .inner {padding: 20px;}
.wrap_slide_bnr {display: flex;flex-direction: column;}
.wrap_slide_bnr .swiper {padding-top: 10px;max-width: 100%;}
.wrap_slide_bnr .bnr_nav {display: flex;align-items: center;}
.wrap_slide_bnr .bnr_nav.inactive {display: none;}
.wrap_slide_bnr .bnr_nav a {display: flex;align-items: center;justify-content: center;}
.wrap_slide_bnr .bnr_nav a + a {margin-left: 4px;}
.wrap_slide_bnr a.btn_ctrl {display: none;}
.wrap_slide_bnr .btn_ctrl.on {display: flex;}

.total_title {display: flex;align-items: center;margin-right: 60px;}
.total_title h3 {color: #111;font-size: 16px;margin: 0 20px 0 5px;}
.total_title > i {color: #111;font-size: 11px;padding-bottom: 3px;}

.banner_list {display: flex;}
.banner_list li {padding: 10px 15px;border: 1px solid #DCDCDC;border-radius: 10px;}
/* .banner_list li:first-child {margin-left: 0;} */
.banner_list li a {display: flex;align-items: center;justify-content: space-between;height: 36px;}
.banner_list li a[target="_blank"]:after {margin-left: 30px; content: "\f061" !important;}
.banner_list .txt_bnr {display: -webkit-box;overflow: hidden;font-size: 14px;line-height: 18px;font-weight: 500;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: keep-all;word-wrap: break-word;}

.info_foot {background: #0A2145; color: #B6BFCC;}
.info_foot .inner {display: flex;flex-direction: column;justify-content: space-between;}

.info_txt1 {padding: 10px 0 40px;}
.info_txt1 .foot_link {position: relative;display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 15px;padding-bottom: 30px;border-bottom: 1px solid #324A6E;}
.info_txt1 .foot_link li {margin: 10px 20px;}
.info_txt1 .foot_link li a {color: #B6BFCC;}
.info_txt1 .foot_link li:first-child a {color: #fff;}
.info_txt1 .info_address {text-align: center;}

.info_txt2 {position: relative;display: flex;flex-direction: column;justify-content: center;padding: 40px 0 25px;align-items: center;order: -1;}
.info_txt2 .info_manage {position: relative;display: flex;align-items: center;margin-top: 10px; z-index: 1;}
.info_txt2 .info_manage i {color: #53637C; font-size: 20px;}
.info_txt2 .info_manage p {margin-left: 12px;font-weight: 500;}
.info_txt2 .info_manage span {display: inline-block;margin-left: 3px;font-size: 22px;font-weight: 800;}
.info_txt2 .f_logo {position: relative;display: block;margin: 0;z-index: 1;order: -1;}
.info_txt2 .f_logo img {width: 140px;}

.footer .btn_top {display:flex; flex-direction: column; align-items: center; justify-content: center; position:fixed; right:30px; bottom:30px; z-index:1000; width: 60px; height: 60px; border: 0; border-radius:50%; font-size: 26px; color:#fff; background:#007AF3; cursor:pointer; opacity:0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s;}
.footer .btn_top::before {position: absolute;width: 80px;height: 80px;background:rgb(0 122 243 / 30%);border-radius: 50%;content: '';z-index: -1;}
.footer .btn_top i {transition: transform 0.3s;}
.footer .btn_top:hover i {transform: scale(1.1);}
.footer .btn_top.on {opacity: 1; visibility: visible;}
.footer .btn_top.btn_fix {position: absolute !important; top: 0; transform: translateY(-50%);}

@media only screen and (min-width: 425px) { 
	.m_head .inner {padding: 0 20px;}
	.m_head h1.logo > a {max-height: 100%;}
	.m_head h1.logo > a img {width:auto;}
	.m_head .logo .logo_group a {font-size: 16px;}
	.m_head .btn_close {top: 20px;}
}
@media only screen and (min-width: 480px) {
	.m_head h1.logo {padding-right: 20px;}
	.m_head h1.logo > a {margin-right: 10px;}
	.m_head .logo .logo_group a {font-size: 18px;padding: 5px 10px;}
	.m_head .btn_search {font-size: 26px;}
	.m_head .btn_menu {font-size: 28px; margin: -5px -20px -5px 10px;padding:5px 20px 5px 10px;}

	.info_txt2 {flex-direction: row; min-width: 430px;}
	.info_txt2 .info_manage {margin-top: 0;}
	.info_txt2 .info_manage i {font-size: 34px;}
	.info_txt2 .info_manage span {display: block;margin-left: 0;}
	.info_txt2 .f_logo {margin: 0 40px 0 0;}
	.info_txt2 .f_logo img {width:auto;}
}
@media only screen and (min-width: 768px) {
	.total_banner .inner {flex-direction: row;flex-wrap: nowrap;align-items: center;}
	.banner_list li {width: auto;}
	.banner_list li a {height: 32px;}

	.info_txt1 .info_address {text-align: left;}
	.info_txt1 .foot_link {justify-content: flex-start;}
	.info_txt1 .foot_link li {margin: 0 0 20px 30px;}
	.info_txt1 .foot_link li:first-child {margin-left: 0;}
	.info_txt2 {justify-content: flex-start}
}
@media only screen and (min-width: 1080px) {
	.wrap_slide_bnr {flex-direction: row;align-items: center;}
	.total_title {flex:none;}
	.wrap_slide_bnr .swiper {padding-top: 0;}
}
@media only screen and (min-width: 1280px) {
	.info_foot .inner {flex-direction: row;}
	.info_txt1 {padding: 45px 30px 30px;}
	.info_txt1 .foot_link li {margin: 0 0 20px 40px;}
	.info_txt2 .f_logo {margin: 0 50px;}
}
/* --------------- pc 분기점 --------------- */
@media only screen and (min-width: 1440px) {
	/* ========== header ========== */
	.m_head {display: none;}
	#partLinks .part_open {display: none;}

	.pc_head {display: block;}

	/* ========== footer ========== */
	.total_banner .inner {min-height: 100px;}

	.info_foot {background: #0D2955;}
	.info_txt1 {padding: 45px 0 30px;}
	.info_txt2 {align-items: flex-start;min-width: 460px;min-height: 270px;padding:45px 0 30px 55px;background: #0A2145;order: 0;}
	.info_txt2::before {position: absolute;top: 0;right: -80%;bottom: 0;width: 100%;height: 100%;background: #0A2145;content: '';z-index: 0;}
	.info_txt2 .f_logo {margin-left: 50px;order: 0;}

	.footer .btn_top {width: 66px;height: 66px;font-size:28px;}
	.footer .btn_top.fixed {right: 50px;}
	.footer .btn_top::before {width: 84px;height: 84px;}
}

/* =============== 서브 레이아웃 영역 =============== */
#sub_visual_area {display:flex; justify-content: center; align-items: center; flex-direction: column; height:130px; background-position:center; background: url(/home/build/images/main/mainvisual_city.jpg) no-repeat; background-size:cover;}
#sub_visual_area .sub_title {color:#ffffffd6; margin-bottom:8px;}
#sub_visual_area .title {color:#fff; font-size:20px; font-weight:bold; line-height: 1.25;}

#content_area .inner {padding: 40px 20px;}
.left_menu {display:none;}

.content_top {position:relative;}
.content_top h3 {color:#111;margin-bottom:20px;line-height: 1.25;font-size:22px;font-weight: 800;}

.share_box {position:absolute; right:0; top:0;}
.share_box .print {display:none;}
.share_box > ul > li > a {display:block; width:30px; height:30px; background: #F8F8F8; line-height: 30px; border-radius: 50px; text-align: center; font-size:16px;}
.share_box .sns_share {margin-left: 10px;}
.sns_links_wrap {display:none; position:fixed; width:100%; height:100%;  left:0; top:0; background:rgba(0,0,0,0.8); z-index: 6000;}
.sns_links_wrap .sub_sns_links {display:block; position:absolute; width:80%; left:10%; right:10%; top:50%; transform:translateY(-50%); padding:20px 10px; border:1px solid #E9E9E9; background:#fff; overflow:hidden; z-index: 200;}
.sub_sns_links span {display:block; text-align: center; margin-bottom:20px; font-size:18px;font-weight:bold;}
.sub_sns_links ul {text-align: center;}
.sub_sns_links ul li {display:inline-block; margin-right:3px; margin-bottom:3px;}
.sub_sns_links ul li a {display:block; width:40px; height:40px; background-size:cover; background-position:center; background-repeat:no-repeat; text-indent: -9999px;}
.sub_sns_links .sns01 {background-image:url("/home/build/images/sub/sns01_icon.png");}
.sub_sns_links .sns02 {background-image:url("/home/build/images/sub/sns02_icon.png");}
.sub_sns_links .sns03 {background-image:url("/home/build/images/sub/sns03_icon.png");}
.sub_sns_links .sns04 {background-image:url("/home/build/images/sub/sns04_icon.png");}
.sub_sns_links .sns05 {background-image:url("/home/build/images/sub/sns05_icon.png");}
.sub_sns_links .sns_close_btn {position:absolute; right:20px; top:20px; font-size:20px; color:#2a2a2a;}
.sub_sns_links .copy_addr {text-align: center; padding:10px 0; overflow: hidden;}
.sub_sns_links .copy_addr .copy_addr_txt {background:#f7f7f7; min-width:200px; color:#acacac; border:#e5e5e5 solid 1px; font-weight:300; height:34px; padding:5px;border-radius: 3px;}
.sub_sns_links .copy_addr .copy_btn {background:#1e1e1e; color:#fff; border:0; border-radius: 3px; height:34px; padding:0 10px;}

.breadcrumb {margin-bottom:20px;}
.breadcrumb:after {display:block; content:""; clear: both;}
.breadcrumb ul li {position:relative; float:left; margin-right:12px;}
.breadcrumb ul li::after {display:block; position:absolute; right:-10px; top:50%; transform:translateY(-50%); color:#747474; content:"\f105"; font-family:"font awesome 5 pro"; font-weight:300;}
.breadcrumb ul li:last-child::after {display:none;}
.breadcrumb ul li a {display:block;color: #737373;font-size:12px;font-weight: 400;}
.breadcrumb ul li:last-child a {color: #595959;font-weight: 500;}

.con_tab_4depth ul {position:relative; height:50px; z-index: 100; overflow:hidden;}
.con_tab_4depth ul::after {display:block; position:absolute; top:15px; right:15px; color:#fff;content:"\f078"; font-family:"font awesome 5 pro"; font-weight:500; z-index:200;}
.con_tab_4depth ul li {position:absolute; width:100%; font-size:16px; font-weight:500; border-radius: 8px;}
.con_tab_4depth ul li a {display:block;padding: 15px;color:#707070;background:#F5F8FE;border: 1px solid #F5F8FE;}
.con_tab_4depth ul li:last-child a {border-bottom:1px solid #226CED;}
.con_tab_4depth ul li.active {z-index: 200;}
.con_tab_4depth ul li.active a {background:#226CED;color: #fff;line-height: 1.25;}
.con_tab_4depth ul.open {overflow:visible;}
.con_tab_4depth ul.open li {position:relative;}

.con_tab_5depth {margin-bottom:15px; padding-bottom:10px; border-bottom:1px solid #E9E9E9;}
.con_tab_5depth ul::after {display:block; content:""; clear: both;}
.con_tab_5depth ul li {float:left; margin-right:5px; font-size:14px; font-weight:500; margin-bottom:5px;}
.con_tab_5depth ul li a {display:block; color: #707070; background:#f1f1f1; border:#dadada solid 1px; border-radius: 3px; padding:10px 10px 12px; height:38px;}
.con_tab_5depth ul li.active a {background:#313131; color:#fff; border:#313131 solid 1px;}

.content {margin:25px 0; background:#fff;}



@media only screen and (min-width: 768px) {
	.con_tab_4depth ul {display:flex;flex-wrap: wrap;width:100%;height:auto;margin: 0 auto;border-radius: 0;}
	.con_tab_4depth ul::after {display:none;}
	.con_tab_4depth ul li {position:relative;display:block;width: auto;margin: 0 10px 10px 0;font-size:16px;}
	.con_tab_4depth ul li:first-child {margin-left:0;}
	.con_tab_4depth ul li a {font-size: 17px; text-align: center;border-radius: 5px;padding: 15px 20px;}
	.con_tab_4depth ul li:last-child a {border-bottom:none;}
	.con_tab_4depth ul li.active a {background:#fff;color: #226CED;border: 1px solid #226CED;font-weight: 700;}
}
@media only screen and (min-width: 1024px) {
	.sns_links_wrap .sub_sns_links {width:570px; left:50%; transform: translateX(-50%) translateY(-50%); padding:30px;}
	.sub_sns_links span {font-size:24px; margin-bottom:60px;}
	.sub_sns_links ul li {margin:0 5px;}
	.sub_sns_links ul li a {width:60px; height:60px;}
	.sub_sns_links .copy_addr { margin-top:20px;}
	.sub_sns_links .copy_addr .copy_addr_txt {width:80%;}
	.sub_sns_links .copy_addr .copy_btn {width:15%; cursor: pointer;}
	.sub_sns_links .sns_close_btn {right:30px; top:30px;}

}
/* --------------- pc 분기점 --------------- */
@media only screen and (min-width: 1440px) {
	/* ========== 서브영역 ========== */
	#sub_visual_area {height:200px;}
	#sub_visual_area .sub_title {font-size:24px;}
	#sub_visual_area .title {font-size:40px;}

	#content_area > .inner {display: flex;}

	.left_menu {display:block; width:290px; ;margin-right: 45px; border-radius: 10px; overflow: hidden}
	.left_menu h2 {display:flex; justify-content: center; align-items: center; padding: 45px 12px 40px 0; font-size:24px;text-align: center;height: auto;color:#fff;background:#226CED;}
	.left_menu h2 i {margin-right:10px;}
	.left_menu > ul {border-top: none;}
	.left_menu > ul > li {position:relative;}
	.left_menu > ul > li.open::after {color:#fff;}
	.left_menu > ul > li > a {position:relative;display:block;padding: 21px 23px;color:#454545;border: 1px solid #E9E9E9;border-top: none;font-size:18px;font-weight:500;}
	.left_menu > ul > li:first-child > a {border-top: none;}
	.left_menu > ul > li:last-child > a {border-radius: 0 0 10px 10px;}
	.left_menu > ul > li.open > a {color: #1C1C1C; background: #F7FAFF; font-weight: 700;}
	.left_menu > ul > li.has_sub:after {position:absolute;top: 32px;right:18px;color: #DCDCDC;transform:translateY(-50%);content:"\f078";font-family: 'font awesome 5 pro';font-weight:400;transition:all 0.3s ease;}
	.left_menu > ul > li.has_sub.open::after {top: 30px;transform: rotate(-180deg);margin-top:-8px;transition:all 0.3s ease;color: #1C1C1C;}

	.left_menu ul li ul {display:none; padding:10px 0 10px 30px; border: 1px solid #E9E9E9; border-top:none;}
	.left_menu ul li ul li {border-top:0;}
	.left_menu ul li ul li a {display:block; padding: 7px 0; font-size: 16px; font-weight: 400;}
	.left_menu ul li ul li a:hover, .left_menu ul li ul li.active a {color:#226CED; font-weight: 500;}

	.content_warp {float:right; width:1060px;}
	.content_top h3 {font-size:36px; margin: 30px 0 12px;}
	.content_top .share_box {top:0;}
	.content_top .share_box > ul > li {float:left;}
	.content_top .share_box > ul > li > a {display:block; width:45px; height:45px; line-height: 45px; font-size:18px;}
	.content_top .share_box .print {display:inline-block;}
	.sub_sns_links .sns_close_btn {font-size:35px;}

	.breadcrumb {margin-bottom:30px;}
	.breadcrumb ul li {margin-right:20px;}
	.breadcrumb ul li::after {font-size:24px; top:55%; right:-15px;}
	.breadcrumb ul li a {font-size:16px;}

	.con_tab_5depth {padding-bottom:20px;}
	.con_tab_5depth ul li {font-size:14px; margin:0 5px 5px 0;}
	.con_tab_5depth ul li a {padding:8px 15px 10px; height:34px;}
}