@charset "utf-8";

.board {width:100%; padding:100px 0px; padding-top:50px;}
@media screen and (max-width:1024px){
	.board {padding-top:35px; padding-bottom:80px;}
}
@media screen and (max-width:800px){
	.board {padding-top:30px;}
}
@media screen and (max-width:700px){
	.board {padding-top:25px;}
}
@media screen and (max-width:640px){
	.board {padding:20px 0px; padding-bottom:50px;}
}

.articlePopup {width:100%; height:100%; position:fixed; top:0; left:0; z-index:99999; background-color:rgba(0,0,0,0.5); display:none;}
.articlePopup .apLayout {width:500px; background-color:#fff; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.articlePopup .apLayout .apClose {position:absolute; top:20px; right:20px; cursor: pointer; transition:all 0.2s;}
.articlePopup .apLayout .apClose:hover {opacity:0.7;}
.articlePopup .apLayout .apCont {width:100%; padding:50px 20px;}
.articlePopup .apLayout .apCont img {display: block; margin: auto; margin-bottom:15px;}
.articlePopup .apLayout .apCont p {font-size:17px; color:#555; font-weight:400; letter-spacing:-0.025em; line-height:20px; text-align: center;}
.articlePopup .apLayout .apCont .apSelect {width:100%; padding-top:20px; margin-top:20px; border-top:1px solid #dfdfdf;}
.articlePopup .apLayout .apCont .apSelect span {display: block; font-size:17px; color:#00458E; font-weight:500; letter-spacing:-0.025em; margin-bottom:10px;}
.articlePopup .apLayout .apCont .apSelect select {width:100%; height:46px; font-size:16px; color:#333; font-weight:400; letter-spacing:-0.025em; background:url("/img/common/selectBtn.png")no-repeat left 20px center; cursor: pointer; display: block; border:1px solid #d9dfe6; padding:0px 20px; padding-left:40px;}
.articlePopup .apLayout .apCont .apSelect select option {font-size:16px; color:#555; font-weight:400;}

.articlePopup .apLayout .apBtn {width:100%; overflow: hidden;}
.articlePopup .apLayout .apBtn div {width:50%; float:left; padding:16px 0px; text-align: center; color:#fff; font-size:18px; font-weight:300; line-height:22px; letter-spacing:-0.025em; background-color:#666; transition:all 0.2s;}
.articlePopup .apLayout .apBtn div:hover {background-color:#888;}
.articlePopup .apLayout .apBtn a:last-child div {background-color:#00428e;}
.articlePopup .apLayout .apBtn a:last-child div:hover {background-color:#0066F9;}

.board_list {width:100%; max-width:1380px; margin: auto; padding:0px 100px;}
.board_list table {width:100%; table-layout: fixed; border-top:2px solid #084892;}
.board_list table tr th {font-size:18px; color:#333; font-weight:400; letter-spacing:-0.025em; line-height:22px; padding:20px 0px; border-bottom:1px solid #e0e0e0;}
.board_list table tr th:nth-child(1) {width:100px;}
.board_list table tr th:nth-child(3) {width:200px;}
.board_list table tr th:nth-child(4) {width:160px;}
.board_list table tr td {font-size:18px; color:#333; font-weight:400; letter-spacing:-0.025em; line-height:22px; padding:20px 0px; border-bottom:1px solid #e0e0e0; text-align: center;}
.board_list table tr td img {display: block; margin: auto;}
.board_list table tr td a {float:left; max-width:calc(100% - 50px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:18px; color:#333; line-height:22px;}
.board_list table tr td a:hover {text-decoration: underline;}
.board_list table tr td span {float:left; font-size:14px; line-height:22px; margin-left:10px; color:#ff9700; font-weight:600;}


.board_view {width:100%; max-width:1380px; margin: auto; padding:0px 100px;}
.board_view .bvTitle {width:100%; padding:20px 15px; border-top:2px solid #084892; border-bottom:1px solid #e0e0e0;}
.board_view .bvTitle p {font-size:24px; color:#333; font-weight:400; letter-spacing:-0.05em; line-height:28px;}
.board_view .bvTitle div {width:100%; overflow: hidden; margin-top:10px;}
.board_view .bvTitle div span {float:left; font-size:16px; color:#555; font-weight:400; letter-spacing:-0.025em; position:relative; line-height:20px; padding-right:25px;}
.board_view .bvTitle div span::after {content:""; width:1px; height:16px; background-color:#ccc; position:absolute; top:3px; right:12px;}
.board_view .bvTitle div span:last-child::after {display:none;}
.board_view .bvTitle div a {float:left; font-size:16px; color:#0066F9; font-weight:400; letter-spacing:-0.025em; position:relative; text-decoration: underline; line-height:20px; transition:all 0.2s;}
.board_view .bvTitle div a:hover {color:#084892;}
.board_view .bvCont {width:100%; padding:20px 15px; border-bottom:1px solid #e0e0e0; min-height:350px;}
.board_view .bvCont p {font-size:18px; color:#333; font-weight:400; letter-spacing:-0.025em; line-height:30px;}
.board_view .bvCont img {max-width:100%;}


.bvBtnBox {width:100%; margin: auto; overflow: hidden; margin-top:50px;}
.bvBtnBox div {height:55px; font-size:20px!important; color:#fff; font-weight:400; letter-spacing:-0.05em; position: relative; -ms-border-radius:12px; -moz-border-radius:12px; -o-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; cursor: pointer; transition:all 0.2s; font-weight:300; margin-right:21px; width:150px; background-color:#fff; border:1px solid #00458E; color:#00458E; display: flex; justify-content: center; align-items: center; margin: auto;}
.bvBtnBox div:hover {border:1px solid #0066F9; color:#0066F9;}


@media screen and (max-width:1380px){
	.board_list {max-width:none;}
	.board_list table tr th {font-size:17px; padding:18px 0px;}
	.board_list table tr th:nth-child(1) {width:80px;}
	.board_list table tr th:nth-child(3) {width:170px;}
	.board_list table tr th:nth-child(4) {width:140px;}
	.board_list table tr td {font-size:17px; padding:18px 0px;}
	.board_list table tr td a {font-size:17px;}
	
	.board_view {max-width:none;}
	.board_view .bvTitle p {font-size:22px;}
	.board_view .bvTitle div span {font-size:15px;}
	.board_view .bvTitle div span::after {height:14px; top:4px;}
	.board_view .bvTitle div a {font-size:15px;}
	.board_view .bvCont p {font-size:17px; line-height:28px;}
}
@media screen and (max-width:1180px){
	.board_list table tr th {font-size:16px; padding:15px 0px;}
	.board_list table tr th:nth-child(1) {width:70px;}
	.board_list table tr th:nth-child(3) {width:140px;}
	.board_list table tr th:nth-child(4) {width:130px;}
	.board_list table tr td {font-size:16px; padding:15px 0px;}
	.board_list table tr td a {font-size:16px;}
	.board_list table tr td span {font-size:13px;}
	
	.board_view .bvTitle p {font-size:20px;}
	.board_view .bvTitle div {margin-top:5px;}
	.board_view .bvCont p {font-size:16px; line-height:28px;}
}
@media screen and (max-width:1024px){
	.board_list {padding:0px 50px;}
	.board_list table tr th:nth-child(1) {width:54px;}
	.board_list table tr th:nth-child(3) {width:120px;}
	.board_list table tr th:nth-child(4) {width:120px;}
	.board_list table tr td img {width:14px;}
	
	
	.board_view {padding:0px 50px;}
	.bvBtnBox {margin-top:45px;}
	.bvBtnBox div {height:52px; font-size:19px!important;}

	.articlePopup .apLayout .apCont img {width:70px; margin-bottom:12px;}
	.articlePopup .apLayout .apCont p {font-size:16px;}
	.articlePopup .apLayout .apCont .apSelect span {font-size:16px;}
}
@media screen and (max-width:900px){
	.board_list {padding:0px 40px;}
	.board_list table tr th:nth-child(1) {width:50px;}
	.board_list table tr th:nth-child(3) {width:100px;}
	.board_list table tr th:nth-child(4) {width:110px;}
	
	.board_view {padding:0px 40px;}
}
@media screen and (max-width:800px){
	.board_list {padding:0px 30px;}
	.board_list table tr {position:relative; display: block; padding:15px 0px; padding-left:60px; border-bottom:1px solid #e0e0e0; overflow: hidden;}
	.board_list table tr:first-child {display:none;}
	.board_list table tr td {display:block; border:0;}
	.board_list table tr td:nth-child(1) {position:absolute; top:0; left:0; padding:0; width:60px; height:100%; display:flex; justify-content: center; align-items: center; font-size:15px;}
	.board_list table tr td:nth-child(2) {padding:0; width:100%; overflow: hidden; margin-bottom:2px;}
	.board_list table tr td a {display: block;}
	.board_list table tr td:nth-child(3) {font-size:14px; float:left; padding:0; line-height:20px; color:#999; position:relative; padding-right:25px;}
	.board_list table tr td:nth-child(3)::after {content:""; width:1px; height:13px; background-color:#ccc; position:absolute; top:5px; right:13px;}
	.board_list table tr td:nth-child(4) {font-size:14px; float:left; padding:0; line-height:20px; color:#999;}
	
	.board_view {padding:0px 30px;}
	.board_view .bvTitle p {font-size:19px;}
	.board_view .bvTitle div span {font-size:14px;}
	.board_view .bvTitle div a {font-size:14px;}
	.board_view .bvCont p {font-size:16px; line-height:26px;}
	.bvBtnBox {margin-top:40px;}
	.bvBtnBox div {width:140px; height:50px; font-size:18px!important;}
}
@media screen and (max-width:640px){
	.board_list {padding:0px 20px;}
	.board_list table tr {padding-left:50px;}
	.board_list table tr td:nth-child(1) {font-size:14px; width:50px;}
	.board_list table tr td a {font-size:15px;}
	.board_list table tr td:nth-child(3) {font-size:13px; line-height:18px;}
	.board_list table tr td:nth-child(3)::after {top:3px; height:12px;}
	.board_list table tr td:nth-child(4) {font-size:13px; line-height:18px;}
	
	.board_view {padding:0px 20px;}
	.board_view .bvTitle p {font-size:17px;}
	.board_view .bvTitle div {margin-top:2px;}
	.board_view .bvTitle div span {font-size:13px;}
	.board_view .bvTitle div span::after {height:13px;}
	.board_view .bvTitle div a {font-size:13px;}
	.board_view .bvCont p {font-size:15px; line-height:24px;}
	.bvBtnBox {margin-top:30px;}
	.bvBtnBox div {width:110px; height:43px; font-size:16px!important;}

	.articlePopup .apLayout {width:80%;}
	.articlePopup .apLayout .apCont {padding:40px 20px;}
	.articlePopup .apLayout .apCont img {width:62px; margin-bottom:10px;}
	.articlePopup .apLayout .apCont p {font-size:15px;}
	.articlePopup .apLayout .apCont .apSelect {margin-top:15px; padding-top:15px;}
	.articlePopup .apLayout .apCont .apSelect span {font-size:16px;}
	.articlePopup .apLayout .apCont .apSelect select {font-size:15px; height:42px;}
	.articlePopup .apLayout .apBtn div {padding:15px 0px; font-size:17px;}
}


.faq_list {width:100%; max-width:1380px; padding:0px 100px; margin: auto;}
.faq_list .faqBox {width:100%; margin-bottom:20px; border-bottom:1px solid #e0e0e0;}
.faq_list .faqBox:last-child {margin-bottom:0;}
.faq_list .faqBox .qBox {width:100%; position:relative; padding-left:40px; padding-top:1px; cursor: pointer;}
.faq_list .faqBox .qBox span {width:40px; border-top:2px solid #084892; position:absolute; top:0; left:0; text-align: center; font-family: 'GmarketSansMedium',sans-serif; font-size:18px; color:#d51e41; line-height:20px; padding-top:20px;}
.faq_list .faqBox .qBox p {font-size:18px; color:#333; font-weight:400; letter-spacing:-0.05em; line-height:28px; border-top:1px solid #e0e0e0; padding:15px 18px; padding-right:56px;}
.faq_list .faqBox .qBox div {background:url("/img/board/faqArrow.png"); width:24px; height:12px; position:absolute; top:50%; right:15px; margin-top:-6px; transition:all 0.3s;}
.faq_list .faqBox .qBox.on div {-ms-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -o-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform: rotate(-180deg);}

.faq_list .faqBox .aBox {width:100%; padding:20px; padding-left:26px; background-color:#f9fbfd; display:none;}
.faq_list .faqBox .aBox p {font-size:18px; color:#333; font-weight:400; letter-spacing:-0.06em; line-height:28px; padding-left:32px; position:relative;}
.faq_list .faqBox .aBox p::before {font-size:18px; color:#00428e; position:absolute; top:2px; left:0;}
@media screen and (max-width:1380px){
	.faq_list {max-width:none;}
	.faq_list .faqBox {margin-bottom:15px;}
	.faq_list .faqBox .qBox span {font-size:17px; padding-top:19px;}
	.faq_list .faqBox .qBox p {font-size:17px; line-height:26px; padding:15px 12px; padding-right:56px;}
	.faq_list .faqBox .qBox div {background-size:20px; width:20px; height:10px; margin-top:-5px;}
	.faq_list .faqBox .aBox {padding:15px; padding-left:24px;}
	.faq_list .faqBox .aBox p {font-size:17px; line-height:26px; padding-left:30px;}
	.faq_list .faqBox .aBox p::before {font-size:17px; top:1px;}
}
@media screen and (max-width:1024px){
	.faq_list {padding:0px 50px;}
	.faq_list .faqBox {margin-bottom:12px;}
	.faq_list .faqBox .qBox span {font-size:16px; padding-top:16px;}
	.faq_list .faqBox .qBox p {font-size:16px; line-height:24px; padding:12px 10px; padding-right:52px;}
	.faq_list .faqBox .qBox div {background-size:18px; width:18px; height:8px; margin-top:-4px;}
	.faq_list .faqBox .aBox {padding-left:22px;}
	.faq_list .faqBox .aBox p {font-size:16px; line-height:24px; padding-left:28px;}
	.faq_list .faqBox .aBox p::before {font-size:16px; top:2px;}
}
@media screen and (max-width:800px){
	.faq_list {padding:0px 30px;}
}

@media screen and (max-width:640px){
	.faq_list {padding:0px 20px;}
	.faq_list .faqBox {margin-bottom:12px;}
	.faq_list .faqBox .qBox {padding-left:30px;}
	.faq_list .faqBox .qBox span {font-size:15px; width:30px; padding-top:15px;}
	.faq_list .faqBox .qBox p {font-size:14px; line-height:22px; padding:12px 10px; padding-right:34px;}
	.faq_list .faqBox .qBox div {background-size:14px; width:14px; height:7px; margin-top:-3.5px; right:10px;}
	.faq_list .faqBox .aBox {padding:12px; padding-left:8px;}
	.faq_list .faqBox .aBox p {font-size:14px; line-height:22px; padding-left:34px;}
	.faq_list .faqBox .aBox p::before {font-size:15px; top:2px;}
}


.contact {width:100%; max-width:1380px; padding:0px 100px; margin: auto;}

ul.contact_info_box {width:100%; background-color:#f2f7fb; padding:20px 30px; margin-bottom:40px;}
ul.contact_info_box li {width:100%; position:relative; padding-left:12px; font-size:17px; color:#333; font-weight:400; letter-spacing:-0.05em; line-height:22px; margin-bottom:10px; word-break: keep-all;}
ul.contact_info_box li:last-child {margin-bottom:0;}
ul.contact_info_box li::before {content:'·'; font-size:17px; color:#333; font-weight:400; line-height:22px; position:absolute; top:0; left:0;}
ul.contact_info_box li a {font-size:17px; color:#00458E; font-weight:500;}
ul.contact_info_box li a:hover {text-decoration: underline;}

.contact_privacy {width:100%;}
.contact_privacy .cpTitle {width:100%; margin-bottom:20px;}
.contact_privacy .cpTitle p {font-family: 'GmarketSansMedium',sans-serif; font-size:22px; color:#333; letter-spacing:-0.025em;}
.contact_privacy .cpTitle span {font-size:17px; color:#333; font-weight:400; letter-spacing:-0.025em; line-height:24px; margin-bottom:20px; display: block;}

.contact_privacy .cp_cont {width:100%;  margin-bottom:20px; padding:20px 30px; border:1px solid #e0e0e0;}
.contact_privacy .cp_cont font {display: block; font-size:17px; color:#00458E; font-weight:500; letter-spacing:-0.025em; word-break: keep-all; position:relative;}
.contact_privacy .cp_cont span {font-size:15px; color:#555; line-height:20px; padding-left:12px; font-weight:400; display: block; word-break: keep-all; position:relative; margin-top:4px;} 
.contact_privacy .cp_cont span div {font-size:15px; color:#555; position:absolute; top:0; left:0; line-height:20px; font-weight:400;}

.contact_privacy .cp_cont table {width:100%; table-layout: fixed; border-top:2px solid #00458E; margin-top:8px; margin-bottom:15px;}
.contact_privacy .cp_cont table tr th {border:1px solid #e0e0e0; background-color:#f8f8f8; font-size:14px; color:#222; font-weight:400; padding:12px 0px;}
.contact_privacy .cp_cont table tr th:first-child {width:520px;}
.contact_privacy .cp_cont table tr td {border:1px solid #e0e0e0; font-size:14px; color:#555; font-weight:400; padding:12px; word-break: keep-all; line-height:24px; text-align: center;}
.contact_privacy .cp_cont table tr td:first-child {text-align:left;}


.contact_privacy .cp_chk_box {width:100%; margin-bottom:30px;}
.contact_privacy .cp_chk_box p {font-size:16px; color:#555; font-weight:400; letter-spacing:-0.025em; line-height:20px;}
.contact_privacy .cp_chk_box div {width:100%; overflow: hidden; margin-top:15px;}
.contact_privacy .cp_chk_box div label {float:left; margin-right:40px; font-size:16px; color:#333; font-weight:400; letter-spacing:-0.025em; line-height:20px; cursor: pointer;}
.contact_privacy .cp_chk_box div label input {width:17px; height:17px; background:url("/img/common/radio_off.png"); float:left; margin-top:3px; margin-right:6px;}
.contact_privacy .cp_chk_box div label input:checked {background:url("/img/common/radio_on.png");}


.contact_form {width:100%; margin-top:60px;}
.contact_form .cfTitle {width:100%; overflow: hidden; border-bottom:1px solid #e0e0e0; padding-bottom:15px; margin-bottom:20px;}
.contact_form .cfTitle p {font-family: 'GmarketSansMedium',sans-serif; font-size:24px; color:#333; letter-spacing:-0.025em; float:left;}
.contact_form .cfTitle span {font-size:16px; color:#333; font-weight:500; letter-spacing:-0.05em; line-height:22px; background:url('/img/common/ess_on.png')no-repeat left center; padding-left:20px; float:right; display: block;}

.contact_form .cf_inner {width:100%; margin-bottom:30px; display:table;}
.contact_form .cf_inner:last-child {margin-bottom:0;}
.contact_form .cf_inner .cf_input {width:50%; vertical-align:top; display: table-cell;}
.contact_form .cf_inner .cf_input {width:50%; vertical-align:top; display: table-cell;}
.contact_form .cf_inner .cf_input:first-child {padding-right:40px;}
.contact_form .cf_inner .cf_input:last-child {padding-left:40px;}

.contact_form .cf_inner .cf_input.cf_input_col {padding:0!important;}

.contact_form .cf_inner .cf_input p {font-size:18px; color:#333; font-weight:500; letter-spacing:-0.05em; line-height:20px; background:url('/img/board/ess_off.png')no-repeat left center; padding-left:21px; margin-bottom:10px;}
.contact_form .cf_inner .cf_input p.ess {background:url('/img/board/ess_on.png')no-repeat left center;}


.contact_form .cf_inner .cf_input .tip {font-size:14px; color:#888; font-weight:400; letter-spacing:-0.025em; line-height:20px; display: block; margin-top:8px; position:relative; padding-left:20px;}
.contact_form .cf_inner .cf_input .tip::before {content:"!"; width:13px; height:13px; border:1px solid #ccc; border-radius:100%; position:absolute; top:3px; left:0; display:flex; justify-content: center; align-items: center; font-size:13px; color:#888; font-weight:400;}

.contact_form input[type=text] {width:100%; height:55px; font-size:17px; color:#333; font-weight:400; letter-spacing:-0.05em; display: block; border:1px solid #d9dfe6; padding:0px 20px;}
.contact_form input[type=text]::placeholder{font-size:17px; color:#999; font-weight:300; letter-spacing:-0.06em;}
.contact_form input[type=text]::-moz-placeholder {font-size:17px; color:#999; font-weight:400; letter-spacing:-0.06em;}
.contact_form input[type=text]:-ms-input-placeholder {font-size:17px; color:#999; font-weight:400; letter-spacing:-0.06em;}
.contact_form input[type=text]::-webkit-input-placeholder {font-size:17px; color:#999; font-weight:400; letter-spacing:-0.06em;}

.contact_form textarea {width:100%; height:150px; font-size:17px; color:#333; font-weight:400; letter-spacing:-0.05em; display: block; border:1px solid #d9dfe6; padding:15px 20px; resize: none;}
.contact_form textarea::placeholder{font-size:17px; color:#999; font-weight:300; letter-spacing:-0.06em;}
.contact_form textarea::-moz-placeholder {font-size:17px; color:#999; font-weight:400; letter-spacing:-0.06em;}
.contact_form textarea:-ms-input-placeholder {font-size:17px; color:#999; font-weight:400; letter-spacing:-0.06em;}
.contact_form textarea::-webkit-input-placeholder {font-size:17px; color:#999; font-weight:400; letter-spacing:-0.06em;}

.contact_form select {width:100%; height:55px; font-size:17px; color:#333; font-weight:400; letter-spacing:-0.025em; background:url("/img/common/selectBtn.png")no-repeat left 20px center; cursor: pointer; display: block; border:1px solid #d9dfe6; padding:0px 20px; padding-left:40px;}
.contact_form select option {font-size:17px; color:#555; font-weight:400;}

.contact_form .cf_inner .cf_input .cf_chk_box {width:100%; overflow: hidden; border:1px solid #d9dfe6; padding:17px 20px; height:55px;}
.contact_form .cf_inner .cf_input .cf_chk_box label {float:left; font-size:16px; color:#333; font-weight:400; letter-spacing:-0.025em; line-height:21px; margin-right:25px; position:relative; padding-left:22px; cursor: pointer; transition:all 0.2s;}
.contact_form .cf_inner .cf_input .cf_chk_box label:last-child {margin-right:0;}
.contact_form .cf_inner .cf_input .cf_chk_box label:hover {color:#999;}
.contact_form .cf_inner .cf_input .cf_chk_box label input {width:17px; height:17px; background:url("/img/common/radio_off.png"); position:absolute; top:50%; left:0; margin-top:-8.5px;}
.contact_form .cf_inner .cf_input .cf_chk_box label input:checked {background:url("/img/common/radio_on.png");}

.contact_form .cf_inner .cf_input .cfTextarea {width:100%; position:relative; border:1px solid #d9dfe6; padding-bottom:40px;}
.contact_form .cf_inner .cf_input .cfTextarea textarea {border:0;}
.contact_form .cf_inner .cf_input .cfTextarea .txtNum {font-size:15px; color:#aaa; font-weight:400; letter-spacing:-0.025em; position:absolute; bottom:10px; right:12px; line-height:20px;}


.cf_btn_box {width:325px; margin: auto; margin-top:50px;}
.cf_btn_box button {width:100%; height:60px; font-size:18px; color:#fff; font-weight:400; letter-spacing:-0.05em; position: relative; -ms-border-radius:12px; -moz-border-radius:12px; -o-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; cursor: pointer; transition:all 0.2s; font-weight:300;  background-color:#00458E; text-align:left; padding-left:40px;}
.cf_btn_box button::after {content:""; width:32px; height:8px; background:url("/img/main/su_arrow.png")no-repeat; position:absolute; top:50%; right:40px; margin-top:-4px; transition:all 0.2s;}
.cf_btn_box button:hover {background-color:#0066F9;}
.cf_btn_box button:hover::after {right:30px;}

@media screen and (max-width:1380px){
	.contact {max-width:none;}
	.contact_form .cf_inner .cf_input:first-child {padding-right:30px;}
	.contact_form .cf_inner .cf_input:last-child {padding-left:30px;}
}
@media screen and (max-width:1280px){
	ul.contact_info_box {width:100%; background-color:#f2f7fb; padding:20px; margin-bottom:35px;}
	ul.contact_info_box li {padding-left:10px; font-size:16px;line-height:21px; margin-bottom:8px;}
	ul.contact_info_box li::before {font-size:16px; line-height:21px;}
	ul.contact_info_box li a {font-size:16px;}
	
	.contact_privacy .cpTitle p {font-size:21px;}
	.contact_privacy .cpTitle span {font-size:16px; line-height:22px;}
	
	.contact_privacy .cp_cont table {margin-bottom:12px;}
	.contact_privacy .cp_cont table tr th:first-child {width:420px;}
	.contact_privacy .cp_cont span {font-size:14px; margin-top:2px;}
	.contact_privacy .cp_cont span div {font-size:14px;}
	
	.contact_privacy .cp_chk_box {margin-bottom:25px;}
	.contact_privacy .cp_chk_box p {font-size:15px;}
	.contact_privacy .cp_chk_box div {margin-top:12px;}
	.contact_privacy .cp_chk_box div label {font-size:15px; margin-right:30px;}
	.contact_privacy .cp_chk_box div label input {background-size:16px!important; width:16px; height:16px;}
	
	.contact_form .cfTitle p {font-size:23px;}
	.contact_form .cfTitle span {font-size:15px; line-height:21px; padding-left:19px;}
	
	.contact_form .cf_inner .cf_input:first-child {padding-right:25px;}
	.contact_form .cf_inner .cf_input:last-child {padding-left:25px;}
	.contact_form .cf_inner .cf_input p {font-size:17px; line-height:21px;}
	
	.contact_form input[type=text] {height:50px; padding:0px 15px; font-size:16px;}
	.contact_form input[type=text]::placeholder{font-size:16px;}
	.contact_form input[type=text]::-moz-placeholder {font-size:16px;}
	.contact_form input[type=text]:-ms-input-placeholder {font-size:16px;}
	.contact_form input[type=text]::-webkit-input-placeholder {font-size:16px;}
	.contact_form select {height:50px; padding:0px 15px; padding-left:35px; background-position:left 15px center; font-size:16px;}
	.contact_form textarea {padding:15px; font-size:16px;}
	.contact_form textarea::placeholder{font-size:16px;}
	.contact_form textarea::-moz-placeholder {font-size:16px;}
	.contact_form textarea:-ms-input-placeholder {font-size:16px;}
	.contact_form textarea::-webkit-input-placeholder {font-size:16px;}
	
	.contact_form .cf_inner .cf_input .cf_chk_box {height:50px; padding: 15px;}
	.contact_form .cf_inner .cf_input .cf_chk_box label {line-height:20px; font-size:15px; margin-right:20px;}
	
	.cf_btn_box {width:280px; margin-top:45px;}
	.cf_btn_box button {height:56px; padding-left:30px;}
	.cf_btn_box button::after {content:""; width:28px; height:7px; background:url("/img/main/su_arrow.png")no-repeat; background-size:28px; right:30px; margin-top:-3.5px;}
	.cf_btn_box button:hover::after {right:25px;}
}
@media screen and (max-width:1180px){
	.contact_form .cf_inner .cf_input:first-child {padding-right:20px;}
	.contact_form .cf_inner .cf_input:last-child {padding-left:20px;}
}
@media screen and (max-width:1024px){
	.contact {padding:0px 50px;}
	ul.contact_info_box {width:100%; background-color:#f2f7fb; padding:15px; margin-bottom:30px;}
	ul.contact_info_box li {padding-left:10px; font-size:15px;line-height:20px; margin-bottom:8px;}
	ul.contact_info_box li::before {font-size:15px; line-height:20px;}
	ul.contact_info_box li a {font-size:15px;}
	
	.contact_privacy .cpTitle p {font-size:19px;}
	.contact_privacy .cpTitle span {font-size:15px; line-height:20px;}
	
	.contact_privacy .cp_cont {padding:12px 15px; margin-bottom:15px;}
	.contact_privacy .cp_cont font {font-size:16px;}
	.contact_privacy .cp_cont table {margin-bottom:10px;}
	.contact_privacy .cp_cont table tr th:first-child {width:260px;}
	.contact_privacy .cp_cont span {font-size:13px; margin-top:1px;}
	.contact_privacy .cp_cont span div {font-size:13px;}
	
	.contact_privacy .cp_chk_box {margin-bottom:20px;}
	.contact_privacy .cp_chk_box p {font-size:14px;}
	.contact_privacy .cp_chk_box div {margin-top:8px;}
	.contact_privacy .cp_chk_box div label {font-size:14px; margin-right:30px;}
	.contact_privacy .cp_chk_box div label input {background-size:15px!important; width:15px; height:15px;}
	
	.contact_form .cfTitle p {font-size:20px;}
	.contact_form .cfTitle span {font-size:14px; line-height:20px; padding-left:18px;}
	
	.contact_form .cf_inner {margin-bottom:0!important;}
	.contact_form .cf_inner .cf_input {width:100%; margin-bottom:25px; float:none; display: block; padding:0!important;}
	.contact_form .cf_inner:last-child .cf_input {margin-bottom:0;}
	.contact_form .cf_inner .cf_input p {font-size:16px; line-height:20px; background-size:15px!important; padding-left:19px; margin-bottom:8px;}
	
	.contact_form input[type=text] {height:46px; padding:0px 12px; font-size:15px;}
	.contact_form input[type=text]::placeholder{font-size:15px;}
	.contact_form input[type=text]::-moz-placeholder {font-size:15px;}
	.contact_form input[type=text]:-ms-input-placeholder {font-size:15px;}
	.contact_form input[type=text]::-webkit-input-placeholder {font-size:15px;}
	.contact_form select {height:46px; padding:0px 15px; padding-left:35px; background-position:left 15px center; font-size:15px;}
	.contact_form textarea {padding:12px 15px; font-size:15px; height:130px;}
	.contact_form textarea::placeholder{font-size:15px;}
	.contact_form textarea::-moz-placeholder {font-size:15px;}
	.contact_form textarea:-ms-input-placeholder {font-size:15px;}
	.contact_form textarea::-webkit-input-placeholder {font-size:15px;}
	
	.contact_form .cf_inner .cf_input .cf_chk_box {height:46px; padding:12px 15px;}
	.contact_form .cf_inner .cf_input .cf_chk_box label {line-height:20px; font-size:14px; margin-right:20px;}
	.contact_form .cf_inner .cf_input .cf_chk_box label input {background-size:15px!important; width:15px; height:15px; margin-top:-7.5px;}
	.contact_form .cf_inner .cf_input .cfTextarea {padding-bottom:36px;}
	.contact_form .cf_inner .cf_input .cfTextarea .txtNum {font-size:13px; bottom:10px; right:12px; line-height:16px;}
	
	.cf_btn_box {width:240px; margin-top:40px;}
	.cf_btn_box button {height:52px; padding-left:25px; font-size:17px;}
	.cf_btn_box button::after {content:""; width:24px; height:6px; background:url("/img/main/su_arrow.png")no-repeat; background-size:24px; right:25px; margin-top:-3px;}
	.cf_btn_box button:hover::after {right:20px;}
}
@media screen and (max-width:800px){
	.contact {padding:0px 30px;}
	
	.contact_form .cf_inner .cf_input .tip {font-size:13px; line-height:19px; margin-top:6px; padding-left:18px;}
	.contact_form .cf_inner .cf_input .tip::before {width:11px; height:11px; font-size:10px; }
}

@media screen and (max-width:640px){
	.contact {padding:0px 20px;}
	
	ul.contact_info_box {width:100%; background-color:#f2f7fb; padding:15px; margin-bottom:25px;}
	ul.contact_info_box li {padding-left:10px; font-size:14px;line-height:20px; margin-bottom:8px;}
	ul.contact_info_box li::before {font-size:14px; line-height:20px;}
	ul.contact_info_box li a {font-size:14px;}
	
	.contact_privacy .cpTitle p {font-size:17px;}
	.contact_privacy .cpTitle span {font-size:14px; line-height:19px; margin-top:3px;}
	
	.contact_privacy .cp_cont {padding:12px 15px; margin-bottom:15px;}
	.contact_privacy .cp_cont font {font-size:15px;}
	.contact_privacy .cp_cont table {margin-bottom:8px;}
	.contact_privacy .cp_cont table tr th {width:30%; font-size:13px;}
	.contact_privacy .cp_cont table tr th:first-child {width:40%!important;}
	.contact_privacy .cp_cont table tr td {line-height:20px; font-size:13px;}
	.contact_privacy .cp_cont span {font-size:13px; margin-top:1px;}
	.contact_privacy .cp_cont span div {font-size:13px;}
	
	.contact_privacy .cp_chk_box {margin-bottom:15px;}
	.contact_privacy .cp_chk_box div {margin-top:6px;}
	.contact_privacy .cp_chk_box div label {margin-right:25px;}
	
	.contact_form .cfTitle p {font-size:18px;}
	.contact_form .cfTitle span {font-size:13px; line-height:18px; padding-left:17px; background-size:13px;}
	
	.contact_form .cf_inner .cf_input {margin-bottom:20px; }
	.contact_form .cf_inner .cf_input p {font-size:15px; line-height:20px; background-size:14px!important; padding-left:18px;}
	
	.contact_form input[type=text] {height:42px; padding:0px 12px; font-size:14px;}
	.contact_form input[type=text]::placeholder{font-size:14px;}
	.contact_form input[type=text]::-moz-placeholder {font-size:14px;}
	.contact_form input[type=text]:-ms-input-placeholder {font-size:14px;}
	.contact_form input[type=text]::-webkit-input-placeholder {font-size:14px;}
	.contact_form select {height:42px; padding:0px 15px; padding-left:35px; background-position:left 15px center; font-size:14px;}
	.contact_form textarea {padding:12px 15px; font-size:14px; height:130px;}
	.contact_form textarea::placeholder{font-size:14px;}
	.contact_form textarea::-moz-placeholder {font-size:14px;}
	.contact_form textarea:-ms-input-placeholder {font-size:14px;}
	.contact_form textarea::-webkit-input-placeholder {font-size:14px;}
	
	.contact_form .cf_inner .cf_input .cf_chk_box {height:42px; padding:10px 15px;}
	.contact_form .cf_inner .cf_input .cf_chk_box label {line-height:20px; font-size:14px; margin-right:20px;}
	.contact_form .cf_inner .cf_input .cf_chk_box label input {background-size:15px!important; width:15px; height:15px; margin-top:-7.5px;}
	.contact_form .cf_inner .cf_input .cfTextarea {padding-bottom:36px;}
	.contact_form .cf_inner .cf_input .cfTextarea .txtNum {font-size:12px; bottom:10px; right:12px; line-height:16px;}
	
	.cf_btn_box {width:100%; margin-top:30px;}
	.cf_btn_box button {height:54px; padding-left:25px; font-size:18px; text-align: center;}
	.cf_btn_box button::after {display:none;}
}






