@charset "UTF-8";

/* 인트로 */
#intro_body {height:100dvh;font-family:'Pretendard', 'sans-serif';font-size:16px;line-height:1.45;color:#212121;font-weight:300}
#intro_body h1, #intro_body h2, #intro_body h3, 
#intro_body h4, #intro_body h5, #intro_body h6, 
#intro_body th, #intro_body td {font-family:'Pretendard', 'sans-serif';font-size:16px;line-height:1.45;color:#212121;font-weight:300}
#intro_body a, #intro_body button {font-family:'Pretendard', 'sans-serif';font-size:16px;line-height:1;font-weight:300}

#intro_section {height:calc(100% - 175px);background-color:#e5fff6}
#intro_section .color_red {color:#ed4040}
#intro_section .color_blue {color:#1875ff}
#intro_section .color_green {color:#24bd84}
#intro_section .color_gray {color:#8d8d8d}
#intro_section .btn_default {padding:9.5px 21.5px;line-height:1.1;text-align:center;color:#fff;background-color:#1875ff;border:1px solid #1875ff;border-radius:5px;transition:0.2s}
#intro_section .btn_default .icon {margin-right:6px;vertical-align:baseline;transform:translateY(1px)}
#intro_section .btn_default.bg_red {background-color:#ed4040;border-color:#ed4040}
#intro_section .btn_default.bg_green {background-color:#098a5a;border-color:#098a5a}
#intro_section .btn_default.bg_black {background-color:#1d1d1d;border-color:#1d1d1d}
#intro_section .btn_default.bg_gray {background-color:#8d8d8d;border-color:#8d8d8d}
#intro_section .btn_default.bd_red {color:#ed4040;background-color:#fff;border-color:#ed4040}
#intro_section .btn_default.bd_green {color:#24bd84;background-color:#fff;border-color:#24bd84}
#intro_section .btn_default.bd_black {color:#1d1d1d;background-color:#fff;border-color:#1d1d1d}
#intro_section .btn_default.bd_gray {color:#8d8d8d;background-color:#fff;border-color:#8d8d8d}

#intro_section .btn_default:hover, 
#intro_section .btn_default:focus {background-color:#045ada;border-color:#045ada}
#intro_section .btn_default.bg_red:hover, 
#intro_section .btn_default.bg_red:focus {background-color:#cb0202;border-color:#cb0202}
#intro_section .btn_default.bg_green:hover, 
#intro_section .btn_default.bg_green:focus {background-color:#016942;border-color:#016942}
#intro_section .btn_default.bg_black:hover, 
#intro_section .btn_default.bg_black:focus {background-color:#000;border-color:#000}
#intro_section .btn_default.bg_gray:hover, 
#intro_section .btn_default.bg_gray:focus {background-color:#5d5d5d;border-color:#5d5d5d}

#intro_section .btn_default.bd_red:hover, 
#intro_section .btn_default.bd_red:focus  {color:#cb0202;background-color:#fff;border-color:#cb0202}
#intro_section .btn_default.bd_green:hover, 
#intro_section .btn_default.bd_green:focus {color:#016942;background-color:#fff;border-color:#016942}
#intro_section .btn_default.bd_black:hover, 
#intro_section .btn_default.bd_black:focus  {color:#000;background-color:#fff;border-color:#000}
#intro_section .btn_default.bd_gray:hover, 
#intro_section .btn_default.bd_gray:focus  {color:#3d3d3d;background-color:#fff;border-color:#3d3d3d}

