@charset "utf-8";

/********************************************************
■ Basic : 기본
********************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic');
@import url( "../../fonts/NotosansKR/NotoSansKR.css" );
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

body { font-family: 'Noto Sans KR', sans-serif; font-weight:300; line-height: 25px; background-color:#fff; background-repeat: no-repeat; background-attachment:fixed; background-size:cover; }
body.is-pc .ko, .ko { font-family: 'Noto Sans KR', sans-serif; font-weight:300; line-height: 25px; font-size: 16px; color: #333; letter-spacing:0em; overflow: hidden; }
a { color: #666; cursor: pointer; text-decoration: none; }
a:hover, a:focus, a:active { color: #00addc; text-decoration: none; }
fieldset legend { display:none; }
label { font-weight:normal; }
label.checkbox, label.radio { line-height:12px; font-size: 12px; font-weight: normal; cursor: pointer; }
hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #eee; display:block; }
blockquote { font-size: 12px; margin:0px 0px 20px; }
.en { font-family: "Roboto", sans-serif; }
h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a {  }
.ko small { font-family:dotum, sans-serif; }
.sns-share-icon img { width:20%; max-width:34px; border-radius:50%; }
input, textarea, select, button {
    font-family: 'Noto Sans','Noto Sans KR','맑은고딕',sans-serif;
    font-weight: 400;
    font-size: 13px;
    vertical-align: middle;
    background: none;
    outline: none;
	/*
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;*/
    border-radius: 0;
}

button {
    border: 0;
}
div, iframe, h1, h2, h3, h4, h5, h6, p, button, abbr, address, blockquote, q, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
    margin: 0;
    padding: 0;
}

p > span { display:block; }

