@charset "UTF-8";
/** import */
@import url("../../common/css/reset.css");
@import url("../../common/css/common.css");
@import url("../../common/css/ui.css");
@import url("../../common/css/sButton-1.0.0.css");
@import url("../../common/css/sButton-1.0.0.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);
/* config */
/** 설정 파일  @author  Eun-ji Kim @since   2017-11-21 */
/*$default-font-size: 1.6rem;

$large-font-size: 2.4rem;
$huge-font-size: 4.8rem;
$small-font-size: 1.4rem;
$tiny-font-size: 1.2rem;

$extra-default-font-size:1.8rem;
$extra-large-font-size: 3.6rem;
$extra-huge-font-size: 5.2rem;*/
/**
* ui Customizing > list
*/
/* list_header */
div.list_header { margin-bottom: 10px; font-size: inherit; }
div.list_header div.left h4 { margin: 7px 0 8px -20px !important; }
div.list_header div.left i, div.list_header div.left strong { color: #2460ce; }

/* pagination */
div.pagination li.on a { background-color: #666; }

/**
* ui Customizing > tab
*/
div.tab_wrap { position: relative; padding-top: 40px; height: 40px; margin-bottom: 50px; padding: 0; border-bottom: 1px solid #e6e6e6; box-sizing: border-box; }
div.tab_wrap > ul > li > a { height: 40px; line-height: 37px; background: #fff; }
div.tab_wrap > ul > li.on > a { background: #2460ce; }

/* */
/* search */
div.search { display: inline-block; position: relative; }
div.search #sch_text { width: 150px; padding-right: 30px; }
div.search button.btn_search { position: absolute; top: 0; right: 0; width: 30px; height: 30px; line-height: 30px; margin: 0; padding: 0; border: 0; background: none; font-size: 1.5em; cursor: pointer; }
div.search span.format.datepicker > input { width: 120px; }

/**
* ui Customizing > help
*/
/* guide */
p.guide { background-position: 10px 12px; font-size: 12px; }

/* comment */
p.comment, span.comment { background-position: 0 3.5px; }

/** sButton Customizing */
a.sButton, button.sButton { height: 30px; line-height: 26px; padding: 0 20px; border-radius: 2px; }

a.sButton.large, button.sButton.large { width: 200px; height: 50px; line-height: 45px; padding: 0; font-size: 16px; }

a.sButton.small, button.sButton.small { height: 25px; line-height: 21px; padding: 0 8px; }

a.sButton, button.sButton { /*border-color:#ddd; background-color:#fafafa; color:#333;*/ }

a.sButton.primary, button.sButton.primary { border-color: #1d4da5; background-color: #2460ce; }

a.sButton.secondary, button.sButton.secondary { border-color: #666; background-color: #666; }

a.sButton.active, button.sButton.active { border-color: #000; background-color: #333; }

a.sButton.info, button.sButton.info { border-color: #3a4762; background-color: #5c6b8b; }

a.sButton.warning, button.sButton.warning { border-color: #d34a00; background-color: #ea5412; }

/** layout */
html { font-size: 100%; }

body { font-size: 80%; color: #666; background: #fafafa; font-family: "Noto Sans Korean", "Noto Sans KR", 'Noto Sans KR', sans-serif; }

#wrap { position: relative; z-index: 0; width: 100%; min-width: 1100px; background: url("./img/bg_header.png") 0 0 repeat-x; }

#header { position: relative; z-index: 30; width: 100%; min-width: 1100px; height: 107px; }
#header h1 { position: absolute; top: 47px; left: 0; width: 134px; height: 45px; }
#header h1 a { display: block; width: 100%; height: 100%; text-indent: -5000px; background: url("./img/h1_logo_white.png") 0 0 no-repeat; }

#container { position: relative; z-index: 0; width: 100%; background: url("./img/bg_container.png") center 0 repeat-y; }
#container:after { display: block; clear: both; content: ""; }

#containerwrap { position: relative; width: 1100px; margin: 40px 0; padding: 40px 0; left: 50%; margin-left: -550px; }
#containerwrap:after { display: block; clear: both; content: ""; }

#aside { position: relative; z-index: 0; float: left; width: 260px;             /*
position: absolute;
width:260px; */ }

#content {         /*
position:relative;
z-index:0;
margin:0 0 0 320px;*/ position: relative; float: right; width: 780px; }

#footer { z-index: 20; margin-top: 50px; background: url("./img/bg_footer.png") 0 120px repeat-x #fff; }

#header_area { display: block; position: relative; left: 50%; width: 1100px; margin-left: -550px; z-index: 50; }

/* util_nav */
#util_nav { display: block; height: 36px; }
#util_nav > div.left { float: left; width: 50%; }
#util_nav > div.left li { display: inline-block; float: left; padding-top: 3px; }
#util_nav > div.left li a { display: block; padding: 0 15px; line-height: 30px; height: 33px; font-size: 1em; color: #999; }
#util_nav > div.left li a.on { background-color: #2460ce; color: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
#util_nav > div.left:after { display: block; clear: both; content: ""; }
#util_nav > div.right { float: right; width: 50%; text-align: right; }
#util_nav > div.right:after { display: block; clear: both; content: ""; }
#util_nav > div.right li { display: inline-block; }
#util_nav > div.right li:nth-child(3) { background: url("./img/bul_line2.png") 0 11px no-repeat; }
#util_nav > div.right li a { display: block; height: 32px; padding: 0 8px; line-height: 32px; font-size: 1em; }
#util_nav > div.right li a.btn_link { margin-top: 5px; height: 24px; line-height: 24px; border: 1px solid #ddd; border-top-left-radius: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; }
#util_nav:after { display: block; clear: both; content: ""; }

/* gnb */
#gnb { position: relative; min-width: 1100px; width: 100%; height: 71px; box-sizing: border-box; }
#gnb #gnb_area { position: relative; width: 1100px; margin-left: -550px; left: 50%; }
#gnb #gnb_area > ul { position: absolute; width: 1100px; margin-left: -550px; left: 50%; top: 0; height: 71px; z-index: 30; box-sizing: border-box; }
#gnb #gnb_area > ul > li { float: left; z-index: 500; box-sizing: border-box; }
#gnb #gnb_area > ul > li:first-child { padding-left: 200px; background: none; }
#gnb #gnb_area > ul > li:last-child { width: 144px; }
#gnb #gnb_area > ul > li > a { display: block; padding: 0 40px; height: 71px; border-left: 1px solid #1d4da5; line-height: 71px; text-align: center; font-size: 1.25em; color: #fff; font-weight: 500; }
#gnb #gnb_area > ul > li > a:hover { text-decoration: none; }
#gnb #gnb_area > ul > li > ul { display: none; padding-top: 15px; width: 100%; box-sizing: border-box; border-top: 0; }
#gnb #gnb_area > ul > li > ul > li { position: relative; z-index: 20; }
#gnb #gnb_area > ul > li > ul > li:first-child { margin-top: 0; border-top: 0; }
#gnb #gnb_area > ul > li > ul > li > a { display: block; height: 30px; line-height: 30px; padding-left: 10px; }
#gnb #gnb_area > ul > li > ul > li > a:hover { font-weight: bold; color: #387dcf; text-decoration: underline; }
#gnb #gnb_area > ul > li:first-child > a { border: 0; }
#gnb #gnb_area > ul > li:nth-child(6) { display: none; }
#gnb #gnb_area > ul > li:hover > a, #gnb #gnb_area > ul > li:active > a, #gnb #gnb_area > ul > li:focus > a, #gnb #gnb_area > ul > li.hover > a { background-color: #3a4762; }
#gnb #gnb_area > ul > li:hover > ul, #gnb #gnb_area > ul > li:active > ul, #gnb #gnb_area > ul > li:focus > ul, #gnb #gnb_area > ul > li.hover > ul { display: block; }
#gnb #gnb_area > ul:after { display: block; clear: both; content: ""; }
#gnb div.gnb_banner { display: none; position: absolute; width: 200px; top: 100px; left: 50%; margin-left: -550px; }
#gnb div.gnb_banner ul li a { display: block; position: relative; padding: 10px 10px 10px 40px; border: 1px solid #ddd; font-size: 12px; background-color: #f5f9ff; word-break: keep-all; color: #666; }
#gnb div.gnb_banner ul li a i { position: absolute; top: 10px; left: 10px; font-size: 24px; color: #5a92cf; }
#gnb div.gnb_banner ul li a dt { font-size: 13px; line-height: 13px; margin-bottom: 10px; color: #387dcf; }
#gnb div.gnb_banner ul li a:hover, #gnb div.gnb_banner ul li a:focus, #gnb div.gnb_banner ul li a:active { text-decoration: none; background-color: #fff; }
#gnb div.gnb_banner ul li:first-child a { border-bottom: 0; }
#gnb div.bg_gnb { display: none; position: absolute; top: 71px; width: 100%; height: 250px; background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); z-index: -1; }
#gnb.open #gnb_area ul { display: block; }
#gnb.open div.gnb_banner { display: block; }
#gnb.open div.bg_gnb { display: block; }
#gnb a.btn_sitemap { display: block; position: absolute; top: 17px; right: 0; width: 120px; height: 44px; line-height: 44px; text-align: center; font-size: 15px; border-top-left-radius: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; background-color: #3a4762; color: #fff; z-index: 40; }
#gnb a.btn_sitemap > i { margin-left: 10px; font-size: 24px; vertical-align: middle; }
#gnb a.btn_sitemap:hover, #gnb a.btn_sitemap:focus, #gnb a.btn_sitemap:active { text-decoration: none; background-color: #fff; color: #2460ce; }
#gnb p.txt { display: inline-block; top: 60px; left: 234px; position: absolute; padding: 0 10px; line-height: 25px; text-align: center; background-color: #dd0000; color: #fff; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; z-index: 50; }
#gnb p.txt:before { display: block; position: absolute; left: 50%; margin-left: -2px; top: -4px; border-bottom: 4px solid #dd0000; border-left: 2px solid transparent; border-right: 2px solid transparent; content: ""; }
#gnb p.txt span { color: #ffe778; }

/*#gnb { position:relative; width:1100px; margin-left:-550px; left: 50%; height:71px; box-sizing: border-box;
 > ul { position:absolute; top:0; height:71px; z-index:30; box-sizing: border-box;
 > li { float:left; z-index: 500; box-sizing: border-box;
 &:first-child { background:none; padding-left:200px; } &:last-child { width:144px; } &:hover { > ul { background-color:$clean-color; } }
 > a { display:block; padding: 0 40px; height:71px; line-height:71px; border-left:1px solid  $darker-blue-color; text-align:center; font-size:1.25em; color:$clean-color; font-weight:500;
 &:hover { text-decoration:none; } }
 > ul { display:none; width:100%; box-sizing: border-box; border:1px solid $box-outer-color; border-top:0;
 > li { position:relative; z-index: 20; border-top:1px solid $box-outer-color;
 &:first-child { margin-top:0; border-top:0; }
 > a { display:block; height:40px; line-height:40px; padding-left:10px;
 &:hover { font-weight:bold; color:$black-color; background-color: $box-outer-color; } } } }
 &:first-child { > a { border: 0; } }
 &:nth-child(6) { display: none; }
 &.hover { > a { background-color:$darker-sky-color; } > ul { display: block; } }
 } @include after-clear; }
 > a.btn_sitemap { display: block; position:absolute; top:17px; right:0; width:120px; height: 44px; line-height: 44px; text-align: center; font-size:15px; @include border-radius(2px, 2px, 2px, 2px); background-color:$darker-sky-color; color:$clean-color;
 > i { margin-left: 10px; font-size:24px; vertical-align:middle; }
 &:hover, &:focus, &:active { text-decoration: none; background-color:$clean-color; color:$dark-blue-color; } }
 p.txt { display: inline-block; top:60px; left:234px; position: absolute; padding:0 10px; line-height:25px; text-align:center; background-color:$red-color; color:$clean-color; box-shadow: 0 2px 3px rgba(0,0,0,0.5); @include border-radius(15px,15px,15px,15px); z-index: 50;
 &:before { display: block; position:absolute; left:50%; margin-left: -2px; top:-4px; border-bottom:4px solid $red-color; border-left:2px solid transparent; border-right:2px solid transparent; content:""; }
 span { color:#ffe778; } }
}*/
/** aside */
#aside h3 { margin-bottom: 20px; font-size: 16px; color: #333; }

#user_area { position: relative; height: 110px; margin-bottom: 20px; border: 0; }

/* login */
#user_area > div.user_info > div.private { overflow: hidden; margin-bottom: 6px; padding-right: 75px; font-weight: bold; color: #333; white-space: nowrap; text-overflow: ellipsis; }
#user_area > div.user_info > div.private > strong { display: inline-block; max-width: 130px; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; vertical-align: top; }
#user_area > div.user_info > div.private > a { position: absolute; font-weight: normal; color: #999; }
#user_area > div.user_info > div.private > a.link_security { position: absolute; right: 40px; }
#user_area > div.user_info > div.private > a.link_myinfo { right: 0; }
#user_area > div.user_info > div.private > a i { line-height: 18px; }
#user_area > div.user_info > div.sms_info { padding: 8px 20px; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; background-color: #5a92cf; }
#user_area > div.user_info > div.sms_info ul > li { position: relative; height: 20px; line-height: 20px; font-size: 13px; color: #def2ff; }
#user_area > div.user_info > div.sms_info ul > li > em { position: absolute; right: 20px; max-width: 100px; overflow: hidden; color: #fff; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; }
#user_area > div.user_info > div.sms_info ul > li > span { position: absolute; right: 0; }
#user_area > div.member_button { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; background-color: #387dcf; }
#user_area > div.member_button > ul { text-align: center; }
#user_area > div.member_button > ul > li { float: left; width: 33.3%; }
#user_area > div.member_button > ul > li a { display: block; height: 30px; line-height: 30px; font-size: 13px; color: #fff; }
#user_area > div.member_button > ul > li:first-child { width: 33.4%; }
#user_area > div.member_button > ul > li:first-child a { border-left: 0; }
#user_area > div.member_button > ul:after { display: block; clear: both; content: ""; }
#user_area div.login_box > form {             /* > div.button { position:absolute; top:0; right:20px; width:58px; height:58px;
 button, a { display:block; width:100%; height:100%; border:1px solid $darker-blue-color; background-color:$dark-blue-color; color:$clean-color; }
 a { line-height:60px; text-align:center; } }*/ }
#user_area div.login_box > form > div.button2 { position: absolute; top: 0; right: 0; width: 95px; }
#user_area div.login_box > form > div.button2 button, #user_area div.login_box > form > div.button2 a { display: block; width: 100%; height: 100%; border: 1px solid #1d4da5; background-color: #2460ce; color: #fff; }
#user_area div.login_box > form > div.button2 button, #user_area div.login_box > form > div.button2 a { line-height: 60px; text-align: center; }
#user_area div.login_box > form dl dd { margin-top: 4px; }
#user_area div.login_box > form dl dd:first-child { margin-top: 0; }
#user_area div.login_box > form dl dd input { width: 160px; }
#user_area div.login_box div.cookie_control { margin-top: 10px; font-size: 12px;       /* div { background:url("/module/page/user/img/img_line.gif") center right no-repeat; }
 div.save { float:left; padding-right:8px;
 input { margin-left:0; } } div.signin { float:left; padding-right:8px; margin-left:8px; } div.find { display:inline; margin-left:10px; background: none; letter-spacing:-1px; } */ }
#user_area div.login_box div.cookie_control div.save { float: left; }
#user_area div.login_box div.cookie_control div.save input { margin-left: 0; }
#user_area div.login_box div.cookie_control a { display: inline; }
#user_area div.login_box div.cookie_control a.linea:before, #user_area div.login_box div.cookie_control a.linea2:before { display: inline-block; width: 1px; height: 10px; content: ""; margin-left: 6px; margin-right: 5px; border-left: 1px solid #ddd; vertical-align: middle; }
#user_area div.login_box div.cookie_control a.linea2:before { margin-left: 2px; }

#banner_area ul li { float: left; width: 50%; line-height: 50px; box-sizing: border-box; }
#banner_area ul li > a { display: block; width: 100%; height: 50px; text-align: center; font-size: 15px; border-top-left-radius: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 0; background-color: #3a4762; color: #fff; }
#banner_area ul li > a > i { font-size: 24px; vertical-align: middle; margin-right: 10px; }
#banner_area ul li > a:focus, #banner_area ul li > a:active, #banner_area ul li > a:hover { text-decoration: none; background-color: #2460ce; }
#banner_area ul li:first-child { border-right: 1px solid #5c6b8b; }
#banner_area ul li:first-child > a { border-top-left-radius: 4px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 4px; }
#banner_area ul:after { display: block; clear: both; content: ""; }

#group_title { position: relative; line-height: 30px; margin: 20px 0 10px 0; }
#group_title > p { height: 30px; line-height: 30px; font-weight: bold; color: #333; font-size: 1.75em; }

#snb { position: relative; }
#snb ul > li { border-bottom: 1px solid #fff; }
#snb ul > li a { display: block; position: relative; height: 45px; line-height: 45px; padding-left: 20px; background-color: #def2ff; color: #666; }
#snb ul > li a i { position: absolute; width: 22px; height: 22px; text-align: center; line-height: 22px; top: 12px; right: 15px; border-top-left-radius: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; background-color: #5a92cf; color: #fff; }
#snb ul > li a:hover, #snb ul > li a:focus { background: #5a92cf; color: #fff; text-decoration: none; }
#snb ul > li a:hover i, #snb ul > li a:focus i { display: block; }
#snb ul > li.on a { background: #5a92cf; color: #fff; text-decoration: none; }
#snb ul > li.on a i { display: block; }

/*banner_nav*/
#banner_nav { margin-top: 70px; }
#banner_nav > ul > li { position: relative; }
#banner_nav > ul > li a { display: block; padding: 30px 10px; word-break: keep-all; border-top: 1px solid #ddd; color: #666; box-sizing: border-box; background: url("./img/bg_banner.png") right 0 no-repeat; }
#banner_nav > ul > li a strong { display: block; font-size: 16px; color: #333; }
#banner_nav > ul > li a:focus, #banner_nav > ul > li a:active, #banner_nav > ul > li a:hover { text-decoration: none; background-color: #fafafa; }
#banner_nav > ul > li.banner2 a { background-position: right -100px; }
#banner_nav > ul > li.banner3 a { background-position: right -200px; }

/*customer*/
#customer { position: relative; border: 1px solid #ddd; background: url("./img/bg_customer.png") 20px 57px no-repeat; }
#customer > h3 { padding: 20px 0 0 20px; }
#customer > ul { padding: 0 0 20px 90px; }
#customer > ul li { font-size: 13px; line-height: 1.25em; }
#customer > ul li.tel { margin-bottom: 15px; }
#customer > ul li.tel dd { font-size: 22px; color: #333; }
#customer > p { border-top: 1px solid #ddd; height: 50px; line-height: 50px; }
#customer > p > a { display: block; text-align: center; /*&:hover, &:active, &:focus { text-decoration: none; background-color:$body-bg-color;
}*/ }
#customer > p > a > i { position: absolute; right: 20px; line-height: 50px; }
#customer > div.close-area { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 192px; padding: 20px 10px; text-align: center; border: 5px solid #fff; border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; background: #49c4c4; box-sizing: border-box; color: #fff; }
#customer > div.close-area i.xi-forum-o { font-size: 36px; }
#customer > div.close-area p { font-size: 16px; padding: 10px 0; margin-bottom: 10px; border-bottom: 1px dotted #fff; }
#customer > div.close-area dl { /*color:$lighter-gray-color;*/ }
#customer > div.close-area button { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; border: 0; border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; background-color: #333; cursor: pointer; }
#customer > div.close-area button i { color: #fff; font-size: 18px; line-height: 30px; }
#customer.on div.close-area { display: block; }

/** content */
#title_path { position: absolute; top: -60px; right: 0; height: 15px; *zoom: 1; }
#title_path > a, #title_path > i, #title_path > i:before { display: block; float: left; height: 15px; line-height: 15px; }
#title_path > a:last-child { color: #2460ce; }
#title_path > i { margin: 0 5px; color: #999; }
#title_path > i:first-child { margin-left: 0; }
#title_path:after { display: block; clear: both; content: ""; }

#content > h3 { height: 30px; line-height: 30px; margin-bottom: 50px; font-size: 2.5em; font-weight: bold; color: #333; }
#content h4 { height: 15px; line-height: 14px; margin-bottom: 20px; padding-left: 10px; border-left: 3px solid #2460ce; font-size: 1.25em; color: #333; font-weight: bold; }
#content h4:first-child { margin-top: 0; }
#content div.button { margin: 50px 0; text-align: center; }
#content .etc { margin-top: 40px; }

/** footer */
#footer_banner { display: block; width: 100%; }
#footer_banner a { display: block; height: 120px; background: url("./img/bg_footer_banner.png") center 0 no-repeat; }

#footer_nav_wrap { display: block; position: relative; }

#footer_nav { display: block; position: relative; left: 50%; width: 1100px; height: 50px; margin-left: -550px; }
#footer_nav ul li { float: left; }
#footer_nav ul li a { display: block; height: 50px; line-height: 48px; padding: 0 10px 0 11px; background: url("./img/bul_line.png") 0 50% no-repeat; color: #666; }
#footer_nav ul li a.btn_privacy { font-weight: bold; }
#footer_nav ul li a.btn_link { height: 24px; padding: 0 8px; margin-top: 12px; line-height: 24px; border: 1px solid #ddd; background: #fff; color: #999; }
#footer_nav ul li:first-child a { padding-left: 0; background: none; }
#footer_nav ul:after { display: block; clear: both; content: ""; }
#footer_nav dl { position: absolute; top: 12px; right: 0; }
#footer_nav dl dt { display: none; }

#footer_wrap { display: block; position: relative; left: 50%; width: 1100px; height: 150px; margin-left: -550px; }

#address_area { background: url("./img/img_footer_logo.png") 0 40px no-repeat; padding: 30px 0 0 180px; }
#address_area li { height: 18px; line-height: 18px; }
#address_area li.copyright { margin-top: 10px; color: #bbb; }
#address_area li dl dt, #address_area li dl dd { display: inline-block; height: 18px; line-height: 18px; color: #999; }
#address_area li dl dt { margin-left: 10px; padding-left: 11px; background: url("./img/bul_line.png") 0 50% no-repeat; }
#address_area li dl dt:first-child { padding-left: 0; margin-left: 0; background: none; }
#address_area li dl dt:after { display: inline-block; margin-left: 3px; content: ":"; }
#address_area li dl dt.hidden:after { display: none; }

/*
#btn_top_area { position:absolute; top:30px; right:0; width:40px; height:40px;
}
#btn_move_top { display:block; width:40px; height:40px; border-radius:25px; background:$black-color; text-align:center;
 > i { line-height:40px; font-size:1.5em; color:$clean-color; }
}
*/
/**
* quick_wrap
*/
#quick_wrap { display: block; position: fixed; top: 0; right: 0; width: 70px; height: 100%; background-color: #3a4762; z-index: 100; }
#quick_wrap > h3 { height: 36px; line-height: 36px; text-align: center; background-color: #5a92cf; color: #fff; }
#quick_wrap > div.quick_nav li { border-bottom: 1px solid #666; }
#quick_wrap > div.quick_nav li a, #quick_wrap > div.quick_nav li button { display: block; height: 70px; line-height: 70px; color: #999; box-sizing: border-box; text-align: center; }
#quick_wrap > div.quick_nav li a i, #quick_wrap > div.quick_nav li button i { line-height: 70px; vertical-align: middle; font-size: 30px; }
#quick_wrap > div.quick_nav li a span, #quick_wrap > div.quick_nav li button span { display: none; }
#quick_wrap > div.quick_nav li a:hover, #quick_wrap > div.quick_nav li a:active, #quick_wrap > div.quick_nav li a:focus, #quick_wrap > div.quick_nav li button:hover, #quick_wrap > div.quick_nav li button:active, #quick_wrap > div.quick_nav li button:focus { text-decoration: none; color: #fff; }
#quick_wrap > div.quick_nav li button { width: 100%; background: none; border: 0; cursor: pointer; }
#quick_wrap > div.quick_nav li button.btn_quick_open { display: block; }
#quick_wrap > div.quick_nav li button.btn_quick_close { display: none; }
#quick_wrap #btn_top_area { position: absolute; bottom: 0; right: 0; width: 100%; background-color: #3a4762; }
#quick_wrap #btn_move_top { display: block; border-top: 1px solid #666; width: 100%; height: 70px; padding-top: 20px; text-align: center; color: #fff; box-sizing: border-box; }
#quick_wrap #btn_move_top > i { font-size: 1.5em; }
#quick_wrap #btn_move_top > span { display: block; }
#quick_wrap #btn_move_top:active, #quick_wrap #btn_move_top:focus, #quick_wrap #btn_move_top:hover { background-color: #2460ce; }
#quick_wrap.open { width: 160px; }
#quick_wrap.open > div.quick_nav li a, #quick_wrap.open > div.quick_nav li button { text-align: left; padding: 0 20px; }
#quick_wrap.open > div.quick_nav li a span, #quick_wrap.open > div.quick_nav li button span { display: inline-block; }
#quick_wrap.open > div.quick_nav li button.btn_quick_open { display: none; }
#quick_wrap.open > div.quick_nav li button.btn_quick_close { display: block; }

/**
* membership
*/
body.membership { background: url("./img/bg_membership_body.png") 50% 0 repeat-y #eaeaea; }

#membership_wrap { position: relative; z-index: 0; left: 50%; width: 700px; margin-left: -350px; }

#membership_header { position: relative; z-index: 30; height: 90px; }
#membership_header h1 { position: absolute; top: 22px; left: 50%; width: 125px; height: 42px; line-height: 30px; margin-left: -62px; }
#membership_header h1 > a { display: block; width: 100%; height: 100%; text-indent: -5000px; background: url("./img/h1_logo.png") 0 50% no-repeat; }

#membership_content { position: relative; z-index: 0; min-height: 500px; padding: 40px 40px; border-top: 1px solid #eaeaea; }

#membership_footer { position: relative; z-index: 20; height: 90px; }
#membership_footer div.footer_banner { height: 80px; line-height: 60px; background: #f5f9ff; }
#membership_footer div.footer_banner > a { display: block; width: 100%; height: 100%; line-height: inherit; text-align: center; }
#membership_footer div.copyright { padding: 20px 0; border-top: 1px solid #eaeaea; text-align: center; }
#membership_footer div.copyright dl dd { color: #999; }

/** popup */
body.popup { background: #eaeaea; }

#popup_wrap { position: relative; z-index: 0; }

#popup_header { position: relative; z-index: 30; height: 50px; background: #2460ce; }
#popup_header > h1 { height: 50px; line-height: 45px; font-size: 1.75em; font-weight: bold; color: #fff; text-align: center; }

#popup_content { position: relative; z-index: 0; margin: 20px 20px 10px; padding: 20px; background: #fff; }
#popup_content h4 { height: 12px; line-height: 10px; margin: 30px 0 15px; padding-left: 7px; border-left: 3px solid #2460ce; color: #333; font-weight: bold; }
#popup_content fieldset { margin-top: 30px; }
#popup_content fieldset > h4 { margin-top: 0; }
#popup_content div.button { margin: 20px 0; text-align: center; }

#popup_footer { position: relative; z-index: 20; height: 30px; margin: 5px 0; }
#popup_footer div.copyright { text-align: center; }
#popup_footer div.copyright dl dd { color: #999; }

/** layer popup */
#layer_back { display: none; position: fixed; top: 0; left: 0; z-index: 990; width: 100%; height: 100%; background-color: #000; opacity: 0.5; }
#layer_back.open { display: block; }

#layer_popup { display: none; position: fixed; top: 50%; left: 50%; z-index: 995; width: 600px; height: 600px; background-color: #fff; margin: -300px 0 0 -300px; border: 1px solid #333; }
#layer_popup.open { display: block; }

#layer_header { position: relative; width: 100%; height: 50px; background-color: #2460ce; }
#layer_header > h1 { width: 80%; margin-left: 15px; line-height: 50px; color: #fff; font-size: 1.25em; font-weight: bold; }
#layer_header > button { position: absolute; top: 13px; right: 13px; z-index: 996; width: 24px; height: 24px; margin: 0; padding: 0; border: 0; cursor: pointer; background: none; }
#layer_header > button > i { font-size: 24px; color: #fff; }

#layer_content { overflow: hidden; overflow-y: auto; padding: 20px; margin-bottom: 0; box-sizing: border-box; *zoom: 1; }
#layer_content h2 { height: 20px; line-height: 20px; margin-top: 30px; color: #333; font-weight: bold; }
#layer_content h2:first-child { margin-top: 0; }
#layer_content div.button { text-align: center; }

/** layer loading */
#layer_loading { display: none; position: fixed; top: 50%; left: 50%; z-index: 999; width: 200px; height: 200px; margin: -100px 0 0 -100px; }
#layer_loading > p { width: 200px; height: 140px; padding: 30px 0; text-align: center; }
#layer_loading > p > i { font-size: 100px; color: #eaeaea; }
#layer_loading > p > strong { display: inline-block; margin: 10px 0; font-size: 12px; font-weight: bold; color: #fff; }

/**
* information
*/
div.information { position: relative; margin-bottom: 50px; padding: 20px 20px 20px 90px; background: #f5f9ff; border: 1px solid #def2ff; border-radius: 5px; }
div.information div.icon { position: absolute; top: 20px; left: 20px; width: 50px; height: 50px; }
div.information div.icon > i { font-size: 50px; color: #5c6b8b; }
div.information ul > li { margin: 3px 0; padding-left: 10px; background: url("/common/img/bul_dot.png") 0 50% no-repeat; color: #333; }
div.information ul > li > strong { font-weight: bold; }

/**
* no_style
*/
p.no_style { margin: 30px 0; padding: 20px; line-height: 150% !important; font-size: 1.5em !important; font-weight: bold !important; background: red !important; text-align: center !important; color: #fff !important; }
p.no_style > a { color: greenyellow; text-decoration: underline; }

/*
contents_page
*/
#contents_wrap { position: relative; z-index: 0; width: 100%; min-width: 1100px; }
#contents_wrap > #footer { margin-top: 0px; }

#contents_header { position: relative; z-index: 30; width: 100%; min-width: 1100px; height: 80px; border-bottom: 1px solid #ddd; /* contents_gnb */ }
#contents_header #contents_gnb { display: block; position: relative; left: 50%; width: 1100px; height: 80px; margin-left: -550px; }
#contents_header #contents_gnb h1 { position: absolute; top: 18px; left: 0; width: 120px; height: 42px; }
#contents_header #contents_gnb h1 > a { display: block; width: 100%; height: 100%; text-indent: -5000px; background: url("./img/h1_logo.png") 0 0 no-repeat; }
#contents_header #contents_gnb > ul { float: left; position: relative; left: 25%; z-index: 30; }
#contents_header #contents_gnb > ul > li { float: left; margin-right: 35px; z-index: 500; }
#contents_header #contents_gnb > ul > li:last-child { margin-right: 0; }
#contents_header #contents_gnb > ul > li > a { display: block; line-height: 81px; text-align: center; font-size: 1.1em; color: #333; font-weight: 500; }
#contents_header #contents_gnb > ul > li > a:hover { text-decoration: none; }
#contents_header #contents_gnb a.gnb_message { position: relative; top: 23px; float: right; width: 123px; height: 33px; border: 1px solid #2460ce; font-size: 1.05em; font-weight: 500; color: #2460ce; text-align: center; line-height: 33px; }
#contents_header #contents_gnb a.gnb_message:hover { background: #2460ce; color: #fff; text-decoration: none; }
#contents_header #contents_gnb a.gnb_message > i { position: relative; top: 2px; margin-left: 5px; font-size: 1.3em; }
#contents_header #contents_gnb:after { display: block; clear: both; content: ""; }

/* service_introduce */
#service_wrap { position: relative; z-index: 0; width: 100%; min-width: 1100px; background: url("./img/img_service_main.png") center 0 no-repeat; }
#service_wrap > #footer { margin-top: 0px; }

#service_header { position: relative; z-index: 30; width: 100%; min-width: 1100px; height: 110px; /* contents_gnb */ }
#service_header #service_gnb { display: block; position: relative; left: 50%; width: 1100px; height: 110px; margin-left: -550px; }
#service_header #service_gnb h1 { position: absolute; top: 30px; left: 0; width: 120px; height: 42px; }
#service_header #service_gnb h1 > a { display: block; width: 100%; height: 100%; text-indent: -5000px; background: url("./img/h1_logo.png") 0 0 no-repeat; }
#service_header #service_gnb a.gnb_login { position: absolute; top: 37px; right: 133px; width: 50px; font-size: 14px; font-weight: 500; color: #fff; text-align: center; line-height: 33px; transition: 0.3s; }
#service_header #service_gnb a.gnb_login:hover { border-bottom: 3px solid #38f9d7; text-decoration: none; }
#service_header #service_gnb a.gnb_join { position: relative; top: 36px; float: right; width: 100px; border: 2px solid #fff; border-radius: 50px; background: #fff; font-size: 14px; font-weight: 500; color: #6bcdfd; text-align: center; line-height: 33px; box-sizing: border-box; transition: 0.3s; }
#service_header #service_gnb a.gnb_join:hover { border: 2px solid #fff; background: none; color: #fff; text-decoration: none; }
#service_header #service_gnb:after { display: block; clear: both; content: ""; }

/* sitemap */
div.sitemap { width: 100%; overflow: hidden; }
div.sitemap ul.sitemap > li { float: left; width: 200px; height: 260px; margin-right: 30px; border-top: 1px solid #2460ce; }
div.sitemap ul.sitemap > li.no-margin { margin-right: 0; }
div.sitemap ul.sitemap > li > a { display: block; width: 100%; padding: 15px 0; border-bottom: 1px solid #ddd; font-size: 17px; font-weight: 500; text-align: center; }
div.sitemap ul.sitemap > li > ul > li { background: url("../../../layout/user/img/bul_square1.png") 5px 50% no-repeat; padding-left: 20px; margin-top: 6px; font-size: 15px; }
div.sitemap ul.sitemap > li > ul > li:first-child { margin-top: 15px; }
div.sitemap ul.sitemap > li > ul > li > a { color: #666; }
div.sitemap ul.sitemap:after { display: block; clear: both; content: ""; }

/**
* message > confirm
*/
#send_confirm p.title { margin: 30px 0; text-align: center; font-size: 1.5em; font-weight: bold; }

#send_confirm p.title > strong { color: #d34a00; }

#send_confirm div.form { border-top: 2px solid #646464; border-bottom: 1px solid #eaeaea; }

#send_confirm dl.write_dl > dt, #send_confirm dl.write_dl > dd { height: 40px; line-height: 38px; font-size: 1.25em; }

#send_confirm dl.write_dl > dt { width: 35%; }

#send_confirm dl.write_dl > dd { width: 65%; }

#send_confirm div.button { margin-bottom: 0; }

#send_confirm button { height: 40px; line-height: 38px; font-size: 15px; }
