@charset "utf-8";

/********** skip_nav **********/
.skip_nav {display:block;overflow:hidden;position:absolute;left:0;right:0;top:0;z-index:1000;height:0;background:#000;text-align:center;}
.skip_nav:focus {overflow:auto;height:auto;padding:5px 0;color:#fff;}


/********** 숨김 **********/
.hide {overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%);}


/********** 말줄임(사용시 클래스가 맨앞에 위치해야함) **********/
.ellipsis1 {display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:1;}/* 1줄 */
.ellipsis2 {display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}/* 2줄 */
.ellipsis3 {display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;}/* 3줄 */
.ellipsis4 {display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:4;}/* 4줄 */


/********** 타이틀 **********/
.h4 {margin-bottom:20px;color:#000;font-size:5rem;position:relative;font-weight:700;border-bottom:1px dashed #ddd;padding-bottom:2rem;font-family:'The Jamsil';}
.h5 {position:relative;color:#2a2e70;font-size:3.5rem;font-weight:600;font-family:'The Jamsil';}
.h5:after {content:"";display:block;position:absolute;top:50%;left:-15px;width:15px;height:8px;background:#2a2e70;margin-top:-20px;clip-path:polygon(0 1%, 60% 1%, 100% 100%, 40% 100%);}
.h6 {position:relative;color:#333 ;font-size:1.8rem;font-weight:600;padding-left:2rem;}
.h6:after {content:"";display:block;position:absolute;top:7px;left:0;width:10px;height:10px;border:3px solid #2a2e70;margin-top:0;border-radius:100%;}
.h6 span {float:right;font-weight:400;font-size:1.6rem;}
	/* 태블릿 */
	@media only screen and (max-width:1023px){
		.h4 {font-size:4.5rem;}
	}
	/*모바일*/
	@media only screen and (max-width:767px){
		.h4 {font-size:3.5rem;}
		.h4 p {background:#fff;display:inline-block;padding-right:20px;}
		.h5 {font-size:3rem;}
		.h6 {font-size:1.8rem;}
	}

/********** 리스트(사용시 클래스가 맨앞에 위치해야함) **********/
[class^="list"] > li {position:relative;padding-left:2rem;font-weight:400;}
[class^="list"] > li:after {content:"";position:absolute;left:0;top:11px;}
/* 리스트_1 */
.list1 > li {}
.list1 > li:nth-of-type(n+2) {margin-top:1rem;}
.list1 > li:after {display:block;box-sizing:border-box;border-radius:50%;border:1px solid #2a2e70;position:absolute;left:0;top:7px;width:6px;height:6px;}
/* 리스트_2 */
.list2 > li {padding-left:14px;margin-top:5px;}
.list2 > li:after {width:6px;height:2px;top:9px;background:#bbb;}
/* 리스트_3 */
.list3 {gap:2rem 0;display:flex;flex-wrap:wrap;}
.list3 > li {display:flex;flex-wrap:wrap;width:100%;padding-left:2.5rem;}
.list3 > li:after {width:18px;height:18px;top:0px;background:#fff;border-radius:100%;border:5px solid #000;}
.list3 > li span {font-weight:600;padding-right:2rem;position:relative;}
.list3 > li span:before {content:"";position:absolute;right:0;top:1px;width:1px;height:1.8rem;background:#000;}
.list3 > li p {padding-left:2rem;}
/* 리스트_4 */
.list4 {gap:1rem 0;display:flex;flex-wrap:wrap;margin-bottom:1rem;}
.list4 > li {display:flex;flex-wrap:wrap;width:100%;padding-left:2rem;font-size:1.5rem;}
.list4 > li:after {font-family:remixicon;font-size:1.5rem;color:#999;content:"\F2E5";position:absolute;top:0;right:0;}

/* 리스트_5 */
.list5 {gap:1rem 0;display:flex;flex-wrap:wrap;margin-bottom:1rem;}
.list5 > li {display:flex;flex-wrap:wrap;width:100%;padding-left:2rem;font-size:1.5rem;}
.list5 > li:after {font-family:remixicon;font-size:1.5rem;color:#000;content:"\EB7B";position:absolute;top:0;right:0;}
    @media only screen and (max-width:1199px){
		.list1 > li:after {top:6px;}
	}
    @media only screen and (max-width:1023px){
		.list1 > li:after {top:4px;}
	}
    @media only screen and (max-width:767px){
		.list3 {gap:1.5rem 0;}
		.list3 > li:after {width:14px;height:14px;}
		.list3 > li span:before {display:none;}
		.list3 > li p {width:100%;padding-left:0;padding-top:1rem;}

		.list4 {gap:1.5rem 0;}
		
		.list5 {gap:1.5rem 0;}
	}

/********** 폰트색상 **********/
.cr_red {color:#2a2e70;}
.cr_blue {color:#2a2e70;}
.cr_green {color:#41bf78;}
.cr_yellow {color:#ffa800;}
.cr_gray {color:#666;}
.cr_black {color:#000;}

/********** 폰트사이즈 **********/
.ft_14 {font-size:1.4rem;}
.ft_16 {font-size:1.6rem;}
.ft_18 {font-size:1.8rem;}
.ft_20 {font-size:2rem;}

/********** 테이블 **********/
.tableA {width:100%;border-bottom:1px solid #ddd;border-top:1px solid #000;font-size:1.5rem;word-break:break-all;}
.tableA thead th {padding:20px 10px;border-left:1px solid #ddd;border-top:1px solid #ddd;color:#222;background:#f5f5f6;}
.tableA thead th:first-child {border-left:0;}
.tableA tfoot th {padding:20px 10px;border-top:1px solid #ddd;}
.tableA tbody tr {transition:all .4s;-webkit-transition:all .4s;}
.tableA tbody th {padding:20px 10px;border-left:1px solid #ddd;border-top:1px solid #ddd;vertical-align:middle;font-weight:600;color:#000;}
.tableA tbody td {padding:20px 10px;border-left:1px solid #ddd;border-top:1px solid #ddd;}
.tableA tbody tr th:first-child,
.tableA tbody tr td:first-child {border-left:0;}
.tableA tbody tr:first-child th,
.tableA tbody tr:first-child td {border-top:1px solid #ddd;}
.tableA tbody tr th.bd_none,.tableA tbody tr td.bd_none,
.tableA thead tr th.bd_none,.tableA thead tr td.bd_none {border-left:0;}
.tableA tbody tr th.bd_left,.tableA tbody tr td.bd_left {border-left:1px solid #ddd;}
.tableA thead tr th.bd_left,.tableA thead tr td.bd_left {border-left:1px solid #ddd;}
.tableA tbody td i {font-size:2rem;}
	@media only screen and (max-width:1023px){
	}
	@media only screen and (max-width:767px){
        .tableA thead th,
        .tableA thead td,
        .tableA tbody th, 
        .tableA tbody td {padding:10px 10px;font-size:1.4rem;}
	}

.tableB {width:100%;border-bottom:1px solid #b2b2b2;border-top:2px solid #222;word-break:normal;font-size:1.5rem;}
.tableB thead th {padding:1.5rem 1rem;border-left:1px solid #b2b2b2;border-top:1px solid #b2b2b2;color:#222;}
.tableB thead th:first-child {border-left:0;}
.tableB tfoot th {padding:1.5rem 1rem;background:#f4f4f4;border-top:1px solid #b2b2b2;background:#e3e3f1;color:#2a2e70;}
.tableB tfoot td {padding:1.5rem 1rem;border-left:1px solid #b2b2b2;border-top:1px solid #b2b2b2;background:#e3e3f1;color:#2a2e70;font-weight:500;}
.tableB tbody th {padding:1.5rem 1rem;border-left:1px solid #b2b2b2;border-top:1px solid #b2b2b2;vertical-align:middle;font-weight:700;color:#222;background:#f4f4f4;}
.tableB tbody td {padding:1.5rem 1rem;border-left:1px solid #b2b2b2;border-top:1px solid #b2b2b2;}
.tableB tbody tr th:first-child,
.tableB tbody tr td:first-child {border-left:0;}
.tableB tbody tr:first-child th,
.tableB tbody tr:first-child td {border-top:1px solid #b2b2b2;}
.tableB tbody tr th.bd_none,.tableB tbody tr td.bd_none,
.tableB thead tr th.bd_none,.tableB thead tr td.bd_none {border-left:0;}
.tableB tbody tr th.bd_left,.tableB tbody tr td.bd_left {border-left:1px solid #b2b2b2;}
.tableB thead tr th.bd_left,.tableB thead tr td.bd_left {border-left:1px solid #b2b2b2;}
.tableB .flexbox {display:flex;flex-wrap:wrap;align-items:center;}
.tableB .flexbox div {margin-right:20px;}
.tableB .flexbox div:last-child {margin-right:0;}
    @media only screen and (max-width:767px){
		.tableB {font-size:1.4rem;}
        .tableB thead th {padding:1rem 0.5rem;letter-spacing:-1px;}
		.tableB tfoot th {padding:1rem 0.5rem;letter-spacing:-1px;}
		.tableB tfoot td {padding:1rem 0.5rem;letter-spacing:-1px;}
		.tableB tbody th {padding:1rem 0.5rem;letter-spacing:-1px;}
		.tableB tbody td {padding:1rem 0.5rem;letter-spacing:-1px;}
	}

/* 반응형테이블 */
@media only screen and (max-width:1023px){
	table.responsive {margin-top:10px;overflow:hidden;border-bottom:1px solid #000;}
	table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {display:block;margin-bottom:0;}
	table.responsive thead tr {position:absolute;top:-9999px;left:-9999px;}
	table.responsive tbody tr:nth-child(odd) {background:#f8f8f8;}
	table.responsive tbody tr td {position:relative;padding-left:100px;white-space:normal;width:100%;min-height:27px;border-left:0 !important;font-size:1.5rem;height:auto;}
	table.responsive tbody tr td br {display:none;}
	table.responsive tbody tr:first-child td:first-child {border:none;}
	table.responsive {border-top:1px solid #000}
	table.responsive td:before {content:attr(data-title);position:absolute;top:3px;left:0;width:100px;padding-right:10px;font-weight:500;white-space:nowrap;word-break:break-all;font-size:1.5rem;}
	table.responsive td:after {content:"";position:absolute;top:6px;left:80px;width:1px;height:10px;background-color:#dedede;}
	table.responsive tbody tr {padding:2rem 2rem;}
	table.responsive tbody tr:after {content:".";display:block;clear:both;visibility:hidden;height:0;}
	table.responsive tbody td {display:block;padding:2px 3%;border:none;background-color:transparent;text-align:left;box-sizing:border-box;}
	table.responsive tbody th {display:block;padding:2px 3%;border:none;background-color:transparent;text-align:left;vertical-align:middle;}
	table.responsive tbody tr:first-child td, table.responsive tbody tr:first-child th {border-top:none;}
	table.responsive > tbody > th:before, table.responsive > tbody td:before {content:attr(data-content)'';display:inline;font-weight:700;}
	table.responsive .pdf img {width:18px;}
}

/********** 버튼 **********/
/* 기본 */
button {background:none;}
.btn_bace {height:5rem;padding:0 3rem;background:#2a2e70;text-align:center;border-radius:5px;color:#fff;cursor:pointer;font-size:1.6rem;display:inline-flex;justify-content:space-between;align-items:center;font-weight:500;}
.btn_bace i {margin-left:3rem;font-size:2rem;}
.btn_bace:hover,.btn_bace:focus,.btn_bace:active {background:#222;color:#fff;text-decoration:none;}
/* 선버튼 */
.btn_line {height:5rem;padding:0 3rem;background:none;text-align:center;border-radius:5px;color:#2a2e70;cursor:pointer;font-size:1.6rem;display:flex;justify-content:space-between;align-items:center;border:2px solid #2a2e70;font-weight:500;gap:0.5rem;}
.btn_line i {margin-left:3rem;font-size:2rem;}
.btn_line:hover,.btn_line:focus,.btn_line:active {background:#222;color:#fff;text-decoration:none;;border:2px solid #222;}

.btn_bace_large,.btn_line_large {height:45px;line-height:45px;}
.btn_bace_small,.btn_line_small {height:35px;line-height:35px;}
@media only screen and (max-width:767px){
	.btn_bace,.btn_line {height:35px;line-height:35px;}
	.btn_bace i,.btn_line i {margin-left:1rem;}
	.btn_bace_large,.btn_line_large {height:40px;line-height:40px;}
	.btn_bace_small,.btn_line_small {height:30px;line-height:30px;}
}
/* 색상 */
.btn_blue {background:#344154;color:#fff;}
.btn_blue:hover,.btn_blue:focus,.btn_blue:active {background:#222;color:#fff;}
.btn_orange {background:#ff8900;color:#fff;}
.btn_orange:hover,.btn_orange:focus,.btn_orange:active {background:#222;color:#fff;}


/********** 체크버튼(라디오, 체크) **********/
.checks {position:relative;}
.checks input {overflow:hidden;position:absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);border:0;}
.checks input + label {display:inline-block;position:relative;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;cursor:pointer;}
.checks input:hover + label:before,
.checks input:focus + label:before,
.checks input:active + label:before {outline:1px dotted #000;}
.checks input:disabled:hover + label:before,
.checks input:disabled:focus + label:before,
.checks input:disabled:active + label:before {outline:0;}
.checks input[type="radio"] + label {padding-left:30px;line-height:1.5;margin-right:2rem;}
.checks input[type="radio"] + label:before {content:'';position:absolute;left:0;top:0;width:22px;height:22px;background:#fff;border:1px solid #ddd;border-radius:100%;text-align:center;}
.checks input[type="radio"]:checked + label:after {content:'';position:absolute;top:4px;left:4px;width:14px;height:14px;background:#2a2e70;border-radius:100%;}
.checks input[type="radio"]:checked + label:before {border:1px solid #2a2e70;}
.checks input[type="radio"]:disabled + label:before {background:#eee;}
.checks input[type="checkbox"] + label:before {content:'';display:inline-block;width:22px;height:22px;margin:-2px 5px 0 0;border:1px solid #ddd;border-radius:3px;text-align:center;vertical-align:middle;background:#fff;}
.checks input[type="checkbox"]:checked + label:before {content:'';text-shadow:1px 1px #fff;background:url("/images/img/common/check.png") no-repeat center #2a2e70;border:0;font-size:14px;}
.checks input[type="checkbox"]:disabled + label:before {background:#eee;}


/********** 인풋스타일 **********/
.bd_style {border:1px solid #ddd;}
input,select {position:relative;font-size:inherit;line-height:40px;padding:0 1.5rem;background:none;border:1px solid #ddd;}
input::placeholder {color:#ccc;}
select {padding-right:3rem;position:relative;line-height:1;height:40px;}
select:before {font-family:remixicon;font-size:1.5rem;color:#000;content:"\EB7B";position:absolute;top:0;right:0;}
select:focus,textarea:focus {border:1px dashed #ddd;}
input[type="date"]{position:relative;color:#767676;}
input[type="date"]:before {content:attr(data-placeholder);}
input[type="date"]:focus:before,
input[type="date"]:valid:before {display:none;}
input[type="date"]:focus {outline:1px dashed #ddd;}

textarea {padding:20px;border:1px solid #ddd;resize:unset;font-family:inherit;color:inherit;font-size:inherit;}
textarea::placeholder {color:#ccc;}
	@media only screen and (max-width:767px){
	}


/********** 가로값 **********/
.wh100p {width:100%;}
.wh99p {width:99%;}
.wh90p {width:90%;}
.wh80p {width:80%;}
.wh75p {width:75%;}
.wh70p {width:70%;}
.wh66p {width:66.3%;}
.wh60p {width:60%;}
.wh50p {width:50%;}
.wh45p {width:45%;}
.wh40p {width:40%;}
.wh33p {width:33%;}
.wh30p {width:30%;}
.wh25p {width:25%;}
.wh20p {width:20%;}
.wh10p {width:10%;}
.wh200 {width:200px;}
.wh150 {width:150px;}
.wh120 {width:120px;}
.wh70 {width:70px;}
    @media only screen and (max-width:1023px){
		
	}
	@media only screen and (max-width:767px){
		.wh100p,
		.wh99p,
		.wh90p,
		.wh80p,
		.wh75p,
		.wh70p,
		.wh66p,
		.wh60p,
		.wh50p,
		.wh45p,
		.wh40p,
		.wh33p,
		.wh30p,
		.wh25p,
		.wh20p,
		.wh10p {width:100%;}
	}

/********** 가장자리_외부(margin) **********/
/* 위 */
.mt5 {margin-top:0.5rem;}
.mt10 {margin-top:1rem;}.mt15 {margin-top:1.5rem;}
.mt20 {margin-top:2rem;}.mt25 {margin-top:2.5rem;}
.mt30 {margin-top:3rem;}.mt35 {margin-top:3.5rem;}
.mt40 {margin-top:4rem;}.mt45 {margin-top:4.5rem;}
.mt50 {margin-top:5rem;}.mt55 {margin-top:5.5rem;}
.mt60 {margin-top:6rem;}.mt65 {margin-top:6.5rem;}
.mt70 {margin-top:7rem;}.mt75 {margin-top:7.5rem;}
.mt80 {margin-top:8rem;}
.mt100 {margin-top:10rem;}
.mt150 {margin-top:15rem;}
	@media only screen and (max-width:1023px){
		.mt15 {margin-top:1rem;}
		.mt20 {margin-top:1rem;}.mt25 {margin-top:1.5rem;}
		.mt30 {margin-top:2rem;}.mt35 {margin-top:2.5rem;}
		.mt40 {margin-top:3rem;}.mt45 {margin-top:3.5rem;}
		.mt50 {margin-top:4rem;}.mt55 {margin-top:4.5rem;}
		.mt60 {margin-top:5rem;}.mt65 {margin-top:5.5rem;}
		.mt70 {margin-top:6rem;}.mt75 {margin-top:6.5rem;}
		.mt80 {margin-top:7rem;}
		.mt100 {margin-top:9rem;}
		.mt150 {margin-top:12rem;}
	}
	@media only screen and (max-width:767px){
		.mt30 {margin-top:1rem;}.mt35 {margin-top:1.5rem;}
		.mt40 {margin-top:2rem;}.mt45 {margin-top:2.5rem;}
		.mt50 {margin-top:3rem;}.mt55 {margin-top:3.5rem;}
		.mt60 {margin-top:4rem;}.mt65 {margin-top:4.5rem;}
		.mt70 {margin-top:5rem;}.mt75 {margin-top:5.5rem;}
		.mt80 {margin-top:6rem;}
		.mt100 {margin-top:8rem;}
		.mt150 {margin-top:10rem;}
	}
/* 우측 */
.mr5 {margin-right:0.5rem;}
.mr10 {margin-right:1rem;}
/* 좌측 */
.ml5 {margin-left:0.5rem;}
.ml10 {margin-left:1rem;}
.ml15 {margin-left:1.5rem;}
.ml20 {margin-left:2rem;}
	@media only screen and (max-width:767px){
		/* 우측 */
		.mr5 {margin-right:0.3rem;}
		.mr10 {margin-right:0.5rem;}
		/* 좌측 */
		.ml5 {margin-left:0.3rem;}
		.ml10 {margin-left:0.5rem;}
		.ml15 {margin-left:1rem;}
		.ml20 {margin-left:1rem;}
	}

/********** 정렬 **********/
.ta-l {text-align:left;}
.ta-c {text-align:center;}
.ta-r {text-align:right;}
.vt-t {vertical-align:top;}
.vt-c {vertical-align:middle;}
.vt-b {vertical-align:bottom;}


/********** 전역클래스 **********/
.ft-l {float:left;}
.ft-r {float:right;}
.block {display:block;}
.inblock {display:inline-block;}
.overflow {overflow:hidden;}
.clear:after {content:"";display:block;clear:both;}


/********** 참고텍스트 **********/
/* 느낌표_흰배경파란 */
.point1 {display:block;padding-left:20px;background:url("/images/img/common/ico_caution1.png") no-repeat 0 4px;}
/* 느낌표_흰배경빨강 */
.point2 {display:block;padding-left:20px;background:url("/images/img/common/ico_caution2.png") no-repeat 0 4px;}
/* 느낌표_빨강배경흰색 */
.point3 {display:block;padding-left:20px;background:url("/images/img/common/ico_caution3.png") no-repeat 0 4px;}
/* 당구장표시 */
.point4 {display:block;padding-left:14px;background:url("/images/img/common/bul_focus.png") no-repeat 0 9px;}


/* 일본어 */
html:lang(ja) * {word-break: auto-phrase;}
.h4 {font-family:auto;}
.h5 {font-family:auto;}