#intro_section .wrap {max-width:1400px;height:100%;margin:0 auto}
#intro_section .typo {padding:50px 0 50px 400px;background-image:url(/license/images/advance/intro/intro_bg.png);background-position:left bottom -40px;background-repeat:no-repeat;position:relative}
#intro_section .typo .btn_default {padding:18.5px 50px;font-size:18px;border-radius:8px;position:absolute;right:0;top:58px}
#intro_section .intro_tit {width:calc(100% - 300px);margin-bottom:5px;font-size:44px;line-height:1.3;font-weight:700;word-break:keep-all}
#intro_section .intro_txt {width:calc(100% - 300px);font-size:20px;word-break:keep-all}
#intro_section .intro_cont {display:block;height:calc(100% - 191px);padding-bottom:57px}
#intro_section .intro_cont .board_box {width:auto;height:100%}
#intro_section .intro_cont .board_tit {display:block;margin-bottom:15px;padding:17px 30px 17px 35px;color:#fff;font-size:32px;font-weight:600;line-height:1;border-radius:8px;background-color:#098a5a;position:relative}
#intro_section .intro_cont .board_tit::after {display:block;width:35px;height:35px;content:"";background-image:url(/license/images/advance/intro/icon_arrow.png);background-position:center right 12.5px;background-repeat:no-repeat;border:1px solid #fff;border-radius:100%;position:absolute;right:30px;top:50%;transform:translateY(-50%)}
#intro_section .intro_cont .board_tit:hover, 
#intro_section .intro_cont .board_tit:focus {background-color:#016942}
#intro_section .intro_cont .board_tit:hover::after, 
#intro_section .intro_cont .board_tit:focus::after {animation:board_tit_more 0.5s 1 forwards}
#intro_section .no_contents {width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.0625rem;font-weight:400}

@keyframes board_tit_more{
	0% {transform:translate(0, -50%)}
	50% {transform:translate(5px, -50%)}
	100% {transform:translate(0, -50%)}
}

#intro_section .intro_cont .table_list {height:calc(100% - 81px);border-radius:8px;background-color:#fff;box-shadow:0 0 7px rgba(0,0,0,0.16);overflow:hidden}
#intro_section .intro_cont .table_custom {height:100%;overflow-y:auto}
#intro_section .intro_cont .table_custom::-webkit-scrollbar {width:4px;height:4px}
#intro_section .intro_cont .table_custom::-webkit-scrollbar-track {background-color:#f2f2f2}
#intro_section .intro_cont .table_custom::-webkit-scrollbar-thumb {background-color:#cacaca}
#intro_section .intro_cont .table_custom::-webkit-scrollbar-thumb:hover {background-color:#098a5a}
#intro_section .intro_cont .table_custom table {}
#intro_section .intro_cont .table_custom caption {}
#intro_section .intro_cont .table_custom th {padding:13px 5px;font-weight:600;text-align:center;border-bottom:1px solid #e1e1e1}
#intro_section .intro_cont .table_custom td {padding:13px 5px;text-align:center;border-bottom:1px solid #e1e1e1}
/*#intro_section .intro_cont .table_custom tr:last-child th, 
#intro_section .intro_cont .table_custom tr:last-child td {border-bottom:0}*/
#intro_section .intro_cont .table_custom table .t1 {width:140px}
#intro_section .intro_cont .table_custom table .t2 {width:250px}
#intro_section .intro_cont .table_custom table .t3 {}
#intro_section .intro_cont .table_custom table .t4 {width:160px}
#intro_section .intro_cont .table_custom table .t5 {width:160px}
#intro_section .intro_cont .table_custom thead {position:sticky;left:0;top:0}
#intro_section .intro_cont .table_custom thead th {background-color:#fffae5}
#intro_section .intro_cont .table_custom tbody th {}
#intro_section .intro_cont .table_custom tbody td {}
#intro_section .intro_cont .table_custom tbody td::before {display:none;content:attr(data-label);margin-right:5px;font-weight:600}
#intro_section .intro_cont .table_custom .inner_txt_list {}
#intro_section .intro_cont .table_custom .inner_txt_list .inner_txt {}
#intro_section .intro_cont .table_custom .inner_txt_list .inner_txt .dt {}
#intro_section .intro_cont .table_custom .inner_txt_list .inner_txt .dt::after {display:inline-block;content:":";margin:0 3px;vertical-align:baseline}

