@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

*, html, body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans KR', sans-serif;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover{
    text-decoration:none;
}

a:focus{
    outline:none;
    text-decoration:none;
}

.font-light {
	font-weight: 200;
}

.font-thin {
	font-weight: 100;
}

.font-medium {
	font-weight: 500;
}

.font-regular {
	font-weight: 400;
}

.font-bold {
	font-weight: 700 !important;
}

.clear {
	clear: both;
}

.center {
	display: block;
	margin: 0px auto;
}

.middle {
	vertical-align: middle;
}

.cursor {
	cursor: pointer;
}

.anchor {
	display: block;    
	height: 105px;
    margin-top: -105px;
    visibility: hidden;
}

.box-wrap-913 {
	width: 913px;
	margin: 0px auto;
}

.box-wrap {
	width: 920px;
	margin: 0px auto;
}

.first-block h1 {
	color: #36495d;
	font-size: 24px;
	font-weight: 500;
	margin-top: 52px;
	margin-bottom: 20px;
}

.first-block p {
	color: #2285a4;
	font-size: 20px;
	font-weight: 100;
}

.cir-logo {
	border-radius: 50%;
	border-style: solid;
	border-width: 5px;
	border-color:  #434343;
	width: 8px;
	height: 8px;
	float: left;
	margin: 6px 12px 0px 0px;
}

.cir-tit {
	font-size: 20px;
	font-weight: 400;
	margin: 40px 0px;
}

.list-17 {
	color: #5f6263;
	font-size: 17px;
	line-height: 32px;
	font-weight: 100;
}

.sqr-green {
	list-style-image: url("/assetsv2/images/front/icon2.png");
	list-style-position: inside;
}

.sqr-blue {
	list-style-image: url("/assetsv2/images/front/icon4.png");
}

.sqr-black {
	list-style-image: url("/assetsv2/images/front/company/tb-bullet.png");
}

.left-side {
	float: left;
}

.right-side {
	float: right;
}

.blue-underline {
	color: #2285a4;
	text-decoration: underline;
}

.font-15-300 {
	font-size: 15px !important;
	font-weight: 300 !important;
}

.font-16-300 {
	font-size: 16px !important;
	font-weight: 300 !important;
}

.font-17-100 { 
	font-size: 17px !important;
	font-weight: 100 !important;

}

.font-20-300 {
	font-size: 20px !important;
	font-weight: 300 !important;
}

.ellipsis {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-logo {
	width: 31px;
	height: 25px;
	background: url("/assetsv2/images/front/logo-file.png") no-repeat;
    margin-left: 20px;
	margin-top: 3px;
}

.Q-logo {
	width: 19px;
	height: 26px;
	background: url("/assetsv2/images/front/logo-Q.png") no-repeat;
	margin: 0px auto;
}

select {
	width: 198px;
	height: 38px;
	border: 1px solid #39a6c3;
	background: url("/assetsv2/images/front/customer/select-arrow.png") no-repeat 95% 50%;
	color:  #4f5758;
	font-size: 18px;
	font-weight: 300;
	padding-left: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

select::-ms-expand {
   display: none;
}

input {
	border: 1px solid #39a6c3;
	width: 198px;
	height: 36px;
	min-height: 36px;
	max-height: 36px;
	color:  #4f5758;
	font-size: 18px;
	font-weight: 300;
	padding-left: 8px;
}

::placeholder {
	color: #c2c2c2;
}

:-ms-input-placeholder {
	color: #c2c2c2;
}

textarea {
	resize: none;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + label { 
	color:  #4f5758;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}

input[type="radio"] + label span {
	display: inline-block;
	width: 28px;
	height: 29px;
	background: url("/assetsv2/images/front/uncheck.png") no-repeat;
	vertical-align: middle;
	cursor: pointer;
	margin: -3px 5px 0px 5px;
}

input[type="radio"]:checked + label span {
	background: url("/assetsv2/images/front/check.png") no-repeat;
}

.btn-search {
	width: 50px;
    height: 38px;
    background-color: #3da7c3;
    border: none;
    color: #fff;
}

table .contents {
	width: 625px;
    margin: 50px 0px;
}

table .contents img {
	max-width: 625px;
}

table .contents a {
	color: red;
}

.triangle {
    width: 1px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 21px solid #3da7c3;
    margin-left: 130px;
}

.btn-list {
	width: 284px;
	height: 40px;
	border: 1px solid #3da7c3;
	background-color: #fff;
	color:  #3da7c3;
	font-size: 18.82px;
	font-weight: 100;
	line-height: 32px;
}

.btn-confirm {
	width: 284px;
	height: 40px;
	border: 1px solid #68a2a6;
	background-color: #3da7c3;
	color:  #fff;
	font-size: 18.82px;
	font-weight: 100;
	line-height: 32px;
}

#wrapper {
	width: 100%;
    min-width: 1200px;
	height: 100%;
}

/*
*
* HEADER
*
*/
#header {
	width: 100%;
    height: 105px;
    background-color: #fff;
    border-bottom: 1px solid #000;
	position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2;
}

#header img {
	float: left;
	margin: 30px 25px 0px 97px;
	width: 212px;
	height: 44px;
}

#header .header-box {
    min-width: 1200px;
    width: 1200px;
    height: 105px;
    margin: 0px auto;
}

