@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#wrapper {padding-top:100px;}

#header {position:fixed; top:0; left:0; width:100%; background:#fff; box-shadow:0 0 3px rgba(0,0,0,.15); z-index:100;}
#header .contain {position:relative; max-width:1780px; height:100px; padding-top:18px; display:flex; align-items:center; justify-content:space-center; z-index:2;}

#gnb {flex:1 1 auto; min-width:0; width:1%; text-align:center;}
#gnb > ul {display:inline-flex;}
#gnb > ul > li {position:relative; padding:0 35px;}
#gnb > ul > li > a {display:block; color:#333; font-size:20px; font-weight:500; line-height:82px; letter-spacing:-.03em;}
#gnb > ul > li.active > a {color:#1e83ff;}
#gnb .submenu {display:none;}
#gnb .submenu .inner {height:265px; border-right:1px solid #ebebeb;}
#gnb .submenu > ul {}
#gnb .submenu > ul > li {}

#gnb .submenu > ul > li > a {display:block; color:#555; font-size:18px; font-weight:300; line-height:57px; letter-spacing:-.03em; white-space:nowrap;}
#gnb .submenu > ul > li > a:hover {color:#1e83ff;}
#gnb > ul > li:first-child .submenu .inner {border-left:1px solid #ebebeb;}

