@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900|Sen:400,700&display=swap&subset=korean,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* paybooc */
@font-face {
    font-family: "paybooc_Bold";
    src: url('../../font/paybooc Bold.ttf') format('truetype')
}
@font-face {
    font-family: "paybooc_ExtraBold";
    src: url('../../font/paybooc ExtraBold.ttf') format('truetype')
}
@font-face {
    font-family: "paybooc_Medium";
    src: url('../../font/paybooc Medium.ttf') format('truetype')
}
/* paybooc otf */
@font-face {
    font-family: "paybooc_Otf_light";
    src: url('../../font/paybooc OTF Light.otf') format('truetype')
}
@font-face {
    font-family: "paybooc_Otf_medium";
    src: url('../../font/paybooc OTF Medium.otf') format('truetype')
}
@font-face {
    font-family: "paybooc_Otf_bold";
    src: url('../../font/paybooc OTF Bold.otf') format('truetype')
}
@font-face {
    font-family: "paybooc_Otf_extrabold";
    src: url('../../font/paybooc OTF ExtraBold.otf') format('truetype')
}
/* gmarket */
@font-face {
    font-family: "GmarketSans_Medium";
    src: url('../../font/GmarketSansTTFMedium.ttf') format('truetype')
}
@font-face {
    font-family: "GmarketSans_bold";
    src: url('../../font/GmarketSansTTFBold.ttf') format('truetype')
}

/* common */
html, body { margin: 0; width: 100%; height: 100%; position:relative; padding: 0; }
* {margin:0; padding:0; list-style:none; text-decoration:none; font-family: 'Noto Sans KR', sans-serif; font-size: 16px; outline: none; -webkit-text-size-adjust: none; box-sizing: border-box; font-weight: 300; color: #333}
ul>li>a { text-decoration:none; }
a {color: #333; text-decoration: none; outline: none}
table { border-collapse: collapse; }
textarea {box-sizing: border-box; resize: none;}
select {-webkit-border-radius: 0; -webkit-appearance: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; box-sizing: border-box; cursor: pointer;}
strong,em,p,h1,h2,h3,h4,span,td,button{font-style:normal; color:#333; margin: 0; letter-spacing: -0.5px;}
ul { margin: 0;padding: 0;list-style: none;}
img {max-width:100%; /*height:auto !important;*/}

ul.clear > li {display: inline-block; float: left;}
.clear:after {content: ""; display: block; clear: both;}
body.hidden {
    overflow: hidden;
}



#A_Container {
    min-height: 50vh;
}
/* header */
#A_Header {
    position: absolute;
    width: 100%;
    min-width: 1440px;
    height: 100px;
    top: 0;
    z-index: 10;
    background: transparent;
    transition: background .5s ease, height .5s ease;
    overflow: hidden;
}
#A_Header.on {
    height: 410px;
    background: #fff;
}

/* .sub_header_wrap {
    text-align: right;
    padding: 5px 50px;
}
.sub_header_wrap > div {
    display: inline-block;
    text-align: center;
}
.sub_header_wrap > div a {
    display: inline-block;
    padding: 5px;
    background: #0d152c;
    color: #a6ccf5;
    margin: 0 5px;
    font-weight: 500;
} */
.sub_header {
    float: left;
    margin: 0 10px 0 30px;
}
.sub_header > a {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    transform: translate(0,-4px);
    font-weight: 500;
    transition: .3s ease;
}
.sub_header > a:nth-of-type(1) {
    background: linear-gradient(to right,#1072cc,#3fb4e3);
    border-radius: 40px;
    padding: 11px 10px;
}
.sub_header > a:nth-of-type(2) {
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
}
#A_Header.on .sub_header > a:nth-of-type(2) {
    border-color: #333;
    color: #333;
}

