@charset "utf-8"; @import url('reset.css'); 
/*########## reset ##########*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/*########## root ##########*/
:root {
    --d_blue: #044188;
    --m_blue: #024FC5;
    --r_blue: #0065FF;
    --r_blue2: #0060CD;
    --pink: #EC5AA1;
    --btn_01: #2E196B;
    --btn_02: #FC653C;
    --btn_03: #A24AED;
    --btn_04: #9FC547;
    --btn_05: #01648A;
    --btn_06: #286CD4;
    --btn_07: #EC5AA1;
    --btn_08: #f1d35b;
    --r_point: #D94040;
    --y_point: #F0DF44;
}
/*########## layout ##########*/
.wrap {
    display: flex;
    background: url(/site/nambu/nambukr/img/mainIntro/intro_overlay2.jpg) no-repeat;
    background-size: cover;
    min-height: 100vh;
    color: #1a1a1a; 
}
.quick {
    width: 340px;
    height: 100vh;
    position: fixed;
    background: var(--d_blue);
    left: 0;
    right: 0;
    padding: 30px;
    color: #fff;
}
.main {
    width:calc(100% - 340px);
    margin-left: 340px;
    padding: 100px 0;
}
.main .inner {
    width: 1280px;
    margin: auto;
    max-width: 98%;
}
/*########## quick ##########*/
.logo {
    text-align: center;
}
.logo img {
    width: 100%;
}
.m_logo {
    display: none;
}
.home_short {
    color: #fff;
    display: flex;
    background: var(--m_blue) url(/site/nambu/nambukr/img/mainIntro/detail_btn_w.png) no-repeat center right 16px;
    background-size: 10px;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000050;
    margin: 40px 0;
}
.home_short img {
    height: 20px;
    margin-right: 12px;
}
.menu {
}
.menu li {
    border-radius: 10px;
    font-weight: 500;
}
.menu li:hover {
    background: var(--m_blue);
}
.menu li + li {
    margin-top: 10px;
}
.menu li a {
    color: #fff;
    display: block;
    padding: 12px;
    padding-left: 50px;
}
.menu li a span {}
.menu li a span.y_point {
    color: var(--y_point);
}
.menu li:nth-child(1) a span {
    display: block;
}
.menu li:nth-child(1) a {
    background: url(/site/nambu/nambukr/img/mainIntro/quick_01.png) no-repeat center left 8px;
    background-size: 30px;
}
.menu li:nth-child(2) a {
    background: url(/site/nambu/nambukr/img/mainIntro/quick_02.png) no-repeat center left 8px;
    background-size: 30px;
}
.menu li:nth-child(3) a {
    background: url(/site/nambu/nambukr/img/mainIntro/quick_03.png) no-repeat center left 8px;
    background-size: 30px;
}
.menu li:nth-child(4) a {
    background: url(/site/nambu/nambukr/img/mainIntro/quick_04.png) no-repeat center left 8px;
    background-size: 30px;
}
.menu li:nth-child(5) a {
    background: url(/site/nambu/nambukr/img/mainIntro/quick_05.png) no-repeat center left 8px;
    background-size: 30px;
}
.call_sns {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.sns {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}
.sns li a {
    display: inline-block;
    width: 50px;
    height: 50px;
}
.sns li.youtube a {
    background: url(/site/nambu/nambukr/img/mainIntro/youtube.png) no-repeat center center;
    background-size: cover;
}
.sns li.blog a {
    background: url(/site/nambu/nambukr/img/mainIntro/blog.png) no-repeat center center;
    background-size: cover;
}
.sns li.facebook a {
    background: url(/site/nambu/nambukr/img/mainIntro/facebook.png) no-repeat center center;
    background-size: cover;
}

/*########## main ##########*/
/*안내박스*/
.box {
    border-radius: 20px;
    border: 3px solid var(--r_blue);
    overflow: hidden;
    background: #fff;
    margin-bottom: 40px;
}
.box .title {
    color: #fff;
    background: var(--r_blue) url(/site/nambu/nambukr/img/mainIntro/title_bg.png) no-repeat center right;
    background-size: 30% 100%;
}
.title h1 {
    word-break: keep-all;
    font-size: 30px;
    padding: 10px 0 10px 20px;
}
.content {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 20px;
}
.left_con {
    width: calc(60% - 5px)
}
.right_con {
    width: calc(40% - 5px)
}
.main_text {
	font-weight: 500;
}
.main_text > li + li {
    margin-top: 10px;
}
.main_text > li > strong::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--pink);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.main_text > li > strong {
    position: relative;
    padding: 20px;
    padding-right: 0;
    min-width: 100px;
}
.main_text > li span {
    display: inline-block;
    padding-left: 20px;
}
.main_text .r_point {
    color: var(--r_point);
    font-size: 27px;
    font-weight: 600;
}

