<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*-------------------------------------------------
title       : 서브 레이아웃
Author      : 플랜아이 광주
Create date : 2020-03-03
-------------------------------------------------*/
@import url("../../css/common.css");
@import url("contents.css");

#main {
	margin: 9rem auto 10rem;
	}
#main .main_wrap {position: relative;width: 128rem; margin: 0 auto;}
#visual {position: relative; height: 25rem; color: #fff; text-align: center; }
#visual .img {display: block; position: absolute; top: 50%; left: 50%; width: 1000%; height: 100%; transform: translate(-50%, -50%);  z-index: -1; }
#visual .img img { position: absolute; top: 50%; left: 50%; max-width: inherit; height: 100%; transform: translate(-50%, -50%); }

#visual .title {
	display: block; 
    margin-bottom: 3rem;
    padding-top: 6rem;
    line-height: 1;
    font-size: 3.5rem;
	}
#visual .title::after {
    display: block;
    width: 40px;
    height: 2px;
    margin: 2.4rem auto 0;
    background-color: #fff;
    content: ''; 
	}
#visual .stxt {	
	font-size: 1.7rem;
	}
#snb {
	float: left;
	width: 25rem;
	margin: -5rem 5rem 0 0;
	}
#snb .title { 
    height: 16rem;
    padding: 5rem 2rem 0;
    background: #121D76 url(../../eng/img/sub/side_bg.png)  no-repeat 0 0;
    border-radius: 30px 0 0 0;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    font-size: 2.5rem;
	}
#snb .title::before {
	display: block; 	
	height: 1.2rem;
	margin: 0 auto 1rem;
	background:  no-repeat center 0;
	content:' ';
	}
#snb.sub01 .title::before {background-image: url(../../eng/img/sub/stitle_bg01.png);}	
#snb.sub02 .title::before {background-image: url(../../eng/img/sub/stitle_bg02.png);}
#snb.sub03 .title::before {background-image: url(../../eng/img/sub/stitle_bg03.png);}
#snb.sub04 .title::before {background-image: url(../../eng/img/sub/stitle_bg04.png);}
#snb.sub05 .title::before {background-image: url(../../eng/img/sub/stitle_bg05.png);}
#snb.sub06 .title::before {background-image: url(../../eng/img/sub/stitle_bg06.png);}
#snb.sub07 .title::before {background-image: url(../../eng/img/sub/stitle_bg07.png);}
#snb.sub08 .title::before {background-image: url(../../eng/img/sub/stitle_bg02.png);}
	
#left_menu_top {
    border-bottom: 1px solid #E1E1E1;
	overflow: hidden;
	}
#left_menu_top li {
	overflow: hidden;
	}
#left_menu_top a {
    position: relative;
    display: block;
	}
#left_menu_top a::after {
    position: absolute;
	font-family: 'xeicon';
	}
#left_menu_top a.linkWindow::after {
	content: "\e980";
	}
#left_menu_top &gt; li &gt; a {
	padding: 1.7rem 3.5rem 1.7rem 1.2rem;
	border-top: 1px solid #E1E1E1;
	color: #000;
    line-height: 1.3;
	font-size: 1.6rem;
	font-weight: 400;
	}
#left_menu_top &gt; li:first-child &gt; a {
	border-top: none;
	}
#left_menu_top &gt; li &gt; a::after {
	top: 2rem;
	right: 1.5rem;
	color: #C6C6C6;
    font-size: 1.6rem;
	content: "\e913";
	}
#left_menu_top &gt; li &gt; a:hover,
#left_menu_top &gt; li.active &gt; a {
	color: #121D76;
	font-weight: 500;
	}
#left_menu_top &gt; li.active &gt; a::after {
	color: #0061b1;
    font-size: 1.6rem;
	content: '\e91a';
	}
#left_menu_top &gt; li &gt; ul {
	display: none;
	padding: 2.4rem 0 2.6rem;
	background-color: #f5f5f5;
	border-top: 3px solid #121D76;
	letter-spacing: -0.05rem;
	font-size: 1.6rem;
	}
#left_menu_top &gt; li &gt; ul &gt; li {
	margin-top: 1rem;
	padding: 0 2rem;
	color: #555;
	}
#left_menu_top &gt; li &gt; ul &gt; li:first-child {
	margin-top: 0;
	}