.header_wrap {
    min-width: 1440px;
    position: relative;
    padding: 28.5px 70px 28.5px;
}
.header_wrap .logo {
    position: relative;
    float: left;
    padding: 0 0 0 10px;
}
.header_wrap .logo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 1px;
    height: 20px;
    background: #fff;
    transition: .5s ease;
}
#A_Header.on .header_wrap .logo::before {
    background: #333;
}
.logo a {
    display: none;
    text-indent: -9999px;
    width: 190px;
    height: 43px;
    background: url('../../image/common/logo.png')no-repeat;
    background-position: center;
    background-size: contain;
}
.logo a:nth-of-type(2) {
    background: url('../../image/common/logo1.png')no-repeat;
    background-position: center;
    background-size: contain;
}
.logo a.on {
    display: inline-block;
}
.header_wrap > img:nth-of-type(1) {
    float: left;
    /*width: 150px;*/
    width: 210px;
    transform: translate(0,5px);
    margin: 0 10px 0 0;
}
.header_wrap > img:nth-of-type(2) {
    float: right;
    cursor: pointer;
    transform: translate(0,8px);
}
.header_wrap nav {
    position: relative;
    display: inline-block;
    float: left;
    width: calc(100% - 655px);
    max-width: 990px;
    transform: translate(0,-15px);
}
.header_wrap nav::after{
  display: block;
  content: '';
  clear: both;
}
.header_wrap nav > ul > li {
    position: relative;
    display: inline-block;
    width:12.4%;
    float: left;
}
.header_wrap nav > ul > li:nth-child(1) {width:12%;}
.header_wrap nav > ul > li:nth-child(2) {width:10%;}
.header_wrap nav > ul > li:nth-child(3) {width:14%;}
.header_wrap nav > ul > li:nth-child(5) {width:14%;}
.header_wrap nav > ul > li::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3666a9;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,0);
    top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;;
}
.header_wrap nav > ul > li.active::after {
    opacity: 1;
    visibility: visible;
}
.header_wrap nav > ul > li > a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    transition: .5s ease;
}
#A_Header.on .header_wrap nav > ul > li > a {
    color: #333;
}
.header_wrap nav > ul > li .depth02 {
    position: absolute;
    width: 100%;
    height: 0;
    left: 50%;
    top: 75px;
    transform: translate(-50%,0);
}
.header_wrap nav > ul > li .depth02 a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    transition: color .3s ease;
	word-break:keep-all;
}
#A_Header.on .header_wrap nav > ul > li .depth02 a {
    color: #333;
}
#A_Header.on .header_wrap nav > ul > li .depth02 a:hover {
    color: #0083ca;
    font-weight: 400;
}
/* additional_part */
.additional_part {
    position: fixed;
    width: 220px;
    height: 100vh;
    right: -220px;
    top: 0;
    transition: .3s ease;
    background: #fff;
    z-index: 100;
    padding: 35px 0;
   /* overflow: auto;*/
    -webkit-overflow-scrolling: touch;
}
.additional_part.on {
    right: 0;
}

.additional_part hr {
    background-color: #dfe5ea;
    border: none;
    height: 1px;
    margin: 0 0 20px;
}

.additional_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px;
}
.additional_part .btn_wrap {
	position:absolute;
	top:35%;
	left:-58px;
    /*text-align: right;*/
    padding: 0;
	background-color:white;
	width:58px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	box-shadow: 4px 4px 20px 0 rgb(0 0 0 / 10%);
}
.additional_part .btn_wrap li {
    cursor: pointer;
	width:58px;
	height:48px;
	line-height:20px;
}
.additional_part .btn_wrap .off {
	display:none;
}
.additional_part .btn_wrap li:first-child {
    cursor: pointer;
	width:58px;
	height:48px;
	font-size:30px;
	line-height:48px;
	border-top-left-radius:10px;
}
.additional_part .btn_wrap li:nth-child(2) {
    cursor: pointer;
	width:58px;
	height:48px;
	font-size:30px;
	line-height:48px;
	border-top-left-radius:10px;
}
.additional_part .btn_wrap li:nth-child(3) {
    cursor: pointer;
	width:58px;
	height:48px;
	border-top: 1px solid #e0e0e0;
	line-height:48px;
}
.additional_part .btn_wrap li:last-child {
    cursor: pointer;
	width:58px;
	height:48px;
	border-bottom-left-radius:10px;
	border-top: 1px solid #e0e0e0;
	line-height:48px;
}
.additional_part .btn_wrap img {
    cursor: pointer;
	width:48px;
	height:48px;
	border:1px solid black;
}
.additional_part .news_part {
    padding: 0 10px 0;
}
.additional_part .news_part li {
    margin: 0 0 10px;
}
.additional_part .news_part .img_wrap {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 120px;
    float: left;
    overflow: hidden;
}
.additional_part .news_part .img_wrap img {
    position: absolute;
    width: 100%;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.additional_part .news_part .txt_wrap {
    display: inline-block;
    width: 200px;
    float: left;
    padding: 5px 0 10px 0;
}
.additional_part .news_part .txt_wrap p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 16px;
    color: #666;
    font-weight: 300;
    line-height: 1.4;
    height: 1.4em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #666;
    font-weight: 400;
}
.additional_part .application_part {
    padding: 0 40px 35px;
}
.additional_part .application_part li {
    width: calc((100% - 30px) / 3);
    margin: 0 15px 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    transition: .3s ease;
}
.additional_part .application_part li:hover {
    background: #0085c8;
    color: #fff;
}
.additional_part .application_part li:last-child {
    margin: 0;
}
.additional_part .event_part {
    padding: 0 40px;
}
.additional_part .event_part li {
    width: calc((100% - 15px) / 2);
    margin: 0 15px 15px 0;
}
.additional_part .event_part li a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 158px;
}
.additional_part .event_part li a p {
    position: absolute;
    width: calc(100% - 30px);
    left: 50%;
    top: 30px;
    transform: translate(-50%,0);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    max-height: 2.8em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 3;
}
.additional_part .event_part li:hover a p {
    opacity: 1;
    visibility: visible;
}
.additional_part .event_part li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 2;
}
.additional_part .event_part li:hover a::after {
    opacity: 1;
    visibility: visible;
}
.additional_part .event_part li:nth-of-type(2n) {
    margin: 0 0 15px;
}
.additional_part .event_part .img {
    display: inline-block;
    width: 100%;
    height: 158px;
    background-size: cover !important;
    background-position: center !important;
}
/* additional_application */
.additional_application {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}
.additional_application.on {
    opacity: 1;
    visibility: visible;
}
.additional_application > div {
    display: none;
    position: absolute;
    top: 200px;
    left: 50%;
    width: calc(100% - 20px);
    max-width: 930px;
    transform: translate(-50%,0);
    background: #fff;
}
.additional_application > div.on {
    display: inline-block;
}
.additional_application > div > h4 {
    position: relative;
    font-family: "paybooc_Otf_medium";
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 15px 0;
    background: linear-gradient( 135deg,#0083ca , #3fb4e3)
}
.additional_application > div > h4 img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}
.additional_application > div > h4 + div {
    padding: 40px 30px;
}
.additional_application label {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
    cursor: pointer;
}
.additional_application label:last-child {
    margin: 0;
}
.additional_application label span {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.additional_application label span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #ddd;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}
.additional_application label input:checked + span::after {
    opacity: 1;
    visibility: visible;
}
.additional_application label p {
    display: inline-block;
    margin: 0 0 0 5px;
    transform: translate(0,-4px);
}
.additional_application table {
    width: 100%;
    border-top: 1px solid #ddd;
}
.additional_application table tr {
    border-bottom: 1px solid #ddd;
}
.additional_application table th {
    width: 160px;
    height: 64px;
    background: #f3f7fb;
    padding: 0 0 0 20px;
    text-align: left;
    font-weight: 500;
}
.additional_application table td {
    padding: 0 0 0 20px;
}
.additional_application .tuition_part td input[type="text"] {
    width: 600px;
    height: 46px;
    border: 1px solid #ddd;
    padding: 0 0 0 10px;
}
.additional_application .tuition_part .phone_num td input[type="text"] {
    width: 140px;
    height: 46px;
    border: 1px solid #ddd;
    padding: 0 0 0 10px;
}
.additional_application .tuition_part .phone_num td input[type="text"] + span {
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #ddd;
    transform: translate(0,-6px);
    margin: 0 5px;
}
.additional_application .btn_wrap {
    text-align: center;
    margin: 30px 0 0;
}
.additional_application .btn_wrap button {
    width: 210px;
    height: 60px;
    border: 1px solid #0083ca;
    border-radius: 50px;
    color: #0083ca;
    background: #fff;
    cursor: pointer;
}
/* footer */
#A_Footer {
    background: #333333;
    min-width: 1440px;
    margin: 100px 0 0;
}
.footer_wrap {
    width: 1440px;
    padding: 0 15px;
    margin: 0 auto;
}

