@charset "UTF-8";

/********* common_layout *********/
html, body {height:100%;}
body {line-height:1.3; color:#333; font-family: "Montserrat", "Noto Sans KR", 'sans-serif'; font-size:15px; word-break: keep-all; letter-spacing: -0.04em; min-width: 320px;}
.wrapper {position:relative; z-index:1; min-height:100%; overflow: hidden;}
#real_contents {width: 100%;}
.container {position:relative; z-index:1; max-width: 1500px; width: 100%; margin: 0 auto;}
.container2 {position:relative; z-index:1; max-width: 1280px; width: 100%; margin: 0 auto;}
.container3 {position:relative; z-index:1; max-width: 1920px; width: 100%; margin: 0 auto;}
.contents {position: relative;}
.hide {position:absolute; left:-9999px; overflow:hidden; width:1px; height:1px; line-height:1px; font-size:1px;}
caption {position:static; overflow:hidden; width:1px; height:1px; margin:0; padding:0; font-size:1px; text-indent:-9999px;}


 @font-face {
  font-family: 'ROEHOE-CHAN';
  font-style: normal;
  font-weight: 400;
  src: url("/eng/fonts/ROEHOE-CHAN.woff") format('woff2');
}

 @font-face {
  font-family: 'Montez-Regular';
  font-style: normal;
  font-weight: 400;
  src: url("/eng/fonts/Montez-Regular.woff") format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url("/eng/fonts/Montserrat-Thin.woff") format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("/eng/fonts/Montserrat-Light.woff") format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("/eng/fonts/Montserrat-Regular.woff") format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("/eng/fonts/Montserrat-Medium.woff") format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("/eng/fonts/Montserrat-SemiBold.woff") format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("/eng/fonts/Montserrat-Bold.woff") format('woff');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url("/eng/fonts/Montserrat-Black.woff") format('woff');
}

/* 헤더 */

header {position: absolute; z-index: 9999; top: 0; left: 0; right: 0; }
.header {position: relative; z-index: 9998; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s;}
.gnb_header {border-bottom: 1px solid rgba(255, 255, 255, 0.3); background-color: rgba(0, 0, 0, 0.2);}
.gnb_header .container {max-width:1800px;}
.gnb_header .head_box {display: flex; align-items: center; justify-content: space-between; column-gap: 10px;}
.gnb_header .head_box .logo {}
.gnb_header .head_box .logo a {display: block; width: 134px; height: 48px; background-image: url("/eng/images/common/logo.png"); background-size: contain; background-position: 0 0; background-repeat: no-repeat;}
.gnb_header .head_box .gnb {display: flex; justify-content: center; width: 100%;}
.gnb_header .head_box .gnb > li {position: relative; }
.gnb_header .head_box .gnb > li > a {display: block; position: relative; padding: 0 35px; font-weight: 400; font-size: 21px; line-height: 114px; color: #fff; text-align: center;}
.gnb_header .head_box .gnb > li > a:before {display: block; content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -5px; width: 0; height: 7px; border-radius: 5px; background-color: #fff; transition: all 0.6s;}
/* .gnb_header .head_box .gnb > li.on a {font-weight: 600;} */
.gnb_header .head_box .gnb > li.on > a:before {width: calc(100% - 60px);}

/* .gnb_header .head_box .gnb > li.on .sub_gnb_box {display: block;} */




.util_menu {display: flex; align-items: center; column-gap: 30px;}
.util_menu .menu_list {margin: 0 40px 0 0;}
.util_menu .menu_list .list {display: flex; align-items: center; gap: 0 25px;}
.util_menu .menu_list .list li {}
.util_menu .menu_list .list li a {font-weight: 400; font-size: 16px; line-height: 24px; color: #ffffff;}
.util_menu .sitemap_btn {display: block; width: 50px; height: 24px; background: url("/eng/images/common/sitemap_btn.png") no-repeat center / cover;}
.util_menu .m_gnb_btn {display: none; width: 30px; height: 20px; background-image: url("/eng/images/common/sitemap_btn.png"); background-position: center; background-repeat: no-repeat; background-size: cover;}
.util_menu .language_box {position: relative; height: 26px;}
.util_menu .language_box .language_btn { display: inline-block; width: 25px; height: 26px; background: url("/eng/images/common/language_icon.png") no-repeat center; font-size: 0;}
.util_menu .language_box .language_list {display: none; min-width: 60px; border: 1px solid #cccccc; position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%); width: 100%; background-color: #fff; text-align: center;}
.util_menu .language_box .language_list li {}
.util_menu .language_box .language_list li a {display: block; font-weight: 400; font-size: 14px; line-height: 30px; color: #cccccc;}
.util_menu .language_box .language_list li.on a {color: #777777;}


.header.scrolled .gnb_header {position: fixed; top: 0; z-index: 1; width: 100%; background-color: #000}
/* .header.scrolled .gnb_header .head_box .gnb > li > a {color: #222222;}
.header.scrolled .gnb_header .head_box .logo a {background-image: url("/eng/images/common/logo_on.png");}
.header.scrolled .util_menu .language_box .language_btn span {color: #222;}
.header.scrolled .util_menu .language_box .language_btn span:before {background-image: url("/eng/images/common/language_arrow_on.png");}
.header.scrolled .util_menu .sitemap_btn {background-image: url("/eng/images/common/sitemap_btn_on.png");}
.header.scrolled .util_menu .m_gnb_btn {background-image: url("/eng/images/common/sitemap_btn_on.png");}
.header.scrolled .util_menu .sch_btn {background-image: url("/eng/images/common/sch_btn_on.png");}
.header.scrolled .gnb_header .head_box .gnb > li.on a {color: #fff;}
 */


.gnb_bg {display: none !important; overflow: hidden; position: absolute; left: 0; top: 0; width: 100%; opacity: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 0;}
/* .gnb_bg.on {display: block; height: 430px; opacity: 1;} */
/* 사이트맵 */
.sitemap_wrap {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; padding: 50px 0; z-index: 10000; overflow-y: auto; visibility: visible; background: #0d0d0d}
/* .sitemap_wrap .container2 {display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100%;} */
.sitemap_wrap .container2 {max-width: 100%; position: initial;}
.sitemap_wrap .title_area {}
.sitemap_wrap .title_area .sitemap_logo {text-align: center;}
.sitemap_wrap .title_area .sitemap_logo img {}
.sitemap_wrap .title_area .sitemap_close {position: absolute; right: 50px; top: 50px;}
.sitemap_wrap .title_area .sitemap_close img {}
.sitemap_wrap .sitemap_close {position: absolute; right: 100px; top: 50px;}
.sitemap_wrap .sitemap_close img {transition: all 0.5s;}
.sitemap_wrap .sitemap_close:hover img {transform: rotate(360deg)}
.sitemap_wrap .sitemap_box {margin: 110px 0 0; text-align: center;}
.sitemap_wrap .sitemap_box .sitemap {}
.sitemap_wrap .sitemap_box .sitemap > li {margin: 40px 0 0;}
.sitemap_wrap .sitemap_box .sitemap > li:first-child {margin: 0;}
.sitemap_wrap .sitemap_box .sitemap > li > a {display: inline-block; position: relative; font-weight: 400; font-size: 33px; line-height: 40px; color: #ffffff; text-align: center;}
.sitemap_wrap .sitemap_box .menu_list {margin: 100px 0 0;}
.sitemap_wrap .sitemap_box .menu_list .list {display: flex; column-gap: 30px; justify-content: center;}
.sitemap_wrap .sitemap_box .menu_list .list li {}
.sitemap_wrap .sitemap_box .menu_list .list li a {display: block; font-weight: 400; font-size: 18px; line-height: 24px; color: #ffffff;}

/* footer */
.footer {padding: 40px 0; border-top: 1px solid #5f5f5f; background-color: #000; text-align: center;}
.footer .container {max-width: 1800px;}
.footer .ft_area {}
.footer .ft_area .ft_top {}
.footer .ft_area .ft_top .text {font-family: "ROEHOE-CHAN"; font-weight: 400; font-size: 100px; color: #999b99; text-align: center;}
.footer .ft_area .ft_mid {display: flex; justify-content: space-between; width: 100%;}
.footer .ft_area .ft_mid .ft_left {}
.footer .ft_area .ft_mid .ft_left .ft_gnb {}
.footer .ft_area .ft_mid .ft_left .ft_gnb li {}
.footer .ft_area .ft_mid .ft_left .ft_gnb li a {display: block; font-weight: 600; font-size: 36px; line-height: 48px; color: #21241b;}
.footer .ft_area .ft_mid .ft_left .ft_gnb li .sub_gnb_box {display: none;}
.footer .ft_area .ft_mid .ft_left .menu {display: block; font-weight: 300; font-size: 36px; line-height: 48px; color: #21241b;}
.footer .ft_area .ft_mid .ft_left .sns_list {margin: 25px 0 0;}
.footer .ft_area .ft_mid .ft_left .sns_list .list {display: flex; align-items: center; gap: 10px;}
.footer .ft_area .ft_mid .ft_left .sns_list .list li {}
.footer .ft_area .ft_mid .ft_left .sns_list .list li a {display: block;}
.footer .ft_area .ft_mid .ft_left .sns_list .list li a img {}
.footer .ft_area .ft_mid .ft_right {display: flex; gap: 0 40px; width: 100%; max-width: 800px;}
.footer .ft_area .ft_mid .ft_right .img_list {flex-shrink: 0;}
.footer .ft_area .ft_mid .ft_right .img_list .list {}
.footer .ft_area .ft_mid .ft_right .img_list .list li {margin: 40px 0 0;}
.footer .ft_area .ft_mid .ft_right .img_list .list li:first-child {margin: 0;}
.footer .ft_area .ft_mid .ft_right .img_list .list li img {}
.footer .ft_area .ft_mid .ft_right .info_box {padding: 35px 0 0;}
.footer .ft_area .ft_mid .ft_right .info_box .list {display: flex; flex-wrap: wrap; gap: 40px;}
.footer .ft_area .ft_mid .ft_right .info_box .list li {}
.footer .ft_area .ft_mid .ft_right .info_box .list li:first-child {width: 100%;	}
.footer .ft_area .ft_mid .ft_right .info_box .list li .box {}
.footer .ft_area .ft_mid .ft_right .info_box .list li .box .title {font-weight: 600; font-size: 18px; line-height: 24px; color: #444444;}
.footer .ft_area .ft_mid .ft_right .info_box .list li .box .text {font-weight: 400; font-size: 18px; line-height: 24px; color: #999999;}
.footer .ft_area .ft_mid .ft_right .info_box .brochure_btn {display: block; margin: 60px 0 0; width: 100%; max-width: 370px; border-radius: 5px; border: 1px solid #828282; text-align: center;}
.footer .ft_area .ft_mid .ft_right .info_box .brochure_btn .text {display: inline-block; padding: 0 40px 0 0; background: url("/eng/images/common/down_icon.png") no-repeat right center; font-weight: 300; font-size: 16px; line-height: 70px; color: #21241b;}
.footer .ft_area .ft_mid .ft_right .info_box .brochure_btn .text .txt {font-weight: 700;}
.footer .ft_area .ft_btm {margin: 35px 0 0; padding: 15px 0 0; border-top: 1px solid #d2d2d2;}
.footer .ft_area .ft_btm .copyright {font-weight: 400; font-size: 16px; line-height: 24px; color: #999999;}

.footer .ft_area2 {}
.footer .ft_area2 .ft_top {}
.footer .ft_area2 .ft_top .list {display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 40px;}
.footer .ft_area2 .ft_top .list li {}
.footer .ft_area2 .ft_top .list li:first-child {width: 100%;}
.footer .ft_area2 .ft_top .list li .box {display: flex; justify-content: center; gap: 0 25px; font-size: 18px; line-height: 24px; color: #ffffff;}
.footer .ft_area2 .ft_top .list li .box .tit {font-weight: 600;}
.footer .ft_area2 .ft_top .list li .box .txt {font-weight: 400; color: #fff;}
.footer .ft_area2 .ft_btm {margin: 25px 0 0;}
.footer .ft_area2 .ft_btm .copyright {font-weight: 400; font-size: 16px; line-height: 24px; color: #ffffff;}



#top_btn {position: fixed; right: 50px; bottom: 50px; z-index: 999;}


.red {color: #ff4c49;}
.gray {color: #777777 !important;}
.tc {text-align: center !important;}
.tr {text-align: right !important;}
.tl {text-align: left !important;}
.ft_en {font-family: "Montserrat" !important;}

.m0 {margin: 0 !important;}
.p0 {padding: 0 !important;}
.mt100 {margin-top: 100px !important;}
.fw300 {font-weight: 300 !important;}

.btn_area {margin: 55px 0 0;}
.btn_area .btn {display: inline-block; width: 220px; border: 1px solid #333333; border-radius: 32px; background-color: #333333; font-weight: 400; font-size: 16px; line-height: 58px; color: #ffffff; text-align: center; transition: all 0.3s;}
.btn_area .btn:hover, .btn_area .btn:focus {background-color: #fff; color: #333333;}
.btn_area .btn:hover .txt, .btn_area .btn:focus .txt {background-image: url("/eng/images/sub/list_btn_icon_hover.png");}

.btn_area .arrow_btn {display: inline-block; width: 250px; border: 1px solid #000; border-radius: 30px; text-align: center;}
.btn_area .arrow_btn .text {display: inline-block; padding: 0 25px 0 0; background: url("/eng/images/sub/tri_arrow_icon_black.png") no-repeat right center; font-weight: 500; font-size: 16px; line-height: 60px; color: #000000;}


/* ==================== Pagination Style ==================== */
.pagination {margin: 95px 0 0; font-size:0; text-align: center;}
.pagination a {display: inline-block; width: 32px; height: 32px; margin: 0 10px 0 0; border: 1px solid #dddddd; font-weight: 400; font-size: 15px; line-height: 30px; color: #888888; text-align: center; vertical-align: middle; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;}
.pagination a:hover, .pagination a:focus, .pagination .active {border-color: #2c405f; color: #2c405f;}
.pagination .page_arrow {position: relative;}
.pagination .page_arrow:before {display: block; content: ''; position: absolute; top: 50%; height: 14px; background-position: center; background-size: contain; background-repeat: no-repeat;}
.pagination .page_arrow.l1 {}
.pagination .page_arrow.l1:before {left: 50%; width: 8px; transform: translate(-50%, -50%); background-image: url("/eng/images/common/page_l1.png");}
.pagination .page_arrow.l2 {}
.pagination .page_arrow.l2:before {left: 50%; width: 13px; transform: translate(-50%, -50%); background-image: url("/eng/images/common/page_l2.png");}
.pagination .page_arrow.r1 {}
.pagination .page_arrow.r1:before {left: 50%; width: 8px; transform: translate(-50%, -50%);  background-image: url("/eng/images/common/page_r1.png");}
.pagination .page_arrow.r2 {}
.pagination .page_arrow.r2:before {left: 50%; width: 13px; transform: translate(-50%, -50%); background-image: url("/eng/images/common/page_r2.png");}
/* ==================== Pagination Style ==================== */

/*체크박스*/
.chk_inner {display: inline-block; position: relative; padding: 0 0 0 30px; font-size: 0; text-align: left;}
.chk_inner .inp_chk {display: inline-block; position: absolute; top: 50%; left: 0; width: 18px; height: 18px;  margin: -9px 0 0; border: 1px solid #e2e2e2; padding: 0; background-color: #ffffff; cursor: pointer; vertical-align: middle;}
.chk_inner .inp_chk:checked:before {display: block; content: ''; position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); width: 14px; height: 9px; background: url("/eng/images/sub/chk.png") no-repeat center;}
.chk_inner label {display: inline-block; font-weight: 400; font-size: 16px; line-height: 18px; color: #777777; vertical-align: middle; cursor: pointer;}
/*//체크박스*/

/*라디오 버튼*/
.radio_area {display: inline-block; position: relative; padding: 0 0 0 30px; font-size: 0;}
.radio_area .radio_inp {display: inline-block; position: absolute; top: 1px; left: 0; width: 20px; height: 20px; margin: 0; border: 1px solid #e5e5e5; padding: 0; background-color: #ffffff; border-radius: 50%; cursor: pointer;}
.radio_area .radio_inp:checked {}
.radio_area .radio_inp:checked:before {display: block; content: ''; position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; background-color: #6aae48; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%;}
.radio_area label {display: block; font-weight: 400; font-size: 17px; line-height: 20px; color: #111111; cursor: pointer;}
/*//라디오 버튼*/



@media screen and (max-width: 1800px) {
	.gnb_header .container {padding: 0 10px;}
	.footer .container {padding: 0 10px;}

}



@media screen and (max-width: 1600px) {

	.container2 {padding: 0 10px}
	
}

@media screen and (max-width: 1540px) {
}

@media screen and (max-width: 1400px) {
	.gnb_header .head_box .logo a {width: 130px; height: 46px; background-size: contain;}
	.gnb_header .head_box .gnb > li > a {padding: 0 20px; font-size: 18px; line-height: 85px;}
	.util_menu {column-gap: 15px;}
	.util_menu .sitemap_btn {width: 40px; height: 20px;}
	.util_menu .menu_list {margin: 0;}
	.util_menu .menu_list .list {gap: 0 10px;}
	.util_menu .menu_list .list li a {font-size: 14px; line-height: 20px;}
	

	.sitemap_wrap .title_area .sitemap_logo img {width: 150px;}
	.sitemap_wrap .sitemap_box .sitemap > li {margin: 30px 0 0;}
	.sitemap_wrap .sitemap_box .sitemap > li > a {font-size: 24px; line-height: 34px;}
	.sitemap_wrap .sitemap_box .menu_list {margin: 60px 0 0;}


	.footer .ft_area .ft_top .text {font-size: 80px;}
	.footer .ft_area .ft_mid .ft_left .ft_gnb li a {font-size: 30px; line-height: 40px;}
	.footer .ft_area .ft_mid .ft_left .menu {font-size: 30px; line-height: 40px;}
	.footer .ft_area .ft_mid .ft_left .sns_list .list {justify-content: center;}
	.footer .ft_area .ft_mid .ft_right {max-width: 690px; gap: 0 20px; align-items: start;}
	.footer .ft_area .ft_mid .ft_right .img_list .list li {margin: 20px 0 0;}
	.footer .ft_area .ft_mid .ft_right .img_list .list li img {width: 120px;}
	.footer .ft_area .ft_mid .ft_right .info_box {padding: 0;}
	.footer .ft_area .ft_mid .ft_right .info_box .list {gap: 20px; justify-content: center; }
	.footer .ft_area .ft_mid .ft_right .info_box .list li {width: 100%;}
	.footer .ft_area .ft_mid .ft_right .info_box .brochure_btn {margin: 30px 0 0; max-width: 300px;}
	.footer .ft_area .ft_mid .ft_right .info_box .brochure_btn .text {padding: 0 30px 0 0; font-size: 14px; line-height: 50px;}
	.footer .ft_area .ft_btm {margin: 15px 0 0;	padding: 10px 0 0;}
	.footer .ft_area .ft_btm .copyright {font-size: 14px; line-height: 20px;}


	#top_btn {right: 20px; bottom: 20px;}
	#top_btn img {width: 60px;}

	.btn_area {margin: 30px 0 0;}
	.btn_area .btn {width: 190px; line-height: 50px;}

	
	.btn_area .arrow_btn {width: 220px;}
	.btn_area .arrow_btn .text {padding: 0 20px 0 0; line-height: 50px; }
	
	.mt100 {margin-top: 70px !important;}


	.radio_area {padding: 0 0 0 24px;}
	.radio_area label {font-size: 16px;}


}

@media screen and (max-width: 1280px) {
   
}


@media screen and (max-width: 1080px) {
	.gnb_header .head_box {padding: 10px 0;}
	.gnb_header .head_box .gnb {display: none;}
	.gnb_header .head_box .logo a {width: 100px; height: 36px;}
	.util_menu .sitemap_btn {width: 30px; height: 16px;}
	.util_menu .menu_list .list {gap: 0 5px;}
	
		
	.sitemap_wrap {padding: 30px 0;}	
	.sitemap_wrap .title_area .sitemap_logo img {width: 120px;}
	.sitemap_wrap .title_area .sitemap_close {right: 20px; top: 20px;}
	.sitemap_wrap .title_area .sitemap_close img {width: 30px;}
	.sitemap_wrap .sitemap_box {margin: 60px 0 0;}
	.sitemap_wrap .sitemap_box .sitemap > li {margin: 20px 0 0;}
	.sitemap_wrap .sitemap_box .sitemap > li > a {font-size: 20px; line-height: 30px;}
	.sitemap_wrap .sitemap_box .menu_list .list li a {font-size: 16px; line-height: 20px;}
	.sitemap_wrap .sitemap_box .menu_list {margin: 40px 0 0;}



	.footer {padding: 30px 0;}
	.footer .ft_area {text-align: center;}
	.footer .ft_area .ft_top .text {font-size: 60px;}
	.footer .ft_area .ft_mid {flex-direction: column;}
	.footer .ft_area .ft_mid .ft_left .ft_gnb {display: none;}
	.footer .ft_area .ft_mid .ft_left .menu {display: none;}
	.footer .ft_area .ft_mid .ft_left .sns_list {margin: 0;}
	.footer .ft_area .ft_mid .ft_right {max-width: 100%; margin: 10px 0 0; align-items: center;}
	.footer .ft_area .ft_mid .ft_right .img_list .list {display: flex; gap: 0 10px; align-items: center; justify-content: center;}
	.footer .ft_area .ft_mid .ft_right .img_list .list li {margin: 0;}
	.footer .ft_area .ft_mid .ft_right {flex-direction: column;}
	.footer .ft_area .ft_mid .ft_right .info_box {padding: 15px 0 0;}
	.footer .ft_area .ft_mid .ft_right .info_box .list {gap: 10px;}
	.footer .ft_area .ft_mid .ft_right .info_box .list li .box .text {font-size: 16px; line-height: 20px;}
	.footer .ft_area .ft_mid .ft_right .info_box .brochure_btn {margin: 15px auto 0; max-width: 280px;}
	.footer .ft_area .ft_mid .ft_right .info_box .brochure_btn .text {padding: 0 22px 0 0; background-size: 16px auto; line-height: 40px;}
	.footer .ft_area .ft_btm {margin: 10px 0 0;}

	
	.footer .ft_area2 .ft_top .list {gap: 10px 20px;}
	.footer .ft_area2 .ft_top .list li .box {gap: 0 15px; font-size: 16px; line-height: 20px;}
	.footer .ft_area2 .ft_btm {margin: 15px 0 0;}
	.footer .ft_area2 .ft_btm .copyright {font-size: 14px; line-height: 20px;}

	/* ==================== Pagination Style ==================== */
	.pagination {margin: 55px 0 0;}
	.pagination a {width: 18px; height: 18px; font-size:12px; line-height: 16px;}
	.pagination .page_arrow {font-size:15px;}
	.pagination .page_arrow.r1:before {width: 7px;}
	.pagination .page_arrow.r2:before {width: 13px;}
	.pagination .page_arrow.l1:before {width: 7px;}
	.pagination .page_arrow.l2:before {width: 13px;}
	.pagination.skin2 a {line-height:20px;}
	/* ==================== Pagination Style ==================== */
	.mt100 {margin-top: 50px !important;}


	.chk_inner {padding: 0 0 0 24px;}
	.chk_inner .inp_chk {width: 16px; height: 16px; margin: -8px 0 0;}
	.chk_inner label {font-size: 14px; line-height: 16px;}


	#top_btn {right: 10px; bottom: 10px;}
	#top_btn img {width: 50px;}
	
	.btn_area {margin: 20px 0 0;}
	.btn_area .btn {width: 140px; font-size: 14px; line-height: 40px;}

	
	.btn_area .arrow_btn {width: 200px;}
	.btn_area .arrow_btn .text {padding: 0 15px 0 0; line-height: 40px; }

	.radio_area {padding: 0 0 0 20px;}
	.radio_area .radio_inp {width: 16px; height: 16px;}
	.radio_area label {font-size: 14px; line-height: 16px;}

}

@media screen and (max-width: 767px) {

	.footer {padding: 20px 0;}
	.footer .ft_area .ft_top .text {font-size: 40px;}
	.footer .ft_area .ft_mid .ft_left .sns_list .list li a img {width: 28px;}

	.footer .ft_area2 .ft_top .list {gap: 5px 10px;}
	.footer .ft_area2 .ft_top .list li {width: 100%;}
	.footer .ft_area2 .ft_top .list li .box {gap: 0 10px; font-size: 14px; }
	.footer .ft_area2 .ft_btm {margin: 10px 0 0;}
	.footer .ft_area2 .ft_btm .copyright {font-size: 12px; line-height: 18px;}

	.btn_area {margin: 15px 0 0;}
	.btn_area .btn {width: 120px; line-height: 34px;}
	
	.btn_area .arrow_btn {width: 180px;}
	.btn_area .arrow_btn .text {padding: 0 10px 0 0; background-size: 6px auto; line-height: 35px; }

	
	#top_btn {right: 10px; bottom: 10px;}
	#top_btn img {width: 40px;}

	.mt100 {margin-top: 30px !important;}

	
    /* ==================== Pagination Style ==================== */
	.pagination {margin: 30px 0 0;}
	.pagination a {width: 16px; height: 16px; margin: 0 4px 0 0; line-height: 14px;}
	.pagination .page_arrow {font-size:14px;}
    .pagination .page_arrow.r1 {margin: 0 3px 0 0;}
    .pagination .page_arrow.r2 {margin: 0 3px 0 0;}
    .pagination .page_arrow.l1 {margin: 0 3px 0 0;}
    .pagination .page_arrow.l2 {margin: 0 3px 0 0;}
    /* ==================== Pagination Style ==================== */
}

@media screen and (max-width: 480px) {
	.util_menu .menu_list {display: none;}

	.footer .ft_area2 .ft_top .list li .box {flex-direction: column;}


}


/* select 기본 화살표 없애기 */
select {
    border-radius:0; /* 아이폰 사파리 보더 없애기 */
    -webkit-appearance:none; /* 화살표 없애기 for chrome*/
    -moz-appearance:none; /* 화살표 없애기 for firefox*/
    appearance:none /* 화살표 없애기 공통*/ 
}

select::-ms-expand{ display:none /* 화살표 없애기 for IE10, 11*/}