/********************************************************
■ Layout : 레이아웃
********************************************************/
.wrapper { margin:0 auto; background:#fff;  }
.at-container { margin:0px auto; padding:0px; }
.at-body { /* min-height:800px; */ margin: 0px 60px 0 60px; background: #f8f8f8; padding:120px 0; }
.at-body .at-container { padding:0px 0px; overflow:hidden; }
.boxed.wrapper .at-body .at-container { padding:0px 20px; }
.at-content { position:relative; padding:20px 0px; }
.at-row { margin-left:-15px; margin-right:-15px; }
.at-col { position:relative; padding-left:15px; padding-right:15px; padding-top:20px; padding-bottom:20px; }
.nav-fixed .at-menu { width:100%; z-index:10; left:0px; -webkit-transition: height .4s ease, opacity .3s ease; -o-transition: height .4s ease, opacity .3s ease; transition: height .4s ease, opacity .3s ease; }

@media all and (max-width:1500px) {
    .at-body .at-container, .at-container { padding:0px 20px; overflow:hidden; }
}
@media all and (max-width:991px) {
	.at-body { padding:90px 0;  margin: 0; }
}
@media all and (max-width:768px) {
	.at-body { padding:70px 0; }
	.at-body .at-container, .at-container { padding:0px 15px; }
}
@media all and (max-width:480px) {
	.at-body { padding:50px 0; }
	.at-body .at-container, .at-container { padding:0px 10px; }
/*
	.responsive .at-body .at-container { padding:0px 10px !important; }
	.responsive .at-body .at-row { margin-left:0px; margin-right:0px; }
	.responsive .at-body .at-col { padding-left:0px; padding-right:0px; }
	.responsive .pull-right.at-main,
	.responsive .pull-left.at-side { float:none !important; }
*/
}

/********************************************************
■ PC Header : PC 헤더 
********************************************************/
.pc-header { position: fixed;  top: 0; left: 0; width: 100%; height: 60px; line-height: 60px; padding: 0 60px; background: #fff; z-index: 10; overflow:hidden; }
.pc-header .header-logo { float:left; display:inline-block; vertical-align:middle; padding:0px 0px; }
.pc-header .header-button { float:right; display:inline-block; }
.pc-header .allmenu { float:right; display:inline-block; }
.pc-header .header-ico { font-weight:500; color:#333; padding-right:30px; }
.pc-header .header-ico img { display:inline-block; margin-right:15px; }
.pc-header .header-search { display:inline-block; width:260px; vertical-align:middle; }
.pc-header .header-search form { padding:0px; margin-top:4px; border:4px solid #111; background: #111; }
.pc-header .header-search input { background: #fff; border:1px solid #111; }
.pc-header .header-search .btn { color:#fff !important; background: #111 !important; }
.pc-header .header-keyword { padding-top:4px; }
.en .pc-header .header-keyword { font-size:12px; }
@media all and (max-width:991px) {
	.responsive .pc-header { display:none; }
}

/********************************************************
■ Mobile Header : 모바일 헤더 
********************************************************/
.m-header { display:none; height: 60px; line-height: 60px;  padding: 0 20px; }
.m-header .header-logo { float:left; display:inline-block; vertical-align:middle; padding:0px 0px; height: 60px; line-height: 60px; }
.m-header .header-button { float:right; display:inline-block; }
@media all and (max-width:991px) {	
	.responsive .m-header { display:block; position:fixed; background:#fff; z-index:5; width:100%; }
}
@media (max-width:480px){	
	.m-header .header-logo a { display:block; width:166px; overflow:hidden; }
	
}


/********************************************************
■ 사이드바, 푸터바 
********************************************************/
aside.sidebar-left  { position: fixed; left: 0; width:60px; background:#fff; z-index:12; } 
aside.sidebar-right { position: fixed; right: 0; width:60px; background:#fff; z-index:12; }
aside.sidebar-left, aside.sidebar-right { text-align:center; height:100vh;}
aside.sidebar-left a, aside.sidebar-right a { display:table; width: 100%; padding:0 17px; line-height: 18px; margin: 0 auto; color:#333; font-weight:600; word-break: break-all; outline: none; height:calc(100% / 3); min-height:170px; transition:all .3s; border-bottom: 1px solid #ddd;}
aside.sidebar-left a:last-of-type, aside.sidebar-right a:last-of-type { border-bottom:none;}

aside.sidebar-left a span, aside.sidebar-right a span { display:table-cell; vertical-align:middle; } 
aside.sidebar-left img, aside.sidebar-right img { margin:15px auto 0; }
aside .slidebar-box { padding:90px 0; height:100%; }

aside.sidebar-left a:hover, aside.sidebar-right a:hover { color:#fff; }
aside.sidebar-left a:first-of-type:hover { background:#9d4bd4;}
aside.sidebar-left a:nth-of-type(2):hover { background:#23b6b0;}
aside.sidebar-left a:last-of-type:hover { background:#15b53f;} 
aside.sidebar-right a:first-of-type:hover { background:#00addc;}
aside.sidebar-right a:nth-of-type(2):hover { background:#eeba4c;}
aside.sidebar-right a:last-of-type:hover { background:#e2493b;}


aside a span b.dot_plus { display:block; } 
aside a span b.dot_plus { transform-origin: center bottom;}

aside.sidebar-left a:first-of-type span b.dot_plus { animation:dot_ani 6s ease-in-out infinite; }
aside.sidebar-left a:first-of-type:hover span b.dot_plus { animation:none; }
aside.sidebar-left a:nth-of-type(2) span b.dot_plus { animation:dot_ani 6s ease-in-out infinite 2s; }
aside.sidebar-left a:nth-of-type(2):hover span b.dot_plus { animation:none; }
aside.sidebar-left a:last-of-type span b.dot_plus { animation:dot_ani 6s ease-in-out infinite 4s; }
aside.sidebar-left a:last-of-type:hover span b.dot_plus { animation:none; }

aside.sidebar-right a:first-of-type span b.dot_plus { animation:dot_ani 6s ease-in-out infinite 1s; }
aside.sidebar-right a:first-of-type:hover span b.dot_plus { animation:none; }
aside.sidebar-right a:nth-of-type(2) span b.dot_plus { animation:dot_ani 6s ease-in-out infinite 3s; }
aside.sidebar-right a:nth-of-type(2):hover span b.dot_plus { animation:none; }
aside.sidebar-right a:last-of-type span b.dot_plus { animation:dot_ani 6s ease-in-out infinite 5s; }
aside.sidebar-right a:last-of-type:hover span b.dot_plus { animation:none; } 


@keyframes dot_ani {
  from, 6.6%, 17.6%, 26.6%, 33%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  13.3%, 14.3% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -10px, 0);
  }

  23.3% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -7px, 0);
  }

  30% {
    transform: translate3d(0,-4px,0);
  }
}


.pc-footer { position: fixed; bottom: 0px; left: 0; width:100%; height:60px; background:#fff; z-index:10; font-size:13px; line-height:60px; letter-spacing:0em; color:#717171; font-weight:500; overflow:hidden; }
.pc-footer > p:nth-of-type(1) { float:left; padding: 0 60px; }
.pc-footer > p:nth-of-type(2) { float:right; padding: 0 60px; }
.pc-footer > p > span { display:inline; padding-right:15px; }

@media all and (max-width:1199px) {
	.is-pc .at-body { margin:0; }
	aside.sidebar-left, aside.sidebar-right, .pc-footer { display:none; }
}


/********************************************************
■ PC All Menu : PC 전체메뉴
********************************************************/
.sideNavi { overflow:hidden;position:fixed;z-index:1001;right:0;top:0;width:100%;height:100%;transform:translateX(100%);-webkit-transform:translateX(100%);transition:transform 0 cubic-bezier(.7,0,.3,1);-webkit-transition:transform 0 cubic-bezier(.7,0,.3,1);}
.sideNavi:before {content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;transform:scaleX(100%);-webkit-transform:scaleX(100%);background-color:#fff;
		transition:.2s;-webkit-transform-origin:left center;transform-origin:left center;
	}
.sideNavi.open:before {transform:scaleX(1);width:100%;}
.naviIn {padding:70px 15px 35px;}
.sideNavi .btn_close {display:block;position:absolute;right:1%;top:1%;width:70px;height:60px;opacity:0;z-index:10;}
.sideNavi .btn_close:before,
.sideNavi .btn_close:after {content:'';display:block;position:absolute;left:50%;top:50%;width:20px;height:2px;margin-left:-10px;background:#666;}
.sideNavi .btn_close:before {transform:rotate(45deg);}
.sideNavi .btn_close:after {transform:rotate(-45deg);}
.sideNavi.open {overflow:visible;transform:translateX(0%);transition-duration:.4s;}
.sideNavi.open .btn_close {opacity:1; transform:rotate(180deg);transition:.6s .4s;}
.sideNavi .naviIn {position:relative;overflow:hidden;overflow-y:auto;height:100%;box-sizing:border-box;-webkit-overflow-scrolling:touch;}
.sideNavi .inner {width: 1500px;
margin: 0 auto;
overflow:hidden;position:relative;padding:0 25px;}
.sideNavi .section {margin-top:40px;}
.sideNavi .section:first-child {margin-top:0;}
.sideNavi .snb {margin-top:0px;}
/*.sideNavi h2 a,*/
.sideNavi h2 ,
.sideNavi .snb a,
.sideNavi .navB .navBL li a {
		display:inline-block;position:relative;vertical-align:middle;color:#666;
		-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; font-weight: 400; letter-spacing: 0;
	}
.sideNavi .snb a:hover { color:#00addc }

.sideNavi h2 {font-family: 'Noto Sans KR', sans-serif;font-size:45px;line-height:110px;letter-spacing:0;color:#333;font-weight:900;}
.sideNavi .snb ul { padding: 0; margin: 0; }


.sideNavi .sideFooter { width:1500px; margin:0 auto; border-top:1px solid #ddd; overflow: hidden; }
.sideNavi .sideFooter > .pull-left { width:70%; }
.sideNavi .sideFooter > .pull-right { width:30%; padding-top: 93px; text-align:right; }
.sideNavi .sideFooter > .pull-left > h3 { padding: 50px 0 30px; font-size: 30px; letter-spacing: 0; color: #333; }
.sideNavi .sideFooter > .pull-left > ul { margin: 0; padding: 0; list-style: none; overflow:hidden; }
.sideNavi .sideFooter > .pull-left > ul > li { float:left; padding-right:80px; font-size:22px; color:#666; line-height: 40px; }
.sideNavi .sideFooter > .pull-left > ul > li > span { font-size:25px; color:#00addc; margin-right:10px; font-weight:700; }
.sideNavi .sideFooter > .pull-right a { font-size:22px; padding:5px 20px; color:#fff; font-weight:500; border-radius: 5px; }
.sideNavi .sideFooter > .pull-right a:nth-of-type(1) { background:#00addc; margin-right:10px; }
.sideNavi .sideFooter > .pull-right a:nth-of-type(2) { background:#ccc; }

.blind, .hide, legend {
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}



@media all and (max-width: 1279px) {
	.sideNavi .snb li {overflow: hidden;position: relative;}
	.sideNavi .snb li .box {display: inline-block;}

	.sideNavi .sideFooter { margin-top:40px; }
	.sideNavi .sideFooter > .pull-left > ul > li { padding-right: 30px; }

	.sideNavi .section { float:left; width:50%; margin-top:0px; }

}
@media all and (max-width: 1199px) {
	.sideNavi .sideFooter > .pull-right a { font-size:18px; }
	.sideNavi .sideFooter > .pull-right { padding-top: 120px; }
}
@media all and (max-width:991px) {
	.sideNavi .sideFooter > .pull-left, .sideNavi .sideFooter > .pull-right { float:none; width:100%; }
	.sideNavi .sideFooter > .pull-right { padding-top: 40px; text-align: left; margin-bottom: 40px; }
	.sideNavi .section { float:none; width:100%; margin-top:40px; }
}

@media all and (min-width: 1280px) {
	.sideNavi {}
	.naviIn {padding:0;}
	.sideNavi .btn_close {right:1%;top:1%;width:74px;height:74px;}
	.sideNavi .inner {padding:0;height:calc(100% - 200px);min-height:680px;}
	.sideNavi .section {margin-top:0;float:left;width:25%;height:100%;min-height:100%;padding-top:140px;padding-left:5%;box-sizing:border-box;}
	.sideNavi .section h2 {font-weight: 800;font-size: 45px;line-height: 110px;min-height: 120px;letter-spacing: 0;}
	.sideNavi .snb {margin-top:0px;}
	.sideNavi .snb li {margin-top:4px;;font-size:16px;line-height:40px;}
	.sideNavi .snb li:first-child {margin-top:0;}
	.sideNavi .snb a {line-height:28px;}

	.sideNavi .snb li {overflow: hidden;position: relative;}
	.sideNavi .snb li .box {display: inline-block;}

	.sideNavi h2 {font-size:40px;line-height:60px;}
	.sideNavi .snb a {font-size:25px;line-height:55px;}
	.sideNavi li a {font-size:14px;line-height:30px;}
	.sideNavi h2 a:focus,
	.sideNavi h2 a:hover,
	.sideNavi .snb a:focus,
	.sideNavi .snb a:hover,
	.sideNavi ul > li > a:focus,
	.sideNavi ul > li > a:hover {color:#00addc}

}
@media all and (max-width: 1500px) {
.sideNavi { width:100%; }
.sideNavi .inner, .sideNavi .sideFooter { width:90%; }

}


/********************************************************
■ PC Menu : PC 메뉴바 배경설정
********************************************************/
.pc-menu { position:relative; background: #111; border:0px; z-index:3; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.pc-menu .at-container { position:relative; }
.pc-menu .sub-slide,
.pc-menu .sub-shows { display:none; visibility:visible; }
.pc-menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
.pc-menu .menu-a { font-size: 15px; font-family: "Roboto", sans-serif; }
.pc-menu .nav-home .menu-a { font-size: 20px;}
.pc-menu .nav-right { font-size:16px; } 
@media all and (max-width:991px) {
/*
	.responsive .pc-menu,
	.responsive .pc-menu-all { display:none; }
*/
}

/********************************************************
■ PC Menu Top : PC 상단 좌측/배분 스타일 메뉴
********************************************************/

/* 배분 스타일 */
.pc-menu .nav-top.nav-both .menu-ul { display:table; width:100%; table-layout:fixed; margin:0px; }
.pc-menu .nav-top.nav-both .menu-li { display:table-cell; vertical-align:top; }
.pc-menu .nav-top.nav-both .menu-a { padding:0px; text-align:center; }
.pc-menu .nav-top.nav-both .sub-1div::before { left: 50%; margin-left:-8px; }
.pc-menu .nav-top.nav-both .sub-1div { position:relative; }

/* 좌측 스타일 */
.pc-menu .nav-top.nav-float .menu-ul { }
.pc-menu .nav-top.nav-float .menu-li { float:left; }
.pc-menu .nav-top.nav-float .sub-1div { position:absolute; }

/* 공통 스타일 */
.pc-menu .nav-top { position:absolute; left:0px; top:0px; z-index:10; width:100%; }
.pc-menu .nav-top .menu-a { display:block; color:#fff; background:#111; font-weight:bold; }
.pc-menu .nav-top .menu-li:hover .menu-a,
.pc-menu .nav-top .menu-li.on .menu-a { background:#333; }
.pc-menu .nav-top .menu-li.nav-home { width:60px !important; text-align:center; }
.pc-menu .nav-top .menu-li.nav-home .menu-a { padding:0px; }
.pc-menu .nav-top .new { color: rgb(140, 195, 70);}

.pc-menu .nav-top .sub-1div::before { top: -8px; border-width: 0 8px 8px; border-color: orangered transparent; display: block; width: 0px; content: ""; position: absolute; border-style: solid; }
.pc-menu .nav-top .sub-1div { background:#fff; border-top:3px solid orangered; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.pc-menu .nav-top .sub-1dul,
.pc-menu .nav-top .sub-1dli { position:relative;  }
.pc-menu .nav-top .sub-1da { color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }
.pc-menu .nav-top .sub-1dli.on .sub-1da,
.pc-menu .nav-top .sub-1dli:hover .sub-1da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-1new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-1line { position:relative; display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

.pc-menu .nav-top .sub-2div { left:100%; top:0; background: #fff; position:absolute; z-index:20; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } 
.pc-menu .nav-top .sub-2dul { }
.pc-menu .nav-top .sub-2dli { }
.pc-menu .nav-top .sub-2da { display:block; color:#000; padding:5px 12px; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); } 
.pc-menu .nav-top .sub-2dli.on .sub-2da,
.pc-menu .nav-top .sub-2dli:hover .sub-2da { color:#fff; font-weight:bold; background: orangered; border-color:orangered; }
.pc-menu .nav-top .sub-2new { color: rgb(140, 195, 70);}
.pc-menu .nav-top .sub-2line { display:block; color:#000; padding:5px 12px; font-weight:bold; background:#fafafa; line-height:22px; border-bottom: 1px solid rgb(238, 238, 238); }

/********************************************************
■ PC Right Icon Menu : PC 우측 아이콘 메뉴
********************************************************/
.pc-menu .nav-right { background:#111; position:absolute; top:0px; right:0px; z-index:11; }
.pc-menu .nav-right > ul { float:right; list-style:none; padding:0px; margin:0px; }
.pc-menu .nav-right > ul > li { float:left; position:relative; width:42px; }
.pc-menu .nav-right > ul > li > a { color:#fff; display:block; text-align:center; }
.pc-menu .nav-right > ul > li > a:hover { background: #333; }
.pc-menu .nav-right .label { position: absolute; top: 15%; right: 7px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important; }
.pc-menu .nav-rw { width:170px; }

/********************************************************
■ PC All Menu : 전체 메뉴
********************************************************/
.pc-menu-all { position:relative; background:#fafafa; z-index:2; -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); }
.pc-menu-all .at-container { padding:20px 15px 0px; }
.pc-menu-all .table { margin-bottom:20px !important;}
.pc-menu-all .table td { width:1%; background:#fff; border:1px solid #ddd; padding:0px; line-height:20px; }
.pc-menu-all .menu-a { display:block; color:#000; padding:6px 12px; background:#f5f5f5; border-bottom:1px solid #ddd; font-weight:bold; text-align:center; }
.pc-menu-all .table td.on .menu-a { color:crimson; }
.pc-menu-all .sub-1div { padding:8px 0px; }
.pc-menu-all .sub-1dul { list-style:none; padding:0px; margin:0px; }
.pc-menu-all .sub-1dli .sub-1da { display:block; padding:2px 12px; color:#333; }
.pc-menu-all .sub-1dli.on .sub-1da,
.pc-menu-all .sub-1dli:hover .sub-1da { color:crimson; }
.pc-menu-all .new { color: rgb(140, 195, 70);}
.pc-menu-all .new-sub1 { color: rgb(140, 195, 70);}
.pc-menu-all .sub-1line { display:block; color:#000; padding:5px 12px; margin:4px 0px; font-weight:bold; background:#fafafa; }
.pc-menu-all .menu-all-btn { text-align:center; }

/********************************************************
■ Mobile Menu : 모바일 메뉴
********************************************************/
.m-menu { display:none; overflow:hidden; background:#fff; position:relative; z-index:20; box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(25, 25, 25, 0.15); }
.m-menu .m-wrap { }
.m-menu .m-table { display:table; width:100%; table-layout:fixed; width:100%; margin:0px; min-width:300px; border-collapse: collapse; }
.m-menu .m-icon, 
.m-menu .m-list { display:table-cell; vertical-align:middle; font-size:15px; height:44px; line-height:44px; border:1px solid #eee; border-top:0px; border-bottom:0px; }
.m-menu .m-icon { width:44px; text-align:center; font-size:18px; }
.m-menu .m-icon a { display:block; position:relative; }
.m-menu .m-icon .label { position: absolute; top: 15%; right: 5px; text-align: center; font-size: 9px; font-weight:300; padding: 2px 3px; line-height: 0.9; border-radius: .25em !important;  }
.m-menu .m-nav { overflow: hidden; margin:0px 10px; }
.m-menu .m-nav ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav ul li.active a { color: orangered; font-weight:bold; }

.m-menu .m-sub { background:#fafafa; border-top:1px solid #ddd; font-size:15px; height:44px; line-height:44px; padding:0px 10px; }
.m-menu .m-nav-sub { width:100%; overflow: hidden; margin:0px; }
.m-menu .m-nav-sub ul { list-style: none; margin:0px; padding:0px; }
.m-menu .m-nav-sub ul li { display:table-cell; padding: 0px 10px; white-space:nowrap; }
.m-menu .m-nav-sub ul li.active a { color: orangered; font-weight:bold; }
@media all and (max-width:991px) {
	/*.responsive .m-menu { display:block; }*/
}


/********************************************************
■ Mobile Main Menu : 모바일 메인 메뉴
********************************************************/
#main ul.m_menu { display:none; }

@media (max-width:480px) {
#main ul.m_menu { display:block; overflow:hidden; padding-left:0; width:100%; z-index:2; opacity:0; }
#main ul.m_menu.m_fixed { position:fixed; top:60px; box-shadow:0px 2px 3px #999; }
#main ul.m_menu li { list-style:none; width:20%; float:left; background:#00addc;  border-right:1px solid #4dc6e7; padding:20px 0; }
#main ul.m_menu li:last-of-type { border-right:none;}
#main ul.m_menu li a { color:#fff; font-size:14px; line-height:18px; letter-spacing:-0.02em; font-weight:500; display:block; }
#main ul.m_menu li a span { display:block; }
	
}

/********************************************************
■ Page Title : 페이지 타이틀 및 설명글
********************************************************/
.at-title { height:80px; position:relative; color:#000; background-color: #fafafa; border-bottom:1px solid #dfdfdf; }
.at-title .at-container { height:100%; position:relative; }
.at-title .page-title { font-size:24px; position:absolute; left:20px; bottom:15px; z-index:1; }
.at-title .page-desc { color:#888; position:absolute; right:20px; bottom:10px; z-index:1; }
@media all and (max-width:767px) {
	.responsive .at-title { height:50px; }
	.responsive .at-title .page-title { font-size:20px; left:15px; bottom:10px; }
}

/********************************************************
■ Footer : 하단 푸터
********************************************************/
.en .at-footer .at-links { font-size:12px; }
.at-footer { position: absolute; left: 0; width: 100%; background:#333; /*margin-bottom:60px;*/ padding: 0 60px; z-index: 11; }
.at-footer .at-container { overflow: hidden; } 
.at-footer .pull-left { width:60%; }
.at-footer .pull-right { width:40%; text-align: right; padding: 40px 0px; }
.at-footer .pull-right p > span:nth-of-type(1) { font-size:18px; font-weight:500; line-height:25px; letter-spacing:-0.02em; color:#adadad; }
.at-footer .pull-right p > span > b { font-size:28px; line-height:25px; letter-spacing:0; color:#fff; padding-left: 10px; }
.at-footer .pull-right p > span:nth-of-type(2) { margin-top: 8px; color:#fff; }

.at-footer .at-links { padding:25px 0 0 0; }
.at-footer .at-links ul { list-style: none; margin: 0px; padding:0px; }
.at-footer .at-links ul > li { float: left; padding: 0px 15px; }
.at-footer .at-links ul > li::before { float: right; font-size:12px; color:#fff; content: "|"; margin-right:-17px;}
.at-footer .at-links ul > li:last-child::before { content: ""; }
.at-footer .at-links ul > li:nth-of-type(1) { padding-left:0px; }
.at-footer .at-links ul > li > a { color: #fff; font-size:14px; line-height:25px; }

.at-footer .at-links ul li:last-child a { background: #00addc url('/data/main/ico_promotion.png')no-repeat right 13px center; padding: 3px 40px 3px 15px; border-radius: 5px; }
@media all and (max-width:991px) {
	.at-footer { padding: 0; }
}
@media all and (max-width:480px) {
.at-footer .at-links ul > li > a { font-size:12px; }
}

@media all and (max-width:360px) {
.at-footer .at-links ul > li > a { font-size:12px; }
}


/* YC5 */
.en .at-footer .at-infos { font-size:12px; }
.at-footer .at-infos { padding: 0 25px 0 0; }
.at-footer .at-infos .media { padding:15px 0px 20px; overflow: initial; }
.at-footer .at-infos .ul { font-size:70px; color:#ddd; }
.at-footer .at-infos .copyright { float:left; margin-left:10px; }
.at-footer .at-infos .copyright span { color:#717171; }
.at-footer .at-about { list-style: none; margin:0px; padding:0px; }
.at-footer .at-about > li { float: left; padding: 0px 15px; color:#717171; font-size:13px; line-height:20px; letter-spacing:-0.02em; }
.at-footer .at-about > li::before { float: right; font-size:12px; color:#717171; content: "|"; margin-right:-17px;}
.at-footer .at-about > li:last-child::before { content: ""; }
.at-footer .at-about > li:nth-of-type(1) { padding-left:0px; }
.at-footer .at-about > li > a { color:#717171; font-size:13px; line-height:20px; height:20px; letter-spacing:-0.02em; }


.at-footer .at-help { list-style: none; margin: 0px; padding:0px; margin-bottom:5px; }
.at-footer .at-help:before {display:block;visibility:hidden;clear:both;content:""}
.at-footer .at-help > li { float: left; padding: 0px 15px; }
.at-footer .at-help > li::before { float: right; font-size:12px; color:#717171; content: "|"; margin-right:-17px;}
.at-footer .at-help > li:last-child::before { content: ""; }
.at-footer .at-help > li > a { float: left; }
@media all and (max-width:767px) {
	.responsive .at-footer .at-infos .media { padding:15px 0px 20px; text-align:center; }
	.responsive .at-footer .at-infos .copyright { float:none; margin:0px; }
}

/* G5 */
.at-footer .at-copyright { text-align:center; padding:15px 0px; color:#888; }
.at-footer .at-copyright strong { color:#333; }

@media all and (max-width:1199px) {
	.at-footer .at-links ul > li { float: left; padding: 0px 10px; }
	.at-footer .at-links ul > li:first-of-type { padding-left:0; }
	.at-footer .at-links ul > li:last-of-type { padding-right:0; }
	.at-footer .at-links ul > li::before { margin-right:-12px;}
	.at-footer .at-about > li { padding: 0px 8px 0px 0px; }
	.at-footer .at-about > li:before { display:none; }
	
}
@media all and (max-width:768px) {
	.at-footer .at-links ul { text-align:center; }
	/* .at-footer .at-links ul > li { float:none; display:inline-block; } */
	.at-footer { margin-bottom:0px; padding: 0 10px; }
	.at-footer .at-infos { padding: 0 0 0 0; }
	.at-footer .pull-left, .at-footer .pull-right { width:100%; }
	.at-footer .pull-right { text-align: left; padding: 10px 0px 20px; }

}

@media all and (max-width:361px){
	.at-body .at-container, .at-container { padding:0;}
	.at-footer .at-links ul {}
	.at-footer .at-links ul > li { padding:0 4px;}
	.at-footer .at-links ul > li:first-of-type { }
	.at-footer .at-links ul > li::before { display:none;}
}


/********************************************************
■ Go Top & Bottom : 상단/하단 이동버튼
********************************************************/
.at-go .go-btn { display:none; position: fixed; width:40px; bottom: 100px; right: 120px; z-index: 20; }
.at-go .go-btn .go-bottom { display:none; }


@media (max-width: 798px) {
.at-go .go-btn { right: calc(90px - 41px); }
#ch-plugin-core .fpFNHD {  right: 20px !important; }
}

@media (max-width: 480px) {
/*
.at-go .go-btn { right: calc(90px - 41px); }
*/

}


/********************************************************
■ Bootstrap3 : 부트스트랩 기본속성
********************************************************/
/* Button */
.btn { font-family: "Roboto", sans-serif; }
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }
.btn-xs { padding: 4px 10px; }
.is-pc .ko .btn-xs,
.is-pc .ko .btn-sm { font-size:16px; border: 1px solid #ddd; }

/* Panel : Accordions */
.panel { box-shadow: none; -webkit-box-shadow: none; border-radius: 0px;}
.panel-group .panel { border-radius: 0px; }
.panel .panel-heading { border-radius: 0px; }
.is-pc .ko .panel .panel-body { font-size:12px; }

/* List Group */
.list-group-item { word-break:break-all; border-radius:0 !important; }

/* Pagination */
.pagination { font-family: "Roboto", sans-serif; }
.pagination li a { border-radius:0 !important; color:#333 !important; }
.pagination li.active a { color:#fff !important; background:#444 !important; border-color:#444 !important; }

/* Progress */
.progress { position:relative; border-radius: 0px; height: 28px; overflow: hidden; margin-bottom: 15px; box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1); background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
.progress .sr-only { font-family: "Roboto", sans-serif; margin: 0px 15px; left: 0px; width: auto; height: 28px; line-height: 28px; font-size: 12px; clip: auto; }
.sr-score { font-family: "Roboto", sans-serif; height: 28px; line-height: 28px; font-size: 12px; padding-right:8px; }

/* Misc */
.form-control, .well, .btn, .alert, .input-group-addon, .label { border-radius:0 !important; }



/********************************************************
■ Main Style : 메인페이지 스타일
********************************************************/
/* Button ------------------------------------------------------ */
.btn.customer-btn-color {
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid rgb(0, 173, 220);  
	background-color: rgb(0, 173, 220); 
}
.btn.active.customer-btn-color, .btn.customer-btn-color:hover, .btn.customer-btn-color:focus, .btn.customer-btn-color:active { 
	background-color: rgb(0, 173, 220); 
}
.btn.customer-btn-black { 
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ddd; 
	background-color: #f6f6f6; 
}
.btn.active.customer-btn-black, .btn.customer-btn-black:hover, .btn.customer-btn-black:focus, .btn.customer-btn-black:active { 
	background-color: #f6f6f6; 
}

.btn.customer-btn1 { 
	color: #333 !important; border-image: none !important; background-image: none !important;
	border: 1px solid #ddd; 
	background-color: #fff; 
}
.btn.active.customer-btn1, .btn.customer-btn1:hover, .btn.customer-btn1:focus, .btn.customer-btn1:active { 
	background-color: #fff; 
}

.btn.customer-btn2 { 
	color: #fff !important; border-image: none !important; background-image: none !important;
	border: 1px solid #db1010; 
	background-color: #db1010; 
}
.btn.active.customer-btn2, .btn.customer-btn2:hover, .btn.customer-btn2:focus, .btn.customer-btn2:active { 
	background-color: #db1010; 
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group { margin-left: 0px; }

@media all and (max-width:768px) {
.btn-sm, .btn-group-sm>.btn { padding: 10px 20px 9px; height: 45px; font-size: 15px; }
.is-pc .ko .btn-xs, .is-pc .ko .btn-sm { font-size: 16px; }
.btn.customer-btn1, .btn.customer-btn2 { border-bottom:0px; border-right:0px; }
.btn.customer-btn1:nth-of-type(2n) { border-right:1px solid #ddd; }
a.btn.customer-btn1 { border-bottom:1px solid #ddd; }
a.btn.customer-btn2 { border-bottom:1px solid #db1010; }
}

/* Page ------------------------------------------------------ */
.list-wrap .pagination .active a, .view-wrap .pagination .active a {
    color: #fff !important;
    background: #2660a4 !important;
    border-color: #2660a4 !important;
}
.pagination li.active a {
    color: #fff !important;
    background: #2660a4 !important;
    border-color: #2660a4 !important;
}
.pagination-sm>li>a, .pagination-sm>li>span { padding: 6px 12px; line-height: 28px; font-size: 18px; }


/* Form 공통 */
.form-group { margin-bottom: 0px; }
.form-control { color: #333; border: 1px solid #ddd; margin-bottom:0px; }
.input-sm, .form-horizontal .form-group-sm .form-control { height: 45px; font-size: 17px; }
.input-group-addon { padding: 0px; background-color: #fff; border: 0px; border-radius: 0px; }
.border-black, i.border-black, img.border-black { border-color: #2660a4; border-bottom: 1px solid #ddd; }
.div-head > span { font-size: 17px; font-weight: 400; border-right:0px; color:#333; }
.div-head { background:#f8f8f8; }
select.input-sm { height: 45px; line-height: 45px; font-weight:500; }
.btn i { display:none; }
@media all and (max-width:768px) {
.btn i { display:block; }
}
@media all and (max-width:480px) {
.input-sm, .form-horizontal .form-group-sm .form-control { font-size: 14px; color:#777; }
}

/********************************************************
■ Main Style : 메인페이지 스타일
********************************************************/
/* 메인페이지 스타일 공통 */
#main .color1 { color:#333; }
#main .color2 { color:#666; }
#main .color3 { color:#fff; }
#main .bgcolor1 { background:#e9f1f3; }
#main .bgcolor2 { background:#eee; }

#main .con-box { padding:80px 0; } 

#main h2 { font-family: 'Titillium Web', sans-serif; font-size:60px; font-weight:700; line-height:65px; letter-spacing:0; text-align:center; }
#main h2 > span { font-weight:300; }
#main h3 { font-size:40px; font-weight:700; line-height:30px; letter-spacing:0; text-align:center; }
#main p { margin:40px 0; }
#main p > span { display:block; font-size:20px; font-weight:400; letter-spacing:0; line-height:30px; text-align:center; }

@media all and (max-width:1199px) {
	#main h2 { font-size: 45px; line-height: 50px; }
	#main h3 { font-size: 35px; line-height:35px; }
	#main p { margin: 30px 0; }
	#main p > span { font-size: 18px; line-height: 28px; }
}
@media all and (max-width:991px) {
	#main .con-box { padding:40px 0; }
	#main h2 { font-size: 43px; line-height: 48px; }
	#main p { margin: 30px 0; }
	#main p > span { font-size: 16px; line-height: 26px; }

	#main h3 { font-size: 33px; line-height:23px; }	
}
@media all and (max-width:768px) {
	#main h2 { font-size: 35px; line-height: 40px; }
	#main p { margin: 30px 20px; word-break: keep-all; text-align: center; }
	#main p > span { display:inline; font-size: 15px; line-height: 25px; }
}
@media all and (max-width:480px) {
	#main .con-box { padding:40px 0; }
	#main .con-box.section3 { padding:0px 0; }  
	#main p { margin:15px 10px; text-align:center; }
	#main p > span { display: inline; font-size: 16px; line-height: 24px; word-break: keep-all; }
	#main h2 { font-size:30px; line-height:40px; }
	#main h3 { font-size:25px; line-height:30px; word-break: keep-all; }
}

/* 프로젝트 */
#main ul.nav { display:block; width:80%; margin: 40px auto 80px; background: #e3e8eb; border-radius: 50px; }
#main li { width: 25%; text-align: center; }

#main .nav-tabs > li:nth-of-type(1) > a { background:url('/data/main/ico_all.png'); background-repeat: no-repeat; background-position: left 40px center; }
#main .nav-tabs > li:nth-of-type(2) > a { background:url('/data/main/ico_web.png'); background-repeat: no-repeat; background-position: left 40px center; }
#main .nav-tabs > li:nth-of-type(3) > a { background:url('/data/main/ico_sns.png'); background-repeat: no-repeat; background-position: left 40px center; }
#main .nav-tabs > li:nth-of-type(4) > a { background:url('/data/main/ico_vod.png'); background-repeat: no-repeat; background-position: left 40px center; }
#main .nav-tabs > li.active:nth-of-type(1) > a { background:#00addc url('/data/main/ico_all_hover.png'); background-repeat: no-repeat; background-position: left 40px center; }

#main .nav-tabs > li.active:nth-of-type(2) > a { background:#00addc url('/data/main/ico_web_hover.png'); background-repeat: no-repeat; background-position: left 40px center; }
#main .nav-tabs > li.active:nth-of-type(3) > a { background:#00addc url('/data/main/ico_sns_hover.png'); background-repeat: no-repeat; background-position: left 40px center; }
#main .nav-tabs > li.active:nth-of-type(4) > a { background:#00addc url('/data/main/ico_vod_hover.png'); background-repeat: no-repeat; background-position: left 40px center; } 
#main .nav-tabs > li.active > a  { color: #fff; cursor: default; border: 0px; }
#main .nav-tabs > li > a { height:50px; line-height:50px; border: 0px; border-radius: 50px; color:#333; font-weight:400; outline:none; }
#main .nav-tabs > li > a > span.view_m { display:none; }
#main .nav > li > a { position: relative; display: block; padding: 0 40px; }
#main .tab-content { padding:0 30px; }

@media (min-width:1200px) and (max-width:1400px) {
#main .nav-tabs > li > a { background-position: left 20px center !important; }
#main .nav-tabs > li.active > a { background-position: left 20px center !important; }
}


@media all and (max-width:1199px) {
	#main .nav > li > a { padding: 0 20px; }
	#main .nav-tabs > li > a { height:70px; }
	#main .nav-tabs > li:nth-of-type(1) > a, 
	#main .nav-tabs > li:nth-of-type(2) > a, 
	#main .nav-tabs > li:nth-of-type(3) > a, 
	#main .nav-tabs > li:nth-of-type(4) > a { background-position: top 10px center; background-size: 25px; }
	#main .nav-tabs > li > a > span { display: block; padding-top: 25px; } 
	#main .nav-tabs > li.active:nth-of-type(1) > a, #main .nav-tabs > li:nth-of-type(1):hover > a, 
	#main .nav-tabs > li.active:nth-of-type(2) > a, #main .nav-tabs > li:nth-of-type(2):hover > a,	
	#main .nav-tabs > li.active:nth-of-type(3) > a, #main .nav-tabs > li:nth-of-type(3):hover > a,
	#main .nav-tabs > li.active:nth-of-type(4) > a, #main .nav-tabs > li:nth-of-type(4):hover > a { background-position: top 10px center; background-size: 25px; }
}
@media all and (max-width:768px) {
	#main ul.nav { width: 90%; }
	#main .nav > li > a { padding: 0 5px; }
	#main .nav-tabs > li > a > span { font-size: 13px; }
	#main .tab-content { padding:0 10px; }
		
}
@media all and (max-width:480px) {	
	
	#main ul.nav { width: 90%; margin: 45px auto 30px; background:none; border-radius:0; }
	#main .nav-tabs > li > a { height:94px; }
	#main .nav-tabs > li > a > span { padding-top:42px; }	
	#main .nav-tabs > li > a > span.view_m { display:block; }
	#main .nav-tabs > li > a > span.view_pc { display:none; }
		
	#main .nav-tabs > li a { border-radius:0; background-repeat:no-repeat; background-size:auto !important; }	
	#main .nav-tabs > li:nth-of-type(1) > a { background-image:url('/data/main/ico_all_m.png'); }
	#main .nav-tabs > li:nth-of-type(2) > a { background-image:url('/data/main/ico_web_m.png'); }
	#main .nav-tabs > li:nth-of-type(3) > a { background-image:url('/data/main/ico_sns_m.png'); }
	#main .nav-tabs > li:nth-of-type(4) > a { background-image:url('/data/main/ico_vod_m.png'); }
	
	#main .nav-tabs > li.active a { background-color:transparent !important;  background-size:auto !important; border-bottom: solid 2px #00addc;}	
	#main .nav-tabs > li:nth-of-type(1).active > a { background-image:url('/data/main/ico_all_m_hover.png'); }
	#main .nav-tabs > li:nth-of-type(2).active > a { background-image:url('/data/main/ico_web_m_hover.png'); }
	#main .nav-tabs > li:nth-of-type(3).active > a { background-image:url('/data/main/ico_sns_m_hover.png'); }
	#main .nav-tabs > li:nth-of-type(4).active > a { background-image:url('/data/main/ico_vod_m_hover.png'); }	
	#main .nav-tabs > li.active > a > span { color:#00addc; }
	
	#main .tab-content { width:90%; margin:0 auto; }

}

#main #project p span { font-weight:400; }
#main .more { position: relative; width: 85px; height:85px; margin:20px auto; }
#main .more .more-icon { position: absolute; top:70%; left:50%; width:53px; margin: -26px 0 0 -26px; height:53px; z-index:2; }
#main .more .ball-scale { position: absolute; top:70%; left:50%; width:85px; height:85px; z-index:1; margin:-42px 0 0 -42px; }
#main .more .ball-scale > div:nth-child(2) { -webkit-animation-delay: -2s; animation-delay: -2s; }
#main .more .ball-scale > div:nth-child(3) { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
#main .more .ball-scale > div { position: absolute; top: 0; left:0; opacity: 0; width: 85px; height: 85px;  border-radius: 100%;background-color:rgba(0,173,220,0.5); -webkit-animation: ball-scale 3s 0s linear infinite; animation: ball-scale 3s 0s linear infinite; }

@keyframes ball-scale {
	0% {
			transform: scale(0.3);
			opacity: 0.3; 
		}
	5% {
			opacity: 0.8; 
		}
	100% {
			transform: scale(1.3);
			opacity: 0; 
		}  
	}

@-webkit-keyframes ball-scale {
	0% {
			-webkit-transform: scale(0.3);
			transform: scale(0.3);
			opacity: 0.3; 
		}
	5% {
			opacity: 0.8; 
		}
	100% {
			-webkit-transform: scale(1.3);
			transform: scale(1.3);
			opacity: 0; 
		}  
}


/* ABOUT NANUMCOMS */
#main .dl-box { overflow:hidden; }
#main dl { float:left; width:25%; }
#main dd > b { display:block; font-size: 22px; letter-spacing: 0; text-align: center; color: #333; padding-bottom:15px; }
#main dd span { display:block; font-size:17px; line-height:27px; letter-spacing:0; text-align:center; }
#main .section2 a:nth-of-type(1) dl dt { background:url('/data/main/ico_about_01.png'); background-repeat: no-repeat; background-position: top center; padding:130px 0 15px 0; }
#main .section2 a:nth-of-type(2) dl dt { background:url('/data/main/ico_about_02.png'); background-repeat: no-repeat; background-position: top center; padding:130px 0 15px 0; }
#main .section2 a:nth-of-type(3) dl dt { background:url('/data/main/ico_about_03.png'); background-repeat: no-repeat; background-position: top center; padding:130px 0 15px 0; }
#main .section2 a:nth-of-type(4) dl dt { background:url('/data/main/ico_about_04.png'); background-repeat: no-repeat; background-position: top center; padding:130px 0 15px 0; }

#main .online-bg-box { position: relative; display:block; background:url('/data/main/main_project_bg.jpg'); background-repeat: no-repeat; background-position: top center; background-size: cover; box-sizing: border-box; padding: 20px; text-align: center; }
#main .section3 .online-bg-box .online-bg-box-in-line { position:relative;  padding:55px 0 60px; }
#main .section3 .online-bg-box .online-bg-box-in-line span.line { position:absolute; display:block; background:#98a5aa; }
#main .section3 .online-bg-box .online-bg-box-in-line span.line1 { left:0; top:0; height:1px; width:0; }
#main .section3 .online-bg-box .online-bg-box-in-line span.line2 { left:0; top:0; height:0; width:1px; }
#main .section3 .online-bg-box .online-bg-box-in-line span.line3 { right:0; top:0; height:0; width:1px; }
#main .section3 .online-bg-box .online-bg-box-in-line span.line4 { left:0; bottom:0; height:1px; width:0; }	
	
#main .btn { width:190px; height:40px; line-height:25px; color:#333; border-radius: 50px !important; }
#main .btn-style1 { color:#333; background:#fff; font-weight:500; }
#main .btn-style2 { color:#333; background:#ffeb00; margin-left:20px; font-weight:500; }

@media all and (max-width:1299px) {
	#main .section2 a:nth-of-type(1) dl dt,
	#main .section2 a:nth-of-type(2) dl dt,
	#main .section2 a:nth-of-type(3) dl dt,
	#main .section2 a:nth-of-type(4) dl dt { background-size:100px; padding:100px 0 15px 0; }
	#main dd { padding:10px; text-align: center; }
	#main dd > b { font-size: 20px; }
	#main dd span { display: inline; font-size: 15px; line-height: 25px; word-break: keep-all; }
}

@media all and (max-width:991px) {
	#main .section2 a:nth-of-type(1) dl dt,
	#main .section2 a:nth-of-type(2) dl dt,
	#main .section2 a:nth-of-type(3) dl dt,
	#main .section2 a:nth-of-type(4) dl dt { background-size:85px; padding:85px 0 10px 0; }
	#main dd { padding:10px; text-align: center; }
	#main dd > b { font-size: 18px; }
}

@media all and (max-width:768px) {
	#main dl { float:left; width:50%; }
	#main .section2 a:nth-of-type(1),
	#main .section2 a:nth-of-type(2) { margin-bottom:20px; }
	#main dd span { display:block; }
}

@media all and (max-width:480px) {
	#main dl { width: 100%; overflow:hidden; }
	#main dt { float:left; width:30%; }
	#main dd { float:left; width:70%; padding: 0 15px; text-align: left; }
	#main dd > b { display:block; font-size: 20px; letter-spacing: 0; text-align: left; color: #333; padding:15px 0; }
	#main dd span { display: inline; font-size: 15px; line-height: 25px; word-break: keep-all; }
	#main .section2 a:nth-of-type(1) dl dt, 
	#main .section2 a:nth-of-type(2) dl dt, 
	#main .section2 a:nth-of-type(3) dl dt, 
	#main .section2 a:nth-of-type(4) dl dt { background-size: 80px; background-position: top 18px center; padding: 105px 0 10px 0; }

	#main .online-bg-box { padding: 15px; }
	#main .online-bg-box { background-position :20% center; } 
	#main .section3 .online-bg-box .online-bg-box-in-line { padding: 15px}
	#main .btn-style2 { margin-left: 0px; margin-top:10px; }
}




/* login */
 h2.login_tit { color:#333; font-size:35px; text-align:center; padding: 1.8% 0 5.4%; }
.form-box-outer { width:100%; max-width:1500px; margin:0 auto; background:#fff; border-top:solid 4px #00addc; padding:4% 0; }
.form-box-outer > p { color:#333; font-size:20px; line-height:30px; text-align:center; font-weight:300; padding-bottom:3.2%; word-break:keep-all; }
.form-box-outer > p > strong { font-weight:500; }
.form-box-wrap { max-width:430px; margin:0 auto;}
.form-box-wrap .form-box { border:none; }
.form-box-wrap .form-body { padding:0;} 
.form-box-wrap .form-group { margin-bottom:10px; }
.form-box-wrap .form-group label { display:block; text-indent:-9999px; height:0; margin-bottom:0; }
.form-box-wrap .form-group .form-control { background:#f8f8f8; border:1px solid #ddd; box-shadow:none; padding:15px 20px; height:60px;}
.form-box-wrap .form-group .form-control::placeholder { color:#999; font-size:16px; font-weight:300; }
.form-box-wrap .row .col-xs-6 { float:none; width:100%; }
.form-box-wrap .row .col-xs-6 .checkbox-inline { font-size:14px; line-height:21px;}
.form-box-wrap .row .col-xs-6  input[id="login_auto_login"] { display:inline-block; width:15px; height:15px; cursor:pointer;}
.form-box-wrap .btn { width:100%; margin-top:15px;	font-size:18px; line-height:60px; padding:0; border:none; background:#00addc; font-family: 'Noto Sans','Noto Sans KR','맑은고딕',sans-serif; font-weight:500; margin-bottom:15px; color:#fff; }
.form-box-wrap .btn:hover { background:#32a5d4;}
.form-box-wrap ul.join_search { overflow:hidden; }
.form-box-wrap ul.join_search li { float:left; width:50%; text-align:center; list-style:none; position:relative; }
.form-box-wrap ul.join_search li:first-of-type:after { position:absolute; display:block; content:''; width:1px; height:12px; background:#bbb; right:0; top:50%; transform:translateY(-50%);}
.form-box-wrap ul.join_search li a { font-size:16px; color:#666; }


/* end login */