#nav {
    float: right;
	position: relative;
	margin-right: 75px;
	width: 789px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	font-size: 22px;
	display: inline;
	margin-right: 8px;
    padding: 15px 0px;
}

.watch, .solution, .consulting, .company, .customer {
	position: absolute;
	width: 789px;
	right: -15px;
    /* width: 730px;
    right: 0; */
	display: none;
	font-size:16px;
	margin-top: 8px;
} 

.nav-menu {
	margin: 0px;
	font-size: 22px;
}

.bar a {
	text-decoration: none;
	font-size:16px;
	margin: 8px 20px 0px 0px;
}

.bar a:link, .bar a:visited {
	color: #434343;
}

.bar a:hover, .bar a:active {
	color: #2292af;
}

.bar {
	border-top: 6px solid #fff;
	display: inline-block;
	padding: 22px;
}


/*
*
* FOOTER
*
*/
#footer {
	margin-top: 200px;
}

#footer .top {
	height: 138px;
	background-color: #e6e8ea;
}

#footer .top .top-content .support-1 {
	float: left;
	margin-top: 29px;
}

#footer .top .top-content .support-2 {
	display: inline-block;
	margin-top: 26px;
}

#footer .top .top-content .support-2 .txt1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 50px;
}

#footer .top .top-content .support-2 .txt2  {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}

#footer .mid {
	height: 94px;
}

#footer .mid .mid-content .txt {
	color: #23838b;
	font-size: 19px;
	font-weight: 300;
	line-height: 32px;
	float: left;
	margin-top: 13px;
}

#footer .mid .btn2-service-inquiry {
	box-sizing: border-box;
	width: 244px;
	height: 57px;
	font-size: 26.19px;
	font-weight: 100;
	text-align: center;
	line-height: 2;
	border: 1px solid #68a2a6;
	background: #23838b;
	color: #fff;
	float: right;
	margin-top: 18px;
	margin-right: 6%;
}

#footer .bottom {
	height: 528px;
	background-color: #e6e8ea;
}

#footer .bottom .bottom-content .section {
	display: inline-flex;
	margin-top: 52px;
	/*margin-right: 50px;*/
	margin-right: 76px;
}

#footer .bottom .bottom-content .section ul {
	list-style-type: none;
	font-size: 17px;
	font-weight: 400;
	color: #3f4849;
	line-height: 2;
}

#footer .bottom .bottom-content .section:last-child {
	margin-right: 0px
}

#footer .bottom .bottom-content .section ul li:first-child {
	font-size: 24px;
}

#footer .bottom .bottom-content .section a {
	color: #000;
}

#footer .footer-content {
	width: 1100px;
	height: 288px;
	margin: 100px auto 0px auto;
}

#footer .footer-content a {
	text-decoration: none;
	color: #000;
}

#footer .footer-content ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 30px;
	font-size: 17px;
	font-weight: 500;
	line-height: 32px;
}

#footer .footer-content p {
	font-size: 15px;
	font-weight: 100;
	line-height: 32px;
}

#container {
	width: 100%;
	min-width: 1200px;
	margin-top: 105px;
}

.contents-wrap {
	width: 1200px;
	margin: 0px auto;
	/*margin: 105px auto 0px auto;*/
}


/*
*
*	����
*
*/
.service-top {
	background-color: #000812;
	height: 512px;
	color: #fff;
}

.top-box {
	width: 1200px;
	background: url("/assetsv2/images/front/top.png") no-repeat;
	height: 512px;
	margin:0px auto;
}

.service-top .tit1 {
	color:  #ffffff;
	font-size: 25px;
	font-weight: 100;
	line-height: 32px;
	padding: 134px 157px 0px 0px;
}

.service-top .tit2 {
	color:  #e6f0f2;
	font-size: 18px;
	font-weight: 100;
	line-height: 24px;
	padding-top: 32px;
}

.btn-service-inquiry {
	font-size: 26.41px;
	font-weight: lighter;
	color: #07bbc9;
	width: 244px;
	height: 57px;
	border: 1px solid #68a2a6;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 40px;
}