.footer_wrap .middle_part li,
.footer_wrap .top_part li {
    display: inline-block;
    float: left;
}
.footer_wrap .top_part li:nth-of-type(1) a {
    padding: 10px 10px 10px 0;
}
.footer_wrap .top_part li:nth-of-type(2) a{
     color: #fff;
	 font-weight:700;	
}
.footer_wrap .top_part li a {
    display: inline-block;
    padding: 10px;
    color: #666666;
    transition: .5s ease;
    font-weight: 300;
}

.footer_wrap .top_part li:hover a{
  color: #fff;
  
}
.footer_wrap hr {
    height: 1px;
    background: #434343 ;
    margin: 10px 0;
    border: none;
}
.footer_wrap .middle_part {
    position: relative;
    padding: 0 0 20px 0;
}
.footer_wrap .middle_part ul {
    display: inline-block;
    width: 760px;
}
.footer_wrap .middle_part li {
    color: #666;
    font-weight: 300;
    margin: 0 20px 0 0;
	display: block;
}
.footer_wrap .middle_part .logo {
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer_wrap .middle_part .logo a {
    display: inline-block;
    width: 206px;
    height: 34px;
    background: url('../../image/common/footer_logo.png')no-repeat;
}
.footer_wrap .bottom_part {
    padding: 20px 0 30px;
}
.footer_wrap .bottom_part p {
    color: #666;
    font-weight: 300;
}
.table_view .view_con img{width: auto !important;margin: 0 auto; display: block;}

.footer_wrap2{}
.footer_wrap2 .footer_top{width:100%;background-color:#ccc;}
.footer_wrap2 .snsbtn{width:1440px;margin:0 auto;padding:40px 15px;}
.footer_wrap2 .snsbtn a{float:left;width:25%;line-height:72px;font-size:1.5em;font-weight:600;}
.footer_wrap2 .snsbtn a img{float:left;margin-right:14px;}
.footer_wrap2 .snsbtn a span{float:left;margin:8px 0 0 10px;font-weight:bold;}


@media screen and (max-width: 1850px) {
    .header_wrap {
        padding: 28.5px 30px;
    }
    .header_wrap nav {
        width: calc(100% - 525px);
    }
    .header_wrap > img:nth-of-type(1) {
        width: 100px;
        transform: translate(0,10px);
    }
    .logo a {
        width: 100px;
    }
    .sub_header > a {
        font-size: 14px;
    }
}