#intro_footer {height:175px;color:rgba(255,255,255,0.6);background-color:#212121}
#intro_footer .wrap {max-width:1400px;margin:0 auto}
#intro_footer a {display:block;color:rgba(255,255,255,0.6)}
#intro_footer .color_red {color:#ed4040}
#intro_footer .color_blue {color:#1875ff}
#intro_footer .color_green {color:#24bd84}
#intro_footer .color_gray {color:#8d8d8d}
#intro_footer .f_link {padding:8px 0;border-bottom:1px solid rgba(255,255,255,0.1)}
#intro_footer .f_link .wrap {display:flex;justify-content:space-between;align-items:center}
#intro_footer .f_link .f_list {}
#intro_footer .f_link .link_txt {display:inline-block;margin-right:8px;padding-right:15px;line-height:1;position:relative}
#intro_footer .f_link .link_txt::after {display:block;width:1px;height:15px;content:"";background-color:rgba(255,255,255,0.1);position:absolute;right:0;top:0}
#intro_footer .f_link .link_txt:last-child {margin-right:0;padding-right:0}
#intro_footer .f_link .link_txt:last-child::after {display:none}
#intro_footer .f_link .link_txt .link {transition:0.2s}
#intro_footer .f_link .link_txt .link:hover, 
#intro_footer .f_link .link_txt .link:focus {opacity:0.7}
#intro_footer .f_link .family_site {position:relative}
#intro_footer .f_link .family_site .btn_site {display:block;padding:15px 100px 15px 23px;line-height:1;color:rgba(255,255,255,0.6);border:1px solid rgba(255,255,255,0.1);border-radius:8px;position:relative;transition:0.2s}
#intro_footer .f_link .family_site .btn_site::after {display:block;content:"";border:4px solid transparent;border-top:6px solid #fff;position:absolute;top:calc(50% + 2px);right:15px;transform:translateY(-50%)}
#intro_footer .f_link .family_site .site_list {display:none;width:100%;max-height:215px;border-radius:5px;background-color:#111;position:absolute;left:0;bottom:48px;z-index:100;overflow-y:auto}
#intro_footer .f_link .family_site .site_list::-webkit-scrollbar {width:7px;height:7px}
#intro_footer .f_link .family_site .site_list::-webkit-scrollbar-track {background-color:#f2f2f2}
#intro_footer .f_link .family_site .site_list::-webkit-scrollbar-thumb {background-color:#24bd84}
#intro_footer .f_link .family_site .site_list::-webkit-scrollbar-thumb:hover {background-color:#098a5a}
#intro_footer .f_link .family_site .site_url {border-bottom:1px solid rgba(255,255,255,0.15)}
#intro_footer .f_link .family_site .site_url:last-child {border-bottom:0}
#intro_footer .f_link .family_site .site_url > a {display:block;padding:13px 14px;font-size:0.95rem;transition:0.2s}
#intro_footer .f_link .family_site .site_url > a:hover {color:#fff}
#intro_footer .f_link .family_site .btn_site:not(.current):hover, 
#intro_footer .f_link .family_site .btn_site:not(.current):focus {color:#fff;border-color:#fff}
#intro_footer .f_link .family_site .btn_site.current {color:#24bd84;border-color:#24bd84}
#intro_footer .f_link .family_site .btn_site.current::after {border-bottom:6px solid #24bd84;border-top:4px solid transparent;top:calc(50% - 2px)}

#intro_footer .f_cont {padding:28px 0;font-weight:200}
#intro_footer .f_cont .wrap {padding-left:225px;background-image:url(/license/images/advance/intro/f_logo.png);background-position:left top;background-repeat:no-repeat;position:relative}
#intro_footer .f_cont .cont_inner {}
#intro_footer .f_cont .cont_txt {display:inline-block}
#intro_footer .f_cont .copy {margin-top:7px}
#intro_footer .mark_img {max-width:120px;position:absolute;top:50%;right:0;transform:translateY(-50%)}