.btn-service-inquiry img {
	float:left;
	margin: 9px 0px 0px 25px;
}

.btn-service-inquiry span {
	line-height: 2;
}

.service-intro {
	height: 515px;
}

.service-intro h1 {
	color: #36495d;
}

.service-intro p {
	color: #0a7a9a;
}

.service-type {
	height: 555px;
	background-color: #68a1a6;
}

.service-type h1 {
	color: #fff;
}

.service-type p {
	color: #fff;
}

.service-box-wrap .tit {
	font-size: 24px;
	font-weight: 500;
	line-height: 50px;
	padding: 35px 0px 26px 0px;
}

.service-box-wrap .txt1 {
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
}

.service-box-wrap .txt2 {
	font-size: 20px;
	font-weight: 100;
	line-height: 32px;
}

.service-img-box {
    width: 950px;
    margin: 60px auto 0px auto;
}

.intro1 {
	background: url("/assetsv2/images/front/service_intro01.png") no-repeat;
}

.intro2 {
	background: url("/assetsv2/images/front/service_intro02.png") no-repeat;
}

.intro3 {
	background: url("/assetsv2/images/front/service_intro03.png") no-repeat;
}

.intro4 {
	background: url("/assetsv2/images/front/service_intro04.png") no-repeat;
}

.type1 {
	background: url("/assetsv2/images/front/service_type01.png") no-repeat;
}

.type2 {
	background: url("/assetsv2/images/front/service_type02.png") no-repeat;
}

.type3 {
	background: url("/assetsv2/images/front/service_type03.png") no-repeat;
}

.type4 {
	background: url("/assetsv2/images/front/service_type04.png") no-repeat;
}

.service-box {
	display: inline-block;
    width: 234px;
    height: 213px;
}

.space {
    margin-top: 180px;
}

