@charset "utf-8";
/* *******************************************************
 * filename : content.css
 * description : 서브페이지 컨텐츠 CSS
 * date : 2020-11-25
******************************************************** */


/* ****************** 이지케어 소개 & 재무회계 서비스 ********************** */
/* 컨텐츠 내 Tab 스타일 */
.intro-tab-wrapper-style{position:relative; width:100%; height:60px;}
.intro-tab-list-style{width:100%; height:60px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007df0+0,002d95+100 */
background: #007df0; /* Old browsers */
background: -moz-linear-gradient(left,  #007df0 0%, #002d95 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #007df0 0%,#002d95 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #007df0 0%,#002d95 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007df0', endColorstr='#002d95',GradientType=1 ); /* IE6-9 */}
.intro-tab-list-style ul{display:table; width:100%; height:100%; table-layout:fixed;}
.intro-tab-list-style ul li{float:left; width:200px;}
.intro-tab-list-style ul li a{display: block; display:table; position:relative; text-align: center; width:100%; height:60px; font-size:15px; line-height:1.2; letter-spacing:-0.35px; font-weight:500; word-break:keep-all; -webkit-transition:all 0.3s; transition:all 0.3s;}
.intro-tab-list-style ul li a em{display:table-cell; vertical-align:middle; padding:0 10px; font-weight: 500; color:#fff;}
.intro-tab-list-style ul li.selected{z-index:1;}
.intro-tab-list-style ul li.selected a{background-color: #fff;}
.intro-tab-list-style ul li.selected a em{color: #0070e1;}
/* Tab Fixed Move*/
.intro-tab-list-style.top-fixed{position:fixed; top:0; left:0; width:100%; height:60px; z-index: 9999;}
/* Mobile Tab Drop Menu */
.intro-drop-open-btn-style{display:none;}

@media all and (max-width:1220px){
	.intro-tab-list-style ul li {width: 180px;}
}
@media all and (max-width:1024px){
	/* Tab Fixed Move*/
	.intro-tab-list-style.top-fixed{top:80px;}
}
@media all and ( max-width: 800px ){
	.intro-tab-list-style .area{padding:0}
	.intro-tab-wrapper-style,
	.intro-tab-list-style.top-fixed,
	.intro-drop-menu-style{height:50px;}
	/* Tab Fixed Move*/	
	.intro-tab-list-style.top-fixed{top:60px;}
	/* Mobile Tab Drop Menu */
	.intro-drop-menu-style{position:relative;}
	.intro-drop-open-btn-style{display:block; position:relative; padding:0 30px 0 15px; height:50px; line-height:50px; font-size:15px; font-weight:500; box-sizing:border-box;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007df0+0,002d95+100 */
	background: #007df0; /* Old browsers */
	background: -moz-linear-gradient(left,  #007df0 0%, #002d95 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #007df0 0%,#002d95 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #007df0 0%,#002d95 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007df0', endColorstr='#002d95',GradientType=1 ); /* IE6-9 */}
	.intro-drop-menu-style .intro-drop-open-btn-style span{color:#fff;}
	.intro-drop-menu-style .intro-drop-open-btn-style .arrow{color:#fff; position:absolute; top:50%; right:15px; margin-top:-7px;}
	.intro-drop-menu-style.open .intro-drop-open-btn-style .arrow{transform:rotate(180deg)}
	.intro-drop-menu-style ul{display:none; margin:0; width: auto; height:auto; position:absolute; top:100%; left:0px; right:0px; background-color:#fff; border:1px solid #ddd; border-top:0; z-index:11; box-sizing:border-box;}
	.intro-drop-menu-style ul li{position:static; display:block; float:none; border:0; border-top:1px solid #eee; width:auto; background-color:transparent}
	.intro-drop-menu-style ul li:first-child{border-top:0; border-left:0}
	.intro-drop-menu-style ul li a{display:block; width:auto; height:auto; padding:12px 15px; border:0;}
	.intro-drop-menu-style ul li a em{font-size:13px; padding: 0; color: #000; font-weight:500;}
	.intro-drop-menu-style ul li.selected a{background-color:transparent;}
	.intro-drop-menu-style ul li.selected a em{color:#0070e1;}
}


/* ****************** 가입하기 :: 01 이용 신청하기 ********************** */
/* 이용신청 타이틀 및 영역 */
.join-page-tit{margin-bottom: 30px; font-size: 40px; line-height: 1.2; letter-spacing: -0.25px; font-weight: 600; color: #333; text-align: center;}
.join-page-tit span{color: #007bed;}

.join-con01{padding: 40px 0; background-color: #eaf1f6;}
.join-con01-item + .join-con01-item{margin-top: 45px;}
.join-page-sub-tit{margin-bottom: 15px; font-size: 19px; font-weight: 500; letter-spacing: -0.25px; color: #000;}

/* 회원가입 */
.join-con01-check-list{}
.check-list-item{}
.check-list-item + .check-list-item{margin-top: 15px;}
.join-con01-check-list .check-list-item:first-child, 
.sub-join-page.step01 .join-con01-check-list .check-list-item:first-child{margin-top: 0;}
.join-con01-check-list .check-inner{overflow:hidden; background-color: #fff; border-radius:20px;}
.join-con01-check-list .check-inner .title-con{position:relative; padding: 0 30px; height: 55px; border-radius:20px; background-color:#fff; -webkit-box-sizing: border-box; box-sizing: border-box;}
.join-con01-check-list .check-inner .title-con .check-title{display:block; position: absolute; top: 20px; left: 20px; z-index: 1;}
.join-con01-check-list .check-inner .title-con .arrow{position:absolute; top:8px; right:10px; display: block; text-align: center; width: 40px; height: 40px; z-index: 2; cursor: pointer;}
.join-con01-check-list .check-inner .title-con .arrow i{color:#000; font-size:28px; line-height: 40px; -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.join-con01-check-list .check-inner.open .title-con .arrow i{-webkit-transform: rotate(0); transform: rotate(0);}
.join-con01-check-list .check-inner .text-con{display: none; padding: 20px 30px; border-top: 1px solid #ddd; position:relative; background:#fff; border-radius:0 0 20px 20px}
.join-con01-check-list .check-inner .text-con .scroll-object-box-outside{height: 150px;}
.join-btn-box{margin-top: 15px; text-align: center;}

.join-con01-check-list .cm-custom-checkbox .checkbox-item label{padding-left: 26px; font-size: 16px; font-weight: 400;}
.join-con01-check-list .cm-custom-checkbox .checkbox-item label span{color: #007bed !important;}
.join-con01-check-list .cm-custom-checkbox .checkbox-item label i{color: rgba(0,0,0,0.3); font-size:20px; margin-top:-2px;}
.join-con01-check-list .cm-custom-checkbox .checkbox-item input[type="checkbox"]:checked + label {color: #000;}
.join-con01-check-list .cm-custom-checkbox .checkbox-item input[type="checkbox"]:checked + label i{color:#007bed;}

.checkbox-agree-all{margin-top: 35px; text-align: center;}
.checkbox-agree-all .cm-custom-checkbox .checkbox-item label{padding-left: 30px; font-size: 18px; font-weight: 500; color: #000;}
.checkbox-agree-all .cm-custom-checkbox .checkbox-item label:before {top: 1px; font-size: 23px;}

@media all and (max-width:800px){
	.join-page-tit{margin-bottom: 15px; font-size: 25px;}

	.join-con01{padding: 20px 0;}
	.join-con01-item + .join-con01-item{margin-top: 25px;}
	.join-page-sub-tit{margin-bottom: 10px; font-size: 15px;}

	/* 회원가입 */
	.check-list-item + .check-list-item{margin-top: 10px;}
	.join-con01-check-list .check-inner{border-radius:15px;}
	.join-con01-check-list .check-inner .title-con{padding: 0 15px; height: 40px; border-radius:15px;}
	.join-con01-check-list .check-inner .title-con .check-title{top: 13px; left: 15px;}
	.join-con01-check-list .check-inner .title-con .arrow{top:6px; right:7px; width: 30px; height: 30px;}
	.join-con01-check-list .check-inner .title-con .arrow i{font-size:22px; line-height: 30px;}
	.join-con01-check-list .check-inner .text-con{padding: 20px 20px 15px 15px; border-radius:0 0 15px 15px}
	.join-con01-check-list .check-inner .text-con .scroll-object-box-outside{height: 100px;}
	.join-btn-box{margin-top: 15px; text-align: center;}

	.join-con01-check-list .cm-custom-checkbox .checkbox-item label{padding-left: 20px; font-size: 13px;}
	.join-con01-check-list .cm-custom-checkbox .checkbox-item label::before {margin-top: -2px;}
	.join-con01-check-list .cm-custom-checkbox .checkbox-item label i{font-size:15px; margin-top:-1px;}

	.checkbox-agree-all{margin-top: 20px;}
	.checkbox-agree-all .cm-custom-checkbox .checkbox-item label{padding-left: 22px; font-size: 14px;}
	.checkbox-agree-all .cm-custom-checkbox .checkbox-item label:before {top: 2px; font-size: 17px;}
}

/* ****************** 가입하기 :: 02 가입 상담 신청하기 ********************** */
.consulting-page-tit{font-size: 18px; line-height: 1.3; letter-spacing: -0.5px; color: #666; text-align: center;}
.consulting-con01{margin-top: 35px; padding: 70px 0; background-color: #f2f2f2;}
.consulting-con01-wrapper{max-width: 1070px; margin: 0 auto;}

.consulting-item{padding: 30px; background-color: #fff; -webkit-border-radius: 20px 0 0 0; border-radius: 20px 0 0 0; -webkit-box-shadow: 0 0 50px 0 #dde3eb; box-shadow: 0 0 50px 0 #dde3eb;}
.consulting-item + .consulting-item{margin-top: 35px;}
.consulting-item-top{padding-bottom: 30px; font-size: 0;}
.consulting-item-img{width: 24%; display: inline-block; vertical-align: middle; text-align: center;}
.consulting-item-img span{display: inline-block; max-width: 90%;}
.consulting-item-img span img{width: 100%; height: auto;}
.consulting-item-txt{width: calc(76% - 15px); margin-left: 15px; display: inline-block; vertical-align: middle;}
.consulting-item-txt h5{font-size: 20px; line-height: 1.3; font-weight: 600; letter-spacing: -0.25px; color: #000;}
.consulting-item-txt p{margin-top: 10px; font-size: 15px; line-height: 1.7; letter-spacing: -0.25px; color: #666;}
.consulting-item-txt p span{font-size: 14.5px; display: block; color: #26b2c3;}
.consulting-item-bottom{padding-top: 17px; border-top: 1px solid #e5e5e5;}
.consulting-step-list{margin-top: 3px; font-size: 0; float: left;}
.consulting-step-list li{position: relative; margin-left: 60px; display: inline-block;}
.consulting-step-list li:first-child{margin-left: 0;}
.consulting-step-list li:before{font-size: 18px; position: absolute; top: 50%; margin-top: -9px; left: -39px; display: block; content: '\e940'; color: #555; font-family:xeicon;}
.consulting-step-list li:first-child:before{display: none;}
.consulting-step-list li .cir{width: 44px; height: 44px; background-color: #e4f3fc; -webkit-border-radius: 100%; border-radius: 100%; display: inline-block; vertical-align: middle; text-align: center;}
.consulting-step-list.green li .cir{background-color: #daf4f7;}
.consulting-step-list li .cir i{font-size: 20px; color: #007bed; line-height: 44px;}
.consulting-step-list.green li .cir i{color: #18a0b1;}
.consulting-step-list li .txt{margin-left: 10px; font-size: 17px; font-weight: 500; letter-spacing: -0.25px; color: #000; display: inline-block; vertical-align: middle;}
.consulting-step-btn{float: right;}
.consulting-step-btn.cm-custom-button.h-50 {font-size: 16px;}

@media all and (max-width:1024px){
	.consulting-item-bottom{padding-top: 20px; text-align: center;}
	.consulting-step-list{float: none; width: 100%;}
	.consulting-step-btn{float: none; margin-top: 20px;}
}
@media all and (max-width:800px){
	.consulting-page-tit{font-size: 14px;}
	.consulting-con01{margin-top: 20px; padding: 35px 0;}

	.consulting-item{padding: 20px 15px;}
	.consulting-item + .consulting-item{margin-top: 20px;}
	.consulting-item-top{padding-bottom: 15px;}
	.consulting-item-img{width: 24%;}
	.consulting-item-img span{max-width: 90%;}
	.consulting-item-txt{width: calc(76% - 15px); margin-left: 15px;}
	.consulting-item-txt h5{font-size: 15px;}
	.consulting-item-txt p{margin-top: 5px; font-size: 13px;}
	.consulting-item-txt p span{font-size: 12px;}
	.consulting-step-list{margin-top: 0;}
	.consulting-step-list li{margin-left: 20px;}
	.consulting-step-list li:before{font-size: 12px; margin-top: -6px; left: -16px;}
	.consulting-step-list li .cir{width: 26px; height: 26px;}
	.consulting-step-list li .cir i{font-size: 13px; line-height: 26px;}
	.consulting-step-list li .txt{margin-left: 5px; font-size: 13px;}
	.consulting-step-btn{margin-top: 15px;}
	.consulting-step-btn.cm-custom-button.h-50 {font-size: 13px;}
}


/* ****************** 가입하기 :: 03 직접 체험하기(데모 체험) ********************** */
.demo-con01{padding: 50px 0 60px; background-color: #f2f2f2;}

.demo-con01-item{}
.demo-con01-item + .demo-con01-item{margin-top: 35px;}
.demo-con01-tit{position: relative; padding-left: 25px; font-size: 16px; line-height: 1.3; letter-spacing: -0.5px; font-weight: 500; color: #000;}
.demo-con01-tit:before{position: absolute; top: -2px; left: 5px; display: inline-block; content: 'Q'; font-weight: 600; color: #007bed;}
.demo-con01-tit span{font-weight: 500; color: #007bed;}
.demo-con01-item-inner{margin-top: 12px; padding: 16.5px 25px; background-color: #fff; -webkit-border-radius: 10px; border-radius: 10px;}
.demo-con01-item-inner.input{padding: 20px 25px;}

.demo-write-list{margin: 0 -30px;}
.demo-write-list li{width: calc(50% - 60px); margin: 0 30px; float: left;}
.demo-write-list li .tit{width: 95px; display: inline-block; font-size: 14.5px; line-height: 28px; letter-spacing: -0.75px; color: #000; float: left;}
.demo-write-list li .cm-input{width: calc(100% - 95px); float: left;}
.demo-write-list li.person-li{position: relative;}
.demo-write-list li .cm-input.person-input{padding-right: 30px;}
.demo-write-list li .person{position: absolute; top: 0; right: 5px; font-size: 14.5px; line-height: 28px; letter-spacing: -0.75px; color: #000;}

.demo-add-txt{margin-top: 10px;}
.demo-add-txt .tit{margin-right: 15px; font-size: 14.5px; line-height: 28px; letter-spacing: -0.75px; color: #508ac0; display: inline-block;}
.demo-add-txt .cm-input{display: inline-block;}
.join-demo-btn{margin-top: 50px; text-align: center;}

@media all and (max-width:1024px){
	.demo-add-txt .tit{margin-bottom: 5px; margin-right: 0; line-height: 1.3;}
	.demo-add-txt .cm-input{display: block; width: 100%;}
}
@media all and (max-width:800px){
	.demo-con01{padding: 25px 0 30px;}

	.demo-con01-item + .demo-con01-item{margin-top: 20px;}
	.demo-con01-tit{padding-left: 20px; font-size: 13px;}
	.demo-con01-item-inner{margin-top: 12px; padding: 15px 15px;}
	.demo-con01-item-inner.input{padding: 17px 15px;}

	.demo-write-list{margin: -5px 0;}
	.demo-write-list li{width: 100%; margin: 5px 0;}
	.demo-write-list li .tit{width: 70px; font-size: 13px;}
	.demo-write-list li .cm-input{width: calc(100% - 70px);}
	.demo-write-list li .cm-input.person-input{padding-right: 25px;}
	.demo-write-list li .person{right: 5px; font-size: 13px;}
	
	.demo-add-txt{margin-top: 10px;}
	.demo-add-txt .tit{margin-bottom: 3px; font-size: 12px;}
	.join-demo-btn{margin-top: 25px;}
}
/* 데모체험하기 추가 *21.06.09 추가*/
.agree-yes {margin:16px 0 0 0;padding:0;background:#fbfbfb;}
.agree-yes .message{padding:14px;color:#222;background: #e6e8f3;font-size:14.5px;border-bottom:1px dashed #babbc6;border-top:1px solid #babbc6}
.agree-yes .mt16{margin-top:16px;}
.agree-yes .agree-inner{padding:0 20px 20px 20px;}

/* ****************** 이지케어소식 :: 뷰페이지 ********************** */
.view-read-con{}
.view-read-tbl{width: 100%; table-layout: fixed; border-top: 1px solid #000;}
.view-read-tbl tr{border-bottom: 1px solid #ddd;}
.view-read-tbl th,
.view-read-tbl td{font-size: 14.5px; line-height: 1.3; letter-spacing: -0.25px; font-weight: 400; color: #555; text-align: left;}
.view-read-tbl thead{}
.view-read-tbl thead th{width: 90px; padding: 12px 15px; background-color: #f3f3f3;}
.view-read-tbl thead td{padding: 12px 20px;}
.view-read-tbl tbody{}
.view-read-tbl tbody td{padding: 30px 15px;}
/*.view-read-tbl tbody td p{min-height: 300px;}*/
.view-read-btn{margin-top: 35px; text-align: center;}

@media all and (max-width:1260px){
	.view-page.area{padding:0 30px;}
}
@media all and (max-width:1220px){
	.view-page.area{padding:0;}
}
@media all and (max-width:800px){
	.view-read-tbl th,
	.view-read-tbl td{font-size: 12px;}
	.view-read-tbl thead th{width: 60px; padding: 10px 10px;}
	.view-read-tbl thead td{padding: 10px 15px;}
	.view-read-tbl tbody td{padding: 20px 10px;}
	.view-read-tbl tbody td p{min-height: 150px;}
	.view-read-btn{margin-top: 20px;}
}

/* ****************** 이지케어소식 :: 뷰페이지 ********************** */
.review-read-tbl{width: 100%; border-top: 1px solid #000;}
.review-read-tbl tr{border-bottom: 1px solid #ddd;}
.review-read-tbl th,
.review-read-tbl td{font-size: 14.5px; line-height: 1.3; letter-spacing: -0.25px; font-weight: 400; color: #555; text-align: left;}
.review-read-tbl thead{}
.review-read-tbl thead .review-tit{padding: 15px;}
.review-read-tbl thead .review-tit h5{font-size: 18px; line-height: 1.3; font-weight: 500; letter-spacing: -0.25px; color: #222;}
.review-read-tbl thead .tit{width: 125px; padding: 12px 15px; background-color: #f3f3f3;}
.review-read-tbl thead td{padding: 12px 20px;}
.review-read-tbl thead td i{color: #007bed; letter-spacing: -1px;}
.review-read-tbl tbody{}
.review-read-tbl tbody td{padding: 30px 15px;}
/**/.review-read-tbl tbody td p{ margin:1.5em .5em; line-height:2;/*min-height: 300px;*/}

@media all and (max-width:1024px){
	.review-read-tbl thead .tit{width: 110px;}
}
@media all and (max-width:800px){
	.review-read-tbl th,
	.review-read-tbl td{font-size: 12px;}
	.review-read-tbl thead .review-tit{padding: 12px 10px;}
	.review-read-tbl thead .review-tit h5{font-size: 14px;}
	.review-read-tbl thead .tit{width: 50px; padding: 10px;}
	.review-read-tbl thead td{padding: 10px;}
	.review-read-tbl tbody td{padding: 20px 10px;}
	.review-read-tbl tbody td p{min-height: 150px;}
}

/* ****************** 이지케어 소개 :: 이지케어 이용 현황 ********************** */
.graph-box-wrap{margin-top: 40px; padding: 40px 0;}
.graph-box-wrap .intro-sub-txt{margin: 30px 0 0;}
.graph-box{}
.graph-box-list{margin-right: -16px;}
.graph-box-item{width: 5.88%; float: left; margin: -1px 0 0 -1px;}
.graph-bar-con{position: relative; height: 445px; border: 1px solid #d9e2e8; border-bottom: 1px solid #000;}
.graph-bar-con .graph-bar{position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 30px; height: 100px; -webkit-border-radius: 30px 30px 0 0; border-radius: 30px 30px 0 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008aff+0,4778cf+98 */
background: #008aff; /* Old browsers */
background: -moz-linear-gradient(top,  #008aff 0%, #4778cf 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #008aff 0%,#4778cf 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #008aff 0%,#4778cf 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008aff', endColorstr='#4778cf',GradientType=0 ); /* IE6-9 */}
.graph-bar-con .graph-bar em{position: absolute; top: -27px; width: 100%; text-align: center; font-size: 13px; font-weight: 500; letter-spacing: -0.5px; color: #333;}
.graph-txt-con{margin-top: 5px; text-align: center; letter-spacing: -0.5px;}
.graph-txt-con .place{font-size: 15px; line-height: 1.3; font-weight: 500; color: #333;}
.graph-txt-con .info{margin-top: 5px; font-size: 13px; line-height: 1.3; color: #999;}

@media all and (max-width:1024px){
	.graph-box-wrap .area{padding-left: 0;}
	.graph-box-wrap .intro-sub-txt{padding-left: 15px;}
	.graph-box-list{margin-top: 0; margin-right: 0;}
	.graph-box-item{width: 100%; margin: -1px 0 0 -1px;}
	.graph-bar-con{float: right; width: calc(100% - 102px); position: relative; height: 70px; border: 1px solid #d9e2e8; border-left: 1px solid #000;}
	.graph-txt-con{margin-top: 0; padding-top: 15px; float: left; width: 100px;}
	.graph-bar-con .graph-bar{top: 0; right: auto; width: 100px; height: 30px; -webkit-border-radius: 0 30px 30px 0; border-radius: 0 30px 30px 0;}
	.graph-bar-con .graph-bar em{top: 50%; margin-top: -6.5px; right: -40px; width: 30px; text-align: left;}
}
@media all and (max-width:800px){
	.graph-box-wrap{margin-top: 20px; padding: 25px 0;}
	.graph-box-wrap .intro-sub-txt{margin: 25px 0 0;}
	.graph-bar-con{width: calc(100% - 82px); height: 40px;}
	.graph-bar-con .graph-bar{height: 20px;}
	.graph-bar-con .graph-bar em{margin-top: -5.5px; font-size: 11px;}
	.graph-txt-con{padding-top: 6px; width: 80px;}
	.graph-txt-con .place{font-size: 13px;}
	.graph-txt-con .info{margin-top: 3px; font-size: 11px;}
}


/* ****************** 이지케어소개 ********************** */
/* 공통스타일 */
.sub-tab-con{margin-top: 72px}
.intro-icon-with-tit{margin-bottom: 50px; font-size: 20px; font-weight: 500; line-height: 1.5; color: #000; letter-spacing: -0.35px}
.intro-icon-with-tit .icon-tit{position: relative}
.intro-icon-with-tit .icon-tit::after{content:""; position: absolute; z-index:-1; top: -12px; right: -12px; width: 25px; height: 28px; background: url("/home/images/content/intro_tit_icon.png") center no-repeat}
.intro-sub-title{text-align: center; font-size: 40px; font-weight: 600; line-height: 1.3; color: #000; letter-spacing:-0.5px}
.intro-sub-txt{text-align: center; margin: 15px 0 30px; font-size: 18px; font-weight: 400; line-height: 1.6; color: #666; letter-spacing:-0.5px}
.blue-color-txt{color: #0070e1}
.medium-txt{font-weight: 500}

/* --------------- sub-tab01 :: 소개영상 --------------- */
#fixedIntroCon01 .video-explan-box{position: relative; margin: auto}
/*
#fixedIntroCon01 .video-explan-box::before{content:""; position: absolute; z-index:-1; bottom: 0; left: 0; width: 100%; height: 60%; background-color: #f2f2f2}
*/
/* 비디오 영역 Start */
.video-iframe-wrapper{position:relative; max-width:1000px; width: 100%; margin:0px auto; overflow:hidden;}
.video-iframe-box{position:relative; padding-top:56%; height:0; background-color:#000}
.video-iframe-box iframe{position:absolute; top:0px; left:0px; width:100%; height:100%;}
.video-cover-box{position:absolute; top:0px; left:0px; width:100%; height:100%; cursor:pointer ;  }
.video-cover-box:after{position:absolute; top:0px; left:0px; width:100%; height:100%; cursor:pointer ; background-color:rgba(0,0,0,0.4); content:"";}
.video-cover-box .thumb{display:block; width:100%; height:100%;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
.video-cover-box .thumb img{width:100%; height:100%;}
.video-cover-box:hover .thumb{
	-ms-transform: scale(1.1) rotate(0.002deg);
	  -o-transform: scale(1.1) rotate(0.002deg);
	  -moz-transform: scale(1.1) rotate(0.002deg);
	  -webkit-transform: scale(1.1) rotate(0.002deg);
	  transform: scale(1.1) rotate(0.002deg);
}
.video-cover-box .icon{width: 100%; height: 100%; position:absolute; top:50%; left:50%;  z-index:1; -ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.video-cover-box .icon img{max-width: 100%; height: auto;}
/* 비디오 영역 하단 리스트 */
.video-explan-box .explan-list-box{margin: auto; max-width: 1000px}
.video-explan-box .explan-list-box .explan-list{padding: 2% 0; display: flex; flex-wrap: wrap; justify-content: space-between}
.video-explan-box .explan-list-box .explan-list li{width: calc(33.33% - 20px); padding: 2% 3%; box-sizing: border-box; background-position: 50% 0; background-repeat: no-repeat}
.video-explan-box .explan-list-box .explan-list li:nth-child(1){background-image: url("/home/images/content/intro_bg01.jpg")}
.video-explan-box .explan-list-box .explan-list li:nth-child(2){background-image: url("/home/images/content/intro_bg02.jpg")}
.video-explan-box .explan-list-box .explan-list li:nth-child(3){background-image: url("/home/images/content/intro_bg03.jpg")}
.video-explan-box .explan-list-box .explan-list li dl{display: flex; flex-wrap: wrap; aligns-items: center}
.video-explan-box .explan-list-box .explan-list li .num{width: 50px; font-size: 15px; font-weight: 400; color: #fff; line-height: 1.3; letter-spacing: -0.5px}
.video-explan-box .explan-list-box .explan-list li dd{width: calc(100% - 50px); font-size: 16px; font-weight: 400; line-height: 1.3; color: #fff; letter-spacing: -0.5px}
.video-explan-box .explan-list-box .explan-list-txt{padding-bottom: 3%; text-align: center; font-size: 15px; font-weight: 400; line-height: 1.73; color: #333; letter-spacing: -0.5px}
.video-explan-box .explan-list-box .medium-txt{color: #555}

/* --------------- sub-tab02 :: 현황 --------------- */
#fixedIntroCon02{}

/* --------------- sub-tab03 :: 특징 --------------- */
#fixedIntroCon03 .intro-char-list li{padding: 30px 67px; box-sizing: border-box; border-bottom: 1px solid #d6d6d6}
#fixedIntroCon03 .intro-char-list li:first-child{padding-top: 0}
#fixedIntroCon03 .intro-char-list li dl{display: flex; flex-wrap: wrap; align-items: center}
#fixedIntroCon03 .intro-char-list li .icon-box{width: 57px; height: 52px; margin-right: 65px; background-repeat: no-repeat; background-position: center}
#fixedIntroCon03 .intro-char-list li:nth-child(1) .icon-box{background-image: url("/home/images/content/intro_icon01.png")}
#fixedIntroCon03 .intro-char-list li:nth-child(2) .icon-box{background-image: url("/home/images/content/intro_icon02.png")}
#fixedIntroCon03 .intro-char-list li:nth-child(3) .icon-box{background-image: url("/home/images/content/intro_icon03.png")}
#fixedIntroCon03 .intro-char-list li:nth-child(4) .icon-box{background-image: url("/home/images/content/intro_icon04.png")}
#fixedIntroCon03 .intro-char-list li:nth-child(5) .icon-box{background-image: url("/home/images/content/intro_icon05.png")}
#fixedIntroCon03 .intro-char-list li:nth-child(6) .icon-box{background-image: url("/home/images/content/intro_icon06.png")}
#fixedIntroCon03 .intro-char-list li dd{width: calc(100% - 122px)}
#fixedIntroCon03 .intro-char-list li dd strong{display: block; margin-bottom: 10px; font-size: 18px; font-weight: 500; line-height: 1.6; color: #333; letter-spacing: -0.5px}
#fixedIntroCon03 .intro-char-list li dd em{display: block; font-size: 16px; font-weight: 400; line-height: 1.6; color: #666; letter-spacing: -0.5px}

/* --------------- 이지엠소프트 소개(연혁) --------------- */
/* 컨텐츠01 :: 연혁 */
.intro-history-con .history-box-wrap{position: relative; background-color: #f2f2f2; padding: 40px 0 2px; margin-bottom: 40px}
.intro-history-con .history-box-wrap::before, .intro-history-con .history-box-wrap::after{content:""; position: absolute; width: 49px; height: 2px; left: 50%; margin-left: -25px; background-color: #333}
.intro-history-con .history-box-wrap::before{top: 0}
.intro-history-con .history-box-wrap::after{bottom: 0}
.intro-history-con h6{margin-bottom: 40px; font-size: 30px; font-weight: 500; letter-spacing: -0.5px; line-height: 1.3; color: #000; text-align: center}
.history-list-con{position: relative; margin-top: 120px}
.history-list{padding-bottom: 58px;position: relative;}
.history-list:first-child{padding-top: 40px}
.history-list-con::before{content:"";position: absolute; height: 100%; top: 0; left: 50%; margin-left: -1px; border:1px dashed #ddd}
.history-list-con::after{content:""; position: absolute; top: -82px; left: 50%; margin-left: -44px; width: 95px; height: 106px; background: url("/home/images/content/history_logo_img.png") center no-repeat}
.history-list .list-wrap{position: relative; width: 50%}
.history-list .right-con{float:right;} 
.history-list .left-con{float:left; text-align: right}
.history-list .right-wrap{position: relative; padding-left: 70px} .history-list .left-wrap{position: relative; padding-right: 70px}
.history-list .list-wrap .list-inner ul li{position: relative; padding-left:  75px; margin: 5px 0; font-size: 15px; font-weight: 400; line-height: 1.6; letter-spacing: -0.5px; color: rgba(51,51,51,0.6)}
.history-list-con .left-con .list-inner ul li {padding-right: 75px}
.history-list .list-inner ul li::before{content:""; position: absolute; top:5px; width:5px; height: 5px; background-color: #fff; border: 3px solid #999; border-radius: 100%}
.history-list .left-wrap .list-inner ul li::before{right: -76px}
.history-list .right-wrap .list-inner ul li::before{left: -75px}
.history-list-con .list-wrap .list-inner ul li .month{position: absolute; top: 0; left: 0; font-size: 15px; font-weight: 600; letter-spacing: -0.5px; color: #333}
.history-list-con .left-con .list-inner ul li .month{right: 0}
/* 컨텐츠02 :: 주요실적 */
.intro-history-con .history-result-list .result-list{display: flex; flex-wrap: wrap; margin: 0 -20px}
.intro-history-con .history-result-list .result-list li{position: relative; width: calc(25% - 40px); background: url("/home/images/content/intro_history_bg.png") center/cover no-repeat; box-sizing: border-box; padding: 2.2%; margin: 0 20px; -webkit-box-shadow: 2px 2px 15px rgba(0,0,0,0.14); box-shadow: 2px 2px 15px rgba(0,0,0,0.14); border-radius: 20px 0 20px 0}
.intro-history-con .history-result-list .result-list li::before{content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid rgba(153,153,153,0.3); border-radius: 20px 0 20px 0; transition: all 0.3s}
.intro-history-con .history-result-list .result-list li:hover::before{border-color: transparent}
.intro-history-con .history-result-list .result-list .list-txt-box strong{font-size: 20px; font-weight: 500; letter-spacing: -0.5px; line-height: 1.5; color: #000}
.intro-history-con .history-result-list .result-list .list-txt-box p{margin-top: 5px; font-size: 15px; font-weight: 400; letter-spacing: -0.9px; line-height: 1.7; color: #666}


/* --------------- 이지케어소개 --------------- */
@media all and (max-width:1220px){
	.intro-history-con{margin: 0 -15px}
}
@media all and (max-width:1024px){
	.intro-history-con .history-result-list .result-list{margin: 0 -10px}
	.intro-history-con .history-result-list .result-list li{width: calc(25% - 20px);  margin: 0 10px}
}
@media all and (max-width:800px){
	/* 공통스타일 */
	.sub-tab-con{margin-top: 36px}
	.intro-icon-with-tit{margin-bottom: 25px; font-size: 15px}
	.intro-icon-with-tit .icon-tit::after{width: 23px; height: 24px}
	.intro-sub-title{font-size: 25px}
	.intro-sub-txt{margin: 10px 0 15px; font-size: 14px}
	/* --------------- sub-tab01 :: 소개영상 --------------- */
	/* 비디오 영역 하단 리스트 */
	.video-explan-box .explan-list-box .explan-list li{width: calc(33.33% - 10px)}
	.video-explan-box .explan-list-box .explan-list li .num{width: 25px; font-size: 13px}
	.video-explan-box .explan-list-box .explan-list li dd{width: calc(100% - 25px); font-size: 13px}
	.video-explan-box .explan-list-box .explan-list-txt{font-size: 13px}
	/* --------------- sub-tab03 :: 특징 --------------- */
	#fixedIntroCon03 .intro-char-list li{padding: 15px 20px}
	#fixedIntroCon03 .intro-char-list li .icon-box{margin-right: 20px}
	#fixedIntroCon03 .intro-char-list li dd{width: calc(100% - 77px)}
	#fixedIntroCon03 .intro-char-list li dd strong{font-size: 14px}
	#fixedIntroCon03 .intro-char-list li dd em{font-size:13px}
	/* --------------- 이지엠소프트 소개(연혁) --------------- */
	/* 컨텐츠01 :: 연혁 */
	.intro-history-con h6{margin-bottom: 20px; font-size: 20px}
	.intro-history-con .history-box-wrap::after{content:none}
	.history-list-con{margin-top: 80px; padding-left: 38px}
	.history-list-con::after{top: -82px; left: 0; margin-left: 0}
	.history-list-con::before{top:0; left: 43px; transform: translateX(0)}
	.history-list{padding-bottom: 24px;}
	.history-list .list-wrap{width: 100%} .history-list .right-wrap{padding-left: 30px} .history-list .left-wrap{padding-left: 30px; padding-right: 0}
	.history-list .list-wrap::before{content:none}
	.history-list .left-con{text-align: left}
	.history-list .list-wrap .list-inner ul li{padding-left: 60px; margin: 10px 0; font-size: 13px}
	.history-list .left-wrap .list-inner ul li{margin: 10px 0}
	.history-list .list-inner ul li::before{top:6px; width:3px; height: 3px; border: 2px solid #999}
	.history-list .left-wrap .list-inner ul li::before{right: auto; left: -28.5px}
	.history-list .right-wrap .list-inner ul li::before{left: -28.5px}
	.history-list-con .list-wrap .list-inner ul li .month{font-size: 13px}
	.history-list-con .left-con .list-inner ul li {padding-right: 60px}	
	/* 컨텐츠02 :: 주요실적 */
	.intro-history-con .history-result-list .result-list{margin: 0 -10px -20px}
	.intro-history-con .history-result-list .result-list li{width: calc(50% - 20px); padding: 4%; margin-bottom: 20px; border-radius: 10px 0 10px 0}
	.intro-history-con .history-result-list .result-list li::before{border-radius: 10px 0 10px 0}
	.intro-history-con .history-result-list .result-list .list-txt-box strong{font-size: 15px}
	.intro-history-con .history-result-list .result-list .list-txt-box p{font-size: 13px}
}
@media all and (max-width:480px){
	.video-explan-box .explan-list-box .explan-list li{width: 100%; padding: 4%; margin-bottom: 10px; background-size: cover}
	.video-explan-box .explan-list-box .explan-list li:last-child{margin-bottom: 0}
}

/* ****************** 주요기능 ********************** */
/* --------------- 주요기능 --------------- */
.function-con .function-list-wrap{border-top: 3px solid #333}
.function-con .function-list-wrap .function-list li{padding: 2% 0; border-bottom: 1px solid #d6d6d6; display: flex; flex-wrap: wrap; align-items: center}
.function-con .function-list-wrap .function-list li:first-child{padding-top: 4%}
.function-con .function-list-wrap .function-list .info-txt-box{width: calc(100% - 280px)}
.function-con .function-list-wrap .function-list .info-txt-box .info-tit{position: relative; margin-bottom: 15px; font-size: 23px; font-weight: 600; color: #000; line-height: 1.3; letter-spacing: -0.25px}
.function-con .function-list-wrap .function-list .info-txt-box .info-tit::before{content:""; position: absolute; z-index: -1; top: -5px; left: -10px; width: 20px; height: 20px; background-color: #f0e184; border-radius: 100%}
.function-con .function-list-wrap .function-list .info-txt-box .info-txt{font-size: 17.5px; font-weight: 400; color: #666; line-height: 1.6; letter-spacing: -0.25px}
.function-con .function-list-wrap .function-list .info-txt-box strong{display: block; margin-bottom: 10px; font-size: 18px; font-weight: 500; line-height: 1.4; letter-spacing: -0.25px; color: #444}
.function-con .function-list-wrap .function-list .info-txt-box .white-space-txt{margin-bottom: 26px}
.function-con .function-list-wrap .function-list .info-img-box{width: 237px; text-align: center}
.function-con .function-list-wrap .function-list .info-img-box img{max-width: 100%; height: auto}

/* --------------- 주요기능 --------------- */
@media all and (max-width:1220px){
	.function-con{padding: 0!important}
	.function-con .function-list-wrap .function-list .info-txt-box{margin-right: 43px}
}
@media all and (max-width:800px){
	.function-con .function-list-wrap .function-list .info-txt-box{width: calc(100% - 220px); margin-right: 20px}
	.function-con .function-list-wrap .function-list li{padding: 30px 5px}
	.function-con .function-list-wrap .function-list li:first-child{padding-top: 30px}
	.function-con .function-list-wrap .function-list .info-txt-box .info-tit{margin-bottom: 10px; font-size: 17px}
	.function-con .function-list-wrap .function-list .info-txt-box .info-tit::before{top: -1px; left: -4px; width: 10px; height: 10px}
	.function-con .function-list-wrap .function-list .info-txt-box .info-txt{font-size: 13px}
	.function-con .function-list-wrap .function-list .info-txt-box strong{font-size: 14px}
	.function-con .function-list-wrap .function-list .info-txt-box .white-space-txt{margin-bottom: 13px}
	.function-con .function-list-wrap .function-list .info-img-box{width: 200px}
}
@media all and (max-width:640px){
	.function-con .function-list-wrap .function-list .info-txt-box, .function-con .function-list-wrap .function-list .info-img-box{width: 100%}
	.function-con .function-list-wrap .function-list .info-txt-box{margin-bottom: 10px}
}

/* ****************** 재무회계서비스 ********************** */
/* --------------- sub-tab01 :: 서비스소개 --------------- */
#fixedServiceCon01, #fixedServiceCon02{margin-bottom: 60px}
#fixedServiceCon01 .service-gray-txt{display: block; margin-bottom: 10px; font-size: 18px; font-weight: 400; color: #666; line-height: 1.6; letter-spacing: -0.5px; text-align: center}
#fixedServiceCon01 .intro-sub-title .blue-color-txt{position: relative}
#fixedServiceCon01 .intro-sub-title .blue-color-txt::before{content:""; position: absolute; z-index: -1; bottom: 12px; left: 2px; width: 100%; height: 8px; background-color: #eec800}
#fixedServiceCon01 .circle-icon-box{margin: 25px auto; text-align: center}
#fixedServiceCon01 .circle-icon-box .circle{display: inline-block; width: 10px; height: 10px; border-radius: 100%; margin-right: 10px}
#fixedServiceCon01 .circle-icon-box .circle01{background-color: rgba(0,0,0,0.5)}
#fixedServiceCon01 .circle-icon-box .circle02{background-color: rgba(0,0,0,0.3)}
#fixedServiceCon01 .circle-icon-box .circle03{background-color: rgba(0,0,0,0.1); margin-right: 0}
#fixedServiceCon01 .intro-sub-txt{margin-top: 25px; font-size: 20px}
#fixedServiceCon01 .intro-sub-txt .bold-txt{color: #333; font-weight: 500}
/* --------------- sub-tab02 :: 서비스 주요기능 --------------- */
#fixedServiceCon02 .service-info-wrap{background-color: #ecf6fc; padding: 50px 0 60px}
#fixedServiceCon02 .function-area{max-width: 1216px; margin: auto}
#fixedServiceCon02 .function-img-pc, #fixedServiceCon02 .function-img-m{text-align: center}
#fixedServiceCon02 .function-img-pc img, #fixedServiceCon02 .function-img-m img{max-width: 100%; height: auto}
#fixedServiceCon02 .function-img-m{display: none}
#fixedServiceCon02 .service-info-wrap .service-info{margin-bottom: 30px; font-size: 32px; font-weight: 600; color: #333; letter-spacing: -0.25px; line-height: 1.3; text-align: center}
#fixedServiceCon02 .service-info-wrap .service-info-list{position: relative}
#fixedServiceCon02 .service-info-wrap .service-info-list::before{content:""; position: absolute; top: 10px;  left: 50%; margin-left: -30px; width: 60px; height: 61px; background: url("../images/content/accounting_plus_icon.png") center no-repeat}
#fixedServiceCon02 .service-info-wrap .service-info-list li{max-width: 500px; width: 50%; background-color: #fff; border-radius: 20px 0 20px 0; -webkit-box-shadow: 2px 10px 10px rgba(0,0,0,0.14); box-shadow: 2px 10px 10px rgba(0,0,0,0.14); overflow: hidden}
#fixedServiceCon02 .service-info-wrap .service-info-list .info-list-tit{height: 60px; line-height: 60px; text-align: center;}
#fixedServiceCon02 .service-info-wrap .service-info-list .info-list-tit strong{font-size: 20px; font-weight: 600; letter-spacing: -0.5px}
#fixedServiceCon02 .service-info-wrap .service-info-list li:nth-child(1){float: left}
#fixedServiceCon02 .service-info-wrap .service-info-list li:nth-child(2){float: right}
#fixedServiceCon02 .service-info-wrap .service-info-list li:nth-child(1) .info-list-tit{background-color: #007cef}
#fixedServiceCon02 .service-info-wrap .service-info-list li:nth-child(2) .info-list-tit{background-color: #eec800}
#fixedServiceCon02 .service-info-wrap .service-info-list li:nth-child(1) .info-list-tit strong{color: #fff}
#fixedServiceCon02 .service-info-wrap .service-info-list li:nth-child(2) .info-list-tit strong{color: #2a2405}
#fixedServiceCon02 .service-info-wrap .service-info-list .info-list-txt{padding: 15px 28px; box-sizing: border-box;}
#fixedServiceCon02 .service-info-wrap .service-info-list .info-list-txt p{padding: 5px 0; border-bottom: 1px solid #d9d9d9}
#fixedServiceCon02 .service-info-wrap .service-info-list .info-list-txt p:last-child{border-bottom: 0}
#fixedServiceCon02 .service-info-wrap .service-info-list .info-list-txt p .num, .service-info-wrap .service-info-list .info-list-txt em{display: inline-block; vertical-align: top}
#fixedServiceCon02 .service-info-wrap .service-info-list .info-list-txt p .num{position: relative; width: 60px; font-size: 17px; font-weight: 600; color: #333; letter-spacing: -0.5px; line-height: 1.6}
#fixedServiceCon02 .service-info-wrap .service-info-list .info-list-txt p .num::after{content:""; position: absolute; top: 50%; margin-top: -2.5px; right: 15px; width: 5px; height: 5px; background-color: rgba(0,0,0,0.3); border-radius:100%}
#fixedServiceCon02 .service-info-wrap .service-info-list .info-list-txt em{width: calc(100% - 60px); font-size: 16px; font-weight: 400; color: #666; letter-spacing: -0.5px; line-height: 1.6}
#fixedServiceCon02 .service-info-wrap .service-info-list .gray-warning-txt{margin-top: 5px; font-size: 16px; font-weight: 400; color: #999; letter-spacing: 0.5px; line-height: 1.8}

/* --------------- sub-tab03 :: 제공서비스 --------------- */
#fixedServiceCon03 .service-info-wrap{background-color: #f2f2f2; padding: 50px 0 60px}
#fixedServiceCon03 .service-info-wrap .service-info{margin-bottom: 30px; font-size: 32px; font-weight: 600; color: #333; letter-spacing: -0.25px; line-height: 1.3; text-align: center}
#fixedServiceCon03 .service-info-wrap .service-info-list{position: relative}
.service-info-wrap .service-info-list::before{content:""; position: absolute; top: 50%; margin-top:-30px; left: 50%; margin-left: -30px; width: 60px; height: 61px; background: url("../images/content/accounting_plus_icon.png") center no-repeat}
#fixedServiceCon03 .service-info-wrap .service-info-list li{max-width: 500px; width: 50%; background-color: #fff; border-radius: 20px 0 20px 0; -webkit-box-shadow: 2px 10px 10px rgba(0,0,0,0.14); box-shadow: 2px 10px 10px rgba(0,0,0,0.14); overflow: hidden}
#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-tit{height: 60px; line-height: 60px; text-align: center;}
#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-tit strong{font-size: 20px; font-weight: 600; letter-spacing: -0.5px}
#fixedServiceCon03 .service-info-wrap .service-info-list li:nth-child(1){float: left}
#fixedServiceCon03 .service-info-wrap .service-info-list li:nth-child(2), .service-info-wrap .service-info-list li:nth-child(3){float: right}
#fixedServiceCon03 .service-info-wrap .service-info-list .w-txt {float: right; margin-top: 10px;}
#fixedServiceCon03 .service-info-wrap .service-info-list li:nth-child(3) {margin-top: 15px;}
#fixedServiceCon03 .service-info-wrap .service-info-list li:nth-child(1) .info-list-tit{background-color: #007cef;}
#fixedServiceCon03 .service-info-wrap .service-info-list li:nth-child(2) .info-list-tit{background-color: #eec800;}
#fixedServiceCon03 .service-info-wrap .service-info-list li:nth-child(3) .info-list-tit{background-color: #26b2c3;}
#fixedServiceCon03 .service-info-wrap .service-info-list li:nth-child(1) .info-list-tit strong, .service-info-wrap .service-info-list li:nth-child(3) .info-list-tit strong{color: #fff}
#fixedServiceCon03 .service-info-wrap .service-info-list li:nth-child(2) .info-list-tit strong{color: #2a2405}
#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-txt{padding: 15px 28px; box-sizing: border-box;}
#fixedServiceCon03 .service-info-wrap .service-info-list li:nth-child(1) .info-list-txt p{padding: 15px 0;}
#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-txt p{padding: 3px 0; border-bottom: 1px solid #d9d9d9}

#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-txt p:last-child{border-bottom: 0}
#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-txt p .num, .service-info-wrap .service-info-list .info-list-txt em{display: inline-block; vertical-align: top}
#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-txt p .num{position: relative; width: 60px; font-size: 17px; font-weight: 600; color: #333; letter-spacing: -0.5px; line-height: 1.6}
#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-txt p .num::after{content:""; position: absolute; top: 50%; margin-top: -2.5px; right: 15px; width: 5px; height: 5px; background-color: rgba(0,0,0,0.3); border-radius:100%}
#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-txt em{width: calc(100% - 60px); font-size: 16px; font-weight: 400; color: #666; letter-spacing: -0.5px; line-height: 1.6}
#fixedServiceCon03 .service-info-wrap .service-info-list .gray-warning-txt{margin-top: 5px; font-size: 16px; font-weight: 400; color: #999; letter-spacing: 0.5px; line-height: 1.8}

/* --------------- sub-tab04 :: 서비스특징 --------------- */
#fixedServiceCon04 .intro-icon-with-tit{margin-bottom: 25px}
#fixedServiceCon04 .char-list-wrap{background-color: #ecf6fc; padding: 40px 0 50px; margin-top: 40px}
.char-list-wrap .char-list{display: flex; flex-wrap: wrap; margin: -25px}
.char-list-wrap .char-list li{width: calc(33.33% - 50px); padding: 30px; margin: 25px; box-sizing: border-box; background-color: #fff; border-radius: 20px 0 20px 0; -webkit-box-shadow: 3px 3px 10px #dde3eb; box-shadow: 3px 3px 10px #dde3eb}
.char-list-wrap .char-list .icon-box{padding-bottom: 30px; margin-bottom: 20px; border-bottom: 1px solid #e5e5e5; text-align: center}
.char-list-wrap .char-list .icon-box img{max-width: 100%; height: auto}
.char-list-wrap .char-list dd strong{font-size: 20px; font-weight: 600; color: #000; letter-spacing: 0.25px; line-height: 1.5}
.char-list-wrap .char-list dd p{margin-top: 10px; font-size: 15px; font-weight: 400; color: #666; letter-spacing: -0.35px; line-height: 1.73}

/* ****************** 재무회계서비스 ********************** */
@media all and (max-width:1220px){
	/* --------------- sub-tab03 :: 제공서비스 --------------- */
	#fixedServiceCon03 .service-info-wrap{margin: 0 -15px; padding: 50px 15px 60px}
	#fixedServiceCon03 .char-list-wrap{margin: 40px -15px 0; padding: 40px 15px 50px}
	/* --------------- sub-tab02 :: 서비스 주요기능 --------------- */
	#fixedServiceCon02 .service-info-wrap{padding: 50px 15px 60px}
	#fixedServiceCon02 .function-area{padding: 15px 0}
}
@media all and (max-width:1100px){
	/* --------------- sub-tab04 :: 서비스특징 --------------- */
	.service-info-wrap .service-info-list li{width: 45%}
}
@media all and (max-width:1024px){
	/* --------------- sub-tab04 :: 서비스특징 --------------- */
	.char-list-wrap .char-list{margin: -15px}
	.char-list-wrap .char-list li{width: calc(33.33% - 30px); margin: 15px}
}
@media all and (max-width: 800px){
	/* --------------- sub-tab01 :: 서비스소개 --------------- */
	#fixedServiceCon01 .service-gray-txt{font-size: 14px}
	#fixedServiceCon01 .intro-sub-title .blue-color-txt::before{bottom: 6px; left: 1px; height: 6px}
	#fixedServiceCon01 .circle-icon-box{margin: 15px auto}
	#fixedServiceCon01 .circle-icon-box .circle{display: inline-block; width: 6px; height: 6px; margin-right: 5px}
	#fixedServiceCon01 .intro-sub-txt{margin-top: 15px; font-size: 15px}
	/* --------------- sub-tab02 :: 서비스 주요기능 --------------- */
	#fixedServiceCon02 .service-info-wrap{padding: 25px 15px}
	#fixedServiceCon02 .function-img-pc{display: none}
	#fixedServiceCon02 .function-img-m{display: block}
	#fixedServiceCon02 .service-info-wrap .service-info{margin-bottom: 15px; font-size: 21px}
	/* --------------- sub-tab03 :: 제공서비스 --------------- */
	#fixedServiceCon03 .service-info-wrap{padding: 25px 15px 50px}
	#fixedServiceCon03 .service-info-wrap .service-info{margin-bottom: 15px; font-size: 21px}
	#fixedServiceCon03 .service-info-wrap .service-info-list::before{top: 45%; margin-left: -20px; margin-top: -20px; width: 40px; height: 41px; background-size: contain;}
	#fixedServiceCon03 .service-info-wrap .service-info-list li{max-width: 100%; width: 100%; border-radius: 10px 0 10px 0; margin-bottom: 80px}
	#fixedServiceCon03 .service-info-wrap .service-info-list li:last-child{margin-bottom: 0}
	#fixedServiceCon03 .service-info-wrap .service-info-list li:nth-child(1), .service-info-wrap .service-info-list li:nth-child(2){float: none}
	#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-tit{height: 40px; line-height: 40px}
	#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-tit strong{font-size:15px;}
	#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-txt{padding: 10px 14px}
	#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-txt p .num, .service-info-wrap .service-info-list .info-list-txt em{display: inline-block; vertical-align: top}
	#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-txt p .num{width: 40px; font-size: 13px}
	#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-txt p .num::after{right: 10px; width: 3px; height: 3px}
	#fixedServiceCon03 .service-info-wrap .service-info-list .info-list-txt em{width: calc(100% - 40px); font-size: 13px}
	#fixedServiceCon03 .service-info-wrap .service-info-list .gray-warning-txt{font-size: 13px}

	/* --------------- sub-tab03 :: 서비스특징 --------------- */
	#fixedServiceCon03 .intro-icon-with-tit{margin-bottom: 25px}
	#fixedServiceCon03 .char-list-wrap{padding: 25px 15px 30px; margin-top: 20px}
	.char-list-wrap .char-list li{width: calc(50% - 30px); padding: 30px; border-radius: 10px 0 10px 0}
	.char-list-wrap .char-list .icon-box{padding-bottom: 20px; margin-bottom: 15px}
	.char-list-wrap .char-list dd strong{font-size: 15px}
	.char-list-wrap .char-list dd p{font-size: 13px}
}
@media all and (max-width: 480px){
	.service-info-wrap .service-info-list::before{top: 54%}
	.char-list-wrap .char-list{margin: 0}
	.char-list-wrap .char-list li{width: 100%; margin: 0; margin-bottom: 20px}
	.char-list-wrap .char-list li:last-child{margin-bottom: 0}
}

/* ****************** 가입하기 ********************** */
/* --------------- 이용신청하기 --------------- */
.join-con .join-list-wrap{padding: 70px 0; background-color: #f2f2f2}
.join-list-wrap .join-list-box{display: flex; justify-content: center}
.join-list-wrap .join-list-box .join-list-item{max-width: 433px; width: 36.08%; margin-right: 80px}
.join-list-wrap .join-list-box .join-list-item:last-child{margin-right: 0}
/* 타이틀 */
.join-list-wrap .join-form-box{position: relative; -webkit-box-shadow: 5px 8px 15px rgba(0,0,0,0.14); -moz-box-shadow: 5px 8px 15px rgba(0,0,0,0.14);box-shadow:5px 8px 15px rgba(0,0,0,0.14); border: 1px solid #000}
.join-list-wrap .join-form-box::before{content:""; position: absolute; top: -9px; left: -9px; width: 93px; height: 91px; background: url("../images/content/join_point_img01.png") no-repeat}
.join-list-wrap .join-form-box .form-tit{padding: 50px 20px 10px; box-sizing: border-box; height: 290px}
.join-list-wrap .join-form-box .form-tit h5{padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,0.3); font-size: 28px; font-weight: 500; line-height: 1.4; color: #fff; letter-spacing: -1.1px; text-align: center}
.join-list-wrap .join-form-box .form-tit h5 em{display: block; font-size: 18px; font-weight: 300; color: #fff; line-height: 1.4; letter-spacing: -0.5px; text-align: center}
.join-list-wrap .join-list-item:nth-child(1) .join-form-box{border-color: #0070e3}
.join-list-wrap .join-list-item:nth-child(1) .join-form-box .form-tit{background-color: #0070e3}
.join-list-wrap .join-list-item:nth-child(2) .join-form-box{border-color: #26b2c3}
.join-list-wrap .join-list-item:nth-child(2) .join-form-box .form-tit{background-color: #26b2c3}
.join-list-wrap .form-pay-box{padding-top: 25px; position: relative}
.join-list-wrap .form-pay-box strong{display: block; font-size: 17px; font-weight: 600; color: #fff; letter-spacing: -0.25px; line-height: 1.5; text-align: center}
.join-list-wrap .form-pay-box p{text-align: center; font-size: 22px; font-weight: 300; letter-spacing: -0.5px; line-height: 1.5; color: #fff}
.join-list-wrap .form-pay-box p .bold-txt{position: relative; font-size: 34px; font-weight: 600}
.join-list-wrap .form-pay-box p .bold-txt::before{content:"55,000원"; position: absolute; top: 50%; margin-top: -15px; left: -78%; font-size: 18px; text-decoration:line-through; font-weight: 300}
.join-list-wrap .form-pay-box p.year-txt{text-align: center; font-size: 16px; font-weight: 300; letter-spacing: -0.5px; line-height: 2; color: rgba(255,255,255,0.6)}
.join-list-wrap .form-pay-box p.only-txt{font-size: 34px; font-weight: 300; letter-spacing: -0.5px; line-height: 2; color: #fff}
.join-list-wrap .form-pay-box .pay-point{position: absolute; top: 50%; margin-top: -40px; right: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 110px; height: 110px; background: url("../images/content/join_point_img02.png") 50% 0 no-repeat; font-size: 18px; font-weight: 400; letter-spacing: -0.5px; line-height: 1.3; text-align: center}
.join-list-wrap .form-pay-box .pay-point .bold-txt{font-weight: 600; display: block}
.join-list-wrap .join-list-item:nth-child(1) .form-pay-box .pay-point{color: #0070e3}
.join-list-wrap .join-list-item:nth-child(2) .form-pay-box .pay-point{color: #26b2c3}
/* 월 이용료 */
.join-list-wrap .monthly-fee-box{text-align: center; padding: 15px 10px; height: 125px; background-color: #fff}
.join-list-wrap .monthly-fee-box strong{display: block; height: 35px; font-size: 17px; font-weight: 600; color: #000; letter-spacing: -0.25px; line-height: 1.52}
.join-list-wrap .monthly-fee-box .fee-wrap{display: table; width: 100%; height: 90px}
.join-list-wrap .monthly-fee-box .fee-box{display: table-cell; vertical-align: middle}
.join-list-wrap .monthly-fee-box .fee-txt{position: relative; margin-bottom: 15px; font-size: 14.5px; color: #035ab2; font-weight: 400; letter-spacing: -0.25px; line-height: 1.3}
.join-list-wrap .monthly-fee-box .fee-txt:last-child{margin-bottom: 0}
.join-list-wrap .join-list-item:nth-child(1) .monthly-fee-box .fee-txt::after{content:"+"; position: absolute; bottom: -15px; left: 50%; color: #c3c3c3; font-size: 14.5px; font-weight: 400; letter-spacing: -0.25px}
.join-list-wrap .join-list-item:nth-child(1) .fee-txt:last-child::after{content:none}
.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p{display: inline-block; margin-bottom: 0; float: left; top: 17%;font-size: 15px}
.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p:nth-child(1){position: relative}
.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p:nth-child(1)::after{content:""; position: absolute; top: 50%; margin-top: -5px; right: -40px;  width: 13px; height: 13px; background: url("../images/content/accounting_plus_icon.png") center no-repeat; background-size: contain}
.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box .mint-color{color: #26b2c3}
.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p em, .join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p .plus-icon{margin-bottom: 0; display: block; font-size: 15px}
.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p .plus-icon{color: #c3c3c3; font-size: 14.5px; font-weight: 400; letter-spacing: -0.25px}
.monthly-fee-box .monthly-fee-tbl{float: right}
.monthly-fee-box .monthly-fee-tbl th, .monthly-fee-box .monthly-fee-tbl td{font-weight: 400; letter-spacing: -0.25px; padding: 5px; text-align: center}
.monthly-fee-box .monthly-fee-tbl th:first-child, .monthly-fee-box .monthly-fee-tbl td:first-child{border-right: 1px solid #e8e8e8}
.monthly-fee-box .monthly-fee-tbl th{font-size: 14px; color: #fff; background-color: #176973}
.monthly-fee-box .monthly-fee-tbl td{font-size: 14px; color: #888; background-color: #f6f6f6}
.monthly-fee-box .monthly-fee-tbl td .fee-txt{font-size: 13.5px!important; margin-right: 0!important; padding-right: 0!important}
.monthly-fee-box .monthly-fee-tbl td .fee-txt .plus-icon{font-size: 13.5px!important}
.monthly-fee-box .monthly-fee-tbl td .fee-txt:after{content: none!important}
/* 가입하기 버튼 */
.join-list-wrap .join-list-item:nth-child(1) .form-btn-box{background-color: #0070e3}
.join-list-wrap .join-list-item:nth-child(2) .form-btn-box{background-color: #26b2c3}
.join-list-wrap .form-btn-box a{display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 25px 15px; box-sizing: border-box}
.join-list-wrap .form-btn-box a em{font-size: 20px; font-weight: 600; letter-spacing: -0.35px; color: #fff; line-height: 1.4}
/* 기타안내 리스트 */
.join-list-wrap .join-guide-list{padding-top: 20px}
.join-list-wrap .join-guide-list h6{margin-bottom: 20px; padding-bottom: 5px; font-size: 18px; font-weight: 600; color: #222; letter-spacing: -0.25px; line-height: 1.4; border-bottom: 1px solid #d6d6d6}
.join-list-wrap .join-guide-list li{position: relative; padding-left: 20px; margin-bottom: 5px; font-size: 14.5px; font-weight: 400; color: #666; letter-spacing: -0.25px; line-height: 1.51}
.join-list-wrap .join-guide-list li:last-child{margin-bottom: 0}
.join-list-wrap .join-guide-list li::before{content:"\e929"; font-family: 'xeicon'; position: absolute; top: -2px; left: 0; font-size: 15px; font-weight: 500; color: #000; letter-spacing: -0.25px}
.join-list-wrap .join-guide-list li .sub-txt{display: block; padding-left: 60px}
.join-list-wrap .join-guide-list li.red-txt{color: #e62913}
.join-list-wrap .join-list-item:nth-child(2) .join-guide-list li.red-txt::before{color: #e62913}

/* --------------- 이용신청하기 --------------- */
@media all and (max-width: 1260px){
	.join-con{margin: 0}
	.join-list-wrap .join-list-box .join-list-item{max-width: 100%; width: 45%}
	.join-list-wrap .join-form-box .form-tit{height: 320px}
	.join-list-wrap .join-form-box .form-tit h5{height: 100px}
	.join-list-wrap .form-pay-box .pay-point{right: -21px; margin-top: -50px; transform: scale(0.8);}
	.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p:nth-child(1)::after{right: -43px}
}
@media all and (max-width: 1024px){
	.join-list-wrap .monthly-fee-box .fee-wrap{height: 154px}
	.join-list-wrap .monthly-fee-box{height: 200px}
	.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box .fee-box{display: block}
	.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p:nth-child(1){float: none; margin-bottom: 40px}
	.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p:nth-child(1)::after{right: auto; left: 50%; margin-left: -6px; top: 45px; margin-top: 0}
	.monthly-fee-box .monthly-fee-tbl{float: none; width: 100%}
	.monthly-fee-box .monthly-fee-tbl td .fee-txt{margin-bottom: 0!important}
}
@media all and (max-width: 800px){
	.join-con .join-list-wrap{padding: 40px 0}
	.join-list-wrap .join-list-box .join-list-item{width: 100%; margin-right: 15px}
	/* 타이틀 */
	.join-list-wrap .join-form-box::before{top: -7px; left: -7px; width: 60px; height: 61px; background-size: contain}
	.join-list-wrap .join-form-box .form-tit{padding: 25px 10px 10px;height: 200px}
	.join-list-wrap .join-form-box .form-tit h5{height: auto; padding-bottom: 15px; font-size: 19px}
	.join-list-wrap .join-form-box .form-tit h5 em{font-size: 14px}
	.join-list-wrap .form-pay-box{padding-top: 15px}
	.join-list-wrap .form-pay-box strong{display: block; font-size: 14px}
	.join-list-wrap .form-pay-box p{font-size: 16px}
	.join-list-wrap .form-pay-box p .bold-txt{font-size: 22px}
	.join-list-wrap .form-pay-box p .bold-txt::before{margin-top: -11px; left: -89%; font-size: 14px}
	.join-list-wrap .form-pay-box p.year-txt{font-size: 13px}
	.join-list-wrap .form-pay-box p.only-txt{font-size: 22px}
	.join-list-wrap .form-pay-box .pay-point{right: -18px; margin-top: -45px; transform: scale(0.7);}
	/* 월 이용료 */
	.join-list-wrap .monthly-fee-box{padding: 10px; height: 186px}
	.join-list-wrap .monthly-fee-box strong{font-size: 14px}
	.join-list-wrap .monthly-fee-box .fee-txt{margin-bottom: 10px; font-size: 12px}
	.join-list-wrap .join-list-item:nth-child(1) .monthly-fee-box .fee-txt::after{bottom: -10px; font-size: 12px}
	.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p{font-size: 13px}
	.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p:nth-child(1)::after{ top: 42px; width: 15px; height: 15px}
	.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p em, .join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p .plus-icon{font-size: 13px}
	.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p .plus-icon{font-size: 12px}
	.monthly-fee-box .monthly-fee-tbl th, .monthly-fee-box .monthly-fee-tbl td{font-size: 12px}
	.monthly-fee-box .monthly-fee-tbl td .fee-txt{font-size: 11px!important}
	/* 가입하기 버튼 */
	.join-list-wrap .form-btn-box a{padding: 15px}
	.join-list-wrap .form-btn-box a em{font-size: 15px}
	/* 기타안내 리스트 */
	.join-list-wrap .join-guide-list h6{margin-bottom: 15px;font-size: 14px}
	.join-list-wrap .join-guide-list li{padding-left: 15px; font-size: 12px}
	.join-list-wrap .join-guide-list li::before{top: -2px; left: 0; font-size: 13px}
	.join-list-wrap .join-guide-list li .sub-txt{padding-left: 50px}
}
@media all and (max-width: 640px){
	.join-list-wrap .join-list-box{flex-wrap: wrap}
	.join-list-wrap .join-list-box .join-list-item{margin-right: 0; margin-bottom: 50px}
	.join-list-wrap .join-list-box .join-list-item:last-child{margin-bottom: 0}
	.join-list-wrap .join-list-item:nth-child(2) .monthly-fee-box p:nth-child(1)::after{right: -9px}
	.join-list-wrap .monthly-fee-box, .join-list-wrap .monthly-fee-box .fee-wrap{height: auto;}
}

/* ****************** 이용약관 폼 ********************** */
/* --------------- 제휴문의 --------------- */
.privacy-address-list{margin: 0 auto 40px; text-align: center}
.privacy-address-list li{display: inline-block; margin-right: 30px}
.privacy-address-list li:last-child{margin-right: 0}
.privacy-address-list .address-txt .icon-box{display: inline-block; vertical-align: middle; position: relative; margin-right: 15px; width: 45px; height: 45px; background-color: #e3f4fc; border-radius:100%}
.privacy-address-list .address-txt .icon-box::before{font-family: 'xeicon'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 17px; font-weight: 400; color: #007bed}
.privacy-address-list .address-txt .icon01::before{content:"\ea06"}
.privacy-address-list .address-txt .icon02::before{content:"\e9d3"}
.privacy-address-list .address-txt .icon03::before{content:"\e9bc"}
.privacy-address-list .address-txt em{display: inline-block; vertical-align: middle; font-size: 17px; font-weight: 400; color: #333}

/* ******************  온라인 문의 :: 문의하기 03 ********************** */
/* 문의하기 03 :: 작성폼 */
.privacy-page .essential-icon{color: #007bed}
.inquiry-essential-txt{margin-bottom: 10px; text-align: right; color: #666; font-size: 14.5px; line-height: 2}
.inquiry-style03-write-box{margin-bottom: 20px;}
.inquiry-style03-write-box dl {display:table; width:100%; margin-bottom: 10px; border:1px solid #ddd; background-color:#fff;}
.inquiry-style03-write-box dt {display:table-cell; position:relative; width:150px; vertical-align: top; height:48px; padding-left: 15px; font-size:15.5px; line-height: 48px; letter-spacing: -0.5px; color:#333;}
.inquiry-style03-write-box dt::after {content:""; position:absolute; height:12px; width:2px; background-color:#ddd; right:0; top:20px;}
.inquiry-style03-write-box dd {display:table-cell; vertical-align: top; padding:0 2%;}
.inquiry-style03-write-box dd input,
.inquiry-style03-write-box dd select,
.inquiry-style03-write-box dd textarea{height:48px; border:0; width:50%; font-size:14.5px; letter-spacing: -0.5px; color: #000; font-weight: 400; background-color:#fff; }
.inquiry-style03-write-box dd input::placeholder,
.inquiry-style03-write-box dd select::placeholder,
.inquiry-style03-write-box dd textarea::placeholder{color:rgba(0,0,0,0.28);}
.inquiry-style03-write-box dd input:focus,
.inquiry-style03-write-box dd select:focus,
.inquiry-style03-write-box dd textarea:focus{outline: none;}
.inquiry-style03-write-box dd textarea {width:100%; height:190px; padding: 15px 0px; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 box-sizing: border-box; resize:none; font-family: 'IBM Plex Sans', 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif; }
.inquiry-style03-write-box .file dd {vertical-align: middle;}
.inquiry-style03-write-box .file dd input {height:30px; }
.inquiry-style03-write-box p {height:48px; line-height: 48px; font-size:15px; letter-spacing: -0.5px; color:#555;}
.inquiry-style03-write-box dl.on {border:1px solid #A0CB49; background-color:#fff;}
.inquiry-style03-write-box dl.on input , .inquiry-style03-write-box dl.on textarea, .inquiry-style03-write-box dl.on select {background-color:#fff}
/* 문의하기 03 :: 작성폼 기타 */
.inquiry-style03-write-box .address-fieldset .write-input{margin-top:6px;}
.inquiry-style03-write-box .address-fieldset .write-input:first-child{margin-top:0;}
.inquiry-style03-write-box .address-fieldset .write-input:nth-of-type(2){border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.inquiry-style03-write-box .address-btn{display:inline-block; min-width:114px; padding:0 10px; height:38px; border:1px solid #464646; vertical-align:middle; text-align:center; color:#464646; font-size:14px; font-weight:400; margin-left:10px;}
.inquiry-style03-write-box .address-btn:hover{background-color:#464646; color:#fff;}
/* 문의하기 03 :: 동의박스 */
.form-agree-box{position: relative; border: 1px solid #ddd; padding: 30px 30px 15px}
.form-agree-box::before{content:""; position: absolute; top: -1px; left: 50%; margin-left: -50px; width: 100px; height: 1px; background-color: #1f57c4}
.form-agree-box .agree-gray-box{background-color: #f6f6f6; padding: 10px}
.form-agree-box .agree-gray-box p{font-size: 14.5px; font-weight: 400; color: #555; letter-spacing: -0.45px; line-height: 2.62; text-align: center}
.form-agree-box .agree-txt{margin-top: 5px; font-size: 15px; font-weight: 400; color: #666; letter-spacing: -0.25px; line-height: 2.5; text-align: center}
.form-agree-box .agree-txt input{display:none;}
.form-agree-box .agree-txt label{position:relative; padding-left:20px; }
.form-agree-box .agree-txt label i{position:absolute; top:3px; left:0px; font-size:16px; color:#666;}
.form-agree-box .agree-txt input:checked + label i::before{content:"\e92b"; font-family: 'xeicon'; font-size:16px; color:#000;}
.form-btn-list-box{margin: 60px auto 0; text-align: center}
.form-btn-list-box button{display: inline-block; max-width: 200px; width: 40%; height: 50px; line-height: 50px; background-color: #000; text-align: center; border-radius: 50px; font-size: 16px; font-weight: 500; letter-spacing: -0.35px; color: #fff}
.form-btn-list-box button.submit{background-color: #007bed; margin-right: 15px}

/* --------------- 제휴문의 --------------- */
@media all and (max-width:1220px){
	.privacy-page{margin: 0 -15px}
}
@media all and (max-width:800px){
	.privacy-address-list{margin: 0 auto 10px; display: flex; flex-wrap: wrap; justify-content: center;}
	.privacy-address-list li{margin-right: 15px; margin-bottom: 10px}
	.privacy-address-list .address-txt .icon-box{margin-right: 10px; width: 30px; height: 30px}
	.privacy-address-list .address-txt .icon-box::before{font-size: 15px}
	.privacy-address-list .address-txt em{font-size: 14px}
	/* 문의하기 03 :: 상단 */
	.inquiry-essential-txt{font-size: 12px}
	.inquiry-style03-tit {padding-top: 20px; padding-bottom: 15px;}
	.inquiry-style03-tit h3 {font-size:25px; line-height: 32px;}
	.inquiry-style03-tit p {font-size:11px; line-height: 22px;}
	/* 문의하기 03 :: 작성폼 */
	.inquiry-style03-write-box dt {width:105px; height:40px; line-height: 40px; font-size:13px}
	.inquiry-style03-write-box dt::after {top:16px;}
	.inquiry-style03-write-box dd input,
	.inquiry-style03-write-box dd select,
	.inquiry-style03-write-box dd textarea {height:40px;  font-size:12px; width: 100%!important;}
	.inquiry-style03-write-box dd textarea{height:100px; padding:12px 0;}
	.inquiry-style03-write-box .file dd input {margin:5px 0;}
	/* 문의하기 03 :: 동의박스 */
	.form-agree-box{padding: 15px 15px 10px}
	.form-agree-box .agree-gray-box p{font-size: 12px}
	.form-agree-box .agree-txt{font-size: 13px}
	.form-agree-box .agree-txt label{padding-left:15px}
	.form-agree-box .agree-txt label i{font-size:13px}
	.form-agree-box .agree-txt input:checked + label i::before{font-size:13px}
	.form-btn-list-box{margin:30px auto 0}
	.form-btn-list-box button{display: inline-block; max-width: 200px; width: 40%; height: 40px; line-height: 40px; font-size: 13px}
	.form-btn-list-box button.submit{ margin-right: 10px}
}
@media all and (max-width:360px){
	.privacy-address-list{justify-content: space-between}
}

/* --------------- 개인정보처리방침, 이용약관 --------------- */
.privacy-page .intro-sub-title{color: #333}
.privacy-page .gray-box-wrap{background-color: #f2f2f2; padding: 45px 0}
.detail-txt-box{margin-bottom: 45px}
.detail-txt-box .detail-tit{margin-bottom: 20px; font-size: 22px; font-weight: 500; color: #111; letter-spacing: -0.5px; line-height: 1.7}
.detail-txt-box .underline-title{padding-bottom: 10px; margin-bottom: 10px; font-size: 18px; font-weight: 500; color: #333; letter-spacing: -0.5px; line-height: 1.7; border-bottom: 1px solid #797979}
.detail-txt-box p{font-size: 15px; font-weight: 400; color: #666; letter-spacing: -0.5px; line-height: 1.86}
.detail-txt-box p.white-space-txt{margin-bottom: 30px}
.detail-txt-box p.blue-color{color: #007bed}
.detail-txt-box p.num-txt, .detail-txt-box p.lang-txt, .detail-txt-box p.dash-icon-txt{position: relative}
.detail-txt-box p.num-txt{padding-left: 20px}
.detail-txt-box p.lang-txt{padding-left: 18px}
.detail-txt-box p.dash-icon-txt{padding-left: 8px}
.detail-txt-box p.num-txt span, 
.detail-txt-box p.lang-txt span{position: absolute; top: 0; left: 0; font-size: 15px; font-weight: 400; letter-spacing: -0.5px}
.detail-txt-box p.num-txt span{color: #666}
.detail-txt-box p.sub-txt{padding-left: 25px}
.detail-txt-box p.sub-txt > span{left: 8px}
.detail-txt-box p.dash-icon-txt::before{content:"-"; position: absolute; top: 0; left: 0; font-size: 15px; font-weight: 400; color: #666; letter-spacing: -0.5px}
.detail-txt-box table{width: 100%; margin: 10px 0}
.detail-txt-box table th, .detail-txt-box table td{padding: 10px; font-size: 15px; font-weight: 400; color: #666; letter-spacing: -0.5px; border: 1px solid #666}
.detail-txt-box table th{text-align: center}

/* --------------- 개인정보처리방침, 이용약관 --------------- */
@media all and (max-width: 800px){
	.privacy-page .gray-box-wrap{padding: 25px 0}
	.detail-txt-box{margin-bottom: 25px}
	.detail-txt-box .detail-tit{margin-bottom: 15px; font-size: 16px}
	.detail-txt-box .underline-title{padding-bottom: 5px; margin-bottom: 5px; font-size: 14px}
	.detail-txt-box p{font-size: 13px}
	.detail-txt-box p.num-txt span, .detail-txt-box p.lang-txt span{font-size: 13px}
	.detail-txt-box p.dash-icon-txt::before{font-size: 13px}
	.detail-txt-box p.white-space-txt{margin-bottom: 15px}
	.scroll-object-box-outside .detail-txt-box .underline-title, .detail-txt-box table th, .detail-txt-box table td{font-size:13px}
	.scroll-object-box-outside .detail-txt-box p{font-size: 12px}
	.scroll-object-box-outside .detail-txt-box p.num-txt span, .detail-txt-box p.lang-txt span{font-size: 12px}
	.scroll-object-box-outside .detail-txt-box p.dash-icon-txt::before{font-size: 12px}
}