/*
@media screen and (max-width:1800px){
	#intro_section .wrap {margin:0 40px}
	#intro_section .btn_default {padding:7.5px 16.5px}
	#intro_section .intro_cont .board_box {width:calc(50% - 15px)}
	#intro_section .intro_cont .table_custom table .t1 {width:100px}
	#intro_section .intro_cont .table_custom table .t2 {width:23%}
	#intro_section .intro_cont .table_custom table .t4 {width:110px}
	#intro_section .intro_cont .table_custom table .t5 {width:130px}
}
*/
@media screen and (max-width:1600px){
	#intro_body, 
	#intro_body h1, #intro_body h2, #intro_body h3, 
	#intro_body h4, #intro_body h5, #intro_body h6, 
	#intro_body th, #intro_body td, 
	#intro_body a, #intro_body button {font-size:15px}
	#intro_section {height:calc(100% - 170px)}
	#intro_section .btn_default {padding:5.5px 10.5px}

	/*#intro_section .wrap {margin:0 20px}*/
	#intro_section .typo {padding-left:350px;background-size:320px;background-position:left bottom -20px}
	#intro_section .typo .btn_default {padding:15.5px 38px;font-size:1.1rem;top:56px}
	#intro_section .intro_tit {width:calc(100% - 300px);font-size:2.4rem}
	#intro_section .intro_txt {font-size:1.2rem}
	#intro_section .intro_cont {height:calc(100% - 183px);padding-bottom:47px}
	/*#intro_section .intro_cont .board_box {width:calc(50% - 10px)}*/
	#intro_section .intro_cont .board_tit {padding:17px 25px;font-size:1.75rem} 
	#intro_section .intro_cont .board_tit::after {width:32px;height:32px;background-size:7px;background-position:center right 12px;right:20px}
	#intro_section .intro_cont .table_list {height:calc(100% - 77px)}
	#intro_section .intro_cont .table_custom {max-height:375px}
	#intro_section .intro_cont .table_custom th, 
	#intro_section .intro_cont .table_custom td {padding:11px 10px}
	#intro_section .intro_cont .table_custom table .t1 {width:100px}
	#intro_section .intro_cont .table_custom table .t2 {width:22%}
	#intro_section .intro_cont .table_custom table .t4 {width:130px}
 	#intro_section .intro_cont .table_custom table .t5 {width:130px}
	
	#intro_footer {height:170px}
	/*#intro_footer .f_link {padding:8px 20px}
	#intro_footer .f_cont {padding:28px 20px 28px 195px;background-position:left 20px top 30px}*/
}

@media screen and (max-width:1400px){
	#intro_section .btn_default .icon {transform:translateY(0)}
	
	#intro_section .wrap {margin:0 2%}
	#intro_section .typo {padding-left:300px;background-size:275px;background-position:left bottom -16px}
	#intro_section .typo .btn_default {top:54px}
	#intro_section .intro_tit {/*width:calc(100% - 250px);*/font-size:2rem}
	#intro_section .intro_txt {/*width:calc(100% - 250px);*/font-size:1.1rem}
	#intro_section .intro_cont {/*height:calc(100% - 172px);*/padding-bottom:35px}
	#intro_section .intro_cont .board_tit {font-size:1.5rem}
	#intro_section .intro_cont .board_tit::after {width:29px;height:29px;background-size:7px;background-position:center right 10px}
	#intro_section .intro_cont .table_list {height:calc(100% - 74px)}
	/*#intro_section .intro_cont .table_custom table .t1 {width:75px}
	#intro_section .intro_cont .table_custom table .t2 {width:19%}
	#intro_section .intro_cont .table_custom table .t5 {width:90px}*/
	
	#intro_footer .wrap {margin:0 2%}
}