.word {
	color: #fff;
    font-size: 17px;
    font-weight: 100;
    line-height: 30px;
    width: 234px;
    height: 62px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.support-3 {
	float: right;
	margin-top: 33px;
}

/*
*
*	���� ����
*
*/
.list-box {
	overflow: hidden;
    margin-bottom: 88px;
}

.list-box ul {
	width: 41%;
}

.list-box img {
	margin-bottom: 32px;
}

.green-line {
	width: 1142px;
	border: 1px solid #2285a4;
	margin: 86px auto 0px auto;
}

.watch-tab-wrap {
	width: 985px;
	margin: 0px auto;
}

.watch-tab {
	width: 257px;
	height: 286px;
	cursor: pointer;
	background-image: url("/assetsv2/images/front/watch/off.png");
	background-repeat: no-repeat;
	display: inline-block;
}

.watch-tab:last-child  {
	margin-right: 0px;
}

.watch-tab .tab-tit {
	color: #707070;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 0px; 
}

.watch-tab .tab-txt {
	color: #36495d;
    font-size: 17px;
    font-weight: 100;
    text-align: center;
}

.watch-tab-contents {
	margin-bottom: 87px;
}

.watch-tab-contents .cloud, .watch-tab-contents .office {
	display: none;
}

.watch-tab-content .content-desc1 {
    width: 850px;
    color: #6f7072;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    margin: 34px auto 41px auto;
}

.watch-tab-content .content-desc2 {
    width: 880px;
	margin: 0px auto;
	position: relative;
}

.watch-tab-content .content-desc2 .rt {
	position: absolute;
    right: 0;
    top: -23px;
}

.watch-tab-content .content-desc2 .tit{
	margin-top: 23px;
	margin-bottom: 15px;
}

.watch-tab-content .content-desc2 .tit img{
	width: 22px;
	height: 26px;
	float: left;
    margin: 3px 9px 0px 0px;
}

.watch-tab-content .content-desc2 .tit p{
	color: #5878b9;
	font-size: 22px;
	font-weight: 500;
}

.watch-tab-content .content-desc2 .txt {
    margin-left: 45px;
}

/*
*
* ȸ��Ұ�
*
*/
.about-company {
	margin-top: 104px;
	margin-bottom: 157px;
}

/* ȸ��Ұ� - ���� */
.history-timeline {
	width: 812px;
    margin: 0px auto 113px auto
}

.history-timeline .logo {
	width: 212px;
	height: 148px;
	margin-bottom: 15px;
}

.history-timeline .tl-list {
	margin-bottom: 18px;
}

.history-timeline .tl-list .year {
	color: #888f90;
	font-size: 24px;
	font-weight: 500;
	line-height: 50px;
	width: 397px;
	height: 68px;
}

.history-timeline .tl-list .events {
    width: 370px;
    color: #273132;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin: 0px auto;
}

.history-timeline .timeline-bar {
	background-color: #888f90;
	width: 8px;
	height: 1093px;
	border-radius: 5px;
	margin: 0px 5px;
	float: left;
}

.history-timeline .timeline-right {
	margin-top: 123px;
}

.history-timeline .tl-list .border-gray {
	background-image: url("/assetsv2/images/front/company/border_gray.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

.history-timeline .tl-list .border-green {
	background-image: url("/assetsv2/images/front/company/border_green.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

.history-timeline .tl-list .border-blue {
	background-image: url("/assetsv2/images/front/company/border_blue.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

/* ȸ��Ұ� - CI */
.ci-img1 {
	margin-top: 65px;
}

.ci-desc {
	width: 790px;
	text-align: center;
    margin: 32px auto 118px auto;
}

.ci-desc span {
	font-size: 17px;
	font-weight: 100;
	line-height: 32px;
}

.ci-desc .tit {
	color: #3da7c3;
}

.ci-desc .txt {
	color: #5f6263;
}

.ci-horiz {
	margin-top: 47px;
	margin-bottom: 111px;
}

.ci-color {
	margin-bottom: 148px;
}

/* ȸ��Ұ� - ����� */
.service-compete {
    margin: 70px auto 118px auto;
}

.compete-box .tit {
	width: 292px;
	height: 148px;
	background-image: url("/assetsv2/images/front/company/off.png");
	background-repeat: no-repeat;
	margin-top: 10px;
	float: left;
}

.compete-box .tit p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.compete-box .tit .three {
	padding: 58px 0px 0px 45px;
}

.compete-box .tit .four {
	padding: 58px 0px 0px 38px;
}

.compete-box .list {
	width: 546px;
	margin-left: -10px;
	margin-bottom: 36px;
	display: inline-block;
}

.compete-box .list .list-desc {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	margin-left: 10px;
}

.compete-box .list .list-imgs {
	width: 525px;
	margin: 0px auto;
}

.compete-box .list .list-imgs img { 
	border: 1px solid #bfbfbf;
}

.compete-box .list .list-bar {
	background-color: #bfbfbf;
	height: 3px;
}

/* ȸ��Ұ� - �ֿ� ��Ʈ�� */
.company-partners {
	width: 815px;
	margin: 83px auto 163px auto;
}

.company-partners .partners-list {
	margin-bottom: 40px;
}

.company-partners .partners-list .list {
	width: 247px;
	margin-right: 20px;
	display: inline-block;
}

.company-partners .partners-list .list .name {
	color: #000;
	font-size: 16.98px;
	font-weight: 300;
	line-height: 32px;
	text-align: center;
}

.company-partners .partners-list .list .logo {
	background-color:  #f6f6f6;
	border-radius: 8px;
	width: 247px;
	height: 111px;
}

.company-partners .partners-list .list .logo img {
	margin: 0px auto;
	padding-top: 25px;
	display: block;
}

/* ȸ��Ұ� - ä������ */
.box-wrap-815 {
	width: 815px;
	margin: 0px auto;
}

.recruit-info {
	margin-top: 73px;
	margin-bottom: 94px;
}

.tit-border-gry {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	border-bottom: 3px solid #848484;
	margin-bottom: 14px;
}

.recruit-info .tit {
	margin-bottom: 24px;
}

.recruit-info .txt {
	line-height: 32px;
	margin-bottom: 54px;
}

.recruit-info .email {
	color:  #2285a4;
	text-decoration: underline;
}

.recruit-info .benefits {
	color:  #2285a4;
	font-size: 16px;
	font-weight: 300;
}

.recruit-tb {
	width: 815px;
	border-collapse: collapse;
	border: none;
	margin-bottom: 39px;
}

.recruit-tb thead tr th {
	height: 36px;
	background-color: #eee;
	border: none;
	font-size: 17px;
	font-weight: 200;
}

.recruit-tb thead tr th:first-child {
	text-align: left;
	padding-left: 15px;
}

.recruit-tb tbody tr td:first-child {
	text-align: left;
	padding-left: 15px;
}

.recruit-tb tbody tr td {
	height: 130px;
	font-size: 17px;
	font-weight: 200;
	text-align: center;
	border-bottom: 1px solid #000;
}

.recruit-tb tbody tr td p {
	font-size: 17px;
	text-align: left;
	padding-left: 20px;
	/*background-color: #eee;*/
}

.recruit-tb tbody tr td ul {
    font-size: 17px;
    text-align: left;
    margin-left: 25px;
}

.border-none {
	border: none !important;
}

/* ȸ��Ұ� ���ô� �� */
.company-direction #map {
	width: 100%;
	height: 271px;
	margin-top: 20px;
}

.company-direction .tit {
	margin-top: 41px;
	margin-bottom: 18px;
}

.company-direction .car-txt-box {
	width: 216px;
	height: 30px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	border: 1px solid #000;
	box-sizing: border-box;
	margin-bottom: 5px;
	display: inline-block;
}

.company-direction .car-txt {
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
}

.company-direction .btn-subway, .company-direction .btn-bus {
	background-color:  #dcdcdc;
	width: 72px;
	height: 24px;
	color:  #000000;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 15px;
	display: inline-block;
}

.company-direction .subway-1 img, .company-direction .subway-2 img {
	float: left;
	margin-right: 3px;
}

.company-direction .public-dir .subway .subway-2 p, .company-direction .public-dir .bus .bus-2 p {
	color: #000;
	font-size: 17px;
	font-weight: 300;
	line-height: 32px;
	margin-left: 18px;
}

.inquiry-img {
	width: 100%;
	margin-top: 36px;
	margin-bottom: 32px;
}

.inquiry-txt {
	font-size: 17px;
	font-weight: 100;
	line-height: 30px;
}

/*
*
* ���� �ַ��
*
*/
.solution-bar {
	width: 100%;
	height: 76px;
	margin-top: 75px;
	background-color: #b0afaf;
}

.solution-bar .txt {
	width: 980px;
	margin: 0px auto;
    padding-top: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	line-height: 32px;
}

.solution-bar .sol-service-btn {
	width: 126px;
	height:32px;
	border: 1px solid #fff;
	box-sizing: border-box;
	background-color: rgba(145, 146, 146, 0);
	display: inline-block;
	text-align: center;
}

.solution-desc {
	/*margin-left: 21px;*/
	color: #5f6263 !important;
	font-size: 17px !important;
	font-weight: 100 !important;
	line-height: 30px !important;
}

.referece-txt {
	margin-top: 46px !important;
	margin-bottom: 20px !important;
	color: #000 !important;
	font-size: 15px !important;
	font-weight: 100 !important;
}

.product-tb {
	width: 913px;
	margin: 0px auto;
	border-collapse: collapse;
	border: none;
}

.product-tb tr td ul {
	list-style-image: url("/assetsv2/images/front/company/tb-bullet.png");
	color: #000;
	font-size: 17px;
	font-weight: 100;
	line-height: 32px;
}

.product-tb tr th {
	width: 48px;
	background-color: #616060;
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	line-height: 32px;
	border: 1px solid #616060;
}

.product-tb tr th p {
	color: #fff !important;
}

.product-tb tr:nth-child(odd) {
	height: 137px;
	border-top: 1px solid #606060;
}

.product-tb tr:nth-child(odd) td:first-child {
	width: 390px;
	height: 137px;
	border-top: 1px solid #606060;
}

.product-tb tr:nth-child(even) {
	background-color: #f4f4f4;
	height: 48px;
	border-bottom: 1px solid #606060;
}

.product-tb tr:nth-child(even) td:first-child {
	color: #000;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
}

.product-tb tr:first-child td:first-child {
	width: 48px;
	min-width: 48px;
	background-color: #616060;
	color: #fff;
}

.btn-suggest {
	background-image: url("/assetsv2/images/front/solution/download_icon.png");
	background-repeat: no-repeat;
	background-position: 95% center;
	color: #4e9ba9;
	font-size:15px;
	font-weight: 500;
    line-height: 1.8;
	text-align: center;
	border: 2px solid #4e9ba9;
	box-sizing: border-box;
	width: 179px;
	height: 34px;
	display: inline-block;
	cursor: pointer;
}

.btn-homepage {
	color: #000 !important;
	font-size:15px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	border: 2px solid #000;
	box-sizing: border-box;
	width: 179px;
	height: 34px;
	display: inline-block;
	cursor: pointer;
}

.product-tb .recommend {
	position: absolute;
	margin: 50px;
	margin: 117px 0px 0px 306px;
}

.product-tb .isms { 
	position: absolute;
	color:  #4e9ba9;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	margin: 16px 0px 0px 249px;
}

/*
*
*	���� ������
*
*/
.consulting-box p {
	color: #000 !important;
}

/*
*
*	���� ����
*
*/

/* ���� ���� ���� */
.service-tb {
	border-spacing: 6px;
	margin: 48px auto 0px auto;
}

.service-tb tr td {
	background-color: #eee;
	width: 170px;
	height: 181px;
	text-align: center;
	border-bottom: 8px solid #eee;
	cursor: pointer;
}

.service-tb tr td p {
	color:  #4f5758;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-top: 5px;
}

.customer-center .service-info {
	width: 872px;
	border-top: 1px dashed #3da7c3;
	border-bottom: 1px dashed #3da7c3;
	margin: 0px auto 40px auto;
	padding: 5px 0px;
}

.customer-center .service-info .tit {
	color:  #3da7c3;
	font-size: 17px;
	font-weight: 700;
	line-height: 32px;
	margin: 0px 22px 0px 43px;
}

.customer-center .service-info .txt {
	color:  #525151;
	font-size: 17px;
	font-weight: 100;
	line-height: 32px;
}

.service-inquiry {
	width: 866px;
	margin: 0px auto;
}

.service-inquiry .inquiry {
	margin-top: 45px;
    padding: 45px 0px;
	border-top: 1px dashed #3da7c3;
	border-bottom: 1px dashed #3da7c3;
}

.service-inquiry .faq {
	padding: 45px 0px;
	border-bottom: 1px dashed #3da7c3;
}

.service-inquiry .inquiry p {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

.service-inquiry .rt-30 {
	width: 30%;
}

.service-inquiry .rt-70 {
	width: 70%;
}

.service-inquiry .btn-service {
	color:  #ffffff;
	font-size: 18.82px;
	font-weight: 100;
	line-height: 32px;
	border-style: solid;
	border-width: 1px;
	border-color:  #68a2a6;
	box-sizing: border-box;
	background-color:  #3da7c3;
	width: 171px;
	height: 40px;
	text-align: center;
	cursor: pointer;
}

.service-inquiry .faq {
	color:  #3da7c3;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

.service-inquiry .faq .question {
	color:  #343536;
	line-height: 29px;
	cursor: pointer;
	margin-left: 17px;
}

.service-inquiry .faq .question-arrow {
	display: none;
	float: right;
    margin-top: 9px;
}

.service-inquiry .faq .answer {
	color:  #a0a1a1;
	display: none;
	margin-left: 17px;
}

.policy-tb {
	border-spacing: 8px;
	margin: 37px auto 0px auto;
}

.policy-tb tr td {
	width: 426px;
	height: 198px;
	border: 1px solid #cdcdcd;
}

.policy-tb tr td h2 {
	color:  #313131;
	font-size: 19px;
	font-weight: 500;
	line-height: 30px;
	margin-left: 31px;
	margin-bottom: 16px;
	text-align: left;
}

.policy-tb tr td p {
	color:  #626262;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	margin-left: 31px;
    text-align: left;
}

.policy-tb .policy {
	height: 200px;
	text-align: right;
}

.policy-tb .policy img {
	margin: 16px 39px 0px 0px;
}

.table {
	margin: 0px auto;
    display: inline-block;
}

.guide-tb {
	width: 435px;
	border-collapse: collapse;
	border: none;
}

.guide-tb thead tr th {
	background-color: #959595;
	height: 36px;
}

.guide-tb thead tr th p {
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	line-height: 30px;
	margin-left: 33px;
}

.guide-tb thead tr th:last-child {
	text-align: right;
}

.guide-tb thead tr th img {
	margin: 0px 23px 5px 0px;
}

.guide-tb tbody tr td:first-child {
	color:  #b5b5b5;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
}

.guide-tb tbody tr td:last-child {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 304px;
}

.guide-tb a {
	text-decoration: none;
	color: #000;
}

.event-lists {
	margin-top: 50px;
}

.event-lists .tit {
	color:  #959595;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	border-bottom: 3px solid #959595;
	padding-left: 33px;
	padding-bottom: 5px;
}

.event-lists .txt {
	color:  #959595;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	margin: 23px 0px 14px 30px;
}

.contents-view {
    margin-top: 132px;
}

.inquiry-view {
    margin-top: 50px;
}

.inquiry-view h2 { 
	color:  #4f5758;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	margin-left: 65px;
    margin-bottom: 23px;
}

.search-box {
	margin-bottom: 8px;
    overflow: hidden;
}

.search-box select {
	margin-right: 4px;
}

.gry-btn {
	text-align: right;
	color:  #959595;
	font-size: 20px;
	font-weight: 100;
	line-height: 32px;
	text-decoration: underline;
	margin-top: 50px;
	margin-bottom: 61px;
	cursor: pointer;
}


/* ����¡ */
.paging {
	width:100%;
    text-align:center;
    padding:10px 0px;
    list-style:none;
    margin: 0px auto;
}

.pagination {
    width:100%;
    text-align:center;
    padding:10px 0px;
    list-style:none;
    margin:0;
	font-size: 20px;
    font-weight: 100;
    line-height: 32px;
}

.pagination strong {
	color: #3aa8c5;
	padding: 8px;
}

.pagination a {
    padding: 8px;
	color: #000;
}

.pagination .next a {
	display: inline;
    color: #3aa8c5 !important;
}

.pagination a:hover {
    padding: 8px;
	color: #3aa8c5;
}

.pagination li {
    display:inline-block;
    color:  #4f5758;
	font-size: 20px;
	font-weight: 100;
	line-height: 32px;
}

.pagination li a {
	padding: 8px;
}

.pagination li:first-child, .pagination li:last-child {
	color: #3aa8c5;
}

.pagination li:hover {
    color: #3aa8c5;
}

.pagination li.active a {
    color:#49aeed;
    text-decoration:underline;
}

/* ���� �� �ۼ� �� */
.inquiry-write-tb {
	margin: 0px auto;
}

.inquiry-write-tb tr {
	height: 40px;
}

.inquiry-write-tb tr td:first-child { 
	width: 120px;
    border-top: 3px solid #3aa8c4;
    color: #4f5758;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    padding: 15px 0px;
    padding-right: 10px;
}

.inquiry-write-tb tr td {
	width: 308px;
}

.inquiry-write-tb tr td:nth-child(2) { 
	padding-left: 30px;
}

.inquiry-write-tb tr td:nth-child(3) { 
	padding-left: 10px;
}

.inquiry-write-tb tr:last-child td {
	padding-top: 30px;
}

.inquiry-write-tb input, .inquiry-write-tb select, .inquiry-write-tb textarea {
    width: 100%;
}

.inquiry-write-tb textarea {
	height: 137px;
	margin-bottom: 95px;
}

.inquiry-write-tb .upload-name {
	border: 1px solid #3da7c3;
    height: 33px;
    color: #c2c2c2;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    padding-left: 8px;
    padding-top: 5px;
}

.inquiry-write-tb button {
	box-sizing: border-box;
	background-color: #929191;
	width: 308px;
	height: 40px;
	border: 1px solid #68a2a6;
	color: #fff;
	font-size: 18.82px;
	font-weight: 100;
	line-height: 32px;
	text-align: center;
}

.inquiry-write-tb button[type="submit"] {
	background-color: #3da7c3;
}

.input-gray {
	background-color: #eeeeee;
	border: 1px solid #eee;
}

/*
*
*	��� �� ��ħ
*
*/
.policy-nav {
	margin-top: 57px;
}

.policy-nav-tb a {
	color: #2285a4;
}

.policy-nav-tb {
	border-collapse: collapse;
	color: #2285a4;
	font-size: 17px;
	font-weight: 300;
    line-height: 43px;
}

.policy-nav-tb tr td {
	border: 1px solid #2285a4;
}

.policy-nav-tb .change {
	background-color: #2285a4;
	color: #fff;
}

.policy-nav-tb .policy-list { 
	width: 309px;
	height: 45px;
}

.policy-nav-tb .policy-list .tit { 
	margin-left: 62px;
}

.policy-box {
	border-top: 3px solid #3da7c3;
	border-bottom: 3px solid #3da7c3;
	height: 928px;
	overflow-y: scroll;
	background: url("/assetsv2/images/front/customer/bg_policy.png") no-repeat center;
}

.policy-box .policy {
    width: 760px;
	margin: 49px auto;
	color:  #4f5758;
	font-size: 17px;
	font-weight: 100;
	line-height: 27px;
}

.policy-box .policy .tit { 
	color:  #4f5758;
	font-size: 17px;
	font-weight: 700;
	line-height: 27px;
}

.policy-select {
	text-align: right;
    margin-top: 20px;
}

.policy-select select {
	width: 274px;
}

.inquiry-answer .answer-tb {
	border-top: 3px solid #3da7c3;
	border-bottom: 3px solid #3da7c3;
	border-collapse : collapse;
	color:  #3da7c3;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
}

.inquiry-answer .answer-tb tr:first-child td:nth-child(2) {
	font-size: 19px;
	font-weight: 500;
	line-height: 30px;
}

.inquiry-answer .answer-tb tr:first-child td {	
	border-bottom: 1px solid #c0bfbf;
	height: 47px;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
}

.policy-table {
	border-collapse: collapse;
	width: 100%; 
	margin: 0px auto; 
	text-align: center;
}

.policy-table tr td {
	border: 1px solid #c0bfbf;
}

.policy-block1 {
	margin-left: 17px;
	color:  #4f5758 !important;
	font-size: 17px !important;
	font-weight: 100 !important;
	line-height: 27px !important;
}

.policy-block2 {
	margin-left: 34px;
	color:  #4f5758 !important;
	font-size: 17px !important;
	font-weight: 100 !important;
	line-height: 27px !important;
}

.policy-email .tit {
	font-size: 20px !important;
	font-weight: 500 !important;
	line-height: 27px !important;
}

/* �۸�� */
.board-tb {
	width: 920px;
	border-collapse: collapse;
	border-top: 3px solid #3da7c3;
	border-bottom: 3px solid #3da7c3;
	margin-bottom: 16px;
}

.board-tb tr td {
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	border-bottom: 1px solid #c0bfbf;
	padding: 8px 0px;
}

.board-tb .num {
	color:  #b8b7b7;
}

.board-tb .tit {
	text-align: left;
	cursor: pointer;
}

/*���� ����*/
/*������*/
.board-tb .tit .status01 { 
	color: #fff;
	background-color: #9dbdac;
	border: 1px solid #9dbdac;
}

/*ó���Ϸ�*/
.board-tb .tit .status02 { 
	color: #fff;
	background-color: #3da7c3;
	border: 1px solid #3da7c3;
}

/*�繮��*/
.board-tb .tit .status03 { 
	color: #fff;
	background-color: #c0bfbf;
	border: 1px solid #c0bfbf;
}

.board-tb .tit1 {
	color:  #4f5758;
    max-width: 519px;
	margin-left: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board-tb .tit2 {
	color:  #3da7c3;
	text-decoration: underline;
    max-width: 519px;
	margin-left: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}

.board-tb .tit span { 
	width: 93px;
	height: 28px;
	color: #3da7c3;
	border: 1px solid #3da7c3;
	display: inline-block;
	text-align: center;
}

.board-tb .tit a {
	color: #000;
}

/* ���� �ǰ���, �������� */
.board-tb .notice td {
	border-color: #3da7c3;
	color: #3da7c3;
}

.board-tb .notice .tit {
	font-weight: 500;
	text-align: left;
}

.board-tb .notice .tit a {
	color: #3da7c3;
}

/* �ۺ��� */
.view-tb {
	width: 100%;
	border-collapse: collapse;
	border: none;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
}

.view-tb tr:first-child td {
	height: 47px;
	border-top: 3px solid #767676;
	border-bottom: 1px solid #c0bfbf;
	color:  #4f5758;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
}

.view-tb tr:first-child td:nth-child(2) {
	font-size: 19px;
	font-weight: 500;
	line-height: 30px;
}

.view-tb .file-txt {
	color:  #3da7c3;
	font-size: 17px;
	font-weight: 300;
	margin-left: 65px;
}

.view-tb .file-txt2 {
	color:  #4f5758;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid #4f5758;
	width: fit-content;
	padding: 0px 50px 0px 10px;
	cursor: pointer;
}

.view-tb .filename { 
	margin-left: 40px;
	cursor: pointer;
	width: 700px;
    display: inline-block;
}

.view-tb .filename2 {
	color:  #606161;
	font-size: 15px;
	font-weight: 700;
}

.view-tb tr:last-child td {
	border-top: 1px solid #c0bfbf;
	border-bottom: 3px solid #3da7c3;
	height: 40px;
}

/*
*
*	�̺�Ʈ
*
*/
.event-page .event-lists2 .tit {
	border-bottom: 3px solid #818181;
	color:  #434343;
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	padding: 0px 0px 12px 67px;
}

.event-page .event-lists2 .event {
	margin: 21px 0px 55px 0px;
	cursor: pointer;
}

.event-page .event-lists2 .event .txt {
	color:  #898989;
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	margin-left: 67px;
	width:507px;
	max-width: 507px;
	display: inline-block;
}

.event-page .event-lists2 .event .txt2 {
	color:  #898989;
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	text-align: right;
	float: right;
    margin-right: 35px;
}

.event-page .event-lists2 .event .date-box { 
	width: 286px;
	display: inline-block;
	text-align: right;
}

.btn-top { 
    color: #3da7c3;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
	padding-left: 13px;
	padding-right: 13px;
	border-bottom: 1px solid #3da7c3;
}

.btn-file {
	position: relative;
}

.btn-file .btn-search-type {
	border: 1px solid #3da7c3 !important;
	height: 38px !important;
	color: #c2c2c2 !important;
	font-size: 15px !important;
	font-weight: 300 !important;
	line-height: 30px !important;
	padding-left: 8px !important;
	padding-top: 5px !important;
	width: 628px !important;
	background: #fff !important;
	text-align: left !important;
}

.btn-file a {
	position: absolute;
    left: 0;
    top: 0;
    margin-top: 6px;
    margin-left: 20px;
}

.btn-file .btn-icon {
    background: transparent;
    border: none;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 38px;
}

.btn-file .btn-icon::before {
	content: "x";
}