.sub_text {
    padding: 10px 20px;
}
.sub_text li {
    display: flex;
    gap: 4px;
    font-size: 18px;
}
.sub_text li + li {
    margin-top: 4px;
}
.sub_text li strong {
    white-space: nowrap;
    min-width: 115px;
}
.sub_text li p {
    width: calc(100% - 100px);
    /* word-break: keep-all; */
}
.btn_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.btn_wrap li {
    width: calc(50% - 5px);
}
.btn_wrap li.full {
    width: 100%;
}
.btn_wrap li a {
    color: #fff;
    font-weight: 600; 
    padding: 10px;
    border-radius: 8px;
    border: 2px solid transparent;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.btn_wrap li:nth-child(1) a {
    background: var(--btn_01);
}
.btn_wrap li:nth-child(2) a {
    background: var(--btn_02);
}
.btn_wrap li:nth-child(3) a {
    background: var(--btn_03);
}
.btn_wrap li:nth-child(4) a {
    background: var(--btn_04);
}
.btn_wrap li:nth-child(5) a {
    background: var(--btn_05);
}
.btn_wrap li:nth-child(6) a {
    background: var(--btn_06);
}
.btn_wrap li:nth-child(7) a {
    background: var(--btn_07);
}
.btn_wrap li:nth-child(8) a {
    background: var(--btn_08);
}
.btn_wrap li:nth-child(1):hover a {
    background: #fff;
    color: var(--btn_01);
    border: 2px solid var(--btn_01);
}
.btn_wrap li:nth-child(2):hover a {
    background: #fff;
    color: var(--btn_02);
    border: 2px solid var(--btn_02);
}
.btn_wrap li:nth-child(3):hover a {
    background: #fff;
    color: var(--btn_03);
    border: 2px solid var(--btn_03);
}
.btn_wrap li:nth-child(4):hover a {
    background: #fff;
    color: var(--btn_04);
    border: 2px solid var(--btn_04);
}
.btn_wrap li:nth-child(5):hover a {
    background: #fff;
    color: var(--btn_05);
    border: 2px solid var(--btn_05);
}
.btn_wrap li:nth-child(6):hover a {
    background: #fff;
    color: var(--btn_06);
    border: 2px solid var(--btn_06);
}
.btn_wrap li:nth-child(7):hover a {
    background: #fff;
    color: var(--btn_07);
    border: 2px solid var(--btn_07);
}
.btn_wrap li:nth-child(8):hover a {
    background: #fff;
    color: var(--btn_08);
    border: 2px solid var(--btn_08);
}

.left_con_full {
    width: 100%;
}
.btn_wrap_full {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
}
.btn_wrap_full li {
    width: calc(50% - 5px);
}
.btn_wrap_full li.btn_1 {
    width: calc(25% - 8px);
}
.btn_wrap_full li.btn_2 {
    width: calc(50% - 5px);
}
.btn_wrap_full li.btn_3 {
    width: calc(33% - 3px);
}
.btn_wrap_full li.btn_4 {
    width: calc(25% - 8px);
}
.btn_wrap_full li.btn_5 {
    width: calc(20% - 8px);
}
.btn_wrap_full li.full {
    width: 100%;
}
.btn_wrap_full li a {
    color: #fff;
    font-weight: 600; 
    padding: 10px;
    border-radius: 8px;
    border: 2px solid transparent;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.btn_wrap_full li:nth-child(1) a {
    background: var(--btn_01);
}
.btn_wrap_full li:nth-child(2) a {
    background: var(--btn_02);
}
.btn_wrap_full li:nth-child(3) a {
    background: var(--btn_03);
}
.btn_wrap_full li:nth-child(4) a {
    background: var(--btn_04);
}
.btn_wrap_full li:nth-child(5) a {
    background: var(--btn_05);
}
.btn_wrap_full li:nth-child(6) a {
    background: var(--btn_06);
}
.btn_wrap_full li:nth-child(7) a {
    background: var(--btn_07);
}
.btn_wrap_full li:nth-child(8) a {
    background: var(--btn_08);
}
.btn_wrap_full li:nth-child(1):hover a {
    background: #fff;
    color: var(--btn_01);
    border: 2px solid var(--btn_01);
}
.btn_wrap_full li:nth-child(2):hover a {
    background: #fff;
    color: var(--btn_02);
    border: 2px solid var(--btn_02);
}
.btn_wrap_full li:nth-child(3):hover a {
    background: #fff;
    color: var(--btn_03);
    border: 2px solid var(--btn_03);
}
.btn_wrap_full li:nth-child(4):hover a {
    background: #fff;
    color: var(--btn_04);
    border: 2px solid var(--btn_04);
}
.btn_wrap_full li:nth-child(5):hover a {
    background: #fff;
    color: var(--btn_05);
    border: 2px solid var(--btn_05);
}
.btn_wrap_full li:nth-child(6):hover a {
    background: #fff;
    color: var(--btn_06);
    border: 2px solid var(--btn_06);
}
.btn_wrap_full li:nth-child(7):hover a {
    background: #fff;
    color: var(--btn_07);
    border: 2px solid var(--btn_07);
}
.btn_wrap_full li:nth-child(8):hover a {
    background: #fff;
    color: var(--btn_08);
    border: 2px solid var(--btn_08);
}

/*홍보영상 박스*/
.promotion_box {
    border-radius: 20px;
    background: var(--r_blue2);
    padding: 20px;
    display: flex;
    position: relative;
}
.video_wrap {
    width: 40%;
}
.video_wrap iframe {
    border-radius: 20px;
    max-width: 100%;
    min-width: 100%;
}
.call_slogan {
    width: 60%;
    padding: 0 30px;
    position:relative;
    z-index: 1; 
}
.call_slogan .call {
    color: #fff;
    font-size: 40px;
    font-weight:600; 
	margin-bottom: 16px;
}
.call_slogan .call:last-of-type {
	margin-bottom:0;
}
.call_slogan .call p {
    padding-left: 34px;
    background: url('/site/nambu/nambukr/img/mainIntro/phone_icon.png') no-repeat center left;
    background-size: 26px;
    font-size: 28px;
}
.slogan img {
    position: absolute;
    right: 270px; 
    bottom: 47px;
    transform: translateY(75%); 
    z-index: 1;
    width: 450px;
}
.character img {
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 350px; 
}
.m_slogan {
    display: none;
}

/* 데스크톱 (해상도 1440px ~ 1520px)*/
@media screen and (max-width:1520px) {
    .main {
        padding: 20px;
        padding-bottom: 100px;
    }
    .slogan img {
        width: 340px; 
    }
}
/* 데스크톱 (해상도 1279px ~ 1440px)*/
@media screen and (max-width:1440px) {
    .content {
        flex-wrap: wrap;
    }
    .left_con {
        width: 100%;
    }
    .right_con {
        width: 100%;
    }
    .slogan img {
        width: 280px;
    }   
    .character img {
        width: 280px;
    }
}
/* 노트북 & 테블릿 가로 (해상도 1024px ~ 1279px)*/ 
@media screen and (max-width:1279px) {
    .main {
        padding-bottom: 100px;
    }
    .main_text > li > strong {
        display: block;
        padding: 0 20px;
    }
    .main_text > li > span {
        padding-left: 20px;
    }
    .promotion_box {
        flex-wrap: wrap;
    }
    .video_wrap {
        width: 100%;
    }
    .call_slogan {
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }
    .call_slogan .call {
        font-size: 22px;
    }
    .call_slogan .call p {
        display: inline-block;
        font-size: 22px;
    }
    .slogan img {
        bottom: 0;
        right: 150px;
    }
    .character img {
        bottom: -70px;
        width: 140px;
    }
}



















/* @charset "utf-8"; @import url('reset.css'); 

########## reset ##########

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container_wrap {
	background: url('/site/nambu/nambukr/img/intro_overlay2.jpg') no-repeat;   
	background-size: cover;
	padding: 10px 0 100px 0; 
	min-height: 100vh;
}
########## layout ##########
.container {
	width: 1280px;
	margin: auto;
	background: #ffffff90;   
	padding: 20px;    
	border-radius: 30px;
	box-shadow: 0 0 10px #00000025;
}

########## visual ##########
.visual {
    border: 1px solid #000;
    padding: 2% 0 0 0;
}
.visual .inner {
	border-radius: 30px;
    height: 200px;  
    background: url('/site/nambu/nambukr/img/ipsi_visual.png') no-repeat center center; 
    background-size: cover; 
}

########## shortcut & quick_menu ##########
.btn_img {
    height: 60px;
    width: 60px;
    position: relative;
}
.btn_img img {
    animation: rotate 6s linear infinite;
}
.btn_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: url('/site/nambu/nambukr/img/arrow_b.png') no-repeat center center;
    background-size: 20px 20px;
}

########## shortcut ##########
.shortcut {
    padding: 30px 0;   
    background: url('/site/nambu/nambukr/img/shortcut_bg.png') no-repeat;  
    background-size: cover; 
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px; 
}
.shortcut::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff99; 
    border-radius: 20px;
}
.shortcut.bottom {
    background: none;
    margin-top: 40px;
    margin-bottom: 0;
}
.shortcut.bottom::before {
	background: none;
}
.shortcut.bottom .txt {
	color:#ffffff;  
}
.shortcut.bottom .btn_img::before {
	background: url('/site/nambu/nambukr/img/arrow_w.png') no-repeat center center;
    background-size: 20px 20px;  
}
.shortcut a {
    display: inline-block;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
}
.shortcut .txt {
    margin-right: 14px;
    position: relative;
    color: #222;
}
.shortcut .txt span {
    font-weight: 500;
}
.shortcut .txt p {
    font-weight: 800; 
    font-size: 26px;
}

########## quick_menu ##########
.quick_menu {}
.quick_menu .inner {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.quick_menu .inner li {
    width: 25%; 
    border-radius: 20px;
}
.quick_menu .inner li:nth-child(1) {
	background: #014da2 url('/site/nambu/nambukr/img/quick_icon_01.png') no-repeat top 20px right 30px;  
}
.quick_menu .inner li:nth-child(2) {
	background: #1a5eab url('/site/nambu/nambukr/img/quick_icon_02.png') no-repeat top 20px right 30px;   
}
.quick_menu .inner li:nth-child(3) {
	background: #014da2 url('/site/nambu/nambukr/img/quick_icon_03.png') no-repeat top 20px right 30px;  
}
.quick_menu .inner li:nth-child(4) {
	background: #1a5eab url('/site/nambu/nambukr/img/quick_icon_04.png') no-repeat top 20px right 30px;  
}
.quick_menu .inner li a {
    color: #fff;
    display: block;
    padding: 0 20px; 
    position: relative;
    font-size: 20px;
    height: 200px;
    display: flex;
    align-items: center;
    word-break: keep-all;
}
.quick_menu .inner li:nth-child(1) {
	background: #1a68f7 url('/site/nambu/nambukr/img/quick_icon_01.png') no-repeat top 20px right 30px;  
}
.quick_menu .inner li:nth-child(2) {
	background: #1a68f7 url('/site/nambu/nambukr/img/quick_icon_02.png') no-repeat top 20px right 30px;   
}
.quick_menu .inner li:nth-child(3) {
	background: #1a68f7 url('/site/nambu/nambukr/img/quick_icon_03.png') no-repeat top 20px right 30px;  
}
.quick_menu .inner li:nth-child(4) { 
	background: #1a68f7 url('/site/nambu/nambukr/img/quick_icon_04.png') no-repeat top 20px right 30px;  
}
.quick_menu .inner li a {
	color: #fff;
    display: block;
    padding: 0 20px; 
    position: relative;
    font-size: 20px;
    height: 200px;
    display: flex;
    align-items: center;
    word-break: keep-all;
}

.quick_menu .inner li p span {
    display: block;
    font-weight: 600;
}
.quick_menu .inner li p span.point {
    font-size: 23px;
}
.quick_menu .inner li a .btn_img {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.quick_menu .inner li a .btn_img img {
    animation-play-state: paused;
}
.quick_menu .inner li a .btn_img::before { 
    background: url('/site/nambu/nambukr/img/arrow_w.png') no-repeat center center;
    background-size: 20px 20px;
}

@keyframes rotate {
    0% {
        transform: rotate(0); 
    }
    100% {
        transform: rotate(360deg);
    }
}


########## guide ##########
.guide {
	background: #fafafa url('/site/nambu/nambukr/img/box_bg.png') no-repeat bottom center; 
	background-size: cover;
	border-radius: 20px; 
    margin-bottom: 20px;
	box-shadow: 0 0 10px #00000010; 
    border:1px solid #1a68f7;
} 
.guide h1 {
	color: #034A93;
	font-size: 32px;
	border-radius: 20px 20px 0 0;
	padding:20px;
	text-align: center;
	font-weight: 800; 
	border-bottom: 1px solid #ddd;
	word-break: keep-all;
}
.guide .sec {
    display: flex;
    gap: 20px;
}
.guide .sec > div {
	padding: 20px; 
}
.guide .sec .leftSec {
	width: 55%;
}
.guide .sec .rightSec {
	width: 45%;  
}
.leftSec ul li {
	font-size: 22px; 
	color: #222; 
	word-break: keep-all;
}
.leftSec ul li strong {
	background: url('/site/nambu/nambukr/img/caption_icon.png') no-repeat left center;  
	background-size: 8px;
	display:block;
	padding-left: 18px; 
}
.leftSec ul li + li {
	margin-top: 22px; 
}
.leftSec ul li p {
	font-size: 20px;
	margin: 8px 0;
	font-weight: bold;
	padding-left: 20px; 
}
.leftSec ul li p.point {
	color:#DC362E;
}
.leftSec ul li span {
	font-size: 22px;
	margin: 8px 0;
	font-weight: bold;
	padding-left: 10px; 
}
.leftSec ul li span.point {
	color:#DC362E;
	font-size: 25px;
}
.rightSec ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.rightSec ul li {
	width: calc(50% - 4px);
	box-shadow: 0 0 8px #14278220;    
	word-break: keep-all;
}
.rightSec ul li a {
	font-size: 20px;  
	font-weight:600;
	display: block;
	background: #023E7A url('/site/nambu/nambukr/img/detail_btn_w.png') no-repeat center right 18px;    
	background-size: 10px; 
	color:#fff;
	padding: 10px; 
	border-radius:8px;
	border: 2px solid transparent; 
}
.rightSec ul li:nth-child(2) {
	background: #023E7A ;
}
.rightSec ul li:nth-child(6) a{
	background: #023E7A;
	background-size: 10px;  
}
.rightSec ul li:nth-child(5) a {
	background: #0457AD url('/site/nambu/nambukr/img/detail_btn_w.png') no-repeat center right 18px;  
	background-size: 10px; 
}
.rightSec ul li:nth-child(4) a {
	background: #186EC7 url('/site/nambu/nambukr/img/detail_btn_w.png') no-repeat center right 18px;
	background-size: 10px; 
}
.rightSec ul li:nth-child(3) a {
	background: #167AE0 url('/site/nambu/nambukr/img/detail_btn_w.png') no-repeat center right 18px;
	background-size: 10px; 
} 
.rightSec ul li:nth-child(1) a {
	background: #1E8AFA url('/site/nambu/nambukr/img/detail_btn_w.png') no-repeat center right 18px;
	background-size: 10px; 
}
.rightSec ul li.point a {
	background: #F5544C url('/site/nambu/nambukr/img/detail_btn_w.png') no-repeat center right 18px;  
	background-size: 10px; 
	color: #fff;
}
.rightSec ul li.point:hover a {
	background: #fff url('/site/nambu/nambukr/img/detail_btn_r.png') no-repeat center right 18px;
	background-size: 10px; 
	border:2px solid #F5544C;
	color: #F5544C;
}
.rightSec ul li:hover a {
	background: #fff url('/site/nambu/nambukr/img/detail_btn_bl.png') no-repeat center right 18px;     
	border:2px solid #023E7A;
	background-size: 10px; 
	color: #023E7A;
}

 .rightSec ul li:nth-child(1) {
	background: #FFD181;
}
.rightSec ul li:nth-child(2) {
	background: #DC362E ;
}
.rightSec ul li:nth-child(3) {
	background: #97F5D2;  
}
.rightSec ul li:nth-child(4) {
	background: #BFD0FF;
}
.rightSec ul li:nth-child(5) {
	background: #C2F6AE;
} 
.rightSec ul li:nth-child(6) {
	background: #CEC4FD;
} 
.guide .box {
    width: 50%;
    background: #f7f7f7;
    border-radius: 20px;
    padding: 30px;
}
.box_top {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.guide h2, h3 {
    font-weight: 500;
}
.title {
    font-size: 22px;
    margin-bottom: 40px;
}
.title span {
    font-weight: bold;
}
.period {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.period > div {
    width: calc(50% - 10px);
    border-radius: 20px;
    min-height: 230px; 
    box-shadow: 0 0 10px #00000010;
    padding: 30px 20px;
}
.period_title {
    font-size: 19px; 
    min-height: 50px;
}
.period_title span {
    display: block;
}
.period em {
	display: inline-block;
	margin-top: 6px; 
    font-size: 14px;
    color: #888;
    font-style: normal;
    word-break: keep-all;
}
.period_02 em {
	color: #ffffff90;
}
.period p {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Noto Sans KR';
}
.period p span {
    display: block;
}
.period_01 p {
    color: #ce1a1a;
}
.period_01 {
    background-color: #fff;
}
.period_02 {
    background-color: #CFE6FF;
    color: #1F3651;
}
.box_bottom {
    padding-top: 20px;
}
.print {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.print li {
    background-color: #fff;
    box-shadow: 0 0 10px #00000010;
    border-radius: 20px;
    height: 150px;
    width: calc(33% - 5px);     
    display: flex;
    justify-content: center;
    align-items: center;
}
.print li a { 
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;  
    word-break: keep-all;
}
.print li.point {
    background-color: #ce1a1a; 
}
.print li.point a {
    color: #fff;
}
.print li a:hover {
	color: #1a5eab;
}
.print li.point a:hover {
	color:#fff;
}
.print li a span {
    display: block;
}

일정안내 박스 1개일떄
.inner.one .box {
	background: #f7f7f7 url('/site/nambu/nambukr/img/box_bg.png') no-repeat center center; 
	background-size: cover;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.inner.one .box > div {
    width: 50%;
}
.inner.one .box_top {
    border-bottom: none;
}
.inner.one .title {
	margin-bottom: 20px;
}
.inner.one .box_bottom {
    margin-top: 50px;
    border-left: 1px solid #ddd;
    padding-top: 0;
}
.inner.one .print {
    padding-left: 20px;
    margin-bottom: 0;
}




데스크톱 (해상도 1440px ~ 1520px)
@media screen and (max-width:1520px) {
    ########## layout ##########
    .container {
        width: 96%;
    }
    ########## guide ##########
    .period > div {
        min-height: 300px;
    }
}
데스크톱 (해상도 1279px ~ 1440px)
@media screen and (max-width:1440px) {
    ########## quick_menu ##########
    .quick_menu .inner {
        flex-wrap: wrap;
        gap: 20px;
    }
    .quick_menu .inner li {
        width: 49%; 
    }
    ########## guide ##########
    .guide .box {
        padding: 20px;
    }
    일정안내 박스 1개일떄
    .inner.one .period > div {
        min-height: 225px;
    }
}
노트북 & 테블릿 가로 (해상도 1024px ~ 1279px) 
@media screen and (max-width:1279px) { 
    ########## quick_menu ##########
    .quick_menu .inner {
        justify-content: space-around;
    }
    .quick_menu .inner li {
        width: 47%; 
    }
    ########## guide ##########
    .print li {
    	width: calc(50% - 5px);
    }
    일정안내 박스 1개일떄
    .inner.one .period > div {
    	width: 100%;
    }
} 

















.red{color:#c91717}
.table_container {width: 100%;float: left;}
.table_container table {white-space:nowrap;border-collapse:collapse;}
.table_container table tr td {
    background: #fff  !important;
    padding: 0px 5px  !important;
    border-width: 1px 1px 1px 0px  !important;
    border: 1px solid #000  !important;
    white-space: nowrap;
    line-height: 31px;
    vertical-align: middle;
}
.table_container table tr td:nth-child(1){width: 12%;font-size: 16px;text-align: center;font-weight: 600;}
.table_container table tr td:nth-child(2){width: 20%;font-size: 16px;text-align: center;font-weight: 600;}
.table_container table tr td:nth-child(3){width: 22%;font-size: 16px;text-align: center;font-weight: 600;}
.table_container table tr td:nth-child(4){text-align: center;width: 10%;font-size: 16px;padding: 0px 10px !important;}
.table_container table tr th {
    padding: 7px 0px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    text-align: center !important;
    background: #f44667 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    border-width: 1px 0px 1px 1px !important;
}
***********************1920이상*****************************
@media screen and (min-width:1920px) {
    .intro_from {
        width:100%;
        float: left;
        background: #e9e6c0;
        background-size: cover;
        position:relative;
    }
    
    .intro_from .logo{
    width: 70%;
    margin: 60px 15% 1%;
    padding-bottom: 1.5%;
    border-bottom: 2px solid #000;
    text-align: center;
    position: relative;
    z-index: 3;
}
	.intro_from:before{content:"";position:absolute;top: 78%;left: 0%;float: left;display: block;background: url("../img/intro_img2.png") no-repeat;width: 405px;height: 229px;background-size: 100%;z-index: 1;}
    .intro_content {
        width: 70% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 1% 15% 1% !IMPORTANT;
        position:relative;
        z-index: 2;
    }
	.intro_from:after{content:"";position:absolute;bottom: 0%;right: 0%;float: left;display: block;background: url("../img/intro_img1.png") no-repeat;width: 280px;height: 530px;background-size: 390px;}
    .intro_content h1 {
        width: 100%;
        float: left;
        text-align: center;
    }

    .intro_content h2 {
        width: 100%;
        float: left;
        color: #000;
        font-size: 37px;
        text-align: center;
        margin: 20px 0 33px;
        font-weight: 600;
    }

    .intro_content ul {
        width: 100%;
        float: left;
    }

    .intro_content ul li {
        width: 29% !IMPORTANT;
        margin-right: 2% !IMPORTANT;
        background: #36373a !IMPORTANT;
        float: left;
        padding: 1% 1% !IMPORTANT;
        height: 122px !IMPORTANT;
        border-radius: 10px;
    }

    .intro_content ul li:last-child {
        width: 31% !important;
        margin-right: 0% !important;
        background: #1f0d7c;
    }

    .intro_content ul li h3 {
        width: 100%;
        float: left;
        color: #ffe000;
        font-size: 20px;
    }

    .intro_content ul li p {
        width: 100%;
        float: left;
        color: #d79393;
        font-size: 16px;
        margin-top: 12px;
        font-weight: 600;
    }

    .intro_content ul li span {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 16px;
        margin-top: 10px;
    }

    .intro_content ul li a {
        width: 100%;
        background: #06a3ac;
        color: #fff;
        width: 100%;
        float: left;
        text-align: center;
        padding: 10px 0px;
        margin-top: 25px;
        font-weight: 800;
    }

    .intro_ipsi {
        width: 70% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 2% 15% 1% !IMPORTANT;
        z-index: 2;
        position: relative;
    }

    .intro_ipsi_left {
        width: 48%;
        float: left;
        margin-right: 2%;
    }

    .intro_ipsi_right {
        width: 50% !IMPORTANT;
        float: left !IMPORTANT;
        margin-top: 0% !IMPORTANT;
        height: 466px !important;
    }

    .intro_quick {
        width: 70% !important;
        float: left;
        margin: 0px 15% !important;
        position: relative;
        z-index: 3;
    }

    .intro_quick ul {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 0% 0% 0px !IMPORTANT;
    }

    .intro_quick ul li {
        width: 23%;
        float: left;
        margin-right: 2%;
        border-radius: 10px;
    }

    .intro_quick ul li:nth-child(1) {
        background: #f44667;
    }

    .intro_quick ul li:nth-child(2) {
        background: #1f0d7c;
    }

    .intro_quick ul li:nth-child(3) {
        background: #06A3AC;
    }

    .intro_quick ul li:nth-child(4) {
        background: #48AB1C
    }

    .intro_quick ul li a {
        width: 80%;
        float: left;
        color: #fff;
        padding: 20px 40px;
        text-align: left;
        font-weight: 600;
        font-size: 17px;
        position: relative;
        line-height: 25px;
        position: relative;
        border-radius: 10px;
    }
    .intro_quick ul li a img{
    width: 40px;
    float: left;
    height: 40px;
    margin-top: 4px;
}
    .intro_quick ul li a div{
    width: 75%;
    float: left;
    margin-left: 5%;
}
    .intro_quick ul li a div span:first-child {
        width: 100%;
        float: left;
        font-size: 19px;
        font-weight: 800;
    }

    .intro_quick ul li a div span:last-child {
        width: 100%;
        float: left;
        font-size: 16px;
        font-weight: 500;
    }

    .intro_quick ul li a:after {
        content: ">";
        position: absolute;
        top: 35%;
        right: 13%;
        font-size: 24px;
    }

    .intro_quick ul li:last-child {
        margin-right: 0%;
        width: 25%;
    }

    .intro_ipsi_left li:nth-child(1) {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 4% 0% 6% !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 49px !IMPORTANT;
        color: #000;
        font-weight: 800;
    }
    .left_title
     {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 4% 0% 6% !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 49px !IMPORTANT;
        color: #000;
        font-weight: 800;
    }
    .intro_ipsi_left li.title {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 4% 0% 2% !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 49px !IMPORTANT;
        color: #000;
        font-weight: 800;
    }

    
    .intro_ipsi_left li:nth-child(2), .intro_ipsi_left li:nth-child(3) {
        float: left;
        width: 100%;
        margin: 0 0 2% 0%;
    }
   
    
    .intro_ipsi_left li {
        float: left;
        width: 100%;
        margin: 0 0 2% 0%;
    }

   

    .intro_ipsi_left li > table  tr  > th {
    padding: 7px 0px;
    font-size: 17px;
    font-weight: 600;
    width: 10%;
    text-align: center;
    background: #f44667;
    color: #fff;
    border: 1px solid #000;
    border-width: 1px 0px 1px 1px;
    vertical-align: middle;
    }
	
	.intro_ipsi_left li > table{width:100%;float:left;}

    .intro_ipsi_left li > table  tr > td {
    font-size: 17px;
    font-weight: 700;
    width: 20%;
    background: #fff;
    padding: 7px 11px;
    border: 1px solid #000;
    border-width: 1px 1px 1px 0px;
    vertical-align: middle;
    line-height: 32px;
    }

    .intro_ipsi_left li.button_top {
    	float: left;
        width: 100%;
        margin: 0% 0% 2% 0%;
        font-size: 16px;
    }
    
    .intro_ipsi_left li.button_top a {
    	width: 48%;
        float: left;
        margin: 1% 1% 0%;
        text-align: center;
        background: #101010;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 0;
        border-radius: 10px;
    }
    
    .intro_ipsi_left li.button_mid {
    	float: left;
        width: 100%;
        margin: 0% 0% 2% 0%;
        font-size: 16px;
    }
    
    .intro_ipsi_left li.button_mid a {
    	width: 48%;
        float: left;
        margin: 1% 1% 0%;
        text-align: center;
        background: #101010;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 0;
        border-radius: 10px;
    }

	.intro_ipsi_left li:last-child {
        float: left;
        width: 100%;
        margin: 0% 0% 1% 0%;
        font-size: 16px;
    }

    .intro_ipsi_left li:last-child a {
        width: 48%;
        float: left;
        margin: 1% 1% 0%;
        text-align: center;
        background: #101010;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 0;
        border-radius: 10px;
    }
    
    .intro_ipsi_left_bt{
        float: left;
        width: 100%;
        margin: 0% 0% 1% 0%;
        font-size: 16px;
    }

    .intro_ipsi_left_bt a {
        width: 48%;
        float: left;
        margin: 1% 1% 0%;
        text-align: center;
        background: #101010;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 0;
        border-radius: 10px;
    }
    
    

    .intro_ipsi_left li:nth-child(5) a:nth-child(3), .intro_ipsi_left li:nth-child(5) a:nth-child(6) {
        margin-right: 0;
    }

    .intro_ipsi_right li:nth-child(1) {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 4% 0% 5% !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 49px !IMPORTANT;
        color: #000 !IMPORTANT;
        font-style: normal;
        font-weight: 800;
    }

    .intro_ipsi_right li {
        float: left;
        width: 95%;
        margin: 0 0 2% 5%;
    }
	
	.intro_ipsi_right li table{
        float: left;
        width: 100%;
        margin: 0 0 2% 0%;
    }
    .intro_ipsi_right li table tr th {
    padding: 7px 0px;
    font-size: 17px;
    font-weight: 600;
    width: 150px;
    text-align: center;
    background: #06a3ac;
    color: #fff;
    border: 1px solid #000;
    border-width: 1px 0px 1px 1px;
    vertical-align: middle;
    }

    .intro_ipsi_right li > table tr td  {font-size: 18px;font-weight: 800;width: 72%;background: #fff;padding: 7px 2%;border-width: 1px 1px 1px 0px;border: 1px solid #000;}

    .intro_ipsi_right li:nth-child(3) {float: left; width: 92%; margin: 0 0 1% 5%;font-size: 16px;}

    .intro_ipsi_right li:nth-child(3) a {}

    .intro_ipsi_right li:last-child {float: left;width: 97%;margin: 0 0 1% 4%;font-size: 16px;}
    .intro_ipsi_right li:last-child a {width: 48%;float: left;margin: 1% 1% 0%;text-align: center;background: #48ab1c;color: #fff;font-size: 16px;padding: 10px 0;border-radius: 10px;font-weight: 700;}
    .intro_ipsi_right li:nth-child(3) a:nth-child(3), .intro_ipsi_right li:nth-child(3) a:nth-child(6) {}
    .intro_ipsi_right li:nth-child(3) a:nth-child(3), .intro_ipsi_right li:nth-child(3) a:nth-child(6) {}

수강신청 바로가기 버튼 추가
	.main_btn {
		width: 70%;
		margin: 0 auto;
		margin-top: 150px; 
		clear: both;
	}
	.main_btn ul {
		display: flex;
		justify-content: space-between;
		gap: 4%; 
	}
	.main_btn ul li {
		width: 50%;
		border-radius: 20px;
	}
	.main_btn ul li:nth-child(1) {
		background: #4BCC9A url("/site/nambu/nambukr/img/main_btn01.png") no-repeat center right 30px; 
		background-size: 180px; 
	}
	.main_btn ul li:nth-child(1):hover {
		background: #1FA973 url("/site/nambu/nambukr/img/main_btn01.png") no-repeat center right 30px; 
		background-size: 180px; 
	}
	.main_btn ul li:nth-child(2):hover {
		background: #307bff url("/site/nambu/nambukr/img/main_btn02.png") no-repeat center right 30px; 
		background-size: 180px; 
	}
	.main_btn ul li:nth-child(2) {
		background: #5793FD url("/site/nambu/nambukr/img/main_btn02.png") no-repeat center right 30px; 
		background-size: 180px;
	}
	.main_btn ul li a {
		display: block;
		padding: 50px;
		font-size: 26px; 
		font-weight: bold;
		color: #fff;
	}
	.main_btn ul li a em {
		display: block;
		font-style:normal;
		font-weight: normal;
		font-size: 16px;
		margin-top: 5px;
	}
}


***********************1520이상~1919*****************************
@media screen and (min-width:1520px) and (max-width: 1919px) {
	
	    .intro_from {
        width:100%;
        float: left;
        background: #e9e6c0;
        background-size: cover;
        position:relative;
}
    
    .intro_from .logo{
    width: 80%;
    margin: 60px 10% 1%;
    padding-bottom: 1.5%;
    border-bottom: 2px solid #000;
    text-align: center;
    position: relative;
    z-index: 3;
}
	.intro_from:before{content:"";position:absolute;top: 78%;left: 0%;float: left;display: block;background: url("../img/intro_img2.png") no-repeat;width: 405px;height: 229px;background-size: 100%;z-index: 1;}
    .intro_content {
        width: 80% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 1% 10% 1% !IMPORTANT;
        position:relative;
        z-index: 2;
    }
	.intro_from:after{content:"";position:absolute;bottom: 0%;right: 0%;float: left;display: block;background: url("../img/intro_img1.png") no-repeat;width: 280px;height: 530px;background-size: 390px;}
    .intro_content h1 {
        width: 100%;
        float: left;
        text-align: center;
    }

    .intro_content h2 {
        width: 100%;
        float: left;
        color: #000;
        font-size: 37px;
        text-align: center;
        margin: 20px 0 33px;
        font-weight: 600;
    }

    .intro_content ul {
        width: 100%;
        float: left;
    }

    .intro_content ul li {
        width: 29% !IMPORTANT;
        margin-right: 2% !IMPORTANT;
        background: #36373a !IMPORTANT;
        float: left;
        padding: 1% 1% !IMPORTANT;
        height: 122px !IMPORTANT;
        border-radius: 10px;
    }

    .intro_content ul li:last-child {
        width: 31% !important;
        margin-right: 0% !important;
        background: #1f0d7c;
    }

    .intro_content ul li h3 {
        width: 100%;
        float: left;
        color: #ffe000;
        font-size: 20px;
    }

    .intro_content ul li p {
        width: 100%;
        float: left;
        color: #d79393;
        font-size: 16px;
        margin-top: 12px;
        font-weight: 600;
    }

    .intro_content ul li span {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 16px;
        margin-top: 10px;
    }

    .intro_content ul li a {
        width: 100%;
        background: #06a3ac;
        color: #fff;
        width: 100%;
        float: left;
        text-align: center;
        padding: 10px 0px;
        margin-top: 25px;
        font-weight: 800;
    }

    .intro_ipsi {
        width: 80% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 2% 10% 1% !IMPORTANT;
        z-index: 2;
        position: relative;
    }

    .intro_ipsi_left {
        width: 50%;
        float: left;
        margin-right: 0%;
    }

    .intro_ipsi_right {
        width: 50% !IMPORTANT;
        float: left !IMPORTANT;
        margin-top: 0% !IMPORTANT;
        height: 466px !important;
    }

    .intro_quick {
        width: 80% !important;
        float: left;
        margin: 0px 10% !important;
        position: relative;
        z-index: 3;
    }

    .intro_quick ul {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 0% 0% 0px !IMPORTANT;
    }

    .intro_quick ul li {
        width: 23%;
        float: left;
        margin-right: 2%;
        border-radius: 10px;
    }

    .intro_quick ul li:nth-child(1) {
        background: #f44667;
    }

    .intro_quick ul li:nth-child(2) {
        background: #1f0d7c;
    }

    .intro_quick ul li:nth-child(3) {
        background: #06A3AC;
    }

    .intro_quick ul li:nth-child(4) {
        background: #48AB1C
    }

    .intro_quick ul li a {
        width: 80%;
        float: left;
        color: #fff;
        padding: 20px 40px;
        text-align: left;
        font-weight: 600;
        font-size: 17px;
        position: relative;
        line-height: 25px;
        position: relative;
        border-radius: 10px;
    }
    .intro_quick ul li a img{
    width: 40px;
    float: left;
    height: 40px;
    margin-top: 4px;
}
    .intro_quick ul li a div{
    width: 75%;
    float: left;
    margin-left: 5%;
}
    .intro_quick ul li a div span:first-child {
        width: 100%;
        float: left;
        font-size: 19px;
        font-weight: 800;
    }

    .intro_quick ul li a div span:last-child {
        width: 100%;
        float: left;
        font-size: 16px;
        font-weight: 500;
    }

    .intro_quick ul li a:after {
        content: ">";
        position: absolute;
        top: 35%;
        right: 13%;
        font-size: 24px;
    }

    .intro_quick ul li:last-child {
        margin-right: 0%;
        width: 25%;
    }

    .intro_ipsi_left li:nth-child(1) {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 4% 0% 6% !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 49px !IMPORTANT;
        color: #000;
        font-weight: 800;
    }
    
    .left_title {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 4% 0% 6% !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 49px !IMPORTANT;
        color: #000;
        font-weight: 800;
    }

    .intro_ipsi_left li:nth-child(2) {
        float: left;
        width: 100%;
        margin: 0 0 2% 0%;
    }

   

    .intro_ipsi_left li > table tr > th {
    padding: 7px 0px;
    font-size: 17px;
    font-weight: 600;
    width: 9%;
    text-align: center;
    background: #f44667;
    color: #fff;
    border: 1px solid #000;
    border-width: 1px 0px 1px 1px;
    vertical-align: middle;
    }
	
	.intro_ipsi_left li > table{width:100%;float:left;}

    .intro_ipsi_left li > table tr > td {
    font-size: 16px;
    font-weight: 700;
    width: 18%;
    background: #fff;
    padding: 6px 2%;
    border: 1px solid #000;
    border-width: 1px 1px 1px 0px;
    vertical-align: middle;
    line-height: 32px;
    }

    .intro_ipsi_left li:last-child {
        float: left;
        width: 100%;
        margin: 5% 0 1% 0%;
        font-size: 16px;
    }

    .intro_ipsi_left li:last-child a {
        width: 48%;
        float: left;
        margin: 1% 1% 0;
        text-align: center;
        background: #101010;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 0;
        border-radius: 10px;
    }
    
    .intro_ipsi_left_bt {
        float: left;
        width: 100%;
        margin: 1% 0 1% 0% !important;
        font-size: 16px;
    }

    .intro_ipsi_left_bt a {
        width: 48%;
        float: left;
        margin: 1% 1% 0;
        text-align: center;
        background: #101010;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 0;
        border-radius: 10px;
    }

   

    .intro_ipsi_left li:nth-child(5) a:nth-child(3), .intro_ipsi_left li:nth-child(5) a:nth-child(6) {
        margin-right: 0;
    }

    .intro_ipsi_right li:nth-child(1) {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 4% 0% 5% !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 49px !IMPORTANT;
        color: #000 !IMPORTANT;
        font-style: normal;
        font-weight: 800;
    }

    .intro_ipsi_right li {
        float: left;
        width: 95%;
        margin: 0 0 2% 5%;
    }
	
	.intro_ipsi_right li table{
        float: left;
        width: 100%;
        margin: 0 0 2% 0%;
    }
    .intro_ipsi_right li table tr th {
    padding: 7px 0px;
    font-size: 17px;
    font-weight: 600;
    width: 150px;
    text-align: center;
    background: #06a3ac;
    color: #fff;
    border: 1px solid #000;
    border-width: 1px 0px 1px 1px;
    }

    .intro_ipsi_right li > table tr td  {font-size: 18px;font-weight: 800;width: 72%;background: #fff;padding: 7px 2%;border-width: 1px 1px 1px 0px;border: 1px solid #000;}

    .intro_ipsi_right li:nth-child(3) {float: left; width: 92%; margin: 0 0 1% 5%;font-size: 16px;}

    .intro_ipsi_right li:nth-child(3) a {}

    .intro_ipsi_right li:last-child {float: left;width: 97%;margin: 0 0 1% 4%;font-size: 16px;}
    .intro_ipsi_right li:last-child a {width: 48%;float: left;margin: 1% 1% 0;text-align: center;background: #48ab1c;color: #fff;font-size: 16px;padding: 10px 0;border-radius: 10px;font-weight: 700;}
    .intro_ipsi_right li:nth-child(3) a:nth-child(3), .intro_ipsi_right li:nth-child(3) a:nth-child(6) {}
    .intro_ipsi_right li:nth-child(3) a:nth-child(3), .intro_ipsi_right li:nth-child(3) a:nth-child(6) {}
    
    
    수강신청 바로가기 버튼 추가
	.main_btn {
		width: 80%;
		margin: 0 auto;
		margin-top: 150px; 
		clear: both;
	}
	.main_btn ul {
		display: flex;
		justify-content: space-between;
		gap: 4%; 
	}
	.main_btn ul li {
		width: 50%;
		border-radius: 20px;
	}
	.main_btn ul li:nth-child(1) {
		background: #4BCC9A url("/site/nambu/nambukr/img/main_btn01.png") no-repeat center right 30px; 
		background-size: 180px; 
	}
	.main_btn ul li:nth-child(2) {
		background: #5793FD url("/site/nambu/nambukr/img/main_btn02.png") no-repeat center right 30px; 
		background-size: 180px;
	}
	.main_btn ul li:nth-child(1):hover {
		background: #1FA973 url("/site/nambu/nambukr/img/main_btn01.png") no-repeat center right 30px; 
		background-size: 180px; 
	}
	.main_btn ul li:nth-child(2):hover {
		background: #307bff url("/site/nambu/nambukr/img/main_btn02.png") no-repeat center right 30px; 
		background-size: 180px; 
	}
	.main_btn ul li a {
		display: block;
		padding: 50px;
		font-size: 26px; 
		font-weight: bold;
		color: #fff;
	}
	.main_btn ul li a em {
		display: block;
		font-style:normal;
		font-weight: normal;
		font-size: 16px;
		margin-top: 5px;
	}
    
    
    
    
    
    }    
    
 ***********************1200이상~1519*****************************
@media screen and (min-width:1200px) and (max-width: 1519px) {
	
	
	    .intro_from {
        width:100%;
        height: 100vh;
        float: left;
        background: #e9e6c0;
        background-size: cover;
        position:relative;
    }
    
    .intro_from .logo{
    width: 96%;
    margin: 60px 2% 4%;
    padding-bottom: 1.5%;
    border-bottom: 2px solid #000;
    text-align: center;
    position: relative;
    z-index: 3;
}
	.intro_from:before{content:"";position:absolute;top: 78%;left: 0%;float: left;display: block;background: url("../img/intro_img2.png") no-repeat;width: 405px;height: 229px;background-size: 100%;z-index: 1;}
    .intro_content {
        width: 96% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 1% 2% 1% !IMPORTANT;
        position:relative;
        z-index: 2;
    }
	.intro_from:after{content:"";position:absolute;bottom: 0%;right: 0%;float: left;display: block;background: url("../img/intro_img1.png") no-repeat;width: 280px;height: 530px;background-size: 390px;}
    .intro_content h1 {
        width: 100%;
        float: left;
        text-align: center;
    }

    .intro_content h2 {
        width: 100%;
        float: left;
        color: #000;
        font-size: 37px;
        text-align: center;
        margin: 20px 0 33px;
        font-weight: 600;
    }

    .intro_content ul {
        width: 100%;
        float: left;
    }

    .intro_content ul li {
        width: 29% !IMPORTANT;
        margin-right: 2% !IMPORTANT;
        background: #36373a !IMPORTANT;
        float: left;
        padding: 1% 1% !IMPORTANT;
        height: 122px !IMPORTANT;
        border-radius: 10px;
    }

    .intro_content ul li:last-child {
        width: 31% !important;
        margin-right: 0% !important;
        background: #1f0d7c;
    }

    .intro_content ul li h3 {
        width: 100%;
        float: left;
        color: #ffe000;
        font-size: 20px;
    }

    .intro_content ul li p {
        width: 100%;
        float: left;
        color: #d79393;
        font-size: 16px;
        margin-top: 12px;
        font-weight: 600;
    }

    .intro_content ul li span {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 16px;
        margin-top: 10px;
    }

    .intro_content ul li a {
        width: 100%;
        background: #06a3ac;
        color: #fff;
        width: 100%;
        float: left;
        text-align: center;
        padding: 10px 0px;
        margin-top: 25px;
        font-weight: 800;
    }

    .intro_ipsi {
        width: 96% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 2% 2% 1% !IMPORTANT;
        z-index: 2;
        position: relative;
    }

    .intro_ipsi_left {
        width: 50%;
        float: left;
        margin-right: 0%;
    }

    .intro_ipsi_right {
        width: 50% !IMPORTANT;
        float: left !IMPORTANT;
        margin-top: 0% !IMPORTANT;
        height: 466px !important;
    }

    .intro_quick {
        width: 96% !important;
        float: left;
        margin: 0px 2% !important;
        position: relative;
        z-index: 3;
    }

    .intro_quick ul {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 0% 0% 0px !IMPORTANT;
    }

    .intro_quick ul li {
        width: 23%;
        float: left;
        margin-right: 2%;
        border-radius: 10px;
    }

    .intro_quick ul li:nth-child(1) {
        background: #f44667;
    }

    .intro_quick ul li:nth-child(2) {
        background: #1f0d7c;
    }

    .intro_quick ul li:nth-child(3) {
        background: #06A3AC;
    }

    .intro_quick ul li:nth-child(4) {
        background: #48AB1C
    }

    .intro_quick ul li a {
        width: 88%;
        float: left;
        color: #fff;
        padding: 20px 16px;
        text-align: left;
        font-weight: 600;
        font-size: 17px;
        position: relative;
        line-height: 25px;
        position: relative;
        border-radius: 10px;
    }
    .intro_quick ul li a img{
    width: 40px;
    float: left;
    height: 40px;
    margin-top: 4px;
}
    .intro_quick ul li a div{
    width: 75%;
    float: left;
    margin-left: 5%;
}
    .intro_quick ul li a div span:first-child {
        width: 100%;
        float: left;
        font-size: 19px;
        font-weight: 800;
    }

    .intro_quick ul li a div span:last-child {
        width: 100%;
        float: left;
        font-size: 16px;
        font-weight: 500;
    }

    .intro_quick ul li a:after {
        content: ">";
        position: absolute;
        top: 35%;
        right: 6%;
        font-size: 24px;
    }

    .intro_quick ul li:last-child {
        margin-right: 0%;
        width: 25%;
    }

    .intro_ipsi_left li:nth-child(1) {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 4% 0% 6% !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 49px !IMPORTANT;
        color: #000;
        font-weight: 800;
    }
     .left_title{
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 4% 0% 6% !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 49px !IMPORTANT;
        color: #000;
        font-weight: 800;
    }

    .intro_ipsi_left li:nth-child(2) {
        float: left;
        width: 100%;
        margin: 0 0 2% 0%;
    }

   

    .intro_ipsi_left li > table tr th {
    padding: 7px 0px;
    font-size: 17px;
    font-weight: 600;
    width: 15%;
    text-align: center;
    background: #f44667;
    color: #fff;
    border: 1px solid #000;
    border-width: 1px 0px 1px 1px;
    vertical-align: middle;
    }
	
	.intro_ipsi_left li > table{width:100%;float:left;}

    .intro_ipsi_left li > table tr td {
    font-size: 16px;
    font-weight: 700;
    width: 15%;
    background: #fff;
    padding: 6px 2%;
    border: 1px solid #000;
    border-width: 1px 1px 1px 0px;
    vertical-align: middle;
    line-height: 31px;
    }

    .intro_ipsi_left li:last-child {
        float: left;
        width: 100%;
        margin: 5% 0 1% 0%;
        font-size: 16px;
    }

    .intro_ipsi_left li:last-child a {
        width: 48%;
        float: left;
        margin: 1% 1% 0;
        text-align: center;
        background: #101010;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 10px 0;
        border-radius: 10px;
    }

    .intro_ipsi_left_bt {
        float: left;
        width: 100%;
        margin: 5% 0 1% 0%;
        font-size: 16px;
    }

    .intro_ipsi_left_bt a {
        width: 48%;
        float: left;
        margin: 1% 1% 0;
        text-align: center;
        background: #101010;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 10px 0;
        border-radius: 10px;
    }
   

    .intro_ipsi_left li:nth-child(5) a:nth-child(3), .intro_ipsi_left li:nth-child(5) a:nth-child(6) {
        margin-right: 0;
    }

    .intro_ipsi_right li:nth-child(1) {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 4% 0% 5% !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 49px !IMPORTANT;
        color: #000 !IMPORTANT;
        font-style: normal;
        font-weight: 800;
    }

    .intro_ipsi_right li {
        float: left;
        width: 95%;
        margin: 0 0 2% 5%;
    }
	
	.intro_ipsi_right li table{
        float: left;
        width: 100%;
        margin: 0 0 2% 0%;
    }
    .intro_ipsi_right li > table tr th {
    padding: 7px 0px;
    font-size: 17px;
    font-weight: 600;
    width: 150px;
    text-align: center;
    background: #06a3ac;
    color: #fff;
    border: 1px solid #000;
    border-width: 1px 0px 1px 1px;
    }

    .intro_ipsi_right li > table tr td  {font-size: 18px;font-weight: 800;width: 72%;background: #fff;padding: 7px 2%;border-width: 1px 1px 1px 0px;border: 1px solid #000;}

    .intro_ipsi_right li:nth-child(3) {float: left; width: 92%; margin: 0 0 1% 5%;font-size: 16px;}

    .intro_ipsi_right li:nth-child(3) a {}

    .intro_ipsi_right li:last-child {float: left;width: 97%;margin: 0 0 1% 4%;font-size: 16px;}
    .intro_ipsi_right li:last-child a {width: 48%;float: left;margin: 1% 1% 0;text-align: center;background: #48ab1c;color: #fff;font-size: 14px;padding: 10px 0;border-radius: 10px;font-weight: 700;}
    .intro_ipsi_right li:nth-child(3) a:nth-child(3), .intro_ipsi_right li:nth-child(3) a:nth-child(6) {}
    .intro_ipsi_right li:nth-child(3) a:nth-child(3), .intro_ipsi_right li:nth-child(3) a:nth-child(6) {}
    
    
    수강신청 바로가기 버튼 추가
	.main_btn {
		width: 96%;
		margin: 0 auto;
		margin-top: 200px;    
		clear: both;
	}
	.main_btn ul {
		display: flex;
		justify-content: space-between;
		gap: 4%; 
	}
	.main_btn ul li {
		width: 50%;
		border-radius: 20px;
	}
	.main_btn ul li:nth-child(1) {
		background: #4BCC9A url("/site/nambu/nambukr/img/main_btn01.png") no-repeat center right 30px; 
		background-size: 180px; 
	}
	.main_btn ul li:nth-child(2) {
		background: #5793FD url("/site/nambu/nambukr/img/main_btn02.png") no-repeat center right 30px; 
		background-size: 180px;
	}
	.main_btn ul li:nth-child(1):hover {
		background: #1FA973 url("/site/nambu/nambukr/img/main_btn01.png") no-repeat center right 30px; 
		background-size: 180px; 
	}
	.main_btn ul li:nth-child(2):hover {
		background: #307bff url("/site/nambu/nambukr/img/main_btn02.png") no-repeat center right 30px; 
		background-size: 180px; 
	}
	.main_btn ul li a {
		display: block;
		padding: 50px;
		font-size: 26px; 
		font-weight: bold;
		color: #fff;
	}
	.main_btn ul li a em {
		display: block;
		font-style:normal;
		font-weight: normal;
		font-size: 16px;
		margin-top: 5px;
	}
    
    
    
    
    }
    
  ***********************1024이상~1119*****************************
@media screen and (min-width:1024px) and (max-width: 1119px) {
	
	    .intro_from {
        width:100%;
        float: left;
        background: #e9e6c0;
        background-size: cover;
        position:relative;
    }
    
    .intro_from .logo{
    width: 96%;
    margin: 60px 2% 4%;
    padding-bottom: 1.5%;
    border-bottom: 2px solid #000;
    text-align: center;
    position: relative;
    z-index: 3;
}
	.intro_from:before{content:"";position:absolute;top: 78%;left: 0%;float: left;display: block;background: url("../img/intro_img2.png") no-repeat;width: 405px;height: 229px;background-size: 100%;z-index: 1;}
    .intro_content {
        width: 96% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 1% 2% 1% !IMPORTANT;
        position:relative;
        z-index: 2;
    }
	.intro_from:after{content:"";position:absolute;bottom: 0%;right: 0%;float: left;display: block;background: url("../img/intro_img1.png") no-repeat;width: 280px;height: 530px;background-size: 390px;}
    .intro_content h1 {
        width: 100%;
        float: left;
        text-align: center;
    }

    .intro_content h2 {
        width: 100%;
        float: left;
        color: #000;
        font-size: 37px;
        text-align: center;
        margin: 20px 0 33px;
        font-weight: 600;
    }

    .intro_content ul {
        width: 100%;
        float: left;
    }

    .intro_content ul li {
        width: 29% !IMPORTANT;
        margin-right: 2% !IMPORTANT;
        background: #36373a !IMPORTANT;
        float: left;
        padding: 1% 1% !IMPORTANT;
        height: 122px !IMPORTANT;
        border-radius: 10px;
    }

    .intro_content ul li:last-child {
        width: 31% !important;
        margin-right: 0% !important;
        background: #1f0d7c;
    }

    .intro_content ul li h3 {
        width: 100%;
        float: left;
        color: #ffe000;
        font-size: 20px;
    }

    .intro_content ul li p {
        width: 100%;
        float: left;
        color: #d79393;
        font-size: 16px;
        margin-top: 12px;
        font-weight: 600;
    }

    .intro_content ul li span {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 16px;
        margin-top: 10px;
    }

    .intro_content ul li a {
        width: 100%;
        background: #06a3ac;
        color: #fff;
        width: 100%;
        float: left;
        text-align: center;
        padding: 10px 0px;
        margin-top: 25px;
        font-weight: 800;
    }

    .intro_ipsi {
        width: 96% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 2% 2% 1% !IMPORTANT;
        z-index: 2;
        position: relative;
    }

    .intro_ipsi_left {
        width: 50%;
        float: left;
        margin-right: 0%;
    }

    .intro_ipsi_right {
        width: 50% !IMPORTANT;
        float: left !IMPORTANT;
        margin-top: 0% !IMPORTANT;
        height: 466px !important;
    }

    .intro_quick {
        width: 96% !important;
        float: left;
        margin: 0px 2% !important;
        position: relative;
        z-index: 3;
    }

    .intro_quick ul {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 0% 0% 0px !IMPORTANT;
    }

    .intro_quick ul li {
        width: 48%;
        float: left;
        margin-right: 2%;
        border-radius: 10px;
        margin-bottom: 2%;
    }

    .intro_quick ul li:nth-child(1) {
        background: #f44667;
    }

    .intro_quick ul li:nth-child(2) {
        background: #1f0d7c;
    }

    .intro_quick ul li:nth-child(3) {
        background: #06A3AC;
    }

    .intro_quick ul li:nth-child(4) {
        background: #48AB1C
    }

    .intro_quick ul li a {
        width: 88%;
        float: left;
        color: #fff;
        padding: 20px 16px;
        text-align: left;
        font-weight: 600;
        font-size: 17px;
        position: relative;
        line-height: 25px;
        position: relative;
        border-radius: 10px;
    }
    .intro_quick ul li a img{
    width: 40px;
    float: left;
    height: 40px;
    margin-top: 4px;
}
    .intro_quick ul li a div{
    width: 75%;
    float: left;
    margin-left: 5%;
}
    .intro_quick ul li a div span:first-child {
        width: 100%;
        float: left;
        font-size: 19px;
        font-weight: 800;
    }

    .intro_quick ul li a div span:last-child {
        width: 100%;
        float: left;
        font-size: 16px;
        font-weight: 500;
    }

    .intro_quick ul li a:after {
        content: ">";
        position: absolute;
        top: 35%;
        right: 6%;
        font-size: 24px;
    }

    .intro_quick ul li:last-child {
        margin-right: 0%;
        width: 48%;
    }

    .intro_ipsi_left li:nth-child(1) {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 4% 0% 6% !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 46px !IMPORTANT;
        color: #000;
        font-weight: 800;
    }
    
    .left_title {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 4% 0% 6% !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 46px !IMPORTANT;
        color: #000;
        font-weight: 800;
    }

    .intro_ipsi_left li:nth-child(2) {
        float: left;
        width: 100%;
        margin: 0 0 2% 0%;
    }

   

    .intro_ipsi_left li > table tr th {
    padding: 7px 0px;
    font-size: 17px;
    font-weight: 600;
    width: 150px;
    text-align: center;
    background: #f44667;
    color: #fff;
    border: 1px solid #000;
    border-width: 1px 0px 1px 1px;
    vertical-align: middle;
    }
	
	.intro_ipsi_left li > table{width:100%;float:left;}

    .intro_ipsi_left li > table tr td {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    width: 72%;
    background: #fff;
    padding: 6px 2%;
    border: 1px solid #000;
    border-width: 1px 1px 1px 0px;
    vertical-align: middle;
    }

    .intro_ipsi_left li:last-child {
        float: left;
        width: 100%;
        margin: 5% 0 1% 0%;
        font-size: 16px;
    }

    .intro_ipsi_left li:last-child a {
        width: 98% !important;
        float: left;
        margin: 1%;
        text-align: center;
        background: #101010;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 0;
        border-radius: 10px;
    }
    
    .intro_ipsi_left_bt{
        float: left;
        width: 100%;
        margin: 1% 0 1% 0% !important;
        font-size: 16px;
    }

    .intro_ipsi_left_bt a {
        width: 98%;
        float: left;
        margin: 1%;
        text-align: center;
        background: #101010;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 0;
        border-radius: 10px;
    }

   

    .intro_ipsi_left li:nth-child(5) a:nth-child(3), .intro_ipsi_left li:nth-child(5) a:nth-child(6) {
        margin-right: 0;
    }

    .intro_ipsi_right li:nth-child(1) {
        width: 100% !IMPORTANT;
        float: left !IMPORTANT;
        margin: 4% 0% 5% !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 49px !IMPORTANT;
        color: #000 !IMPORTANT;
        font-style: normal;
        font-weight: 800;
    }

    .intro_ipsi_right li {
        float: left;
        width: 95%;
        margin: 0 0 2% 5%;
    }
	
	.intro_ipsi_right li table{
        float: left;
        width: 100%;
        margin: 0 0 2% 0%;
    }
    .intro_ipsi_right li > table tr th {
    padding: 7px 0px;
    font-size: 17px;
    font-weight: 600;
    width: 150px;
    text-align: center;
    background: #06a3ac;
    color: #fff;
    border: 1px solid #000;
    border-width: 1px 0px 1px 1px;
    }

    .intro_ipsi_right li > table tr td  {font-size: 18px;color: #c91717;font-weight: 800;width: 72%;background: #fff;padding: 7px 2%;border-width: 1px 1px 1px 0px;border: 1px solid #000;}

    .intro_ipsi_right li:nth-child(3) {float: left; width: 92%; margin: 0 0 1% 5%;font-size: 16px;}

    .intro_ipsi_right li:nth-child(3) a {}

    .intro_ipsi_right li:last-child {float: left;width: 97%;margin: 0 0 1% 4%;font-size: 16px;}
    .intro_ipsi_right li:last-child a {width: 48%;float: left;margin: 1%;text-align: center;background: #48ab1c;color: #fff;font-size: 16px;padding: 10px 0;border-radius: 10px;font-weight: 700;}
    .intro_ipsi_right li:nth-child(3) a:nth-child(3), .intro_ipsi_right li:nth-child(3) a:nth-child(6) { margin-right: 0;}
    .intro_ipsi_right li:nth-child(3) a:nth-child(3), .intro_ipsi_right li:nth-child(3) a:nth-child(6) {margin-right: 0;}
    
    
    수강신청 바로가기 버튼 추가
	.main_btn {
		width: 96%;
		margin: 0 auto;
		margin-top: 150px; 
		clear: both;
	}
	.main_btn ul {
		display: flex;
		justify-content: space-between;
		gap: 2%; 
	}
	.main_btn ul li {
		width: 50%;
		border-radius: 20px;
	}
	.main_btn ul li:nth-child(1) {
		background: #4BCC9A url("/site/nambu/nambukr/img/main_btn01.png") no-repeat center right 30px; 
		background-size: 120px; 
	}
	.main_btn ul li:nth-child(2) {
		background: #5793FD url("/site/nambu/nambukr/img/main_btn02.png") no-repeat center right 30px; 
		background-size: 120px;
	}
	.main_btn ul li:nth-child(1):hover {
		background: #1FA973 url("/site/nambu/nambukr/img/main_btn01.png") no-repeat center right 30px; 
		background-size: 180px; 
	}
	.main_btn ul li:nth-child(2):hover {
		background: #307bff url("/site/nambu/nambukr/img/main_btn02.png") no-repeat center right 30px; 
		background-size: 180px; 
	}
	.main_btn ul li a {
		display: block;
		padding: 50px 30px;
		font-size: 26px; 
		font-weight: bold;
		color: #fff;
	}
	.main_btn ul li a em {
		display: block;
		font-style:normal;
		font-weight: normal;
		font-size: 16px;
		margin-top: 5px;
	}
    
    
	
    }                 
 */