.submenu-bg {display:none; position:absolute; left:0; width:100%; height:0; background:#fff; border-top:1px solid #ebebeb; border-bottom:1px solid #ebebeb;}

.pull-right {display:flex; align-items:center;}

.util {color:#777; font-size:14px; line-height:1.5em; letter-spacing:-.03em; margin:0 50px 0 40px;}
.util a:hover {text-decoration:underline;}

.language {text-align:center; display:flex; align-items:center; color:#777; font-size:14px; font-weight:400; line-height:1.3em; letter-spacing:-.03em;}
.language a {width:52px; height:52px; border-radius:100%; display:flex; align-items:center; justify-content:center; border:1px solid #c8c8c8; margin-left:13px;}
.language a:first-child {margin-left:0;}
.language a.active {background:#1e83ff; border-color:#1e83ff; color:#fff;}

.all-menu {display:none; position:absolute; left:0; width:100%; background:#fff; border-top:1px solid #ebebeb; border-bottom:1px solid #ebebeb;}
.all-menu .nav {max-width:1200px; margin:0 auto;}
.all-menu .nav > ul {display:flex;}
.all-menu .nav > ul > li {flex:1; padding:30px 20px; border-right:1px solid #ebebeb;}
.all-menu .nav > ul > li:first-child {border-left:1px solid #ebebeb;}
.all-menu .nav > ul > li > a {display:block; color:#555; font-size:20px; font-weight:700; line-height:1.4em; letter-spacing:-.03em; word-break:break-all;}
.all-menu .nav .submenu {margin-top:15px;}
.all-menu .nav .submenu > ul > li {margin-bottom:7px;}
.all-menu .nav .submenu > ul > li:last-child {margin-bottom:0;}
.all-menu .nav .submenu > ul > li > a {display:block; color:#555; font-weight:300; line-height:1.4em; letter-spacing:-.03em; word-break:break-all;}
.all-menu .nav .submenu > ul > li > a:hover {color:#1e83ff;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:24px; height:24px; text-indent:-9999em; margin-left:20px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:12px; height:2px; background:#2c2c2c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#2c2c2c;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px;}
.mobile-navigation .home img {height:36px;}
.mobile-navigation .links {text-align:center; padding:15px 0; background:#1f255d; color:#fff;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#000; font-size:18px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#1e83ff}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#f8f8f8; color:#555; font-size:15px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; position:relative; padding:5px 0; transition:color;}
.mobile-navigation .nav-menu .submenu > ul > li.active>a {color:#1e83ff;}
.mobile-navigation .sns {text-align:center; padding:20px 0;}
.mobile-navigation .sns a {margin:0 5px;}
.mobile-navigation .sns img {width:35px;}
.mobile-navigation .close {position:absolute; top:20px; right:18px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#454545; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
.main-visual {position:relative; overflow:hidden; text-align:center; margin-bottom:50px;}
.main-visual img {width:100%;}
.main-visual .desktop {display:block;}
.main-visual .mobile {display:none;}
.main-visual .slick-dots {position:absolute; bottom:45px; left:0; width:100%; line-height:0; display:flex; justify-content:center; z-index:50;}
.main-visual .slick-dots li {margin:0 7px;}
.main-visual .slick-dots li button {display:block; width:12px; height:12px; background-color:#fff; border:0; border-radius:100%; overflow:hidden; text-indent:-9999em;}
.main-visual .slick-dots li.slick-active button {background-color:#1e83ff;}

.main-posts {margin-bottom:50px;}
.main-posts .row {display:flex; justify-content:space-between;}
.main-posts .col {width:calc(50% - 15px);}
.main-posts .cloud-zone .title {position:relative; display:flex; align-items:center; justify-content:space-between; margin-bottom:12px;}
.main-posts .cloud-zone .title:before {content:""; position:absolute; top:48%; left:0; right:0; height:1px; background:#d3d3d3;}
.main-posts .cloud-zone .title h2 {position:relative; color:#333; font-size:24px; font-weight:500; line-height:1.3em; padding-right:20px; background:#fff;}
.main-posts .cloud-zone .txt {color:#999; font-weight:300; line-height:1.5em; margin-bottom:15px;}
.main-posts .cloud-zone .arrows {position:relative; display:flex; background:#fff; padding:0 5px; margin-right:30px;}
.main-posts .cloud-zone .arrows a {width:21px; height:21px; background-repeat:no-repeat; background-position:50% 50%;}
.main-posts .cloud-zone .arrows .prev {background-image:url("../images/main/bt_prev.png"); margin-right:5px;}
.main-posts .cloud-zone .arrows .next {background-image:url("../images/main/bt_next.png");}
.main-posts .cloud-zone .slider a {display:block;}
.main-posts .cloud-zone .slider a span {display:block; margin:10px 5px 0; font-size:18px; font-weight:500; line-height:1.3em;}
.main-posts .posts-zone {position:relative;}
.main-posts .posts-zone .tab {margin-bottom:24px; padding-right:20px; border-bottom:1px solid #c6c6c6;}
.main-posts .posts-zone .tab ul {display:flex; flex-wrap:wrap;}
.main-posts .posts-zone .tab ul li {position:relative; padding-left:1px;}
.main-posts .posts-zone .tab ul li:before {content:""; position:absolute; top:8px; left:0; width:1px; height:12px; background:#d4d4d4}
.main-posts .posts-zone .tab ul li:first-child {padding-left:0;}
.main-posts .posts-zone .tab ul li:first-child::before {display:none;}
.main-posts .posts-zone .tab ul li a {display:block; position:relative; padding:0 11px 18px; color:#999; font-size:18px;}
.main-posts .posts-zone .tab ul li.active a {color:#000; font-weight:500;}
.main-posts .posts-zone .tab ul li.active a:after {content:""; position:absolute; bottom:0; left:0; right:0; height:5px; background:#1e83ff;}
.main-posts .posts-zone .content {padding:0 11px;}
.main-posts .posts-zone .content ul li {display:flex; align-items:center;  font-weight:300; line-height:1.5em; margin-bottom:12px;}
.main-posts .posts-zone .content ul li:last-child {margin-bottom:0;}
.main-posts .posts-zone .content ul li span {margin-right:16px; color:#888;}
.main-posts .posts-zone .content ul li a {height:1.5em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:nowrap;}
.main-posts .posts-zone .content ul li a:hover {text-decoration:underline;}
.main-posts .posts-zone .content ul li img {margin-left:5px; vertical-align:middle;}
.main-posts .posts-zone .more {position:absolute; top:5px; right:0; width:18px; height:18px; background:url("../images/main/more.png") 50% 50% no-repeat;}

.main-bnrs {margin-bottom:60px;}
.main-bnrs .row {display:flex; justify-content:space-between;}
.main-bnrs .col {width:calc(50% - 14px);}
.main-bnrs .bnr1 ul {display:flex; justify-content:space-between;}
.main-bnrs .bnr1 ul li {width:calc(50% - 12px);}
.main-bnrs .bnr1 ul li a {display:block; position:relative; padding:27px 30px; height:200px;}
.main-bnrs .bnr1 ul li a:after {content:"+"; position:absolute; bottom:26px; right:26px; width:33px; height:33px; line-height:31px; text-align:center; color:#b8b8b8; font-size:20px; font-weight:500; background:#fff; border:1px solid #ddd;}
.main-bnrs .bnr1 .tit {color:#333; font-size:20px; font-weight:500; line-height:1.3em; margin-bottom:5px;}
.main-bnrs .bnr1 .txt {color:#888; font-weight:300; line-height:1.4em;}
.main-bnrs .bnr1 .type1 {background:#e4f4ff url("../images/main/bnr_icon1.png") left 23px bottom 27px no-repeat;}
.main-bnrs .bnr1 .type2 {background:#faf2e1 url("../images/main/bnr_icon2.png") left 34px bottom 21px no-repeat;}
.main-bnrs .bnr2 ul {display:flex; justify-content:space-between;}
.main-bnrs .bnr2 ul li {width:calc(50% - 12px);}
.main-bnrs .bnr2 ul li a {display:block; position:relative; padding:27px 30px; height:200px; color:#fff; font-size:20px; font-weight:500; line-height:1.3em;}
.main-bnrs .bnr2 ul li a:after {content:"+"; position:absolute; top:25px; right:26px; line-height:1em; font-size:30px; font-weight:300;}
.main-bnrs .bnr2 .type1 {background:url("../images/main/bnr_img1.jpg") right bottom no-repeat;}
.main-bnrs .bnr2 .type2 {background:url("../images/main/bnr_img2.jpg") right bottom no-repeat;}

.main-links {margin-bottom:60px;}
.main-links .row {display:flex; justify-content:space-between;}
.main-links .col {width:calc(50% - 14px);}
.main-links .link1 ul {display:flex; justify-content:space-between;}
.main-links .link1 ul li {width:calc(50% - 20px);}
.main-links .link1 ul li a {display:flex; align-items:center;}
.main-links .link1 ul li .icon {width:80px; margin-right:20px;}
.main-links .link1 ul li .cnt {flex:1 1 auto; min-width:0; width:1%;}
.main-links .link1 ul li .tit {color:#333; font-size:20px; font-weight:500; line-height:1.3em; margin-bottom:5px;}
.main-links .link1 ul li .txt {color:#555; font-size:15px; font-weight:300; line-height:1.4em;}
.main-links .link2 ul {display:flex;}
.main-links .link2 ul li {position:relative; width:25%; text-align:center; padding:0 10px;}
.main-links .link2 ul li:before {content:""; position:absolute; top:0; left:0; width:1px; height:85%; background:#d4d4d4;}
.main-links .link2 ul li:first-child::before {display:none;}
.main-links .link2 ul li a {display:block; font-weight:300; line-height:1.4em;}
.main-links .link2 ul li a img {display:block; margin:0 auto 15px;}

/* sub */
.lnb {background:#1f255d; text-align:center;}
.lnb ul {display:inline-flex; width:auto; max-width:100%;}
.lnb ul li {width:auto; padding:0 30px; position:relative;}
.lnb ul li:before {content:""; position:absolute; top:50%; left:0; width:1px; height:20px; background:#52588a; margin-top:-10px;}
.lnb ul li:first-child::before {display:none;}
.lnb ul li a {position:relative; display:flex; align-items:center; justify-content:center; padding:0 3px; height:50px; color:#fff; font-size:16px; line-height:1.3em;}
.lnb ul li a:hover {color:#1e83ff;}
.lnb ul li.active a {color:#1e83ff; font-weight:500;}
.lnb ul li.active a:after {content:""; position:absolute; bottom:0; left:0; right:0; height:4px; background:#1e83ff;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title {text-align:center; padding:50px 0;}
.sub-title h2 {color:#000; font-size:36px; line-height:1.3em; letter-spacing:-.05em;}
.sub-title .path {margin-top:10px; color:#555; font-size:14px; line-height:1.4em;}
.sub-title .path:before {content:""; display:inline-block; vertical-align:middle; margin:-.2em 7px 0 0; width:16px; height:14px; background:url("../images/common/home.png") 50% 50% no-repeat;}
.sub-title .path .arrow {display:inline-block; vertical-align:middle; margin:-.2em 0 0 0; width:16px; height:10px; background:url("../images/common/path_arrow.png") 50% 50% no-repeat; overflow:hidden; text-indent:-9999em;}

.real-cont {min-height:300px; padding-bottom:100px;}
 
/* footer */
#footer {background:#333439; color:#aaa; font-size:14px; font-weight:300; line-height:1.5em;}
#footer .contain {position:relative;}
#footer address {font-style:normal;}

.foot-links {background:#000; color:#fff; padding:16px 0;}
.foot-links ul {display:flex;}
.foot-links ul li {display:flex; align-items:center;}
.foot-links ul li:before {content:""; display:inline-block; width:1px; height:11px; background:#a5a5a5; margin:0 11px;}
.foot-links ul li:first-child::before {display:none;}
.foot-links ul li a {display:block;}
.foot-links ul li a:hover {text-decoration:underline;}


.foot-info {padding:27px 0;}
.foot-info .comp-name {font-weight:400; color:#fff; font-size:16px; margin-bottom:10px;}
.foot-info address span {display:inline-block; margin-right:14px;}
.foot-info .copyright {margin-top:10px; font-weight:500;}

.scroll-top {position:absolute; top:50%; right:30px; width:48px; height:48px; margin-top:-24px; padding-top:23px; background:url("../images/common/top.png") 50% 9px no-repeat; border:1px solid #b2b2b2; text-align:center; color:#c0c0c0; font-size:12px; line-height:1.3em;}