@media screen and (max-width:1280px){
	#intro_section .wrap {margin:0 12px}
	#intro_section .typo {padding:35px 0 30px 240px;background-size:220px}
	#intro_section .typo .btn_default {padding:13.5px 25px 13.5px 21px;font-size:1rem;top:40px}
	#intro_section .intro_tit {font-size:1.8rem}
	
	#intro_section {height:calc(100% - 144.5px)}
	#intro_section .intro_cont {display:block;height:calc(100% - 133px);padding-bottom:30px}
	#intro_section .intro_cont .board_tit {margin-bottom:10px;padding:17px 20px;font-size:1.3rem}
	#intro_section .intro_cont .board_box {width:auto;margin-bottom:30px}
	#intro_section .intro_cont .board_box:last-child {margin-bottom:0}
	#intro_section .intro_cont .table_list {}
	#intro_section .intro_cont .table_custom table .t1 {width:11%}
	#intro_section .intro_cont .table_custom table .t2 {width:19%}
	#intro_section .intro_cont .table_custom table .t4 {width:12%}
	#intro_section .intro_cont .table_custom table .t5 {width:12%}
	#intro_section .intro_cont .table_custom .inner_txt_list {display:flex;flex-wrap:nowrap;gap:20px}
	#intro_section .intro_cont .table_custom .inner_txt_list .inner_txt .dt {display:inline-block;margin-right:4px;padding:0 5px;line-height:21px;font-size:13px;color:#fff;border-radius:3px;background-color:#475952}
	#intro_section .intro_cont .table_custom .inner_txt_list .inner_txt .dt::after {display:none}
	
	#intro_footer {height:auto}
	#intro_footer .f_link {padding:5px 0}
	#intro_footer .f_link .family_site .btn_site {padding:13px 90px 13px 18px;border-radius:5px}
	#intro_footer .f_link .family_site .btn_site::after {border-width:3px;border-top-width:5px;right:13px}
	#intro_footer .f_link .family_site .btn_site.current::after {border-bottom-width:5px;border-top-width:3px}
	#intro_footer .f_link .family_site .site_list {bottom:43px}
	#intro_footer .f_link .family_site .site_url > a {font-size:0.9rem}
	#intro_footer .f_cont {padding:20px 0}
	#intro_footer .f_cont .wrap {padding-left:153px;background-size:130px}
	#intro_footer .mark_img {max-width:100px}
}

@media screen and (max-width:1080px){
	#intro_section .btn_default .icon {width:14px}

	#intro_section .typo {padding:27px 0 23px 0;background-size:190px;background-position:right bottom -13px}
	#intro_section .typo .btn_default {display:inline-block;margin-top:12px;position:relative;right:auto;top:auto}
	#intro_section .intro_tit {width:auto;font-size:1.6rem}
	#intro_section .intro_txt {width:auto;font-size:1.05rem}
	#intro_section .intro_cont .board_tit {padding:15px 17px;font-size:1.2rem}
	#intro_section .intro_cont .board_tit::after {width:25px;height:25px;background-size:6px;background-position:center right 9px;right:14px}
	#intro_section .intro_cont .table_custom {max-height:367px}
	#intro_section .intro_cont .table_custom th, 
	#intro_section .intro_cont .table_custom td {padding:9px 5px}
	/*#intro_section .intro_cont .table_custom table .t1 {width:13%}
	#intro_section .intro_cont .table_custom table .t5 {width:14%}*/
	#intro_section .intro_cont .table_custom .inner_txt_list {display:block}
	#intro_section .intro_cont .table_custom .inner_txt_list .inner_txt {display:block;margin-bottom:3px}
	#intro_section .intro_cont .table_custom .inner_txt_list .inner_txt:last-child {margin-bottom:0}

	#intro_footer .f_cont .cont_txt:first-child {display:block}
}