#left_menu_top &gt; li &gt; ul &gt; li &gt; a {
	padding: 0.2rem 0 0.3rem 1rem;
	}
#left_menu_top &gt; li &gt; ul &gt; li &gt; a::before {
    position: absolute;
	top: 1.4rem;
	left: 0;
	width: 0.3rem;
	height: 0.3rem;
	background-color: #121D76;
	content:'';
	}
#left_menu_top &gt; li &gt; ul &gt; li &gt; a::after {
	top: 0;
	right: 0;
	}
#left_menu_top &gt; li.active .depth3 {
	display: block;
	}
#left_menu_top &gt; li &gt; ul &gt; li a:hover,	
#left_menu_top &gt; li &gt; ul &gt; li.active {
	color: #121D76;
	font-weight: 500;
	}
#contents {
    position: relative;
	margin-top: 5.8rem;
    overflow: hidden;
	}
#contents_title {	
    margin-bottom: 1.5rem;
    color: #333;
    line-height: 1.1;
    font-size: 2.8rem;
	}
.contents_util {
    margin-bottom: 4rem;
    text-align: right;
	}
.contents_util .util {	
	display: inline-block;
	vertical-align: middle;
	}
.contents_util .util .zoom {
	display: none;
	}	
.contents_util .util .btn { display: inline-block; overflow: hidden; width: 4rem; height: 4rem; border-radius: 100%; border: 1px solid #ddd; color: #000; text-align: center; line-height: 4rem; vertical-align: top; -webkit-transition: all 0.2s; transition: all 0.2s; }
.contents_util .util .btn::before { display: block; width: 100%; height: 100%; color: #919191; font-family: "xeicon"; text-align: center; line-height: inherit; font-size: 1.8rem; font-weight: 400; }
.contents_util .util .btn.print::before { content: ""; }
.contents_util .util .btn.up::before { content: ""; }
.contents_util .util .btn.down::before { content: ""; }
.contents_util .util .btn.open::before { content: ""; }
.contents_util .util .btn:hover, .contents_util .util .btn:focus,
.contents_util .util .btn:hover::before, .contents_util .util .btn:focus::before  { border-color: #000; background-color: #000; color: #fff; }

.contents_util .util .share { display: inline-block; position: relative; z-index: 1; vertical-align: top; }
.contents_util .util .share .item { visibility: hidden; overflow: hidden; width: 0; height: 0; opacity: 0; position: absolute; top: auto; right: 0;  overflow: hidden; top: 100%; width: 6rem; margin-top: 1rem; padding: 1rem; border: 1px solid #ddd; background-color: #fff; white-space: nowrap; }
.contents_util .util .share .item::before { position: absolute; top: auto; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); top: -0.3rem; width: 1rem; height: 1rem; background-color: #fff; border-top: 1px solid #ddd; border-left: 1px solid #ddd; content: ''; -webkit-transform: rotate(45deg) translateX(-50%); transform: rotate(45deg) translateX(-50%); }
.contents_util .util .share .item .list { display: block !important; }
.contents_util .util .share .item a { display: block; overflow: hidden; width: 3rem; height: 3rem; margin-top: 1rem; text-align: center; line-height: 3rem; }
.contents_util .util .share .item a::before { display: block; width: 100%; height: 100%; font-family: "xeicon"; text-align: center; line-height: inherit; font-size: 2rem; -webkit-transition: all 0.2s; transition: all 0.2s; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.contents_util .util .share .item a.close::before { -webkit-transform: rotate(0); transform: rotate(0); -webkit-transition: all 0.2s; transition: all 0.2s; }
.contents_util .util .share .item a.close:hover::before, .contents_util .util .share .item a.close:focus::before { -webkit-transform: rotate(180deg) translateY(2px); transform: rotate(180deg) translateY(2px); }
.contents_util .util .share .item a.close::before { content: ''; }
.contents_util .util .share .item a:hover::before, .contents_util .util .share .item a:focus::before { -webkit-transform: scale(1.5); transform: scale(1.5); }
.contents_util .util .share .item .facebook a::before { color: #29487d; content: ""; }
.contents_util .util .share .item .twitter a::before { color: #1da1f2; content: ""; }
.contents_util .util .share .item .kakaostory a::before { color: #ffc20f; content: ""; }
.contents_util .util .share .item .kakaotalk a::before { color: #381e1f; content: ""; }
.contents_util .util .share .item .band a::before { font-size: 2rem; font-family: "Noto Sans KR"; font-weight: 900; color: #21c531; content: 'b'; }
.contents_util .util .share.active .btn { border-color: #000; background-color: #000; color: #fff; }
.contents_util .util .share.active .item { visibility: visible; overflow: visible; width: auto; height: auto; opacity: 1; margin-top: 1.5rem; -webkit-transition: all 0.2s; transition: all 0.2s; }

.location {display: inline-block; margin-right: 1.5rem;  line-height: 1.4; text-align: right; white-space: nowrap; font-size: 1.5rem; vertical-align: middle; overflow: hidden;}
.location .path {overflow: hidden;}
.location .path li { display: inline-block; margin-left: 0.3rem; line-height: 1; vertical-align: top; }
.location .path li + li::before { display: inline-block; position: relative; top: 2px;  margin-right: 0.25rem;  vertical-align: top; font-size: 1.2rem; font-family: "xeicon"; content: ''; }
.location .path li a {padding: 0 .3rem;}
.location .path li .active {color: #121D76; text-decoration: underline; font-weight: 500;} 
.location .list { display: inline-block; width: calc(100% - 7rem); }
.location .list &gt; li { float: left; position: relative; width: 20rem; max-width: 20%; height: 6.9rem; border-right: 1px solid rgba(255, 255, 255, 0.2); line-height: 6.8rem; }
.location .list &gt; li button { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; position: relative; width: 100%; height: 100%; padding: 0 4rem 0 2rem; background-color: #303b50; text-align: left; color: #fff; line-height: inherit; }
.location .list &gt; li button::after { position: absolute; top: auto; left: auto; right: auto; font-family: "xeicon"; right: 2rem; top: 0; content: ''; -webkit-transition: all 0.2s; transition: all 0.2s; }
.location .list &gt; li ul { visibility: hidden; overflow: hidden; position: absolute; left: 0; top: 100%; width: 100%; height: 0; padding: 0 1rem; border: 1px solid #303b50; background-color: #fff; line-height: 1.5; -webkit-transition: all 0.2s; transition: all 0.2s; }
.location .list &gt; li.active button::after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.location .list &gt; li.active ul { visibility: visible; height: auto; padding: 1rem; }

.depth4_tab ul {display: table; width: calc(100% + 0px);  margin-bottom: 5rem; table-layout: fixed; text-align: center; line-height: 1.4; font-size: 1.6rem;}
.depth4_tab ul &gt; * { display: table-cell; padding-right: 0px; vertical-align: middle; }
.depth4_tab ul li {position: relative; border: 1px solid #ddd; background-color: #F6F6F6; }
.depth4_tab ul li + li { border-left: 0 none; }
.depth4_tab ul li.active { 
	background-color: #1B358E; 
	border-color: #1B358E; 
	color: #fff; 
	font-weight: 600; 
	}
.depth4_tab ul a {
	display: block; 
	padding: 1.8rem 1.4rem;
	}
.depth4_tab ul li.active::after {
    position: absolute;
    bottom: -1.2rem;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #1B358E;
    transform: rotate(45deg) translateX(-50%);
    content: '';
    }
#depth5_menu_ul { overflow: hidden; overflow-x: auto; margin: -3rem 0 5rem; padding-left: 1rem; border-bottom: 1px solid #ddd; white-space: nowrap; }
#depth5_menu_ul li { display: inline; margin-right: 1rem; }
#depth5_menu_ul li.active a { font-weight: 400; color: #484c58; }
#depth5_menu_ul li.active a::before { width: 100%; }
#depth5_menu_ul a { display: inline-block; overflow: hidden; position: relative; padding: 0 1rem 1.5rem; vertical-align: top; }
#depth5_menu_ul a::before { position: absolute; left: 0; bottom: 0; width: 0; height: 0.3rem; background-color: #484c58; content: ''; -webkit-transition: all 0.2s; transition: all 0.2s; }
#depth5_menu_ul a:hover::before, #depth5_menu_ul a:focus::before { width: 100%; }

#satisfy .form .form_textbox {width: calc(100% - 16rem);}
#satisfy .form .btn {width: 16rem;}</pre></body></html>