@media screen and (max-width:768px){
	#intro_body, 
	#intro_body h1, #intro_body h2, #intro_body h3, 
	#intro_body h4, #intro_body h5, #intro_body h6, 
	#intro_body th, #intro_body td, 
	#intro_body a, #intro_body button {font-size:14px}
	
	#intro_section {height:auto}
	#intro_section .btn_default {padding:4.5px 8.5px;border-radius:3px}
	#intro_section .typo .btn_default {padding:11.5px 21px 11.5px 16px;font-size:0.95rem}
	#intro_section .intro_tit {font-size:1.4rem}
	#intro_section .intro_txt {font-size:1rem}
	#intro_section .intro_cont {height:auto;padding-bottom:30px}
	#intro_section .intro_cont .board_box {margin-bottom:25px}
	#intro_section .intro_cont .board_tit {font-size:1rem;border-radius:5px}
	#intro_section .intro_cont .board_tit::after {width:23px;height:23px;background-position:center right 8px}
	#intro_section .intro_cont .table_list {border-radius:5px}
	#intro_section .intro_cont .table_custom {max-height:358px}
	#intro_section .intro_cont .table_custom table {display:block}
	#intro_section .intro_cont .table_custom tr {display:block;padding:5px 0px 9px 0;border-bottom:1px solid #e1e1e1}
	#intro_section .intro_cont .table_custom tr:last-child {border-bottom:0}
	#intro_section .intro_cont .table_custom td {padding:4px 10px;text-align:left;border-bottom:0}
	#intro_section .intro_cont .table_custom thead {display:none}
	#intro_section .intro_cont .table_custom tbody {display:block}
	#intro_section .intro_cont .table_custom tbody td {display:block}
	#intro_section .intro_cont .table_custom tbody td::before {display:inline-block}
	#intro_section .intro_cont .table_custom table .t1, 
	#intro_section .intro_cont .table_custom table .t2, 
	#intro_section .intro_cont .table_custom table .t3, 
	#intro_section .intro_cont .table_custom table .t4, 
	#intro_section .intro_cont .table_custom table .t5 {width:auto}
	#intro_section .intro_cont .table_custom .inner_txt_list {display:inline-block;vertical-align:top}
	#intro_section .intro_cont .table_custom .inner_txt_list .inner_txt .dt {padding:0;font-size:inherit;color:inherit;font-weight:500;line-height:1;border-radius:0;background-color:transparent}
	
	#intro_footer .f_link .link_txt {margin-right:6px;padding-right:11px}
	#intro_footer .f_link .link_txt::after {height:13px;top:1px}
	#intro_footer .f_link .family_site .btn_site {padding:11px 85px 11px 13px}
	#intro_footer .f_link .family_site .btn_site::after {right:11px}
	#intro_footer .f_link .family_site .site_list {bottom:38px}
	#intro_footer .f_link .family_site .site_url > a {padding:13px;font-size:0.85rem}
	#intro_footer .f_cont {padding:15px 0}
	#intro_footer .f_cont .wrap {padding-top:48px;padding-left:0;background-size:115px}
	#intro_footer .f_cont .copy {font-size:12px;opacity:0.6}
	
	#intro_footer .mark_img {max-width:75px;top:0;transform:translateY(0)}
}

@media screen and (max-width:480px){
	#intro_section .wrap {margin:0 10px}
	#intro_section .btn_default .icon {width:13px}
	
	#intro_section .typo {background-size:130px}
	#intro_section .typo .btn_default {padding:9.5px 19px 9.5px 15px;font-size:0.9rem;border-radius:5px}
	#intro_section .intro_tit {font-size:1.25rem}
	#intro_section .intro_txt {font-size:0.95rem}
	#intro_section .intro_cont .board_box {margin-bottom:20px}
	#intro_section .intro_cont .board_tit {padding:14px}
	#intro_section .intro_cont .table_custom {max-height:338px}
	#intro_section .intro_cont .table_custom td {padding:3px 9px}

	#intro_footer .f_link {padding:10px 0}
	#intro_footer .f_link .wrap {display:block}
	#intro_footer .f_link .family_site .btn_site {margin-top:10px}
	
	#intro_footer .f_cont {padding:0}
	#intro_footer .f_cont .wrap {padding:65px 0 15px 0;background-position:left top 17px}
	
	#intro_footer .mark_img {max-width:62px;top:15px}
}